diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..38663f0
Binary files /dev/null and b/.DS_Store differ
diff --git a/.bundle/config b/.bundle/config
new file mode 100644
index 0000000..2369228
--- /dev/null
+++ b/.bundle/config
@@ -0,0 +1,2 @@
+---
+BUNDLE_PATH: "vendor/bundle"
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index b8bb8d0..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-_site
-.sass-cache
-Gemfile.lock
-.jekyll-metadata
-.DS_Store
diff --git a/.sass-cache/8b80f1ca089bf843ddbdb2ae6a12e486edc9bd1c/_base.scssc b/.sass-cache/8b80f1ca089bf843ddbdb2ae6a12e486edc9bd1c/_base.scssc
new file mode 100644
index 0000000..6e578c6
Binary files /dev/null and b/.sass-cache/8b80f1ca089bf843ddbdb2ae6a12e486edc9bd1c/_base.scssc differ
diff --git a/.sass-cache/8b80f1ca089bf843ddbdb2ae6a12e486edc9bd1c/_layout.scssc b/.sass-cache/8b80f1ca089bf843ddbdb2ae6a12e486edc9bd1c/_layout.scssc
new file mode 100644
index 0000000..25ef541
Binary files /dev/null and b/.sass-cache/8b80f1ca089bf843ddbdb2ae6a12e486edc9bd1c/_layout.scssc differ
diff --git a/.sass-cache/8b80f1ca089bf843ddbdb2ae6a12e486edc9bd1c/_syntax-highlighting.scssc b/.sass-cache/8b80f1ca089bf843ddbdb2ae6a12e486edc9bd1c/_syntax-highlighting.scssc
new file mode 100644
index 0000000..a9b676e
Binary files /dev/null and b/.sass-cache/8b80f1ca089bf843ddbdb2ae6a12e486edc9bd1c/_syntax-highlighting.scssc differ
diff --git a/.sass-cache/e22ede30af9e67a320292a18e74384b7646e469c/_base.scssc b/.sass-cache/e22ede30af9e67a320292a18e74384b7646e469c/_base.scssc
new file mode 100644
index 0000000..c9f2dc9
Binary files /dev/null and b/.sass-cache/e22ede30af9e67a320292a18e74384b7646e469c/_base.scssc differ
diff --git a/.sass-cache/e22ede30af9e67a320292a18e74384b7646e469c/_layout.scssc b/.sass-cache/e22ede30af9e67a320292a18e74384b7646e469c/_layout.scssc
new file mode 100644
index 0000000..547b707
Binary files /dev/null and b/.sass-cache/e22ede30af9e67a320292a18e74384b7646e469c/_layout.scssc differ
diff --git a/.sass-cache/e22ede30af9e67a320292a18e74384b7646e469c/_syntax-highlighting.scssc b/.sass-cache/e22ede30af9e67a320292a18e74384b7646e469c/_syntax-highlighting.scssc
new file mode 100644
index 0000000..f62413d
Binary files /dev/null and b/.sass-cache/e22ede30af9e67a320292a18e74384b7646e469c/_syntax-highlighting.scssc differ
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index bff7efb..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-language: ruby
-rvm:
- - 2.3.3
-script:
- - bundle install
- - bundle exec jekyll build
-
-env:
- global:
- - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
diff --git a/00-about.md b/00-about.md
deleted file mode 100644
index 1994e95..0000000
--- a/00-about.md
+++ /dev/null
@@ -1,71 +0,0 @@
----
-layout: page
-menutitle: ABOUT
-permalink: /about/
----
-
-# Journal Philosophy
-
-If computer science offers a large set of tools for prototyping, writing,
-running, testing, validating, sharing and replicating results, computational
-science still lags behind. In the best case, authors may provide the sources of
-their research as a compressed archive and feel confident their research is
-replicable. But this is not exactly
-true. [Buckheit & Donoho (1995)](http://statweb.stanford.edu/~wavelab/Wavelab_850/wavelab.pdf)
-explained almost 20 years ago that, *an article about computational result is
-advertising, not scholarship. The actual scholarship is the full software
-environment, code and data that produced the result*. The computational part in
-computational sciences implies the use of computers, operating systems, tools,
-frameworks, libraries and data. This leads to such a large number of
-combinations (taking into account the version for each component) that the
-chances to have the exact same configuration as one of your colleagues are
-nearly zero. This draws consequences in our respective computational approaches
-in order to make sure that computational research can be actually and
-faithfully replicated.
-
-Re**Science** is a peer-reviewed journal that targets computational research
-and encourages the explicit replication of already published research,
-promoting new and open-source implementations in order to ensure that the
-original research is reproducible. To achieve this goal, the whole publishing
-chain is radically different from any other traditional scientific
-journal. Re**Science** lives on [GitHub](https://github.com/ReScience/) where
-each new implementation of a computational study is made available together with comments, explanations
-and tests. Each submission takes the form of a pull request that is publicly
-reviewed and tested in order to guarantee that any researcher can re-use it. If
-you ever replicated computational results from the literature in your research,
-Re**Science** is the perfect place to publish your new implementation.
-
-
-## The extent of the problem
-
-Here is a (very limited) list of publications on the problem of replicability in computational science that motivated the creation of Re**Science**:
-
-* [Writing Software Specifications](https://www.researchgate.net/profile/Konrad_Hinsen/publication/275412727_Writing_Software_Specifications/links/553e4eb50cf20184050e2062.pdf?origin=publication_detail)
- **K. Hinsen**, Computing in Science and Engineering, 2015.
-
-* [A long journey into reproducible computational neuroscience](http://journal.frontiersin.org/article/10.3389/fncom.2015.00030/full)
- M. Topalidou, A. Leblois, T. Boraud and **N.P. Rougier**, Frontiers in Computational Neuroscience, 2015.
-
-* [Computational science: shifting the focus from tools to models](http://f1000research.com/articles/3-101/v2)
- **K. Hinsen**, F1000Research, 2014.
-
-* [Best Practices for Scientific Computing](http://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.1001745)
-Greg Wilson , D. A. Aruliah, **C. Titus Brown**, Neil P. Chue Hong, Matt Davis, Richard T. Guy, Steven H. D. Haddock, Kathryn D. Huff, Ian M. Mitchell, Mark D. Plumbley, Ben Waugh, Ethan P. White, Paul Wilson, PLOS Biology, 2014.
-
-* [Hard road to reproducibility](http://science.sciencemag.org/content/354/6308/142)
-**Lorena A. Barba**, Science, Vol. 354, Issue 6308, 2016.
-See also [Barba group reproducibility syllabus](https://medium.com/@lorenaabarba/barba-group-reproducibility-syllabus-e3757ee635cf#.h603izuwo)
-
-* [Learning from the Past: Approaches for Reproducibility in Computational Neuroscience](http://link.springer.com/chapter/10.1007%2F978-1-4614-1424-7_4)
-S.M. Crook, **A.P. Davison**, H.E. Plesser, 20 Years of Computational Neuroscience, 2013
-(→ contact [Sharon Crook](http://math.la.asu.edu/~crook) to request a copy).
-
-* [Four aspects to make science open “by design” and not as an after-thought](http://www.gigasciencejournal.com/content/4/1/31)
- Y.O. Halchenko, M.Hanke, GigaScience, 2015.
-
-
-### See also
-
-* [Push journal](http://push.cwcon.org) - Research & applied theory in writing with sources
-* [IPOL Journal](http://www.ipol.im) - Image Processing On Line
-* [PSRI](http://projects.iq.harvard.edu/psreplication) - Political Science Replication Initiative
diff --git a/01-read.md b/01-read.md
deleted file mode 100644
index d136255..0000000
--- a/01-read.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-layout: read
-menutitle: READ
-permalink: /read/
----
-
-
-# Current issue
diff --git a/02-write.md b/02-write.md
deleted file mode 100644
index 9da5d30..0000000
--- a/02-write.md
+++ /dev/null
@@ -1,165 +0,0 @@
----
-layout: page
-menutitle: WRITE
-permalink: /write/
----
-
-# Overview of the submission process
-
-The Re**Science** editorial board unites scientists who are committed to the
-open source community. They are experienced developers who are
-familiar with the GitHub ecosystem. Each editorial board member is specialised
-in a specific domain of science and is proficient in several programming
-languages and/or environments. Our aim is to provide all authors with an
-efficient, constructive and public editorial process.
-
-Submitted entries are first considered by a member of the editorial board, who
-may decide to reject the submission (mainly because it has already been
-replicated and is publicly available), or assign it to two reviewers for
-further review and tests. The reviewers evaluate the code and the accompanying
-material in continuous interaction with the authors through the PR discussion
-section. If both reviewers managed to run the code and obtain the same results
-as the ones advertised in the accompanying material, the submission is
-accepted. If any of the two reviewers cannot replicate the results before the
-deadline, the submission is rejected and authors are encouraged to resubmit an
-improved version later.
-
-## Criteria for Publication
-
-To be considered for publication in Re**Science**, any given submission must
-satisfy the following criteria:
-
-* Replicability
-* Rigorous methodology
-* Original source code
-* Substantial evidence for replication of the original results
-
-Furthermore, you cannot submit the replication of your own research, nor the
-research of your close collaborators. We believe such restrictions will favor
-the cross-fertilization of research and the spread of knowledge.
-
-ReScience accepts negative results as well, meaning here a failure to
-replicate the original results. The authors of the failed replication are
-expected to document their claim of failure. An attempt to have contacted the
-authors of the original article is also asked to the authors of the
-replication.
-
-
-## Open Access
-
-Re**Science** applies the Creative Commons Attribution (CC BY) license to all
-works we publish. Under the CC BY license, authors retain ownership of the
-copyright for their article, but authors allow anyone to download, reuse,
-reprint, modify, distribute, and/or copy articles in Re**Science** journal, so
-long as the original authors and source are cited. No permission is required
-from the authors or the publishers.
-
-
-
-## How to submit ?
-
-* Create a [GitHub](https://github.com) account
-* [Fork](https://github.com/ReScience/ReScience-submission/fork) the
- [ReScience submission](https://github.com/ReScience/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-...-AUTHORN-YEAR
- ```
-* Add your code & article and commit your changes:
-
- ```
- $ git commit -a -m "Some comment"
- ```
-* [Push](https://help.github.com/articles/pushing-to-a-remote/) to GitHub
-
- ```
- $ git push origin AUTHOR1-AUTHOR2-...-AUTHORN-YEAR
- ```
-* Issue a
- [pull request](https://help.github.com/articles/using-pull-requests/) (PR)
- to Re**Science** with title "Review Request" and insert the following text
- in the description:
-
- ```
- **AUTHOR**
-
- Dear @ReScience/editors,
-
- I request a review for the replication of the following paper:
-
- * References of the paper holding results you're replicating
-
- I believed the original results have been faithfully replicated
- as explained in the accompanying [article](link to your pdf).
-
- Repository lives at (link to your repository/branch)
- ---
-
- **EDITOR**
-
- * [ ] Editor acknowledgment ()
- * [ ] Reviewer 1 ()
- * [ ] Reviewer 2 ()
- * [ ] Review 1 decision [accept/reject]
- * [ ] Review 2 decision [accept/reject]
- * [ ] Editor decision [accept/reject]
- ```
-
-* Assign the PR to an editor from the
- [editorial board](https://github.com/ReScience/ReScience/wiki/Editorial-Board)
-* Answer questions and requests made in the PR conversation page.
-
-You can have a look at a [previous submission](https://github.com/ReScience/ReScience-submission/pull/3)
-
-
-## Preparation of the material
-
-The structure of a submission is:
-
-~~~
-+ README.md
-+ article
-| | author(s)-YEAR.md
-| | author(s)-YEAR.bib
-| | LICENSE.md (CC-BY 4.0)
-| | ...
-| + ...
-+ code
-| | README.md
- | LICENSE.md (to be chosen)
-| | ...
-| + ...
-+ data
-| | README.md
-| | LICENSE.md (CC 0)
-| | ...
-| + ...
-+ notebook
- | README.md
- | LICENSE.md (to be chosen)
- |
- + ...
-~~~
-
-* A top `README.md` file that will be displayed when a reader enters your
- submission directory (once published)
-* An `author(s)-YEAR.md` file that introduces the original paper, explains the
- technical details of the replication and gives the evidence for the
- replication of the original results.
-* A `code` directory that contains the **commented** code for the replication.
-* A `data` directory that contains any data necessary to run the code.
-* A `notebook` directory that may contain notebooks if relevant.
-* Don't forget to choose a license for the code repository. You're free to
- choose whatever open license you prefer (see
- [the Debian Free Software Guidelines](https://www.debian.org/social_contract#guidelines))
- but you need to choose one.
-* In the `code/README.md` and `notebook/README.md` files, include information
- on the platform that was used to generate the results according to our
- [platform instructions](../platform).
diff --git a/03-edit.md b/03-edit.md
deleted file mode 100644
index c33ec5c..0000000
--- a/03-edit.md
+++ /dev/null
@@ -1,213 +0,0 @@
----
-layout: page
-menutitle: EDIT
-permalink: /edit/
----
-
-
-# The reviewing process
-
-A submission takes the form of a
-[Pull Request](https://help.github.com/articles/using-pull-requests/) which is
-a mechanism in GitHub to request the integration of some code into a
-repository. We use this mechanism as the primary source for the review because
-it allows to precisely comment each source and to exchange with the author. If
-you're unfamiliar with GitHub, do not hesitate to ask advices and informations
-to the editor in charge of editing the submission. You can have a look at what
-a full [submission](https://github.com/ReScience/ReScience-submission/pull/3)
-looks like. Reviewers unfamiliar with git should have a look at
-http://git-lectures.github.io
-
-To review a submission, you'll first have to clone the author's repository onto
-your desktop environment and each time an author update the manuscript or code
-to get reviewer's comment into account, you'll have to update your local copy
-using the `git pull` command.
-
-## Reviewer guidelines
-
-### Successful replications
-
-Most articles in Re**Science** report the successful replication of the
-results (figures, tables, ...) of previously published research work.
-A full replication covers all the results of the original work, whereas
-a partial replication covers only a subset of the results.
-
-The main criteria for acceptance are
-
- 1. The actual replication of the research. The reviewer must evaluate
- the authors' claims about a successful replication, applying the
- standards of the field.
-
- 2. Reproducibility of the replication. The reviewers must be able
- to run the proposed implementation on their computer, and obtain
- the same results as the authors with the limits of the state of
- of the art of the field.
-
- 3. Clarity of the code and the instructions for running it.
- Uncommented or obfuscated code is as bad as no code at all.
-
- 4. Clarity and completeness of the accompanying article, in which the
- authors should clearly state why they think they have replicated
- the paper (same figures, same graphics, same behavior, etc.) and
- explain any obstacles they have encountered during the replication
- work.
-
-The primary goal of the review is not to decide whether to accept or
-reject a submission, but to help the authors improve their work until
-it meets the Re**Science** quality standards. Since Re**Science**
-targets replication of already published research, there is no need to
-judge the relevance or novelty of the work. Every replication that
-meets the criteria listed above is welcome in Re**Science**.
-Rejection remains of course a possiblity, in the case that the
-authors are not able or willing to improve their submission as
-deemed necessary by the reviewers.
-
-When evaluating the criteria for acceptance, reviewers need to apply
-the standards of their field of research. There are no absolute
-criteria for two results/figures being equal, so both the success and
-the reproducibility of the replication must be judged according to
-the degree of equality that can be achieved given the state of the
-art of the field. The clarity of the code and instructions must also
-be judged in the light of the conventions of the field. As a general
-goal, any competent researcher in the field should understand the
-paper and be able to understand and run the code. The use of
-software packages that are mainstream in the field is encouraged,
-but not strictly required. The less well-known a software package
-is, the more explanation authors should provide concerning its
-capabilities and use.
-
-### Failed replications
-
-A replication attempt can lead to the finding that the results of the
-original paper cannot be reproduced, suggesting a mistake or ommission
-in the original work. The failure can concern some or all of the results.
-Re**Science** accepts reports on replication failures, but requires a
-particularly careful examination by the reviewers. The authors must describe
-in detail why they believe that the original work is mistaken, and the
-reviewers must be convinced by the reasoning offered by the authors.
-
-Authors who are confronted with replication failure are strongly encouraged
-to contact the authors of the original work and try to explore the causes
-of the replication failure in collaboration with them. This is, however, not
-a requirement for publication in Re**Science**.
-
-
-# The editing process
-
-The role of a scientific editor is to manage a submission from start to end, i.e.
-from the initial acknowledgment request by the editor-in-chief to the final
-[publication](../read) (with DOI). As an editor, your goal is to help authors improve their
-submission in order to meet the journal's quality standards and to ensure that anyone
-can re-use the published code. Depending on the specific domain, an editor might
-request the article to follow best practices of the domain. For example,
-in computational neuroscience, it may be desirable for models to be formally
-described using the proposal of
-[Nordlie et al, 2009](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1000456). You
-can have a look at what a full
-[submission](https://github.com/ReScience/ReScience-submission/pull/3) looks
-like.
-
-
-## Editor guidelines
-
-* When a pull request (PR) has been assigned to you, you have to acknowledge
- the PR (as a comment in the PR discussion). Depending on your decision, you
- can either **reject** and close the PR (and motivate such decision) or
- **accept** it and assign one or two reviewers (depending if you intend to
- review the PR yourself or not). You alert the reviewers in the PR
- acknowledgment (use the @ alert syntax). If you think you cannot handle the
- submission within a reasonable delay, you should re-assign the PR to another editor
- after having obtained his or her agreement.
-
-* You have to edit the initial PR text to add some information:
-
- ```
- **EDITOR**
-
- * [ ] Editor acknowledgment
- * [ ] Review 1 started
- * [ ] Review 2 started
- * [ ] Review 1 decision [accept/reject]
- * [ ] Review 2 decision [accept/reject]
- * [ ] Editor decision [accept/reject]
- ```
-
- You'll need to ask reviewers to add their GitHub login after `review 1
- started` or `review 2 started`. For example `review 1 started (@rougier)`
-
-* During the review, reviewers are free to interact with the authors in the PR to ask for
- clarification or change in any file that is part of the submission.
-
-* Don't forget to update PR labels according to the status of submission
-
-* The main criterion for acceptance is the actual replication of the research
- with a clear statement by the authors explaining why they think they have
- replicated the paper (same figures, same graphics, same behavior,
- etc.). However, keep in mind that the clarity of the code is an important
- criterion. Uncommented or obfuscated code is as bad as no code at all. A code
- without the accompanying article is also a criterion for rejection since
- we're not human compilers (well not all of us at least).
-
-* Don't forget to check that there is a license in the code repository. Authors can
- choose whatever open license they prefer (see
- [the Debian Free Software Guidelines](https://www.debian.org/social_contract#guidelines))
- but they need to choose one.
-
-* If both reviewers agree, the paper can be accepted.
-
-
-# The publication process
-
-The publication is currently far from automatic and requires a number of steps
-that are listed here:
-
- * Lock the conversation on the original PR
- * Ask the author(s) for keywords if they haven't provided them already.
- * **[Import](https://import.github.com/)** the authors' repository into the
- ReScience archives (https://github.com/ReScience-Archives) using the naming
- convention "Author(s)-YEAR"
- * Add a new remote (named `rescience`) in your local copy of the repository
- that points to the newly imported repository (the one on
- [ReScience-Archives](https://github.com/ReScience-Archives))
- * Update article metadata:
- - Editor name
- - Reviewer 1 name
- - Reviewer 2 name
- - Submission date
- - Publication date
- - Article repository
- - Code repository
- - Notebook repository (if necessary)
- - Data repository (if necessary)
- - Volume, issue and year
- - Article number (after reserving the number in the [dedicated GitHub
- issue](https://github.com/ReScience/ReScience/issues/48)).
- * If the article name is not `Author(s)-YEAR.md`, rename it
- * Rebuild the PDF and check everything is OK
- * Merge the rescience branch into master
- * Push these changes onto the `rescience` remote repository
- * Make a [new release](https://help.github.com/articles/creating-releases/):
- - Release version number is 1.0
- - Release name is Author(s)-YEAR-1.0
-
- * Download the zip file and rename it to `Author(s)-YEAR-1.0.zip`
- * Upload this zip file to [Zenodo](https://zenodo.org/deposit/?c=rescience).
- You will have to fill several fields:
- - Name of the journal is ReScience
- - Under "Communities" add "ReScience journal"
- - Under "Contributors" add yourself with role "Editor".
- - Don't forget keywords
-
- * Add the `04-Published` label to the PR
- * Announce publication in the PR (and quote the DOI, see
- [#3](https://github.com/ReScience/ReScience-submission/pull/3) for example)
- * Make a PR to the [Web site repository](https://github.com/ReScience/rescience.github.io)
- in order to update the page [rescience.github.io/read](http://rescience.github.io/read/).
- This requires creating a new post (directory `_posts`) based on this
- [model](https://raw.githubusercontent.com/rougier/rescience.github.io/master/_posts/2015-08-14-Topalidou-Rougier.md)
- because the page is composed from the posts of type `article`.
- * Make a PR to update [Rescience/Volume X - Issue Y.md](https://github.com/ReScience/ReScience)
- * Close the PR without merging
- * Inform the editors-in-chief about the new publication
- * If you're uncertain at any step of the procedure, ask
- the editors-in-chief for advice.
diff --git a/04-board.md b/04-board.md
deleted file mode 100644
index 1bd2124..0000000
--- a/04-board.md
+++ /dev/null
@@ -1,573 +0,0 @@
----
-layout: page
-menutitle: BOARD
-permalink: /board/
----
-
-# Editorial board
-
-The editorial board is made of people who are committed to the open source
-community and are both experienced developers and strongly familiar with the
-GitHub ecosystem. Each editorial board member is specialised in a specific
-domain of Science and is proficient in several programming languages and/or
-environments. While many of us work primarily in Python, ReScience also
-accepts submissions in other open source languages.
-
-
-## Editors-in-Chief
-
-* [Konrad Hinsen](https://github.com/khinsen)
- Molecular Biophysics - Python, C, Racket, Clojure
- ORCID: [0000-0003-0330-9428](http://orcid.org/0000-0003-0330-9428)
-
- [Centre de biophysique moléculaire](http://cbm.cnrs-orleans.fr)
- Rue Charles Sadron - CS 80054
- 45071 Orléans Cedex 2, France
- **Email**: konrad dot hinsen at cnrs dot fr
-
-
-
-* [Nicolas P. Rougier](https://github.com/rougier)
- [★](https://github.com/ReScience/ReScience-submission/pull/14)[★](https://github.com/ReScience/ReScience-submission/pull/18)[★](https://github.com/ReScience/ReScience-submission/pull/19)[★](https://github.com/ReScience/ReScience-submission/pull/24)[★](https://github.com/ReScience/ReScience-submission/pull/36)[★](https://github.com/ReScience/ReScience-submission/pull/46)[★](https://github.com/ReScience/ReScience-submission/pull/51)
- Computational Neuroscience, Computer Science - Python, C/C++
- ORCID: [0000-0002-6972-589X](http://orcid.org/0000-0002-6972-589X)
-
- [Inria Bordeaux Sud-Ouest](https://www.inria.fr/centre/bordeaux)
- 200 Avenue de la vieille tour
- 33405 Talence cedex, France
- **Email**: nicolas dot rougier at inria dot fr
-
-
-
-## Associate Editors
-
-* [Tiziano Zito](https://github.com/otizonaizit)
- [★](https://github.com/ReScience/ReScience-submission/pull/3)[★](https://github.com/ReScience/ReScience-submission/pull/17)[★](https://github.com/ReScience/ReScience-submission/pull/22)[★](https://github.com/ReScience/ReScience-submission/pull/35)[★](https://github.com/ReScience/ReScience-submission/pull/46)
- Computational Neuroscience - Python, C, Fortran
- ORCID: [---](http://orcid.org/)
-
- [Freelance consultant](https://github.com/otizonaizit)
- Berlin, Germany
-
-
-* [Pierre de Buyl](https://github.com/pdebuyl)
- [★](https://github.com/ReScience/ReScience-submission/pull/25)[★](https://github.com/ReScience/ReScience-submission/pull/35)
- Computational Physics - Python, C, Fortran
- ORCID: [0000-0002-6640-6463](https://orcid.org/0000-0002-6640-6463)
-
- [Department of Physics and Astronomy](http://fys.kuleuven.be/english/)
- [University of Leuven](http://www.kuleuven.be/english/) —
- Leuven, Belgium
-
-
-* [Emmanuelle Gouillart](https://github.com/emmanuelle)
- [★](https://github.com/ReScience/ReScience-submission/pull/20)
- Physics, Image processing - Python
- ORCID: [0000-0002-3869-9967](http://orcid.org/0000-0002-3869-9967)
-
- [Surface du Verre et Interfaces](http://svi.cnrs.fr/spip/)
- [CNRS](http://www.cnrs.fr/) / [Saint-Gobain](http://www.saint-gobain-recherche.fr/) —
- Aubervilliers, France
-
-
-* [C. Titus Brown](https://github.com/ctb)
- [★](https://github.com/ReScience/ReScience-submission/pull/27)[★](https://github.com/ReScience/ReScience-submission/pull/41)
- Bioinformatics - Python
- ORCID: [0000-0001-6001-2677](http://orcid.org/0000-0001-6001-2677)
-
- [Population Health and Reproduction](http://www.vetmed.ucdavis.edu/phr/)
- [University of California Davis](https://www.ucdavis.edu) —
- Davis, California, USA
-
-
-* [Thomas Arildsen](https://github.com/ThomasA)
- [★](https://github.com/ReScience/ReScience-submission/pull/28)
- Signal Processing - Python, Matlab
- ORCID: [0000-0003-3254-3790](http://orcid.org/0000-0003-3254-3790)
-
- [Department of Electronic Systems](http://www.es.aau.dk)
- [Aalborg Universtet](http://www.aau.dk) —
- Aalborg, Danemark
-
-
-* [Timothée Poisot](https://github.com/tpoisot)
- [★](https://github.com/ReScience/ReScience-submission/pull/11)[★](https://github.com/ReScience/ReScience-submission/pull/15)
- Computational Ecology - Python, R, Julia
- ORCID: [0000-0002-0735-5184](http://orcid.org/0000-0002-0735-5184)
-
- [Département de Sciences Biologiques](http://bio.umontreal.ca/nc/accueil/)
- [Université de Montréal](http://www.umontreal.ca) —
- Montréal, Canada
-
-
-* [Karthik Ram](https://github.com/karthik)
- [★](https://github.com/ReScience/ReScience-submission/pull/11)[★](https://github.com/ReScience/ReScience-submission/pull/39)
- Ecology - Data Science, R
- ORCID: [0000-0002-0233-1757](http://orcid.org/0000-0002-0233-1757)
-
- [Berkeley' Institute for Data Science](https://bids.berkeley.edu)
- [Berkeley University of California](http://www.berkeley.edu) —
- Berkeley, California, USA
-
-
-* [Olivia Guest](https://github.com/oliviaguest)
- [★](https://github.com/ReScience/ReScience-submission/pull/21)[★](https://github.com/ReScience/ReScience-submission/pull/30)[★](https://github.com/ReScience/ReScience-submission/pull/47)
- Computational Cognitive Neuroscience, Cognitive Modelling - Python, C
- ORCID: [0000-0002-1891-0972](http://orcid.org/0000-0002-1891-0972)
-
- [Department of Experimental Psychology](https://www.ucl.ac.uk/pals/research/experimental-psychology/)
- [University College London](http://www.ucl.ac.uk) —
- London, United Kingdom
-
-
-* [Lorena Barba](https://github.com/labarba)
- Computational Fluid Dynamics, High-Performance Computing, Biophysics - Python, CUDA
- ORCID: [0000-0001-5812-2711](http://orcid.org/0000-0001-5812-2711)
-
- [Department of Mechanical and Aerospace Engineering](https://www.mae.seas.gwu.edu/)
- [George Washington University](https://www.gwu.edu) —
- Washington, D.C., USA
-
-
-* [Benoît Girard](https://github.com/benoit-girard)
- [★](https://github.com/ReScience/ReScience-submission/pull/3)[★](https://github.com/ReScience/ReScience-submission/pull/22)[★](https://github.com/ReScience/ReScience-submission/pull/33)[★](https://github.com/ReScience/ReScience-submission/pull/43)[★](https://github.com/ReScience/ReScience-submission/pull/47)
- Computational Neuroscience, Robotics - Python, C
- ORCID: [0000-0002-8117-7064](http://orcid.org/0000-0002-8117-7064)
-
- [Institut des Systèmes Intelligents et de Robotiques](http://www.isir.upmc.fr)
- [Université Pierre et Marie Curie](http://www.upmc.fr) — Paris, France
-
-
-## Reviewers
-
-* [Mehdi Khamassi](https://github.com/MehdiKhamassi)
- [★](https://github.com/ReScience/ReScience-submission/pull/3)
- Computational Neuroscience, Robotics - Python, C/C++, Matlab
- ORCID: [0000-0002-2515-1046](http://orcid.org/0000-0002-2515-1046)
-
-
-* [Cyrille Rossant](https://github.com/rossant)
- [★](https://github.com/ReScience/ReScience-submission/pull/18)
- Neurophysiological Data Analysis - Python, C
- ORCID: [0000-0003-2069-9093](http://orcid.org/0000-0003-2069-9093)
-
-* [Georgios Detorakis](https://github.com/gdetor)
- [★](https://github.com/ReScience/ReScience-submission/pull/14)[★](https://github.com/ReScience/ReScience-submission/pull/24)
- Computational Neuroscience, Signal Processing - Python, C, Matlab, Fortran
- ORCID: [0000-0001-5891-1702](http://orcid.org/0000-0001-5891-1702)
-
-* [Dirk Eddelbuettel](https://github.com/eddelbuettel)
- Econometrics, Statistics, Data Science - R, C/C++
- ORCID: [0000-0001-6419-907X](http://orcid.org/0000-0001-6419-907X)
-
-* [Federico Vaggi](https://github.com/FedericoV)
- [★](https://github.com/ReScience/ReScience-submission/pull/15)[★](https://github.com/ReScience/ReScience-submission/pull/41)
- Systems Biology - Python, Matlab, C
- ORCID: [0000-0001-8100-158X](http://orcid.org/0000-0001-8100-158X)
-
-* [Ozan Caglayan](https://github.com/ozancaglayan)
- [★](https://github.com/ReScience/ReScience-submission/pull/20)
- Signal Processing, Neural Networks - Python, C/C++, R
- ORCID: [0000-0002-5992-3470](https://orcid.org/0000-0002-5992-3470)
-
-* [Jan Hermann](https://github.com/azag0)
- Computational Chemistry, Material Physics - Fortran, Python
- ORCID: [---](http://orcid.org/)
-
-* [Gökcen Eraslan](https://github.com/gokceneraslan)
- Computational Biology - Python, C, R
- ORCID: [0000-0001-9579-2909](http://orcid.org/0000-0001-9579-2909)
-
-* [Andrew P. Davison](https://github.com/apdavison)
- [★](https://github.com/ReScience/ReScience-submission/pull/17)
- Computational Neuroscience - Python
- ORCID: [0000-0002-4793-7541](http://orcid.org/0000-0002-4793-7541)
-
-* [Marc André Delsuc](https://github.com/delsuc)
- Biophysics, NMR spectroscopy - Python
- ORCID: [0000-0002-1400-5326](http://orcid.org/0000-0002-1400-5326)
-
-* [Yoav Ram](https://github.com/yoavram)
- [★](https://github.com/ReScience/ReScience-submission/pull/15)
- Evolutionary Biology, Population Genetics - Python, R
- ORCID: [0000-0002-9653-4458](http://orcid.org/0000-0002-9653-4458)
-
-* [Leonardo Uieda](https://github.com/leouieda)
- Geophysics - C, Python
- ORCID: [0000-0001-6123-9515](http://orcid.org/0000-0001-6123-9515)
-
-* [Hans Ekkehard Plesser](https://github.com/heplesser)
- [★](https://github.com/ReScience/ReScience-submission/pull/17)[★](https://github.com/ReScience/ReScience-submission/pull/35)
- Computational Neuroscience, Stochastic Processes - Python, C++
- ORCID: [0000-0001-7843-5993](http://orcid.org/0000-0001-7843-5993)
-
-* [Etienne Roesch](https://github.com/eroesch)
- [★](https://github.com/ReScience/ReScience-submission/pull/21)
- Computational Neuroscience, Neuroimaging, Data Science - Python, C/C++, Matlab, R
- ORCID: [0000-0002-8913-4173](http://orcid.org/0000-0002-8913-4173)
-
-* [Ilhan Polat](https://github.com/ilayn)
- Control Theory - Matlab, Python
- ORCID: [0000-0003-0096-7409](http://orcid.org/0000-0003-0096-7409)
-
-* [Pauline Barmby](https://github.com/PBarmby)
- Astrophysics - Python, R, C
- ORCID: [0000-0003-2767-0090](http://orcid.org/0000-0003-2767-0090)
-
-* [Dan McGlinn](https://github.com/dmcglinn)
- [★](https://github.com/ReScience/ReScience-submission/pull/11)[★](https://github.com/ReScience/ReScience-submission/pull/39)
- Ecology - R
- ORCID: [0000-0003-2359-3526](http://orcid.org/0000-0003-2359-3526)
-
-* [Julien Vitay](https://github.com/vitay)
- [★](https://github.com/ReScience/ReScience-submission/pull/14)[★](https://github.com/ReScience/ReScience-submission/pull/51)
- Computational Neuroscience - Python, C++
- ORCID: [0000-0001-5229-2349](http://orcid.org/0000-0001-5229-2349)
-
-* [Hrvoje Stojic](https://github.com/hstojic)
- Learning and Decision Making, Cognitive Modelling - R, Python
- ORCID: [---](http://orcid.org/)
-
-* [Owen L. Petchey](https://github.com/opetchey)
- Ecology - R
- ORCID: [0000-0002-7724-1633](http://orcid.org/0000-0002-7724-1633)
-
-* [Xavier Hinaut](https://github.com/neuronalX)
- [★](https://github.com/ReScience/ReScience-submission/pull/19)[★](https://github.com/ReScience/ReScience-submission/pull/47)
- Computational Neuroscience, Machine Learning - Python, Matlab, Java, C
- ORCID: [0000-0002-1924-1184](http://orcid.org/0000-0002-1924-1184)
-
-* [Marcel Stimberg](https://github.com/mstimberg)
- [★](https://github.com/ReScience/ReScience-submission/pull/18)[★](https://github.com/ReScience/ReScience-submission/pull/43)
- Computational Neuroscience - Python, C/C++
- ORCID: [0000-0002-2648-4790](http://orcid.org/0000-0002-2648-4790)
-
-* [Markus Pfeiffer](https://github.com/markuspf)
- Discrete Mathematics - GAP, C, Haskell, Python, Idris
- ORCID: [---](http://orcid.org/)
-
-* [Simon van Heeringen](https://github.com/simonvh)
- Computational Biology, Epigenomics, Regulatory Motif Analysis - Python
- ORCID: [0000-0002-0411-3219](http://orcid.org/0000-0002-0411-3219)
-
-* [Dominique Geffroy](https://github.com/dombrno)
- Condensed Matter Physics, Financial Derivatives - Python, C++
- ORCID: [0000-0003-2785-2679](http://orcid.org/0000-0003-2785-2679)
-
-* [Joseph Stachelek](https://github.com/jsta)
- Ecology - R, Python
- ORCID: [0000-0002-5924-2464](https://orcid.org/0000-0002-5924-2464)
-
-* [Serge Stinckwich](https://github.com/SergeStinckwich)
- Agent-based Modelling, Computational Epidemiology - C, Python, Pharo
- ORCID: [0000-0002-8755-9848](http://orcid.org/0000-0002-8755-9848)
-
-* [Daniel Nüst](https://github.com/nuest)
- Geoprocessing, Sensor Web, Geocomputation - Java, R
- ORCID: [0000-0002-0024-5046](http://orcid.org/0000-0002-0024-5046)
-
-* [Pierre Enel](https://github.com/piero-le-fou)
- [★](https://github.com/ReScience/ReScience-submission/pull/19)
- Neurophysiology, Computational Neuroscience - Python, Matlab, C
- ORCID: [0000-0001-8983-6223](http://orcid.org/0000-0001-8983-6223)
-
-* [Cesar B. Rocha](https://github.com/crocha700)
- Physical Oceanography, Geophysical Fluid Dynamics - Python, C, Fortran
- ORCID: [0000-0003-4063-5468](http://orcid.org/0000-0003-4063-5468)
-
-* [Kevin Mattheus Moerman](https://github.com/Kevin-Mattheus-Moerman)
- Computational Soft Tissue Biomechanics, Image-based Modelling - Octave, Matlab
- ORCID: [---](http://orcid.org/)
-
-* [David Garcia](https://github.com/dgarcia-eu)
- Computational Social Science - R, Python
- ORCID: [0000-0002-2820-9151](http://orcid.org/0000-0002-2820-9151)
-
-* [Olivier Grisel](https://github.com/ogrisel)
- [★](https://github.com/ReScience/ReScience-submission/pull/20)
- Machine Learning - Python
- ORCID: [0000-0002-8226-4012](http://orcid.org/0000-0002-8226-4012)
-
-* [Almar Klein](https://github.com/almarklein)
- [★](https://github.com/ReScience/ReScience-submission/pull/28)
- (Medical) Image Processing - Python
- ORCID: [0000-0002-9978-2780](http://orcid.org/0000-0002-9978-2780)
-
-* [Tarandeep Singh Kalra](https://github.com/tarankalra-usgs)
- Computational Fluid Dynamics, Applied Aerodynamics, Ocean Modeling - Fortran, Python, C
- ORCID: [---](http://orcid.org/)
-
-* [Philipp Boersch-Supan](https://github.com/pboesu)
- [★](https://github.com/ReScience/ReScience-submission/pull/39)
- Ecology, Biological Oceanography, Biogeography - R
- ORCID: [0000-0001-6723-6833](http://orcid.org/0000-0001-6723-6833)
-
-* [Ben Marwick](https://github.com/benmarwick)
- Archaeology, Geosciences, Social sciences - R
- ORCID: [---](http://orcid.org/)
-
-* [Emmanuel Hadoux](https://github.com/ehadoux)
- Decision Theory, Markov Models, Argumentation (Artificial Intelligence) -
- C++, Java, Ruby
- ORCID: [0000-0003-4303-7885](http://orcid.org/0000-0003-4303-7885)
-
-* [Dmitrii Pasechnik](https://github.com/dimpase)
- Algebra and Geometry, Combinatorics, Graphs, Optimization - C, Python, Computer Algebra Systems
- ORCID: [0000-0002-7557-6886](http://orcid.org/0000-0002-7557-6886)
-
-* [Niranj Chandrasekaran](https://github.com/niranjchandrasekaran)
- Molecular Biophysics - Python, Perl
- ORCID: [---](http://orcid.org/)
-
-* [Fabien C. Y. Benureau](https://github.com/benureau)
- [★](https://github.com/ReScience/ReScience-submission/pull/24)
- Machine Learning, Robotics, Computational Neuroscience - Python, Julia, Go
- ORCID: [0000-0003-4083-4512](http://orcid.org/0000-0003-4083-4512)
-
-* [Damien Drix](https://github.com/damiendr)
- [★](https://github.com/ReScience/ReScience-submission/pull/22)[★](https://github.com/ReScience/ReScience-submission/pull/51)
- Computational Neuroscience, Machine Learning - Julia, Python
- ORCID: [0000-0003-4107-5693](http://orcid.org/0000-0003-4107-5693)
-
-* [Kamil S Jaron](https://github.com/KamilSJaron)
- [★](https://github.com/ReScience/ReScience-submission/pull/27)
- Evolutionary biology - R, C/C++, python
- ORCID: [0000-0003-1470-5450](http://orcid.org/0000-0003-1470-5450)
-
-* [Anne Urai](https://github.com/anne-urai)
- [★](https://github.com/ReScience/ReScience-submission/pull/36)
- Cognitive neuroscience, Decision Making, Vision Science - Matlab, Python, R
- ORCID: [0000-0001-5270-6513](http://orcid.org/0000-0001-5270-6513)
-
-* [Vamsi Spandan](https://github.com/nadnaps)
- Computational Fluid Dynamics, High Performance Computing - Fortran, Python
- ORCID: [0000-0003-0107-4135](http://orcid.org/0000-0003-0107-4135)
-
-* [Christopher B. Cole](https://github.com/Chris1221)
- Statistical Genetics - R, Matlab, Python, C++
- ORCID: [0000-0002-6733-633X](http://orcid.org/0000-0002-6733-633X)
-
-* [Qihong Lu](https://github.com/qihongl)
- [★](https://github.com/ReScience/ReScience-submission/pull/36)
- Cognitive Psychology, Neuroimaging, Neural Networks - Python, Matlab, R
- ORCID: [0000-0002-0730-5240](http://orcid.org/0000-0002-0730-5240)
-
-* [Emmanuel Noutahi](https://github.com/maclandrol)
- Computational Biology, Evolutionary biology - Python, Java, Matlab, JavaScript
- ORCID: [0000-0001-5216-9703](http://orcid.org/0000-0001-5216-9703)
-
-* [Francisco Pina-Martins](https://github.com/StuntsPT)
- Bioinformatics, Evolutionary Biology, Population Genetics/Genomics - Python
- ORCID: [0000-0003-1836-397X](http://orcid.org/0000-0003-1836-397X)
-
-* [Kyle Niemeyer](https://github.com/kyleniemeyer)
- Combustion, Chemical Kinetics, Computational Fluid Dynamics, HPC - Python, Fortran, CUDA, Matlab
- ORCID: [0000-0003-4425-7097](http://orcid.org/0000-0003-4425-7097)
-
-* [Aaron Shifman](https://github.com/aaronshifman)
- [★](https://github.com/ReScience/ReScience-submission/pull/30)[★](https://github.com/ReScience/ReScience-submission/pull/41)
- Computational Biology - Python, Matlab/Octave, Javascript
- ORCID: [0000-0003-2140-7590](orcid.org/0000-0003-2140-7590)
-
-* [Roman Yurchak](https://github.com/rth)
- [★](https://github.com/ReScience/ReScience-submission/pull/28)
- Signal Processing, Information Retrieval - Python, C
- ORCID: [0000-0002-2565-4444](http://orcid.org/0000-0002-2565-4444)
-
-* [Matt G. Hall](https://github.com/soolijoo)
- [★](https://github.com/ReScience/ReScience-submission/pull/25)
- Diffusion Imaging and Simulation - Java, Python, C++
- ORCID: [0000-0002-9530-5477](http://orcid.org/0000-0002-9530-5477)
-
-* [Christoph Metzner](https://github.com/ChristophMetzner)
- [★](https://github.com/ReScience/ReScience-submission/pull/33)
- Computational Neuroscience - Python, Matlab, Neuron, Genesis, Auryn/C++
- ORCID: [0000-0002-5933-2101](http://orcid.org/0000-0002-5933-2101)
-
-* [Stephan Grein](https://github.com/stephanmg)
- Computational Neuroscience, HPC platforms, Numerics - Java, C++, Lua, Python, Matlab, R
- ORCID: [0000-0001-9524-6633](http://orcid.org/0000-0001-9524-6633)
-
-* [Patricio Reyes](https://github.com/pareyesv)
- Operations Research - Python, R
- ORCID: [---](http://orcid.org/)
-
-* [Pietro Marchesi](https://github.com/pietromarchesi)
- [★](https://github.com/ReScience/ReScience-submission/pull/30)[★](https://github.com/ReScience/ReScience-submission/pull/45)
- Computational Neuroscience, Information Theory - Python
- ORCID: [0000-0001-5955-6909](http://orcid.org/0000-0001-5955-6909)
-
-* [Joshua Pritikin](https://github.com/jpritikin)
- Quantitative Psychology - R, C/C++, Stan, Coffeescript, Python, Perl, Bash
- ORCID: [0000-0002-9862-5484](http://orcid.org/0000-0002-9862-5484)
-
-* [Arnaud Legrand](https://github.com/alegrand)
- Parallel Distributed HPC, Optimization, Evaluation, Simulation - C, R, Shell, Perl, Python
- ORCID: [0000-0002-8415-1046](http://orcid.org/0000-0002-8415-1046)
-
-* [Ryan B. Harvey](https://github.com/nihonjinrxs)
- Comp. Harmonic Analysis, Data Science/Engineering - R, Python, SQL, Bash/Shell, Java
- ORCID: [0000-0002-0821-7605](https://orcid.org/0000-0002-0821-7605)
-
-* [Anya Vostinar](https://github.com/anyaevostinar)
- [★](https://github.com/ReScience/ReScience-submission/pull/27)
- Digital Evolution, Agent-based simulation - C++ (11, 14), Python, R
- ORCID: [0000-0001-7216-5283](https://orcid.org/0000-0001-7216-5283)
-
-* [Milad H. Mobarhan](https://github.com/miladh)
- Computational Neuroscience - Python, C++
- ORCID: [0000-0003-1144-8794](https://orcid.org/0000-0003-1144-8794)
-
-* [Max M. Losch](https://github.com/mlosch)
- Computational Visual Neuroscience, Machine Learning - Python, Matlab, Java, C/C++
- ORCID: [0000-0001-6525-4528](https://orcid.org/0000-0001-6525-4528)
-
-* [Alexandra K. Diem](https://github.com/akdiem)
- Vascular modelling, Neurovascular Coupling - Python, Matlab, C, Java, R, Bash
- ORCID: [0000-0003-1719-1942](https://orcid.org/0000-0003-1719-1942)
-
-* [Jaime Arias](https://github.com/himito)
- Formal Methods - Python, C/C++, VHDL, SystemVerilog
- ORCID Number: [0000-0003-3019-4902](https://orcid.org/0000-0003-3019-4902)
-
-* [Dennis Goldschmidt](https://github.com/degoldschmidt)
- [★](https://github.com/ReScience/ReScience-submission/pull/45)
- Computational Neuroscience, Neurorobotics - Python, C/C++, Java, Octave
- ORCID: [0000-0002-0603-7176](https://orcid.org/0000-0002-0603-7176)
-
-* [Aurélien Nioche](https://github.com/AurelienNioche)
- Agent-based modelling - Python
- ORCID: [0000-0002-0567-2637](https://orcid.org/0000-0002-0567-2637)
-
-* [Bruno Sciolla](https://github.com/bsciolla)
- Deep learning, Image processing, Medical Imaging - Python, C++, Matlab
- ORCID: [0000-0002-7720-1455](https://orcid.org/0000-0002-7720-1455)
-
-* [Vahid Rostami](https://github.com/Vahidrostami)
- Computational Neuroscience, Statistical Neuroscience - Python
- ORCID: [0000-0002-3851-0220](orcid.org/0000-0002-3851-0220)
-
-* [Tiina Manninen](https://github.com/TiinaManninen)
- [★](https://github.com/ReScience/ReScience-submission/pull/33)
- Computational Neuroscience - Matlab, Python
- ORCID: [0000-0002-0456-1185](https://orcid.org/0000-0002-0456-1185)
-
-* [Shailesh Appukuttan](https://github.com/appukuttan-shailesh)
- [★](https://github.com/ReScience/ReScience-submission/pull/43)
- Computational Neuroscience, Neurophysiology, Smooth Muscle - HOC, NMODL, Python, PyNN
- ORCID: [0000-0002-0148-8023](https://orcid.org/0000-0002-0148-8023)
-
-* [Hao Ye](https://github.com/ha0ye)
- Ecology, Dynamic Systems - R, C++
- ORCID: [0000-0002-8630-1458](https://orcid.org/0000-0002-8630-1458)
-
-* [Paweł T. Jochym](https://github.com/jochym)
- Computational Material Science, Theoretical Physics - Python, C/C++, Pascal, Fortran
- ORCID: [0000-0003-0427-7333](https://orcid.org/0000-0003-0427-7333)
-
-* [Pritish Patil](https://github.com/iampritishpatil)
- Computational Neurocience - Python (Neuron, Moose, Brian), Maltlab
- ORCID: [0000-0002-2655-4090](orcid.org/0000-0002-2655-4090)
-
-* [Maarten Trompper](https://github.com/digitalheir)
- Artificial Intelligence - Java, Javascript
- ORCID: [0000-0003-1167-0432](https://orcid.org/0000-0003-1167-0432)
-
-* [Tania Allard](https://github.com/trallard)
- Computational Materials Science, Biomaterials, Data Science - Python, R, C/C++, Fortran, Matlab
- ORCID: [0000-0002-5353-5397](https://orcid.org/0000-0002-5353-5397)
-
-* [Romain Cazé](https://github.com/rcaze)
- Computational Neuroscience - Python
- ORCID: [0000-0002-7798-3696](https://orcid.org/0000-0002-7798-3696)
-
-* [Junpeng Lao](https://github.com/junpenglao)
- Computational Neuroscience, Bayesian Statistics - Python, Matlab
- ORCID: [0000-0001-6029-7510]( https://orcid.org/0000-0001-6029-7510)
-
-* [Geoff LaFlair](www.github.com/gtlaflair)
- Language assessment, Corpus linguistics, Second language research, Applied linguistics - R
- ORCID: [0000-0003-0306-6550](https://orcid.org/0000-0003-0306-6550)
-
-* [Arindam Basu](https://github.com/arinbasu)
- Epidemiology, Medicine, Environmental Health - R, Python, Stata
- ORCID: [0000-0003-2326-2292](https://orcid.org/0000-0003-2326-2292)
-
-* [Nikolaos Efthymiou](https://github.com/NikEfth)
- Medical Imaging, Positron Emission Tomography (PET) - C/C++, Python, Matlab
- ORCID: [0000-0003-1947-5033]( https://orcid.org/0000-0003-1947-5033)
-
-* [Xuedong Shang](https://github.com/xuedong)
- Reinforcement Learning, Machine Learning, Optimization - Python, Julia, Matlab, OCaml, R, C/C++
- ORCID: [0000-0002-1537-6540](https://orcid.org/0000-0002-1537-6540)
-
-* [Dan Kortschak](https://github.com/kortschak)
- Genomics - Go
- ORCID: [0000-0001-8295-2301](https://orcid.org/0000-0001-8295-2301)
-
-
-* [Konstantinos Chatzilygeroudis](https://github.com/costashatz)
- Reinforcement Learning, Control, Gaussian Processes, Optimization - C++, C, Python, Matlab/Octave, Scala
- ORCID: [0000-0003-3585-1027](https://orcid.org/0000-0003-3585-1027)
-
-* [Thiago Mosqueiro](https://github.com/thmosqueiro)
- Computational Neuroscience, Machine Learning, Statistical Physics, Biology - Python, Fortran, C/C++, R, Octave (Matlab), Scala
- ORCID: [0000-0001-5808-8189](https://orcid.org/0000-0001-5808-8189)
-
-* [Miguel P Xochicale](https://github.com/mxochicale)
- Human-Robot Interaction, Nonlinear Time Series Analysis, Signal Processing, - R, Python, Octave, C/C++, Fortran
-ORCID: [0000-0002-8225-7517](https://orcid.org/0000-0002-8225-7517)
-
-* [Christian Jarvers](https://github.com/cJarvers)
- Computational Neuroscience, Machine Learning/Deep Learning - Python, Octave/Matlab, Julia, Fortran
- ORCID: [0000-0003-0062-9776](https://orcid.org/0000-0003-0062-9776)
-
-
-* [Abdulqawi Saif](https://github.com/LeUnAiDeS)
- Distributed Systems, Scalable Databases, Big Data Analytics, Software Verification and Validation - Java, C++, Ruby, OCL, JML, R
- ORCID: [0000-0003-3537-2499](https://orcid.org/0000-0003-3537-2499)
-
-* [Chris Rackauckas](https://github.com/ChrisRackauckas)
- Systems Biology, Dynamical systems, Statistics - Julia, Matlab, Mathematica, C/C++, R, Python
- ORCID: [0000-0001-5850-0663](https://orcid.org/0000-0001-5850-0663)
-
-* [Rui Portela](https://github.com/ruimcportela)
- Systems and Synthetic Biology, Machine Learning - Python, Matlab, R, SQL
- ORCID: [0000-0002-3627-6477](https://orcid.org/0000-0002-3627-6477)
-
-* [Eric Berquist](https://github.com/berquist)
- Computational Chemistry and Spectroscopy - Python, C++
- ORCID: [0000-0001-8186-9522](https://orcid.org/0000-0001-8186-9522)
-
-* [Josh Gardner](https://github.com/jpgard)
- Machine Learning, Education - Python, R
- ORCID: [0000-0002-4998-5918](https://orcid.org/0000-0002-4998-5918)
-
-* [Nicolás Guarín-Zapata](https://github.com/nicoguaro)
- Computational & Solid Mechanics, Wave Propagation- Python, Matlba, Fortran
- ORCID: [0000-0002-9435-1914](https://orcid.org/0000-0002-9435-1914)
-
-* [Frank Förster](https://github.com/greatfireball)
- Bioinformatics, Computational Biology, Phylogenetics, Genomics, Transcriptomics - Perl, R, Python, PHP, GNU/Linux, Shell
- ORCID: [0000-0003-4166-5423](https://orcid.org/0000-0003-4166-5423)
-
-* [Travis Hinkelman](https://github.com/hinkelman)
- Ecology - R, NetLogo
- ORCID: [0000-0002-8157-8407](https://orcid.org/0000-0002-8157-8407)
-
-* [Inderdeep Singh Bajwa](https://github.com/InderdeepBajwa/)
- Machine Learning, Artificial Intelligence, Computer Vision - Python, C++, Julia, Golang, C#
- ORCID: [0000-0003-3878-8166](https://orcid.org/0000-0003-3878-8166/)
-
-* [Dylan Aïssi](https://github.com/daissi/)
-Bioinformatics, Computational Biology, Epigenomics, Genomics, Transcriptomics - R, Shell, Python, Perl, Julia
- ORCID: [0000-0002-5858-6468](https://orcid.org/0000-0002-5858-6468)
-
-* [Manjari Narayan](https://github.com/mnarayan)
-Applied and Computational Statistics, Machine Learning, Computational Neuroscience, Neuroimaging - Python, Matlab/Octave, R
-ORCID: [0000-0001-5348-270X](https://orcid.org/0000-0001-5348-270X)
-
-* [Garrett Smith](https://github.com/garrett-m-smith)
-Psycholinguistics, cognitive modeling, dynamical systems - Python, R, Matlab/Octave
-ORCID: [0000-0001-7238-3942](https://orcid.org/0000-0001-7238-3942)
-
diff --git a/05-FAQ.md b/05-FAQ.md
deleted file mode 100644
index fa74305..0000000
--- a/05-FAQ.md
+++ /dev/null
@@ -1,198 +0,0 @@
----
-layout: page
-menutitle: FAQ
-permalink: /faq/
----
-
-# Frequently Asked Questions
-
-If your question is not answered below, please
-[create an issue](https://github.com/ReScience/ReScience/issues) on GitHub and
-ask it there.
-
-## Can I help?
-
-Yes ! You can:
-
- * Become a reviewer by [filling your information](https://github.com/ReScience/ReScience/issues/27) and [watch](https://github.com/ReScience/ReScience-submission/subscription) for new submission
- * [Submit](../write) paper for the work you've already replicated
- * Spread the word about Re**Science** in your community
- ([twitter](http://twitter.com/ReScienceEds), mailing lists, blogs, etc.)
- * [Star the project](https://github.com/ReScience/ReScience) on GitHub
- * Help improving this website by
- [forking it](https://github.com/ReScience/rescience.github.io/fork) and
- propose modifications (through PR)
- * [Opening an issue](https://github.com/ReScience/ReScience/issues) if you
- have any unanswered question.
- * The [Website](https://github.com/ReScience/rescience.github.io) could certainly
- use the help of a [Jekyll](http://jekyllrb.com) expert and the eye of a
- designer (but keep in mind we want to keep a simple & clean website where
- content is the primary focus)...
- * Print stickers from the
- [Re**Science** material repository](https://github.com/ReScience/ReScience-material)
- (and possibly send some to us...)
-
-
-## What's the difference between replication and reproduction?
-
-There is no concensus yet on what exactly these two terms mean, so
-here is how we understand and use them.
-
-Reproduction of a computational study means running the same
-computation on the same input data, and then checking if the results
-are the same, or at least "close enough" when it comes to numerical
-approximations. Reproduction can be considered as software testing at
-the level of a complete study.
-
-Replication of a scientific study (computational or other) means
-repeating a published protocol, respecting its spirit and intentions
-but varying the technical details. For computational work, this would
-mean using different software, running a simulation from different
-initial conditions, etc. The idea is to change something that everyone
-believes shouldn't matter, and see if the scientific conclusions are
-affected or not.
-
-Reproduction verifies that a computation was recorded with enough
-detail that it can be analyzed later or by someone else. Replication
-explores which details matter for reaching a specific scientific
-conclusion. A replication attempt is most useful if reproducibility
-has already been verified. Otherwise, if replication fails, leads to
-different conclusions, you cannot trace back the differences in the
-results to the underlying code and data.
-
-In the ideal world, the reproducibility of computational studies would
-be checked automatically before publication. In the real world, most
-published studies do not even claim to be reproducible, because the code
-or the input data are not made public. Given this situation,
-a Re**Science** publication provides two important services: by replicating
-the original work, it provides an independent implementation of the
-original computational protocol, and by making this new implementation
-public, it is reproducible and thus a safer basis for future research
-to build on.
-
-
-## Are there any publication fees?
-
-No. Re**Science** promotes open access and relies on the volunteer work of
-editors and reviewers. And the free hosting by GitHub.
-
-
-## Can I submit a paper using proprietary tools such as Matlab?
-
-No. If we aim at replicability, we have to make sure the proposed
-implementation allows anyone to re-run and understand the code without any
-barriers. Proprietary software constitutes such a barrier because of their
-price and their closed nature.
-An implementation specifically targeting a free alternative such as
-[Octave](https://www.gnu.org/software/octave/) will be accepted though.
-
-
-## Is it mandatory to have an open-source license on the code?
-
-Yes. The code accompanying Re**Science** articles will be archived at
-[Zenodo](https://zenodo.org/) along with the article and data, entirely under open
-licenses. This is part of the open access principle underlying Re**Science**. For the
-choice of a license for the code, we refer to the [the Debian Free Software
-Guidelines](https://www.debian.org/social_contract#guidelines).
-
-
-## Can I submit the replication of my own research?
-
-No. Mistakes in the implementation of research questions and methods are often
-due to biases authors invariably have, consciously or not. One's biases will
-inevitably carry over to how one approaches a replication. Perhaps even more importantly,
-we aim at the cross-fertilization of research and trying to replicate the work of one's
-peers might pave the way for a future collaboration, or may give rise to new ideas as
-a result of the replication effort.
-
-
-## Can I suggest a replication?
-
-Yes. If you want to suggest an article for a replication, just
-[open a new issue](https://github.com/ReScience/call-for-replication/issues/new)
-in the [call for replication repository](https://github.com/ReScience/call-for-replication) and give the reference of the original
-article and possibly the reason you would like to see this article replicated
-(please refrain from suggesting your own work). Note that you're also
-encouraged to register as a reviewer such that you can review the replication
-you've been proposing if someone actually takes up the challenge.
-
-If you're looking for some challenge, you can also look at the
-[current list of suggestions](https://github.com/ReScience/call-for-replication/issues).
-
-
-## If my submission is rejected, can I resubmit it?
-
-This depends on the reason your submission was rejected. If the
-original research has already been replicated previously (in
-Re**Science** or elsewhere), it is unlikely we'll consider another replication, even if you
-think your implementation is better. However, if your submission has ben
-rejected because reviewers cannot make it run, you are encouraged to re-submit
-once the identified problems have been solved.
-
-
-## What if I fail to replicate a research result?
-
-Some research may not be replicable. Before declaring a
-research result non-replicable, we require extra caution to be taken. In addition
-to scrutiny of your submission by reviewers and editors, we will contact the
-authors of the original research, and issue a challenge to the Re**Science**
-community to spot and report (using the issue tracker) errors in your implementation.
-If no errors are found, your work will be accepted and
-the original research will be declared non-replicable.
-
-
-## Is there a preferred implementation language?
-
-We favor a Python implementation because this language offers a
-[scientific programming stack](http://www.scipy.org) that can handle research in many
-domains of science (see for example the [Scipy 2015](http://scipy2015.scipy.org)
-and [EuroScipy 2015](https://www.euroscipy.org/2015/) conferences). Python is
-also often reported by scientists to easier to learn and use than other languages.
-Furthermore, using Python might allow us to use
-the [IPython](http://ipython.org) notebook and the upcoming
-[Jupyter](https://jupyter.org) environments.
-
-However, other languages or tools are acceptable if they are mainstream in the
-respective domain of research.
-
-## I'm a student, can I submit?
-
-**Yes ! Students are strongly encouraged to submit their work**. Although the
-Re**Science** publishing model is a bit different from other academic journals,
-it can give students a first experience at peer-reviewed scholarly publishing, including
-meeting standards of scientific rigor and addressing reviewers' comments. Publishing
-in Re**Science** is also a way to actively contribute to open science while adding to one's
-publication record.
-
-
-## How do I know if my replication is successful?
-
-This depends mainly on the original paper introducing the research results to be
-replicated. Results might be presented in a qualitative or quantitative way and you'll have to
-clearly state why you think your implementation of a method or protocol is a faithful replication
-of the original results.
-
-
-## What kind of research can I replicate?
-
-Any computational research in any domain of science as long as there is an
-editor from the [Board](../board) who has the expertise to edit your submission. The editorial
-board is growing to increase the scientific domains being covered. If no editor is
-able to edit your submission, you can also propose a guest editor (who must
-be willing to work with our GitHub-based editorial processes).
-
-
-## Does ReScience issue DOIs (Digital Object Identifiers)?
-
-Re**Science** itself does not, but every article published in Re**Science** receives a DOI from, and is
-indexed in [Zenodo](https://zenodo.org/collection/user-rescience).
-
-
-## What is the preferred format for the accompanying article?
-
-We use **exclusively** Markdown format, from which articles are converted to
-HTML, PDF, and other formats using [pandoc](http://johnmacfarlane.net/pandoc/).
-
-We realize that this may impose some limitations on formatting possibilities.
-However, it is the tradeoff we chose to be able to offer a green open-access journal.
-All editors and reviewers are volunteers, and we want to minimize their workload.
diff --git a/06-platform-instruction.md b/06-platform-instruction.md
deleted file mode 100644
index 7918b29..0000000
--- a/06-platform-instruction.md
+++ /dev/null
@@ -1,107 +0,0 @@
----
-layout: page
-permalink: /platform/
----
-
-# Provide platform information
-
-Submissions to ReScience come with code. We ask information about the platform that was used
-to run the code, the detail depending on the tools and programming languages used.
-
-This information will be included in the file `code/README.md` of the submission. Consider
-the whole execution pipeline for your results for possible additional tools (e.g. Bash,
-random number generator, etc).
-
-## Version information for Python
-
-For Python, NumPy, SciPy and matplotlib (common Python dependencies), the
-following script will provide detailed information on your platform.
-
-```py
-from __future__ import print_function
-import sys
-import platform
-
-print("Platform:", sys.platform)
-print("Python:", sys.version)
-print("Machine and architecture", platform.machine(), *platform.architecture())
-
-try:
- import numpy as np
- print("NumPy:", np.version.version)
-except:
- pass
-
-try:
- import scipy
- print("SciPy:", scipy.version.version)
-except:
- pass
-
-try:
- import matplotlib
- print("matplotlib:", matplotlib.__version__)
-except:
- pass
-```
-
-The output, for instance
-
-```
-Platform: linux
-Python: 3.5.2+ (default, Sep 22 2016, 12:18:14)
-[GCC 6.2.0 20160914]
-Machine and architecture x86_64 64bit ELF
-NumPy: 1.12.0
-SciPy: 0.18.1
-matplotlib: 2.0.0
-```
-
-Note that the versions of NumPy, SciPy and matplotlib should be given if they are used only
-and that the version of any other library that is not part of Python's standard library
-should also be given.
-
-## Version information for compiled languages
-
-For compiled languages, the important information consists in the platform, the
-compiler, its version, and the compiler flags.
-
-We provide below an example for the C language on Unix-like platforms. Modify it to suit
-your project and feel free to contact ReScience via the GitHub issues or Twitter if you need
-further assistance.
-
-Platform information:
-
-```
-uname -mosv
-```
-
-```
-Linux #1 SMP Debian 3.16.7-ckt9-3 (2015-04-23) x86_64 GNU/Linux
-```
-
-Hardware information:
-```
-grep -E '(^model name|^vendor_id|^flags)' /proc/cpuinfo | sort | uniq
-```
-
-```
-flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
-model name : Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
-vendor_id : GenuineIntel
-```
-
-Compiler information for C:
-```
-gcc --version
-```
-
-```
-gcc (Debian 6.2.0-5) 6.2.0 20160927
-Copyright (C) 2016 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-```
-
-with compilation flags ```-O3 -std=c99```.
-
diff --git a/Gemfile b/Gemfile
index 46d62ea..bc5a7f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,6 @@
source 'https://rubygems.org'
+
gem "jekyll"
gem 'redcarpet'
gem 'github-pages'
+gem "jekyll-scholar"
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..ffb2f26
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,293 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ activesupport (7.1.2)
+ base64
+ bigdecimal
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ connection_pool (>= 2.2.5)
+ drb
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ mutex_m
+ tzinfo (~> 2.0)
+ addressable (2.8.5)
+ public_suffix (>= 2.0.2, < 6.0)
+ base64 (0.2.0)
+ bibtex-ruby (4.4.7)
+ latex-decode (~> 0.0)
+ bigdecimal (3.1.4)
+ citeproc (1.0.10)
+ namae (~> 1.0)
+ citeproc-ruby (1.1.14)
+ citeproc (~> 1.0, >= 1.0.9)
+ csl (~> 1.6)
+ coffee-script (2.4.1)
+ coffee-script-source
+ execjs
+ coffee-script-source (1.11.1)
+ colorator (1.1.0)
+ commonmarker (0.23.10)
+ concurrent-ruby (1.2.2)
+ connection_pool (2.4.1)
+ csl (1.6.0)
+ namae (~> 1.0)
+ rexml
+ csl-styles (1.0.1.11)
+ csl (~> 1.0)
+ dnsruby (1.70.0)
+ simpleidn (~> 0.2.1)
+ drb (2.2.0)
+ ruby2_keywords
+ em-websocket (0.5.3)
+ eventmachine (>= 0.12.9)
+ http_parser.rb (~> 0)
+ ethon (0.16.0)
+ ffi (>= 1.15.0)
+ eventmachine (1.2.7)
+ execjs (2.9.1)
+ faraday (2.7.12)
+ base64
+ faraday-net_http (>= 2.0, < 3.1)
+ ruby2_keywords (>= 0.0.4)
+ faraday-net_http (3.0.2)
+ ffi (1.16.3)
+ forwardable-extended (2.6.0)
+ gemoji (3.0.1)
+ github-pages (228)
+ github-pages-health-check (= 1.17.9)
+ jekyll (= 3.9.3)
+ jekyll-avatar (= 0.7.0)
+ jekyll-coffeescript (= 1.1.1)
+ jekyll-commonmark-ghpages (= 0.4.0)
+ jekyll-default-layout (= 0.1.4)
+ jekyll-feed (= 0.15.1)
+ jekyll-gist (= 1.5.0)
+ jekyll-github-metadata (= 2.13.0)
+ jekyll-include-cache (= 0.2.1)
+ jekyll-mentions (= 1.6.0)
+ jekyll-optional-front-matter (= 0.3.2)
+ jekyll-paginate (= 1.1.0)
+ jekyll-readme-index (= 0.3.0)
+ jekyll-redirect-from (= 0.16.0)
+ jekyll-relative-links (= 0.6.1)
+ jekyll-remote-theme (= 0.4.3)
+ jekyll-sass-converter (= 1.5.2)
+ jekyll-seo-tag (= 2.8.0)
+ jekyll-sitemap (= 1.4.0)
+ jekyll-swiss (= 1.0.0)
+ jekyll-theme-architect (= 0.2.0)
+ jekyll-theme-cayman (= 0.2.0)
+ jekyll-theme-dinky (= 0.2.0)
+ jekyll-theme-hacker (= 0.2.0)
+ jekyll-theme-leap-day (= 0.2.0)
+ jekyll-theme-merlot (= 0.2.0)
+ jekyll-theme-midnight (= 0.2.0)
+ jekyll-theme-minimal (= 0.2.0)
+ jekyll-theme-modernist (= 0.2.0)
+ jekyll-theme-primer (= 0.6.0)
+ jekyll-theme-slate (= 0.2.0)
+ jekyll-theme-tactile (= 0.2.0)
+ jekyll-theme-time-machine (= 0.2.0)
+ jekyll-titles-from-headings (= 0.5.3)
+ jemoji (= 0.12.0)
+ kramdown (= 2.3.2)
+ kramdown-parser-gfm (= 1.1.0)
+ liquid (= 4.0.4)
+ mercenary (~> 0.3)
+ minima (= 2.5.1)
+ nokogiri (>= 1.13.6, < 2.0)
+ rouge (= 3.26.0)
+ terminal-table (~> 1.4)
+ github-pages-health-check (1.17.9)
+ addressable (~> 2.3)
+ dnsruby (~> 1.60)
+ octokit (~> 4.0)
+ public_suffix (>= 3.0, < 5.0)
+ typhoeus (~> 1.3)
+ html-pipeline (2.14.3)
+ activesupport (>= 2)
+ nokogiri (>= 1.4)
+ http_parser.rb (0.8.0)
+ i18n (1.14.1)
+ concurrent-ruby (~> 1.0)
+ jekyll (3.9.3)
+ addressable (~> 2.4)
+ colorator (~> 1.0)
+ em-websocket (~> 0.5)
+ i18n (>= 0.7, < 2)
+ jekyll-sass-converter (~> 1.0)
+ jekyll-watch (~> 2.0)
+ kramdown (>= 1.17, < 3)
+ liquid (~> 4.0)
+ mercenary (~> 0.3.3)
+ pathutil (~> 0.9)
+ rouge (>= 1.7, < 4)
+ safe_yaml (~> 1.0)
+ jekyll-avatar (0.7.0)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-coffeescript (1.1.1)
+ coffee-script (~> 2.2)
+ coffee-script-source (~> 1.11.1)
+ jekyll-commonmark (1.4.0)
+ commonmarker (~> 0.22)
+ jekyll-commonmark-ghpages (0.4.0)
+ commonmarker (~> 0.23.7)
+ jekyll (~> 3.9.0)
+ jekyll-commonmark (~> 1.4.0)
+ rouge (>= 2.0, < 5.0)
+ jekyll-default-layout (0.1.4)
+ jekyll (~> 3.0)
+ jekyll-feed (0.15.1)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-gist (1.5.0)
+ octokit (~> 4.2)
+ jekyll-github-metadata (2.13.0)
+ jekyll (>= 3.4, < 5.0)
+ octokit (~> 4.0, != 4.4.0)
+ jekyll-include-cache (0.2.1)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-mentions (1.6.0)
+ html-pipeline (~> 2.3)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-optional-front-matter (0.3.2)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-paginate (1.1.0)
+ jekyll-readme-index (0.3.0)
+ jekyll (>= 3.0, < 5.0)
+ jekyll-redirect-from (0.16.0)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-relative-links (0.6.1)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-remote-theme (0.4.3)
+ addressable (~> 2.0)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
+ rubyzip (>= 1.3.0, < 3.0)
+ jekyll-sass-converter (1.5.2)
+ sass (~> 3.4)
+ jekyll-scholar (5.16.0)
+ bibtex-ruby (~> 4.0, >= 4.0.13)
+ citeproc-ruby (~> 1.0)
+ csl-styles (~> 1.0)
+ jekyll (~> 3.0)
+ jekyll-seo-tag (2.8.0)
+ jekyll (>= 3.8, < 5.0)
+ jekyll-sitemap (1.4.0)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-swiss (1.0.0)
+ jekyll-theme-architect (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-cayman (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-dinky (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-hacker (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-leap-day (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-merlot (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-midnight (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-minimal (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-modernist (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-primer (0.6.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-github-metadata (~> 2.9)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-slate (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-tactile (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-theme-time-machine (0.2.0)
+ jekyll (> 3.5, < 5.0)
+ jekyll-seo-tag (~> 2.0)
+ jekyll-titles-from-headings (0.5.3)
+ jekyll (>= 3.3, < 5.0)
+ jekyll-watch (2.2.1)
+ listen (~> 3.0)
+ jemoji (0.12.0)
+ gemoji (~> 3.0)
+ html-pipeline (~> 2.2)
+ jekyll (>= 3.0, < 5.0)
+ kramdown (2.3.2)
+ rexml
+ kramdown-parser-gfm (1.1.0)
+ kramdown (~> 2.0)
+ latex-decode (0.4.0)
+ liquid (4.0.4)
+ listen (3.8.0)
+ rb-fsevent (~> 0.10, >= 0.10.3)
+ rb-inotify (~> 0.9, >= 0.9.10)
+ mercenary (0.3.6)
+ minima (2.5.1)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-feed (~> 0.9)
+ jekyll-seo-tag (~> 2.1)
+ minitest (5.20.0)
+ mutex_m (0.2.0)
+ namae (1.1.1)
+ nokogiri (1.15.5-arm64-darwin)
+ racc (~> 1.4)
+ octokit (4.25.1)
+ faraday (>= 1, < 3)
+ sawyer (~> 0.9)
+ pathutil (0.16.2)
+ forwardable-extended (~> 2.6)
+ public_suffix (4.0.7)
+ racc (1.7.3)
+ rb-fsevent (0.11.2)
+ rb-inotify (0.10.1)
+ ffi (~> 1.0)
+ redcarpet (3.6.0)
+ rexml (3.2.6)
+ rouge (3.26.0)
+ ruby2_keywords (0.0.5)
+ rubyzip (2.3.2)
+ safe_yaml (1.0.5)
+ sass (3.7.4)
+ sass-listen (~> 4.0.0)
+ sass-listen (4.0.0)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ sawyer (0.9.2)
+ addressable (>= 2.3.5)
+ faraday (>= 0.17.3, < 3)
+ simpleidn (0.2.1)
+ unf (~> 0.1.4)
+ terminal-table (1.8.0)
+ unicode-display_width (~> 1.1, >= 1.1.1)
+ typhoeus (1.4.1)
+ ethon (>= 0.9.0)
+ tzinfo (2.0.6)
+ concurrent-ruby (~> 1.0)
+ unf (0.1.4)
+ unf_ext
+ unf_ext (0.0.9.1)
+ unicode-display_width (1.8.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ github-pages
+ jekyll
+ jekyll-scholar
+ redcarpet
+
+BUNDLED WITH
+ 2.1.4
diff --git a/README.md b/README.md
deleted file mode 100644
index 1987843..0000000
--- a/README.md
+++ /dev/null
@@ -1,24 +0,0 @@
-[](https://travis-ci.org/ReScience/rescience.github.io)
-
-# ReScience website
-
-### Website
-
-http://rescience.github.io
-
-### Serve locally
-
-```
-bundle exec jekyll serve
-```
-
-### Force rebuild on GitHub
-```
-bundle exec htmlproof ./_site --only-4xx --check-favicon --check-html
-```
-
-### Check website
-
-```
-bundle exec htmlproof ./_site --only-4xx --check-favicon --check-html
-```
diff --git a/_config.yml b/_config.yml
deleted file mode 100644
index 7c328d9..0000000
--- a/_config.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-# Site settings
-title: The ReScience Journal
-# email: your-email@domain.com
-description: Reproducible Science is good.
- Replicated Science is better.
-baseurl: "" # the subpath of your site, e.g. /blog/
-url: "http://rescience.github.io" # the base hostname & protocol for your site
-twitter_username: ReScienceEds
-github_username: ReScience
-
-# Build settings
-markdown: kramdown
-
-
-# Exclude:
-exclude: ["README.md"]
diff --git a/_includes/footer.html b/_includes/footer.html
deleted file mode 100644
index df3e1cb..0000000
--- a/_includes/footer.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
diff --git a/_includes/head.html b/_includes/head.html
deleted file mode 100644
index 09237b5..0000000
--- a/_includes/head.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
- {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
-
-
-
-
-
-
diff --git a/_includes/header.html b/_includes/header.html
deleted file mode 100644
index 59634b3..0000000
--- a/_includes/header.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
diff --git a/_layouts/default.html b/_layouts/default.html
deleted file mode 100644
index e4ab96f..0000000
--- a/_layouts/default.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- {% include head.html %}
-
-
-
- {% include header.html %}
-
-
-
- {% include footer.html %}
-
-
-
-
diff --git a/_layouts/index.html b/_layouts/index.html
deleted file mode 100644
index 444fa17..0000000
--- a/_layouts/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-layout: default
----
-
-
-
- {{ content }}
-
-
-
- {% for post in site.posts %}
- {% if post.type == "news" %}
-
- {{ post.title }}
- {{ post.date | date: "%b %-d, %Y" }}
- {{ post.content }}
-
- {% endif %}
- {% endfor %}
-
-
-
diff --git a/_layouts/page.html b/_layouts/page.html
deleted file mode 100644
index 10bdbb8..0000000
--- a/_layouts/page.html
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: default
----
-
-
-
-
-
- {{ content }}
-
-
-
diff --git a/_layouts/post.html b/_layouts/post.html
deleted file mode 100644
index a2b4e52..0000000
--- a/_layouts/post.html
+++ /dev/null
@@ -1,15 +0,0 @@
----
-layout: default
----
-
-
-
-
-
- {{ content }}
-
-
-
diff --git a/_layouts/read.html b/_layouts/read.html
deleted file mode 100644
index bbe91c6..0000000
--- a/_layouts/read.html
+++ /dev/null
@@ -1,36 +0,0 @@
----
-layout: default
----
-
-
-
- {{ content }}
-
-
-
- {% for post in site.posts %}
- {% if post.type == "article" %}
-
-
- {{ post.date | date: "%b %-d, %Y" }} |
-
- Review |
- Repository |
- DOI {{ post.doi }}
-
-
-
- {{ post.title }} -
- {{ post.author }},
- ReScience ,
- volume {{ post.volume }},
- issue {{ post.issue }},
- {% if post.number %} #{{ post.number }}, {% endif %}
- {{ post.date | date: "%Y" }}.
- Keywords: {{ post.keywords }}
-
- {% endif %}
- {% endfor %}
-
-
-
diff --git a/_posts/2015-08-14-Topalidou-Rougier.md b/_posts/2015-08-14-Topalidou-Rougier.md
deleted file mode 100644
index be1b97c..0000000
--- a/_posts/2015-08-14-Topalidou-Rougier.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Interaction between cognitive and motor cortico-basal
- ganglia loops during decision making: a computational study"
-date: 2015-08-14
-categories: neuroscience python
-author: Meropi Topalidou & Nicolas P. Rougier
-volume: 1
-issue: 1
-doi: 10.5281/zenodo.27944
-pdf: https://github.com/ReScience-Archives/ReScience-Entry-Topalidou-Rougier-2015/raw/1.0/article/article.pdf
-repository: https://github.com/ReScience-Archives/ReScience-Entry-Topalidou-Rougier-2015
-review: https://github.com/ReScience/ReScience-submission/pull/3
-zenodo: https://zenodo.org/record/27944
-keywords: neuroscience, basal ganglia, python
----
-
diff --git a/_posts/2015-09-01-journal-start.md b/_posts/2015-09-01-journal-start.md
deleted file mode 100644
index edb38db..0000000
--- a/_posts/2015-09-01-journal-start.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: post
-type: news
-title: Official creation
-date: 2015-09-01
-categories: news
----
-
-It's our great pleasure to announce the creation of Re**Science** which is a
-peer-reviewed journal that targets computational research and encourages the
-explicit replication of already published research, promoting new and
-open-source implementations in order to ensure that the original research is
-reproducible.
diff --git a/_posts/2015-09-06-LabCritics.md b/_posts/2015-09-06-LabCritics.md
deleted file mode 100644
index 37c74a3..0000000
--- a/_posts/2015-09-06-LabCritics.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-type: news
-title: "ReScience: A Scientific Journal Living on Github"
-date: 2015-09-06
-categories: news
----
-
-[LabCritics](http://www.labcritics.com) kindly made a [post](http://www.labcritics.com/rescience-a-scientific-journal-with-github-at-its-core-4729/?utm_source=@labcritics) introducing Re**Science** and explaining its goals: "Computational research is set to get new open source journal solely for publishing implementations of algorithms and codes already published. Termed ReScience (Replicated Science – I guess [**note**: yes]), the journal uses and exists solely on Github, a popular Web-based Git repository service, offering all of the distributed revision control and source code management functionality of Git."
-
diff --git a/_posts/2015-09-06-ReviewTest.md b/_posts/2015-09-06-ReviewTest.md
deleted file mode 100644
index 3fbaa03..0000000
--- a/_posts/2015-09-06-ReviewTest.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: post
-type: news
-title: "Review process test is over"
-date: 2015-08-10
-categories: news
----
-
-We've been testing the
-[review process](https://github.com/ReScience/ReScience-submission/pull/3) with
-Tiziano Zito (editor), Benoît Girard (reviewer) and Mehdi Khamassi
-(reviewer). They helped smoothing the whole process and we're ready for mass
-production! But let's wait for a second review...
diff --git a/_posts/2016-01-07-NewYear.md b/_posts/2016-01-07-NewYear.md
deleted file mode 100644
index b715dcc..0000000
--- a/_posts/2016-01-07-NewYear.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: post
-type: news
-title: "New year, new challenges ahead"
-date: 2016-01-07
-categories: news
----
-
-Even though open and reproducible science is gaining fast ground, there still
-exists a large number of published computational researches that are just
-awaiting replication. Why not pick your favorite paper and try to replicate it
-? If you're interested in this specific paper, chances are that your replication
-will also be interesting for a lot of researchers.
diff --git a/_posts/2016-02-10-Viejo-Girard-Khamassi.md b/_posts/2016-02-10-Viejo-Girard-Khamassi.md
deleted file mode 100644
index fb5f0bb..0000000
--- a/_posts/2016-02-10-Viejo-Girard-Khamassi.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Speed/accuracy trade-off between the habitual and the
- goal-directed process"
-date: 2016-02-10
-categories: neuroscience python
-author: Guillaume Viejo, Benoît Girard & Mehdi Khamassi
-volume: 2
-issue: 1
-doi: 10.5281/zenodo.45852
-pdf: https://github.com/ReScience-Archives/Viejo-Girard-Khamassi-2016/raw/master/article/viejo_girard_khamassi.pdf
-repository: https://github.com/ReScience-Archives/Viejo-Girard-Khamassi-2016
-review: https://github.com/ReScience/ReScience-submission/pull/14
-zenodo: https://zenodo.org/record/45852
-keywords: neuroscience, decision making, python
----
diff --git a/_posts/2016-03-07-Stachelek.md b/_posts/2016-03-07-Stachelek.md
deleted file mode 100644
index 35e4346..0000000
--- a/_posts/2016-03-07-Stachelek.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Least-cost modelling on irregular landscape graphs"
-date: 2016-03-07
-categories: ecology R
-author: Joseph Stachelek
-volume: 2
-issue: 1
-doi: 10.5281/zenodo.47146
-pdf: https://github.com/ReScience-Archives/Stachelek-2016/raw/master/article/article.pdf
-repository: https://github.com/ReScience-Archives/Stachelek-2016/
-review: https://github.com/ReScience/ReScience-submission/pull/11
-zenodo: https://zenodo.org/record/47146
-keywords: Ecology, Least-cost path, Delaunay triangulation, Graph Theory
----
diff --git a/_posts/2016-04-22-Petchey-Plebany-Pennekamp.md b/_posts/2016-04-22-Petchey-Plebany-Pennekamp.md
deleted file mode 100644
index 86e3804..0000000
--- a/_posts/2016-04-22-Petchey-Plebany-Pennekamp.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Chaos in a long-term experiment with a plankton community"
-date: 2016-04-22
-categories: ecology R
-author: Owen Petchey, Marco Plebani, Frank Pennekamp
-volume: 2
-issue: 1
-doi: 10.5281/zenodo.50213
-pdf: https://github.com/ReScience-Archives/Petchey-Plebani-Pennekamp-2016/raw/master/article/article.pdf
-repository: https://github.com/ReScience-Archives/Petchey-Plebani-Pennekamp-2016
-review: https://github.com/ReScience/ReScience-submission/pull/15
-zenodo: https://zenodo.org/record/50213
-keywords: Ecology, Forecasting, Prediction, Chaos, Nonlinear dynamics, Plankton community, Species interactions
----
diff --git a/_posts/2016-07-02-Reviewers.md b/_posts/2016-07-02-Reviewers.md
deleted file mode 100644
index 305764d..0000000
--- a/_posts/2016-07-02-Reviewers.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: post
-type: news
-title: "You can help by becoming a reviewer"
-date: 2016-07-02
-categories: news
----
-
-ReScience is slowly gaining momentum and we currently have 4 submissions to
-review. If you're interested in helping ReScience and reproducibility, you can
-become a reviewer. What you need is a github account, a one line description of
-your expertise (see the [Board](http://rescience.github.io/board/) for some
-examples) and to [tell us](https://github.com/ReScience/ReScience/issues/27) you're interested such that we can add you to the board. You can also [follow](https://github.com/ReScience/ReScience-submission/subscription) the [submission](https://github.com/ReScience/ReScience-submission) repository and propose your help whenever a submission falls into your expertise domain.
-
diff --git a/_posts/2016-09-07-Detorakis-post.md b/_posts/2016-09-07-Detorakis-post.md
deleted file mode 100644
index fba5a62..0000000
--- a/_posts/2016-09-07-Detorakis-post.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Multiple dynamical modes of thalamic relay neurons: rhythmic bursting and intermittent phase-locking"
-date: 2016-09-07
-categories: news
----
-
-A new replication has just been published in computational neuroscience: *[Re] Multiple dynamical modes of thalamic relay neurons: rhythmic bursting and intermittent phase-locking* - Georgios Detorakis, ReScience, volume 2, issue 1, 2016.
diff --git a/_posts/2016-09-07-Detorakis.md b/_posts/2016-09-07-Detorakis.md
deleted file mode 100644
index 253b690..0000000
--- a/_posts/2016-09-07-Detorakis.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Multiple dynamical modes of thalamic relay neurons: rhythmic bursting and intermittent phase-locking"
-date: 2016-09-07
-categories: neuroscience
-author: Georgios Detorakis
-volume: 2
-issue: 1
-doi: 10.5281/zenodo.61697
-pdf: https://github.com/ReScience-Archives/Detorakis-2016/raw/master/article/detorakis-2016.pdf
-repository: https://github.com/ReScience-Archives/Detorakis-2016.git
-review: https://github.com/ReScience/ReScience-submission/pull/17
-zenodo: https://zenodo.org/record/61697
-keywords: Neuroscience, Python, Conductance-based model, Thalamic relay neurons, Intermittent phase-locking, Spindle oscillation, Delta oscillation
----
diff --git a/_posts/2016-10-07-Vitay-post.md b/_posts/2016-10-07-Vitay-post.md
deleted file mode 100644
index 81c022f..0000000
--- a/_posts/2016-10-07-Vitay-post.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Robust timing and motor patterns by taming chaos in recurrent neural networks"
-date: 2016-10-07
-categories: news
----
-
-A new replication has just been published in computational neuroscience: *[Re] Robust timing and motor patterns by taming chaos in recurrent neural networks* - Julien Vitay, ReScience, volume 2, issue 1, 2016.
diff --git a/_posts/2016-10-07-Vitay.md b/_posts/2016-10-07-Vitay.md
deleted file mode 100644
index a140048..0000000
--- a/_posts/2016-10-07-Vitay.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Robust timing and motor patterns by taming chaos in recurrent neural networks"
-date: 2016-10-07
-categories: neuroscience
-author: Julien Vitay
-volume: 2
-issue: 1
-doi: 10.5281/zenodo.159545
-pdf: https://github.com/ReScience-Archives/Vitay-2016/raw/master/article/vitay-2016.pdf
-repository: https://github.com/ReScience-Archives/Vitay-2016
-review: https://github.com/ReScience/ReScience-submission/pull/19
-zenodo: https://zenodo.org/record/159545
-keywords: Python, Recurrent neural networks, Reservoir computing, Dynamical systems, Learning Chaos
----
diff --git a/_posts/2016-10-18-Maksimov-Albada-Diesmann-post.md b/_posts/2016-10-18-Maksimov-Albada-Diesmann-post.md
deleted file mode 100644
index 45bb7e6..0000000
--- a/_posts/2016-10-18-Maksimov-Albada-Diesmann-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Cellular and network mechanisms of slow oscillatory activity (<1 Hz) and wave propagations in a cortical network model"
-date: 2016-10-18
-categories: news
----
-
-A new replication has just been published in computational neuroscience: *
-[Re] Cellular and network mechanisms of slow oscillatory activity (<1 Hz) and wave propagations in a cortical network model* - Andrei Maksimov, Sacha J. van Albada and Markus Diesmann, ReScience, volume 2, issue 1, 2016.
diff --git a/_posts/2016-10-18-Maksimov-Albada-Diesmann.md b/_posts/2016-10-18-Maksimov-Albada-Diesmann.md
deleted file mode 100644
index 973f6a4..0000000
--- a/_posts/2016-10-18-Maksimov-Albada-Diesmann.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Cellular and network mechanisms of slow oscillatory activity (<1 Hz) and wave propagations in a cortical network model"
-date: 2016-10-18
-categories: neuroscience
-author: Andrei Maksimov, Sacha J. van Albada and Markus Diesmann
-volume: 2
-issue: 1
-doi: 10.5281/zenodo.161526
-pdf: https://github.com/ReScience-Archives/Maksimov-Albada-Diesmann-2016/raw/master/article/maksimov-albada-diesmann-2016.pdf
-repository: https://github.com/ReScience-Archives/Maksimov-Albada-Diesmann-2016
-review: https://github.com/ReScience/ReScience-submission/pull/18
-zenodo: https://zenodo.org/record/161526
-keywords: Python, Neuroscience, NEST, Network Modeling, Up-Down Oscillations, Cortex, Membrane Resistance Measurement
----
diff --git a/_posts/2016-10-19-Call-For-Replication.md b/_posts/2016-10-19-Call-For-Replication.md
deleted file mode 100644
index 31a7611..0000000
--- a/_posts/2016-10-19-Call-For-Replication.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-layout: post
-type: news
-title: "Call for replication"
-date: 2016-10-19
-categories: news
----
-
-It is now possible to suggest an article for a replication. Just
-[open a new issue](https://github.com/ReScience/call-for-replication/issues/new)
-in the
-[call for replication repository](https://github.com/ReScience/call-for-replication)
-and give the reference of the original article and possibly the reason you
-would like to see this article replicated (please refrain from suggesting your
-own work). Note that you're also encouraged to register as a reviewer such that
-you can review the replication you've been proposing if someone actually takes
-up the challenge.
-
-If you're looking for some challenge, you can also look at the
-[current list of suggestions](https://github.com/ReScience/call-for-replication/issues).
diff --git a/_posts/2016-12-12-Le_Masson-Alexandre.md b/_posts/2016-12-12-Le_Masson-Alexandre.md
deleted file mode 100644
index dcc8d62..0000000
--- a/_posts/2016-12-12-Le_Masson-Alexandre.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] How Attention Can Create Synaptic Tags for the Learning of Working Memories in Sequential Tasks"
-date: 2016-12-09
-categories: neuroscience python
-author: Erwan Le Masson & Frédéric Alexandre
-volume: 2
-issue: 1
-doi: 10.5281/zenodo.200334
-pdf: https://github.com/ReScience-Archives/Le_Masson-Alexandre-2016/raw/master/article/Le_Masson-Alexandre-2016.pdf
-repository: https://github.com/ReScience-Archives/Le_Masson-Alexandre-2016
-review: https://github.com/ReScience/ReScience-submission/pull/21
-zenodo: https://zenodo.org/record/200334
-keywords: neuroscience, deep learning, associative cortex, python
----
diff --git a/_posts/2017-01-20-Shifman-post.md b/_posts/2017-01-20-Shifman-post.md
deleted file mode 100644
index bf176c0..0000000
--- a/_posts/2017-01-20-Shifman-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Ionic Current Model of a Hypoglossal Motoneuron"
-date: 2017-01-20
-categories: news
----
-
-A new replication has just been published in computational neuroscience: *
-[Re] Ionic Current Model of a Hypoglossal Motoneuron* - Aaron Shifman, ReScience, volume 3, issue 1, 2017.
diff --git a/_posts/2017-01-20-Shifman.md b/_posts/2017-01-20-Shifman.md
deleted file mode 100644
index 0324379..0000000
--- a/_posts/2017-01-20-Shifman.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Ionic Current Model of a Hypoglossal Motoneuron"
-date: 2017-01-20
-categories: neuroscience
-author: Shifman, Aaron
-volume: 3
-issue: 1
-doi: 10.5281/zenodo.254145
-pdf: https://github.com/ReScience-Archives/Shifman-2017/raw/master/article/shifman-2017.pdf
-repository: https://github.com/ReScience-Archives/Shifman-2017.git
-review: https://github.com/ReScience/ReScience-submission/pull/22
-zenodo: https://zenodo.org/record/254145
-keywords: neuroscience, Python, replication
----
diff --git a/_posts/2017-04-05-Henriques-post.md b/_posts/2017-04-05-Henriques-post.md
deleted file mode 100644
index d8b7c0e..0000000
--- a/_posts/2017-04-05-Henriques-post.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Optimization of a free water elimination two-compartment model for diffusion tensor imaging"
-date: 2017-04-05
-categories: news
----
-
-A new replication has just been published in computational neuroscience: *[Re]
-Optimization of a free water elimination two-compartment model for diffusion
-tensor imaging*, Rafael Neto Henriques, Ariel Rokem, Eleftherios Garyfallidis,
-Samuel St-Jean, Eric Thomas Peterson, Marta Morgado Correia, ReScience
-volume 3, issue 1, article number 2, 2017.
-
-
diff --git a/_posts/2017-04-05-Henriques.md b/_posts/2017-04-05-Henriques.md
deleted file mode 100644
index 0821bbc..0000000
--- a/_posts/2017-04-05-Henriques.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Optimization of a free water elimination two-compartment model for diffusion tensor imaging"
-date: 2017-04-05
-categories: neuroscience
-author: Henriques, Rafael Neto; Rokem, Ariel; Garyfallidis, Eleftherios; St-Jean, Samuel; Peterson, Eric Thomas; Correia, Marta Morgado
-volume: 3
-issue: 1
-number: 2
-doi: 10.5281/zenodo.495237
-pdf: https://github.com/ReScience-Archives/Henriques-Rokem-Garyfallidis-St-Jean-Peterson-Correia-2017/raw/master/article/Henriques-Rokem-Garyfallidis-St-Jean-Peterson-Correia-2017.pdf
-repository: https://github.com/ReScience-Archives/Henriques-Rokem-Garyfallidis-St-Jean-Peterson-Correia-2017
-review: https://github.com/ReScience/ReScience-submission/pull/26
-zenodo: https://zenodo.org/record/495237
-keywords: Neuroscience, Python, Diffusion-weighted imaging, Diffusion modeling, Diffusion tensor imaging
----
diff --git a/_posts/2017-05-29-Rostami-post.md b/_posts/2017-05-29-Rostami-post.md
deleted file mode 100644
index 5f92fcc..0000000
--- a/_posts/2017-05-29-Rostami-post.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Spike Synchronization and Rate Modulation Differentially Involved in Motor Cortical Function"
-date: 2017-05-29
-categories: news
----
-
-A new replication has just been published in computational neuroscience: *[Re]
-Spike Synchronization and Rate Modulation Differentially Involved in Motor
-Cortical Function*, Vahid Rostami, Junji Ito, Michael Denker, and Sonja Grün,
-ReScience, volume 3, issue 1, article number 3, 2017.
-
-
diff --git a/_posts/2017-05-29-Rostami.md b/_posts/2017-05-29-Rostami.md
deleted file mode 100644
index ceba5c7..0000000
--- a/_posts/2017-05-29-Rostami.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Spike Synchronization and Rate Modulation Differentially Involved in Motor Cortical Function"
-date: 2017-05-29
-categories: neuroscience
-author: Vahid Rostami, Junji Ito, Michael Denker, and Sonja Grün
-volume: 3
-issue: 1
-number: 3
-doi: 10.5281/zenodo.583814
-pdf: https://github.com/ReScience-Archives/Rostami-Ito-Denker-Gruen-2017/blob/master/article/Rostami-Ito-Denker-Gruen-2017.pdf
-repository: https://github.com/ReScience-Archives/Rostami-Ito-Denker-Gruen-2017
-review: https://github.com/ReScience/ReScience-submission/pull/24
-zenodo: https://doi.org/10.5281/zenodo.583814
-keywords: Spike time synchrony, Unitary Events method, Python
----
diff --git a/_posts/2017-06-02-Rougier-post.md b/_posts/2017-06-02-Rougier-post.md
deleted file mode 100644
index 61311c2..0000000
--- a/_posts/2017-06-02-Rougier-post.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Weighted Voronoi Stippling"
-date: 2017-06-02
-categories: news
----
-
-A new replication has just been published in signal processing: *[Re]
-Weighted Voronoi Stippling*, Nicolas P. Rougier, ReScience volume 3,
-issue 1, article number 4, 2017.
-
-
diff --git a/_posts/2017-06-02-Rougier.md b/_posts/2017-06-02-Rougier.md
deleted file mode 100644
index 92182fc..0000000
--- a/_posts/2017-06-02-Rougier.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Weighted Voronoi Stippling"
-date: 2017-06-02
-categories: signal processing
-author: Nicolas P. Rougier
-volume: 3
-issue: 1
-number: 4
-doi: 10.5281/zenodo.802285
-pdf: https://github.com/ReScience-Archives/Rougier-2017/blob/master/article/Rougier-2017.pdf
-repository: https://github.com/ReScience-Archives/Rougier-2017
-review: https://github.com/ReScience/ReScience-submission/pull/28
-zenodo: https://zenodo.org/record/802285
-keywords: Python, Stippling, Voronoi, Computer Graphics, Blue Noise
----
diff --git a/_posts/2017-07-14-ReScience-arXiv.md b/_posts/2017-07-14-ReScience-arXiv.md
deleted file mode 100644
index cddcb9d..0000000
--- a/_posts/2017-07-14-ReScience-arXiv.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-layout: post
-type: news
-title: "Sustainable computational science: the ReScience initiative"
-date: 2017-07-14
-categories: news
----
-
-We've just published a white paper on
-[the ReScience initiative](https://arxiv.org/abs/1707.04393) on arXiv!
-
-Computer science offers a large set of tools for prototyping, writing, running,
-testing, validating, sharing and reproducing results, however computational
-science lags behind. In the best case, authors may provide their source code as
-a compressed archive and they may feel confident their research is
-reproducible. But this is not exactly true. James Buckheit and David Donoho
-proposed more than two decades ago that an article about computational results
-is advertising, not scholarship. The actual scholarship is the full software
-environment, code, and data that produced the result. This implies new
-workflows, in particular in peer-reviews. Existing journals have been slow to
-adapt: source codes are rarely requested, hardly ever actually executed to
-check that they produce the results advertised in the article. ReScience is a
-peer-reviewed journal that targets computational research and encourages the
-explicit replication of already published research, promoting new and
-open-source implementations in order to ensure that the original research can
-be replicated from its description. To achieve this goal, the whole publishing
-chain is radically different from other traditional scientific
-journals. ReScience resides on GitHub where each new implementation of a
-computational study is made available together with comments, explanations, and
-software tests.
-
-Read more at [arxiv.org/abs/1707.04393](https://arxiv.org/abs/1707.04393).
-
diff --git a/_posts/2017-08-23-Stollmeier-post.md b/_posts/2017-08-23-Stollmeier-post.md
deleted file mode 100644
index ffbdcf1..0000000
--- a/_posts/2017-08-23-Stollmeier-post.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] A simple rule for the evolution of cooperation on graphs and social networks"
-date: 2017-08-23
-categories: news
----
-
-A new replication has just been published: *[Re] A simple rule for the evolution of cooperation on graphs and social networks*, Frank Stollmeier, ReScience volume 3, issue 1, article number 5, 2017.
-
-
diff --git a/_posts/2017-08-23-Stollmeier.md b/_posts/2017-08-23-Stollmeier.md
deleted file mode 100644
index b91e668..0000000
--- a/_posts/2017-08-23-Stollmeier.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] A simple rule for the evolution of cooperation on graphs and social networks"
-date: 2017-08-23
-author: Frank Stollmeier
-volume: 3
-issue: 1
-number: 5
-doi: 10.5281/zenodo.847732
-pdf: https://github.com/ReScience-Archives/Stollmeier-2017/blob/master/article/Stollmeier-2017.pdf
-repository: https://github.com/ReScience-Archives/Stollmeier-2017
-review: https://github.com/ReScience/ReScience-submission/pull/27
-zenodo: https://zenodo.org/record/847732
-keywords: Evolutionary Game Theory, Networks
----
diff --git a/_posts/2017-08-30-Metzner.md b/_posts/2017-08-30-Metzner.md
deleted file mode 100644
index a5485b2..0000000
--- a/_posts/2017-08-30-Metzner.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Modeling GABA Alterations in Schizophrenia: A Link Between Impaired Inhibition and Gamma and Beta Auditory Entrainment"
-date: 2017-08-30
-categories: neuroscience python
-author: Christoph Metzner
-volume: 3
-issue: 1
-doi: 10.5281/zenodo.854616
-pdf: https://github.com/ReScience-Archives/Metzner-2017/blob/1.0/article/Metzner-2017.pdf
-repository: https://github.com/ReScience-Archives/Metzner-2017/
-review: https://github.com/ReScience/ReScience-submission/pull/30
-zenodo: https://zenodo.org/record/854617
-keywords: Neuroscience, Gamma and Beta Oscillations, Auditory Entrainment, Schizophrenia, Python
----
diff --git a/_posts/2017-09-13-Diem-post.md b/_posts/2017-09-13-Diem-post.md
deleted file mode 100644
index 2d02c20..0000000
--- a/_posts/2017-09-13-Diem-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] A bidirectional model for communication in the neurovascular unit"
-date: 2017-09-13
-categories: news
----
-
-A new replication has just been published in cognitive science: *[Re] A bidirectional model for communication in the neurovascular unit*, Alexandra K. Diem, ReScience volume 3, issue 1, article number 9, 2017.
-
diff --git a/_posts/2017-09-13-Diem.md b/_posts/2017-09-13-Diem.md
deleted file mode 100644
index d44fe98..0000000
--- a/_posts/2017-09-13-Diem.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] A bidirectional model for communication in the neurovascular unit"
-date: 2017-09-03
-categories: Life science
-author: Alexandra K. Diem
-volume: 3
-issue: 1
-number: 9
-doi: 10.5281/zenodo.890901
-pdf: https://github.com/ReScience-Archives/Diem-2017/blob/master/article/Diem-2017.pdf
-repository: https://github.com/ReScience-Archives/Diem-2017
-review: https://github.com/ReScience/ReScience-submission/pull/33
-zenodo: https://zenodo.org/record/890901
-keywords: neurovascular modelling, neurovascular unit, chemical signalling, astrocytes, neuroscience
----
diff --git a/_posts/2017-09-13-Stojic-post.md b/_posts/2017-09-13-Stojic-post.md
deleted file mode 100644
index 8dc7ada..0000000
--- a/_posts/2017-09-13-Stojic-post.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] How learning can guide evolution"
-date: 2017-09-13
-categories: news
----
-
-A new replication has just been published in cognitive science: *[Re]
-How learning can guide evolution*, Hrvoje Stojić, ReScience volume 3,
-issue 1, article number 8, 2017.
-
diff --git a/_posts/2017-09-13-Stojic.md b/_posts/2017-09-13-Stojic.md
deleted file mode 100644
index 326d9ad..0000000
--- a/_posts/2017-09-13-Stojic.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] How learning can guide evolution"
-date: 2017-09-03
-categories: Cognitive science
-author: Hrvoje Stojić
-volume: 3
-issue: 1
-number: 8
-doi: 10.5281/zenodo.890884
-pdf: https://github.com/ReScience-Archives/Stojic-2017/blob/master/article/Stojic-2017.pdf
-repository: https://github.com/ReScience-Archives/Stojic-2017
-review: https://github.com/ReScience/ReScience-submission/pull/36
-zenodo: https://zenodo.org/record/890884
-keywords: R, Evolution, Learning, Baldwin effect
----
diff --git a/_posts/2017-10-06-Detorakis-post.md b/_posts/2017-10-06-Detorakis-post.md
deleted file mode 100644
index 5c8c479..0000000
--- a/_posts/2017-10-06-Detorakis-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] A Generalized Linear Integrate-and-Fire Neural Model Produces Diverse Spiking Behaviors"
-date: 2017-10-06
-categories: news
----
-
-A new replication has just been published in neuroscience: *[Re] A Generalized Linear Integrate-and-Fire Neural Model Produces Diverse Spiking Behaviors*, Georgios Detorakis, ReScience volume 3, issue 1, article number 7, 2017.
-
diff --git a/_posts/2017-10-06-Detorakis.md b/_posts/2017-10-06-Detorakis.md
deleted file mode 100644
index 3e516f8..0000000
--- a/_posts/2017-10-06-Detorakis.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] A Generalized Linear Integrate-and-Fire Neural Model Produces Diverse Spiking Behaviors"
-date: 2017-10-06
-categories: Neuroscience
-author: Georgios Detorakis
-volume: 3
-issue: 1
-number: 7
-doi: 10.5281/zenodo.1003214
-pdf: https://github.com/ReScience-Archives/Detorakis-2017/blob/master/article/detorakis-2017.pdf
-repository: https://github.com/ReScience-Archives/Detorakis-2017
-review: https://github.com/ReScience/ReScience-submission/pull/35
-zenodo: https://zenodo.org/record/1003214
-keywords: Python, generalized linear integrate-and-fire neuron
----
diff --git a/_posts/2018-05-04-Senden-Schuecker-Hahne-Diesmann-Goebel-post.md b/_posts/2018-05-04-Senden-Schuecker-Hahne-Diesmann-Goebel-post.md
deleted file mode 100644
index 9d6014f..0000000
--- a/_posts/2018-05-04-Senden-Schuecker-Hahne-Diesmann-Goebel-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] A neural model of the saccade generator in the reticular formation"
-date: 2018-05-04
-categories: news
----
-
-A new replication has just been published in neuroscience: *[Re] A neural model of the saccade generator in the reticular formation*, Mario Senden, Jannis Schuecker, Jan Hahne, Markus Diesmann, Rainer Goebel, ReScience volume 4, issue 1, article number 3, 2018.
-
diff --git a/_posts/2018-05-04-Senden-Schuecker-Hahne-Diesmann-Goebel.md b/_posts/2018-05-04-Senden-Schuecker-Hahne-Diesmann-Goebel.md
deleted file mode 100644
index b840db9..0000000
--- a/_posts/2018-05-04-Senden-Schuecker-Hahne-Diesmann-Goebel.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] A neural model of the saccade generator in the reticular formation"
-date: 2018-05-04
-categories: Neuroscience
-author: Mario Senden, Jannis Schuecker, Jan Hahne, Markus Diesmann, Rainer Goebel
-volume: 4
-issue: 1
-number: 3
-doi: 10.5281/zenodo.1241004
-pdf: https://github.com/ReScience-Archives/Senden-Schuecker-Hahne-Diesmann-Goebel-2018/blob/master/article/senden-schuecker-hahne-diesmann-goebel-2018.pdf
-repository: https://github.com/ReScience-Archives/Senden-Schuecker-Hahne-Diesmann-Goebel-2018
-review: https://github.com/ReScience/ReScience-submission/pull/46
-zenodo: https://doi.org/10.5281/zenodo.1241004
-keywords: Supercomputing Waveform, relaxation, parallelization, rate models, spiking neural network simulator, stochastic (delay) differential equations
----
diff --git a/_posts/2018-05-07-ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-post.md b/_posts/2018-05-07-ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-post.md
deleted file mode 100644
index 90ffea2..0000000
--- a/_posts/2018-05-07-ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] The cell-type specific cortical microcircuit: relating structure and activity in a full-scale spiking network model"
-date: 2018-05-07
-categories: news
----
-
-A new replication has just been published in neuroscience: *[Re] The cell-type specific cortical microcircuit: relating structure and activity in a full-scale spiking network model*, Renan O. Shimoura, Nilton L. Kamij1, Rodrigo F.O. Pena, Vinicius L. Cordeiro, Cesar C. Ceballos, Cecilia Romaro, and Antonio C. Roque, ReScience volume 4, issue 1, article number 2, 2018.
-
diff --git a/_posts/2018-05-07-ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC.md b/_posts/2018-05-07-ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC.md
deleted file mode 100644
index a04308e..0000000
--- a/_posts/2018-05-07-ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] The cell-type specific cortical microcircuit: relating structure and activity in a full-scale spiking network model"
-date: 2018-05-07
-categories: Neuroscience
-author: Renan O. Shimoura, Nilton L. Kamij1, Rodrigo F.O. Pena, Vinicius L. Cordeiro, Cesar C. Ceballos, Cecilia Romaro, and Antonio C. Roque
-volume: 4
-issue: 1
-number: 2
-doi: 10.5281/zenodo.1244116
-pdf: https://github.com/ReScience-Archives/ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-2017/blob/master/article/ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-2017.pdf
-review: https://github.com/ReScience/ReScience-submission/pull/43
-zenodo: https://doi.org/10.5281/zenodo.1244116
-keywords: cerebral cortex, cortical microcircuit, large-scale models, layered network, specificity of connections
----
diff --git a/_posts/2018-05-14-Case-Stimberg-Girard-post.md b/_posts/2018-05-14-Case-Stimberg-Girard-post.md
deleted file mode 100644
index ca70d6a..0000000
--- a/_posts/2018-05-14-Case-Stimberg-Girard-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Non-additive coupling enables propagation of synchronous spiking activity in purely random networks"
-date: 2018-05-14
-categories: news
----
-
-A new replication has just been published in neuroscience: *[Re] The cell-type specific cortical microcircuit: relating structure and activity in a full-scale spiking network model*, Romain Cazé, Marcel Stimberg, and Benoît Girard, ReScience volume 4, issue 1, article number 1, 2018.
-
diff --git a/_posts/2018-05-14-Case-Stimberg-Girard.md b/_posts/2018-05-14-Case-Stimberg-Girard.md
deleted file mode 100644
index 50c2a82..0000000
--- a/_posts/2018-05-14-Case-Stimberg-Girard.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Non-additive coupling enables propagation of synchronous spiking activity in purely random networks"
-date: 2018-05-14
-categories: neuroscience python
-author: Romain Cazé, Marcel Stimberg, and Benoît Girard
-volume: 4
-issue: 1
-number: 1
-doi: 10.5281/zenodo.1246659
-pdf: https://github.com/ReScience-Archives/Caze-Stimberg-Girard-2018/blob/master/article/Caze_2018.pdf
-repository: https://github.com/ReScience-Archives/Caze-Stimberg-Girard-2018/
-review: https://github.com/ReScience/ReScience-submission/pull/45
-zenodo: https://zenodo.org/record/1246659
-keywords: Dendrites, non-linearities, network, synfire chain
----
diff --git a/_posts/2018-05-29-Mondeel-Ogundipe-Westerhoff-post.md b/_posts/2018-05-29-Mondeel-Ogundipe-Westerhoff-post.md
deleted file mode 100644
index 8f8ff89..0000000
--- a/_posts/2018-05-29-Mondeel-Ogundipe-Westerhoff-post.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Predicting metabolic biomarkers of human inborn errors of metabolism"
-date: 2018-05-29
-categories: news
----
-
-A new replication has just been published in neuroscience: *[Re] Predicting metabolic biomarkers of human inborn errors of metabolism*, Thierry D.G.A. Mondeel, Vivian Ogundipe, and Hans V. Westerhoff, ReScience volume 4, issue 1, article number 4, 2018.
diff --git a/_posts/2018-05-29-Mondeel-Ogundipe-Westerhoff.md b/_posts/2018-05-29-Mondeel-Ogundipe-Westerhoff.md
deleted file mode 100644
index 1fd55ec..0000000
--- a/_posts/2018-05-29-Mondeel-Ogundipe-Westerhoff.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Predicting metabolic biomarkers of human inborn errors of metabolism"
-date: 2018-05-29
-categories: Systems Biology, Computational Biology, Python
-author: Thierry D.G.A. Mondeel, Vivian Ogundipe, and Hans V. Westerhoff
-volume: 4
-issue: 1
-number: 4
-doi: 10.5281/zenodo.1254629
-pdf: https://github.com/ReScience-Archives/Mondeel-Ogundipe-Westerhoff-2018/blob/master/article/Mondeel_Ogundipe_Westerhoff-2017.pdf
-repository: https://github.com/ReScience-Archives/Mondeel-Ogundipe-Westerhoff-2018
-review: https://github.com/ReScience/ReScience-submission/pull/41
-zenodo: https://zenodo.org/record/1254630
-keywords: Flux variability analysis (FVA), inborn errors of metabolism (IEM), metabolic reconstruction
----
diff --git "a/_posts/2018-06-14-Bavard-Th\303\251ro.md" "b/_posts/2018-06-14-Bavard-Th\303\251ro.md"
deleted file mode 100644
index 5dbaf6b..0000000
--- "a/_posts/2018-06-14-Bavard-Th\303\251ro.md"
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Adaptive properties of differential learning rates for positive and negative outcomes"
-date: 2018-06-14
-categories: neuroscience python
-author: Sophie Bavard and Héloïse Théro
-volume: 4
-issue: 1
-number: 5
-doi: 10.5281/zenodo.1289889
-pdf: https://github.com/ReScience-Archives/Bavard-Thero-2018/raw/master/article/Bavard-Thero-2018.pdf
-repository: https://github.com/ReScience-Archives/Bavard-Thero-2018
-review: https://github.com/ReScience/ReScience-submission/pull/47
-zenodo: https://zenodo.org/record/1289889
-keywords: Reinforcement learning, Q-learning, adaptive learning rates
----
diff --git a/_posts/2018-08-03-Hathway-Goodman-post.md b/_posts/2018-08-03-Hathway-Goodman-post.md
deleted file mode 100644
index e60638a..0000000
--- a/_posts/2018-08-03-Hathway-Goodman-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Spike Timing Dependent Plasticity Finds the Start of Repeating Patterns in Continuous Spike Trains"
-date: 2018-08-03
-categories: news
----
-
-A new replication has just been published in neuroscience: *[Re] Spike Timing Dependent Plasticity Finds the Start of Repeating Patterns in Continuous Spike Trains*,
-Pamela Hathway & Dan F. M. Goodman, ReScience volume 4, issue 1, article number 6, 2018.
diff --git a/_posts/2018-08-03-Hathway-Goodman.md b/_posts/2018-08-03-Hathway-Goodman.md
deleted file mode 100644
index 86dfd9a..0000000
--- a/_posts/2018-08-03-Hathway-Goodman.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Spike Timing Dependent Plasticity Finds the Start of Repeating Patterns in Continuous Spike Trains"
-date: 2018-08-03
-categories: neuroscience python
-author: Pamela Hathway and Dan F. M. Goodman
-volume: 4
-issue: 1
-number: 6
-doi: 10.5281/zenodo.1327348
-pdf: https://github.com/ReScience-Archives/Hathway-Goodman-2018/blob/master/article/Hathway-Goodman-2018.pdf
-repository: https://github.com/ReScience-Archives/Hathway-Goodman-2018
-review: https://github.com/ReScience/ReScience-submission/pull/51
-zenodo: https://zenodo.org/record/1327348
-keywords: STDP, Spatio-temporal spike pattern, Python, Neuroscience
----
diff --git a/_posts/2018-08-22-Poisot.md b/_posts/2018-08-22-Poisot.md
deleted file mode 100644
index a1eaedd..0000000
--- a/_posts/2018-08-22-Poisot.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] On the coexistence of specialists and generalists"
-date: 2018-08-22
-categories: Ecology
-author: Timothée Poisot
-volume: 4
-issue: 1
-number: 7
-doi: 10.5281/zenodo.1402676
-pdf: https://github.com/ReScience-Archives/Poisot-2018/blob/master/article/Poisot-2018.pdf
-repository: https://github.com/ReScience-Archives/Poisot-2018
-review: https://github.com/ReScience/ReScience-submission/pull/39
-zenodo: https://zenodo.org/record/1402676
-keywords: community ecology, specialist, generalist, coexistence, discrete time model
----
diff --git a/_posts/2019-03-19-Caron-Lessard-Wu-Poisot-post.md b/_posts/2019-03-19-Caron-Lessard-Wu-Poisot-post.md
deleted file mode 100644
index 5b4a9df..0000000
--- a/_posts/2019-03-19-Caron-Lessard-Wu-Poisot-post.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Insect natural enemies as regulating factors"
-date: 2019-03-19
-categories: news
----
-
-A new replication has just been published in computational ecology: *[Re] Insect natural enemies as regulating factors*,
-Dominique Caron, Vincent Lessard, Qile Wu, and Timothée Poisot, ReScience volume 5, issue 1, article number 1, 2019.
-
diff --git a/_posts/2019-03-19-Caron-Lessard-Wu-Poisot.md b/_posts/2019-03-19-Caron-Lessard-Wu-Poisot.md
deleted file mode 100644
index 81ae90b..0000000
--- a/_posts/2019-03-19-Caron-Lessard-Wu-Poisot.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Insect natural enemies as regulating factors"
-date: 2019-03-19
-categories: Ecology
-author: Dominique Caron, Vincent Lessard, Qile Wu, and Timothée Poisot
-volume: 5
-issue: 1
-number: 1
-doi: https://doi.org/10.5281/zenodo.2598793
-pdf: https://github.com/ReScience-Archives/Caron-Lessard-Wu-Poisot-2019/blob/master/article/Caron-Lessard-Wu-Poisot-2019.pdf
-repository: https://github.com/ReScience-Archives/Caron-Lessard-Wu-Poisot-2019
-review: https://github.com/ReScience/ReScience-submission/pull/50
-zenodo: https://zenodo.org/record/2598793
-keywords: population dynamics, ecology, stochastic models
----
diff --git a/_posts/2019-03-27-Tennoe-post.md b/_posts/2019-03-27-Tennoe-post.md
deleted file mode 100644
index a0d774c..0000000
--- a/_posts/2019-03-27-Tennoe-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: post
-type: news
-title: "[Re] Fast-Activating Voltage- and Calcium-Dependent Potassium (BK) Conductance Promotes Bursting in Pituitary Cells: A Dynamic Clamp Study"
-date: 2019-03-27
-categories: news
----
-
-A new replication has just been published in computational neuroscience: *[Re] Fast-Activating Voltage- and Calcium-Dependent Potassium (BK) Conductance Promotes Bursting in Pituitary Cells: A Dynamic Clamp Study*, Simen Tennøe, Kjetil Hodne, Trude M. Haug, Finn-Arne Weltzien, Gaute T. Einevoll, & Geir Halnes, ReScience volume 5,
-issue 1, article number 2, 2019.
diff --git a/_posts/2019-03-27-Tennoe.md b/_posts/2019-03-27-Tennoe.md
deleted file mode 100644
index 4ba0dc5..0000000
--- a/_posts/2019-03-27-Tennoe.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: post
-type: article
-title: "[Re] Fast-Activating Voltage- and Calcium-Dependent Potassium (BK) Conductance Promotes Bursting in Pituitary Cells: A Dynamic Clamp Study"
-date: 2019-03-27
-categories: Computational neuroscience
-author: Simen Tennøe, Kjetil Hodne, Trude M. Haug, Finn-Arne Weltzien, Gaute T. Einevoll, & Geir Halnes
-volume: 5
-issue: 1
-number: 2
-doi: 10.5281/zenodo.2611252
-pdf: https://github.com/ReScience-Archives/Tenn-e-Hodne-Haug-Weltzien-Einevoll-Halnes-2019/blob/master/article/tenn%C3%B8e-hodne-haug-weltzien-einevoll-halnes-2018.pdf
-repository: https://github.com/ReScience-Archives/Tenn-e-Hodne-Haug-Weltzien-Einevoll-Halnes-2019
-review: https://github.com/ReScience/ReScience-submission/pull/53
-zenodo: https://zenodo.org/record/2611252
-keywords: Neuroscience, Python, Uncertainty quantification, Pituitary cells
----
diff --git a/_sass/_base.scss b/_sass/_base.scss
deleted file mode 100644
index edde0a0..0000000
--- a/_sass/_base.scss
+++ /dev/null
@@ -1,212 +0,0 @@
-/**
- * Reset some basic elements
- */
-body, h1, h2, h3, h4, h5, h6,
-p, blockquote, pre, hr,
-dl, dd, ol, ul, figure {
- margin: 0;
- padding: 0;
-}
-
-
-
-/**
- * Basic styling
- */
-body {
- font-family: $base-font-family;
- font-size: $base-font-size;
- line-height: $base-line-height;
- font-weight: 300;
- color: $text-color;
- background-color: $background-color;
- -webkit-text-size-adjust: 100%;
-}
-
-
-
-/**
- * Set `margin-bottom` to maintain vertical rhythm
- */
-h1, h2, h3, h4, h5, h6,
-p, blockquote, pre,
-ul, ol, dl, figure,
-%vertical-rhythm {
- margin-bottom: $spacing-unit / 2;
-}
-
-
-
-/**
- * Images
- */
-img {
- max-width: 100%;
- vertical-align: middle;
-}
-
-
-
-/**
- * Figures
- */
-figure > img {
- display: block;
-}
-
-figcaption {
- font-size: $small-font-size;
-}
-
-
-
-/**
- * Lists
- */
-ul, ol {
- margin-left: $spacing-unit;
-}
-
-li {
- > ul,
- > ol {
- margin-bottom: 0;
- }
-}
-
-
-
-/**
- * Headings
- */
-h1, h2, h3, h4, h5, h6 {
- font-weight: 300;
-}
-
-
-
-/**
- * Links
- */
-a {
- color: $brand-color;
- text-decoration: none;
-
- &:visited {
- color: darken($brand-color, 15%);
- }
-
- &:hover {
- color: $text-color;
- text-decoration: underline;
- }
-}
-
-
-
-/**
- * Blockquotes
- */
-blockquote {
- color: $grey-color;
- border-left: 4px solid $grey-color-light;
- padding-left: $spacing-unit / 2;
- font-size: 18px;
- letter-spacing: -1px;
- font-style: italic;
-
- > :last-child {
- margin-bottom: 0;
- }
-}
-
-
-
-/**
- * Code formatting
- */
-pre,
-code {
- font-size: 15px;
- border: 1px solid $grey-color-light;
- border-radius: 3px;
- background-color: #eef;
-}
-
-code {
- padding: 1px 5px;
-}
-
-pre {
- padding: 8px 12px;
- overflow-x: scroll;
-
- > code {
- border: 0;
- padding-right: 0;
- padding-left: 0;
- }
-}
-
-
-
-/**
- * Wrapper
- */
-.wrapper {
- max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));
- max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
- margin-right: auto;
- margin-left: auto;
- padding-right: $spacing-unit;
- padding-left: $spacing-unit;
- @extend %clearfix;
-
- @include media-query($on-laptop) {
- max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));
- max-width: calc(#{$content-width} - (#{$spacing-unit}));
- padding-right: $spacing-unit / 2;
- padding-left: $spacing-unit / 2;
- }
-}
-
-
-
-/**
- * Clearfix
- */
-%clearfix {
-
- &:after {
- content: "";
- display: table;
- clear: both;
- }
-}
-
-
-
-/**
- * Icons
- */
-.icon {
-
- > svg {
- display: inline-block;
- width: 16px;
- height: 16px;
- vertical-align: middle;
-
- path {
- fill: $grey-color;
- }
- }
-}
-
-/**
- * Custom
- */
-
-strong {
- font-weight: 500;
-}
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
deleted file mode 100644
index 381d474..0000000
--- a/_sass/_layout.scss
+++ /dev/null
@@ -1,239 +0,0 @@
-/**
- * Site header
- */
-.site-header {
-
- border-top: 5px solid $grey-color-dark;
- border-bottom: 1px solid $grey-color-light;
- min-height: 56px;
-
- // Positioning context for the mobile navigation icon
- position: relative;
-
-}
-
-.site-title {
- font-size: 26px;
- line-height: 56px;
- letter-spacing: -1px;
- margin-bottom: 0;
- float: left;
-
- &,
- &:visited {
- color: $grey-color-dark;
- }
-}
-
-.site-nav {
- float: right;
- line-height: 130px;
-
- .menu-icon {
- display: none;
- }
-
- .page-link {
- color: $text-color;
- line-height: $base-line-height;
-
- // Gaps between nav items, but not on the first one
- &:not(:first-child) {
- margin-left: 20px;
- }
- }
-
- @include media-query($on-palm) {
- position: absolute;
- top: 9px;
- right: 30px;
- background-color: $background-color;
- border: 1px solid $grey-color-light;
- border-radius: 5px;
- text-align: right;
-
- .menu-icon {
- display: block;
- float: right;
- width: 36px;
- height: 26px;
- line-height: 0;
- padding-top: 10px;
- text-align: center;
-
- > svg {
- width: 18px;
- height: 15px;
-
- path {
- fill: $grey-color-dark;
- }
- }
- }
-
- .trigger {
- clear: both;
- display: none;
- }
-
- &:hover .trigger {
- display: block;
- padding-bottom: 5px;
- }
-
- .page-link {
- display: block;
- padding: 5px 10px;
- }
- }
-}
-
-
-
-/**
- * Site footer
- */
-.site-footer {
- border-top: 1px solid $grey-color-light;
- padding: $spacing-unit 0;
-}
-
-.footer-heading {
- font-size: 18px;
- margin-bottom: $spacing-unit / 2;
-}
-
-.contact-list,
-.social-media-list {
- list-style: none;
- margin-left: 0;
-}
-
-.footer-col-wrapper {
- font-size: 15px;
- color: $grey-color;
- margin-left: -$spacing-unit / 2;
- @extend %clearfix;
-}
-
-.footer-col {
- float: left;
- margin-bottom: $spacing-unit / 2;
- padding-left: $spacing-unit / 2;
-}
-
-.footer-col-1 {
- width: -webkit-calc(35% - (#{$spacing-unit} / 2));
- width: calc(35% - (#{$spacing-unit} / 2));
-}
-
-.footer-col-2 {
- width: -webkit-calc(20% - (#{$spacing-unit} / 2));
- width: calc(20% - (#{$spacing-unit} / 2));
-}
-
-.footer-col-3 {
- width: -webkit-calc(45% - (#{$spacing-unit} / 2));
- width: calc(45% - (#{$spacing-unit} / 2));
-}
-
-@include media-query($on-laptop) {
- .footer-col-1,
- .footer-col-2 {
- width: -webkit-calc(50% - (#{$spacing-unit} / 2));
- width: calc(50% - (#{$spacing-unit} / 2));
- }
-
- .footer-col-3 {
- width: -webkit-calc(100% - (#{$spacing-unit} / 2));
- width: calc(100% - (#{$spacing-unit} / 2));
- }
-}
-
-@include media-query($on-palm) {
- .footer-col {
- float: none;
- width: -webkit-calc(100% - (#{$spacing-unit} / 2));
- width: calc(100% - (#{$spacing-unit} / 2));
- }
-}
-
-
-
-/**
- * Page content
- */
-.page-content {
- padding: $spacing-unit 0;
-}
-
-.page-heading {
- font-size: 20px;
-}
-
-.post-list {
- margin-left: 0;
- list-style: none;
-
- > li {
- margin-bottom: $spacing-unit;
- }
-}
-
-.post-meta {
- font-size: $small-font-size;
- color: $grey-color;
-}
-
-.post-link {
- display: block;
- font-size: 24px;
-}
-
-
-
-/**
- * Posts
- */
-.post-header {
- margin-bottom: $spacing-unit;
-}
-
-.post-title {
- font-size: 42px;
- letter-spacing: -1px;
- line-height: 1;
-
- @include media-query($on-laptop) {
- font-size: 36px;
- }
-}
-
-.post-content {
- margin-bottom: $spacing-unit;
-
- h2 {
- font-size: 32px;
-
- @include media-query($on-laptop) {
- font-size: 28px;
- }
- }
-
- h3 {
- font-size: 26px;
-
- @include media-query($on-laptop) {
- font-size: 22px;
- }
- }
-
- h4 {
- font-size: 20px;
- padding-top: 2em;
-
- @include media-query($on-laptop) {
- font-size: 18px;
- }
- }
-}
diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss
deleted file mode 100644
index e36627d..0000000
--- a/_sass/_syntax-highlighting.scss
+++ /dev/null
@@ -1,67 +0,0 @@
-/**
- * Syntax highlighting styles
- */
-.highlight {
- background: #fff;
- @extend %vertical-rhythm;
-
- .c { color: #998; font-style: italic } // Comment
- .err { color: #a61717; background-color: #e3d2d2 } // Error
- .k { font-weight: bold } // Keyword
- .o { font-weight: bold } // Operator
- .cm { color: #998; font-style: italic } // Comment.Multiline
- .cp { color: #999; font-weight: bold } // Comment.Preproc
- .c1 { color: #998; font-style: italic } // Comment.Single
- .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
- .gd { color: #000; background-color: #fdd } // Generic.Deleted
- .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
- .ge { font-style: italic } // Generic.Emph
- .gr { color: #a00 } // Generic.Error
- .gh { color: #999 } // Generic.Heading
- .gi { color: #000; background-color: #dfd } // Generic.Inserted
- .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
- .go { color: #888 } // Generic.Output
- .gp { color: #555 } // Generic.Prompt
- .gs { font-weight: bold } // Generic.Strong
- .gu { color: #aaa } // Generic.Subheading
- .gt { color: #a00 } // Generic.Traceback
- .kc { font-weight: bold } // Keyword.Constant
- .kd { font-weight: bold } // Keyword.Declaration
- .kp { font-weight: bold } // Keyword.Pseudo
- .kr { font-weight: bold } // Keyword.Reserved
- .kt { color: #458; font-weight: bold } // Keyword.Type
- .m { color: #099 } // Literal.Number
- .s { color: #d14 } // Literal.String
- .na { color: #008080 } // Name.Attribute
- .nb { color: #0086B3 } // Name.Builtin
- .nc { color: #458; font-weight: bold } // Name.Class
- .no { color: #008080 } // Name.Constant
- .ni { color: #800080 } // Name.Entity
- .ne { color: #900; font-weight: bold } // Name.Exception
- .nf { color: #900; font-weight: bold } // Name.Function
- .nn { color: #555 } // Name.Namespace
- .nt { color: #000080 } // Name.Tag
- .nv { color: #008080 } // Name.Variable
- .ow { font-weight: bold } // Operator.Word
- .w { color: #bbb } // Text.Whitespace
- .mf { color: #099 } // Literal.Number.Float
- .mh { color: #099 } // Literal.Number.Hex
- .mi { color: #099 } // Literal.Number.Integer
- .mo { color: #099 } // Literal.Number.Oct
- .sb { color: #d14 } // Literal.String.Backtick
- .sc { color: #d14 } // Literal.String.Char
- .sd { color: #d14 } // Literal.String.Doc
- .s2 { color: #d14 } // Literal.String.Double
- .se { color: #d14 } // Literal.String.Escape
- .sh { color: #d14 } // Literal.String.Heredoc
- .si { color: #d14 } // Literal.String.Interpol
- .sx { color: #d14 } // Literal.String.Other
- .sr { color: #009926 } // Literal.String.Regex
- .s1 { color: #d14 } // Literal.String.Single
- .ss { color: #990073 } // Literal.String.Symbol
- .bp { color: #999 } // Name.Builtin.Pseudo
- .vc { color: #008080 } // Name.Variable.Class
- .vg { color: #008080 } // Name.Variable.Global
- .vi { color: #008080 } // Name.Variable.Instance
- .il { color: #099 } // Literal.Number.Integer.Long
-}
diff --git a/bibliography/Agafonov_2023.html b/bibliography/Agafonov_2023.html
new file mode 100644
index 0000000..05c34b3
--- /dev/null
+++ b/bibliography/Agafonov_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [¬Re] A Reproducibility Case Study of “Fairness Guarantees under Demographic Shift”
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Agafonov, D., Matthijsse, J., Nonkes, N., and Sande, Z. van de . 2023. [¬Re] A Reproducibility Case Study of “Fairness Guarantees under Demographic Shift.” ReScience C 9 , 2, #18.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8206607/files/article.pdf
+
+
+ Title:
+ [¬Re] A Reproducibility Case Study of “Fairness Guarantees under Demographic Shift”
+
+
+ Author(s):
+ Agafonov, Dennis and Matthijsse, Jelke and Nonkes, Noa and van de Sande, Zjos
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #18
+
+
+ DOI:
+ 10.5281/zenodo.8206607
+
+
+ Code URL:
+
+ https://github.com/noanonkes/fact-guarantee
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=MMuv-v99Hy
+
+
+
+ Cite as:
+ Agafonov, D., Matthijsse, J., Nonkes, N., and Sande, Z. van de . 2023. [¬Re] A Reproducibility Case Study of “Fairness Guarantees under Demographic Shift.” ReScience C 9 , 2, #18.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Ahmed_2022.html b/bibliography/Ahmed_2022.html
new file mode 100644
index 0000000..9048f8c
--- /dev/null
+++ b/bibliography/Ahmed_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Nondeterminism and Instability in Neural Network Optimization
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ahmed, W. and Samuel, S. 2022. [Re] Nondeterminism and Instability in Neural Network Optimization. ReScience C 8 , 2, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Aillet_2023.html b/bibliography/Aillet_2023.html
new file mode 100644
index 0000000..f288e07
--- /dev/null
+++ b/bibliography/Aillet_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Variational Neural Cellular Automata
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Aillet, A. and Sondén, S. 2023. [Re] Variational Neural Cellular Automata. ReScience C 9 , 2, #31.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Alacchi_2020.html b/bibliography/Alacchi_2020.html
new file mode 100644
index 0000000..02f3acc
--- /dev/null
+++ b/bibliography/Alacchi_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Unsupervised Representation Learning in Atari
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Alacchi, G., Lam, G., and Perreault-Lafleur, C. 2020. [Re] Unsupervised Representation Learning in Atari. ReScience C 6 , 2, #1.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3818625/files/article.pdf
+
+
+ Title:
+ [Re] Unsupervised Representation Learning in Atari
+
+
+ Author(s):
+ Alacchi, Gabriel and Lam, Guillaume and Perreault-Lafleur, Carl
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ may
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.3818625
+
+
+ Code URL:
+
+ https://github.com/GabrielAlacchi/atari-ari-extensions
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=GAY8Xw9Qzs
+
+
+
+ Cite as:
+ Alacchi, G., Lam, G., and Perreault-Lafleur, C. 2020. [Re] Unsupervised Representation Learning in Atari. ReScience C 6 , 2, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Albanis_2021.html b/bibliography/Albanis_2021.html
new file mode 100644
index 0000000..f5ca794
--- /dev/null
+++ b/bibliography/Albanis_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] On end-to-end 6DoF object pose estimation and robustness to object scale
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Albanis, G., Zioulis, N., Chatzitofis, A., Dimou, A., Zarpalas, D., and Daras, P. 2021. [Re] On end-to-end 6DoF object pose estimation and robustness to object scale. ReScience C 7 , 2, #2.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4833219/files/article.pdf
+
+
+ Title:
+ [Re] On end-to-end 6DoF object pose estimation and robustness to object scale
+
+
+ Author(s):
+ Albanis, Georgios and Zioulis, Nikolaos and Chatzitofis, Anargyros and Dimou, Anastasios and Zarpalas, Dimitrios and Daras, Petros
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #2
+
+
+ DOI:
+ 10.5281/zenodo.4833219
+
+
+ Code URL:
+
+ https://github.com/tzole1155/EndToEndObjectPose
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ https://vcl3d.github.io/UAVA/
+
+
+
+ Data DOI:
+
+ 10.5281/zenodo.3994337
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=PCpGvUrwfQB
+
+
+
+ Cite as:
+ Albanis, G., Zioulis, N., Chatzitofis, A., Dimou, A., Zarpalas, D., and Daras, P. 2021. [Re] On end-to-end 6DoF object pose estimation and robustness to object scale. ReScience C 7 , 2, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Alexander_2023.html b/bibliography/Alexander_2023.html
new file mode 100644
index 0000000..891fc4c
--- /dev/null
+++ b/bibliography/Alexander_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] "Towards Understanding Grokking"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Alexander, S., Ildus, S., and Evgeniy, S. 2023. [Re] "Towards Understanding Grokking". ReScience C 9 , 2, #42.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173755/files/article.pdf
+
+
+ Title:
+ [Re] "Towards Understanding Grokking"
+
+
+ Author(s):
+ Alexander, Shabalin and Ildus, Sadrtdinov and Evgeniy, Shabalin
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #42
+
+
+ DOI:
+ 10.5281/zenodo.8173755
+
+
+ Code URL:
+
+ https://github.com/isadrtdinov/grokking-reproduction
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ http://yann.lecun.com/exdb/mnist/
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=Vz9VLcJqKS
+
+
+
+ Cite as:
+ Alexander, S., Ildus, S., and Evgeniy, S. 2023. [Re] "Towards Understanding Grokking". ReScience C 9 , 2, #42.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Allard_2023.html b/bibliography/Allard_2023.html
new file mode 100644
index 0000000..b001194
--- /dev/null
+++ b/bibliography/Allard_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [ Re]Simulating socioeconomic-based affirmative action
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Allard, T., Béziaud, L., and Gambs, S. 2023. [ Re]Simulating socioeconomic-based affirmative action. ReScience C 9 , 1, #2.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/10255347/files/article.pdf
+
+
+ Title:
+ [ Re]Simulating socioeconomic-based affirmative action
+
+
+ Author(s):
+ Allard, Tristan and Béziaud, Louis and Gambs, Sébastien
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ nov
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #2
+
+
+ DOI:
+ 10.5281/zenodo.10255347
+
+
+ Code URL:
+
+ https://github.com/lbeziaud/mosaic
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/64
+
+
+
+ Cite as:
+ Allard, T., Béziaud, L., and Gambs, S. 2023. [ Re]Simulating socioeconomic-based affirmative action. ReScience C 9 , 1, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Ankit_2022.html b/bibliography/Ankit_2022.html
new file mode 100644
index 0000000..02ac2d0
--- /dev/null
+++ b/bibliography/Ankit_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Counterfactual Generative Networks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ankit, A., Ambekar, S., Varadharajan, B., and Alence, M. 2022. [Re] Counterfactual Generative Networks. ReScience C 8 , 2, #2.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574625/files/article.pdf
+
+
+ Title:
+ [Re] Counterfactual Generative Networks
+
+
+ Author(s):
+ Ankit, Ankit and Ambekar, Sameer and Varadharajan, Baradwaj and Alence, Mark
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #2
+
+
+ DOI:
+ 10.5281/zenodo.6574625
+
+
+ Code URL:
+
+ https://github.com/ambekarsameer96/FACT_AI/
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=BSHg22G7n0F
+
+
+
+ Cite as:
+ Ankit, A., Ambekar, S., Varadharajan, B., and Alence, M. 2022. [Re] Counterfactual Generative Networks. ReScience C 8 , 2, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Antequera_2023.html b/bibliography/Antequera_2023.html
new file mode 100644
index 0000000..7cde24d
--- /dev/null
+++ b/bibliography/Antequera_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] RELIC: Reproducibility and Extension on LIC metric in quantifying bias in captioning models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Antequera, P., Gonzalez, E., Grasa, M., and Raaphorst, M. van . 2023. [Re] RELIC: Reproducibility and Extension on LIC metric in quantifying bias in captioning models. ReScience C 9 , 2, #36.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173741/files/article.pdf
+
+
+ Title:
+ [Re] RELIC: Reproducibility and Extension on LIC metric in quantifying bias in captioning models
+
+
+ Author(s):
+ Antequera, Paula and Gonzalez, Egoitz and Grasa, Marta and van Raaphorst, Martijn
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #36
+
+
+ DOI:
+ 10.5281/zenodo.8173741
+
+
+ Code URL:
+
+ https://github.com/eggonz/relic-caption-bias
+
+
+
+ Code DOI:
+
+ https://doi.org/10.5281/zenodo.7930598
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=9_hCoP3LXwy
+
+
+
+ Cite as:
+ Antequera, P., Gonzalez, E., Grasa, M., and Raaphorst, M. van . 2023. [Re] RELIC: Reproducibility and Extension on LIC metric in quantifying bias in captioning models. ReScience C 9 , 2, #36.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Arvind_2021.html b/bibliography/Arvind_2021.html
new file mode 100644
index 0000000..1111af0
--- /dev/null
+++ b/bibliography/Arvind_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Neural Networks Fail to Learn Periodic Functions and How to Fix It
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Arvind, M. and Mama, M. 2021. [Re] Neural Networks Fail to Learn Periodic Functions and How to Fix It. ReScience C 7 , 2, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Ashok_2022.html b/bibliography/Ashok_2022.html
new file mode 100644
index 0000000..56ef876
--- /dev/null
+++ b/bibliography/Ashok_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Does Self-Supervision Always Improve Few-Shot Learning?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ashok, A. and Aekula, H. 2022. [Re] Does Self-Supervision Always Improve Few-Shot Learning? ReScience C 8 , 2, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Athanasiadis_2022.html b/bibliography/Athanasiadis_2022.html
new file mode 100644
index 0000000..428e5e8
--- /dev/null
+++ b/bibliography/Athanasiadis_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Weakly-Supervised Semantic Segmentation via Transformer Explainability
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Athanasiadis, I., Moschovis, G., and Tuoma, A. 2022. [Re] Weakly-Supervised Semantic Segmentation via Transformer Explainability. ReScience C 8 , 2, #4.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574631/files/article.pdf
+
+
+ Title:
+ [Re] Weakly-Supervised Semantic Segmentation via Transformer Explainability
+
+
+ Author(s):
+ Athanasiadis, Ioannis and Moschovis, Georgios and Tuoma, Alexander
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #4
+
+
+ DOI:
+ 10.5281/zenodo.6574631
+
+
+ Code URL:
+
+ https://github.com/athaioan/ViT_Affinity_Reproducibility_Challenge
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=rcEDhGX3AY
+
+
+
+ Cite as:
+ Athanasiadis, I., Moschovis, G., and Tuoma, A. 2022. [Re] Weakly-Supervised Semantic Segmentation via Transformer Explainability. ReScience C 8 , 2, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Bagad_2022.html b/bibliography/Bagad_2022.html
new file mode 100644
index 0000000..cc721d4
--- /dev/null
+++ b/bibliography/Bagad_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Study of “Counterfactual Generative Networks”
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bagad, P., Hilders, P., Maas, J., and Goede, D. de . 2022. [Re] Reproducibility Study of “Counterfactual Generative Networks.” ReScience C 8 , 2, #5.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574635/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility Study of “Counterfactual Generative Networks”
+
+
+ Author(s):
+ Bagad, Piyush and Hilders, Paul and Maas, Jesse and de Goede, Danilo
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #5
+
+
+ DOI:
+ 10.5281/zenodo.6574635
+
+
+ Code URL:
+
+ https://github.com/danilodegoede/fact-team3/
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=HNlzT3G720t
+
+
+
+ Cite as:
+ Bagad, P., Hilders, P., Maas, J., and Goede, D. de . 2022. [Re] Reproducibility Study of “Counterfactual Generative Networks.” ReScience C 8 , 2, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Balsells_Rodas_2021.html b/bibliography/Balsells_Rodas_2021.html
new file mode 100644
index 0000000..4035d8a
--- /dev/null
+++ b/bibliography/Balsells_Rodas_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Hamiltonian Generative Networks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Balsells Rodas, C., Canal Anton, O., and Taschin, F. 2021. [Re] Hamiltonian Generative Networks. ReScience C 7 , 2, #18.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4835278/files/article.pdf
+
+
+ Title:
+ [Re] Hamiltonian Generative Networks
+
+
+ Author(s):
+ Balsells Rodas, Carles and Canal Anton, Oleguer and Taschin, Federico
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #18
+
+
+ DOI:
+ 10.5281/zenodo.4835278
+
+
+ Code URL:
+
+ https://github.com/CampusAI/Hamiltonian-Generative-Networks
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.4673473
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=Zszk4rXgesL
+
+
+
+ Cite as:
+ Balsells Rodas, C., Canal Anton, O., and Taschin, F. 2021. [Re] Hamiltonian Generative Networks. ReScience C 7 , 2, #18.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Baratov_2023.html b/bibliography/Baratov_2023.html
new file mode 100644
index 0000000..288de6a
--- /dev/null
+++ b/bibliography/Baratov_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Study of "Quantifying Societal Bias Amplification in Image Captioning"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Baratov, F., Yüksel, G., Petcu, D., and Bakker, J. 2023. [Re] Reproducibility Study of "Quantifying Societal Bias Amplification in Image Captioning". ReScience C 9 , 2, #26.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173715/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility Study of "Quantifying Societal Bias Amplification in Image Captioning"
+
+
+ Author(s):
+ Baratov, Farrukh and Yüksel, Göksenin and Petcu, Darie and Bakker, Jan
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #26
+
+
+ DOI:
+ 10.5281/zenodo.8173715
+
+
+ Code URL:
+
+ https://github.com/fbaratov/mlrc-lic-plus-age
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ https://drive.google.com/drive/folders/1PI03BqcnhdXZi2QY9PUHzWn4cxgdonT-
+
+
+
+ Data DOI:
+
+ 10.48550/arXiv.2106.08503
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=eJmQJT0Dtt
+
+
+
+ Cite as:
+ Baratov, F., Yüksel, G., Petcu, D., and Bakker, J. 2023. [Re] Reproducibility Study of "Quantifying Societal Bias Amplification in Image Captioning". ReScience C 9 , 2, #26.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Bardi_2019.html b/bibliography/Bardi_2019.html
new file mode 100644
index 0000000..4075ee8
--- /dev/null
+++ b/bibliography/Bardi_2019.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Learning Neural PDE Solvers with Convergence Guarantees ICLR Reproducibility Challenge 2019
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bardi, F., von Baussnern, S., and Gjiriti, E. 2019. [Re] Learning Neural PDE Solvers with Convergence Guarantees ICLR Reproducibility Challenge 2019. ReScience C 5 , 2, #3.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3162890/files/article.pdf
+
+
+ Title:
+ [Re] Learning Neural PDE Solvers with Convergence Guarantees ICLR Reproducibility Challenge 2019
+
+
+ Author(s):
+ Bardi, Francesco and von Baussnern, Samuel and Gjiriti, Emiljano
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2019
+
+
+ Month:
+ may
+
+
+ Volume:
+ 5
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #3
+
+
+ DOI:
+ 10.5281/zenodo.3162890
+
+
+ Code URL:
+
+ https://github.com/francescobardi/pde_solver_deep_learned
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.2660730
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/reproducibility-challenge/iclr_2019/pull/136
+
+
+
+ Cite as:
+ Bardi, F., von Baussnern, S., and Gjiriti, E. 2019. [Re] Learning Neural PDE Solvers with Convergence Guarantees ICLR Reproducibility Challenge 2019. ReScience C 5 , 2, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Barnett_2020.html b/bibliography/Barnett_2020.html
new file mode 100644
index 0000000..f56d882
--- /dev/null
+++ b/bibliography/Barnett_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Estimating trends and seasonality in coronary heart disease
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Barnett, A. 2020. [Rp] Estimating trends and seasonality in coronary heart disease. ReScience C 6 , 1, #18.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Belitsky_2025.html b/bibliography/Belitsky_2025.html
new file mode 100644
index 0000000..556c3a8
--- /dev/null
+++ b/bibliography/Belitsky_2025.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Learning Fair Graph Representations via Automated Data Augmentations
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Belitsky, M., Laitenberger, F., Sheremet, D., and Belkacemi, N. 2025. [Re] Learning Fair Graph Representations via Automated Data Augmentations. ReScience C 10 , 1, #6.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/16374814/files/article.pdf
+
+
+ Title:
+ [Re] Learning Fair Graph Representations via Automated Data Augmentations
+
+
+ Author(s):
+ Belitsky, Max and Laitenberger, Filipe and Sheremet, Denys and Belkacemi, Nordin
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2025
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 10
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #6
+
+
+ DOI:
+ 10.5281/zenodo.16374814
+
+
+ Code URL:
+
+ https://zenodo.org/records/13834566
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.13834566
+
+
+
+ Data URL:
+
+ https://zenodo.org/records/13837423
+
+
+
+ Data DOI:
+
+ 10.5281/zenodo.13837423
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=9OlU865dAF
+
+
+
+ Cite as:
+ Belitsky, M., Laitenberger, F., Sheremet, D., and Belkacemi, N. 2025. [Re] Learning Fair Graph Representations via Automated Data Augmentations. ReScience C 10 , 1, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Benmerzoug_2023.html b/bibliography/Benmerzoug_2023.html
new file mode 100644
index 0000000..e2071b8
--- /dev/null
+++ b/bibliography/Benmerzoug_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] If you like Shapley, then you’ll love the core
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Benmerzoug, A. and Benito Delgado, M. de . 2023. [Re] If you like Shapley, then you’ll love the core. ReScience C 9 , 2, #32.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Bikker_2023.html b/bibliography/Bikker_2023.html
new file mode 100644
index 0000000..94b3135
--- /dev/null
+++ b/bibliography/Bikker_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [¬Re] Reproducibility study of ‘Proto2Proto: Can you recognize the car, the way I do?’
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bikker, D., Kleuver, G. de, Hu, W., and Veenman, B. 2023. [¬Re] Reproducibility study of ‘Proto2Proto: Can you recognize the car, the way I do?’ ReScience C 9 , 2, #22.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173705/files/article.pdf
+
+
+ Title:
+ [¬Re] Reproducibility study of ‘Proto2Proto: Can you recognize the car, the way I do?’
+
+
+ Author(s):
+ Bikker, David and de Kleuver, Gerson and Hu, Wenhua and Veenman, Bram
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #22
+
+
+ DOI:
+ 10.5281/zenodo.8173705
+
+
+ Code URL:
+
+ https://github.com/gersondekleuver/Fact
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.8079872
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=a_9YF58u61
+
+
+
+ Cite as:
+ Bikker, D., Kleuver, G. de, Hu, W., and Veenman, B. 2023. [¬Re] Reproducibility study of ‘Proto2Proto: Can you recognize the car, the way I do?’ ReScience C 9 , 2, #22.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/BoMahmoudianck_2020.html b/bibliography/BoMahmoudianck_2020.html
new file mode 100644
index 0000000..1797461
--- /dev/null
+++ b/bibliography/BoMahmoudianck_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Measures for investigating the contextual modulation of information transmission
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mahmoudian, S. 2020. [Re] Measures for investigating the contextual modulation of information transmission. ReScience C 6 , 3, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Bock_2019.html b/bibliography/Bock_2019.html
new file mode 100644
index 0000000..c317bf7
--- /dev/null
+++ b/bibliography/Bock_2019.html
@@ -0,0 +1,185 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] The Wisconsin Card Sorting Test: Theoretical analysis and modeling in a neuronal network
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bock, P. and Alexandre, F. 2019. [Re] The Wisconsin Card Sorting Test: Theoretical analysis and modeling in a neuronal network. ReScience C 5 , 3, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Boer_2022.html b/bibliography/Boer_2022.html
new file mode 100644
index 0000000..ffe88dc
--- /dev/null
+++ b/bibliography/Boer_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Boer, S. de, Cosma, R.A., Knobel, L., Koishekenov, Y., and Shaffrey, B. 2022. [Re] Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling. ReScience C 8 , 2, #6.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574637/files/article.pdf
+
+
+ Title:
+ [Re] Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling
+
+
+ Author(s):
+ de Boer, Sarah and Cosma, Radu Alexandru and Knobel, Lukas and Koishekenov, Yeskendir and Shaffrey, Benjamin
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #6
+
+
+ DOI:
+ 10.5281/zenodo.6574637
+
+
+ Code URL:
+
+ https://github.com/reproducibilityaccount/reproducing-ridesharing
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6501845
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=BE3Ms3GXhCF
+
+
+
+ Cite as:
+ Boer, S. de, Cosma, R.A., Knobel, L., Koishekenov, Y., and Shaffrey, B. 2022. [Re] Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling. ReScience C 8 , 2, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Boersch-Supan_2021.html b/bibliography/Boersch-Supan_2021.html
new file mode 100644
index 0000000..9f6649c
--- /dev/null
+++ b/bibliography/Boersch-Supan_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Modeling Insect Phenology Using Ordinal Regression and Continuation Ratio Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Boersch-Supan, P.H. 2021. [Re] Modeling Insect Phenology Using Ordinal Regression and Continuation Ratio Models. ReScience C 7 , 1, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Boettiger_2020.html b/bibliography/Boettiger_2020.html
new file mode 100644
index 0000000..b286971
--- /dev/null
+++ b/bibliography/Boettiger_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Fluctuation domains in adaptive evolution
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Boettiger, C. 2020. [Rp] Fluctuation domains in adaptive evolution. ReScience C 6 , 1, #15.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Bond-Lamberty_2021.html b/bibliography/Bond-Lamberty_2021.html
new file mode 100644
index 0000000..f6469a7
--- /dev/null
+++ b/bibliography/Bond-Lamberty_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Drivers of evapotranspiration from boreal wildfires
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bond-Lamberty, B. 2021. [Re] Drivers of evapotranspiration from boreal wildfires. ReScience C 6 , 1, #21.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Boraud_2021.html b/bibliography/Boraud_2021.html
new file mode 100644
index 0000000..3a024c3
--- /dev/null
+++ b/bibliography/Boraud_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A Neurodynamical Model for Working Memory
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Boraud, T. and Strock, A. 2021. [Re] A Neurodynamical Model for Working Memory. ReScience C 7 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Bosch_2022.html b/bibliography/Bosch_2022.html
new file mode 100644
index 0000000..5d3c254
--- /dev/null
+++ b/bibliography/Bosch_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Replication study of ’Explaining in Style: Training a GAN to explain a classifier in StyleSpace’
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bosch, E., Ettes, R., Korporaal, D., and Meer, G. van . 2022. [Re] Replication study of ’Explaining in Style: Training a GAN to explain a classifier in StyleSpace.’ None 8 , 2, #21.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574667/files/article.pdf
+
+
+ Title:
+ [Re] Replication study of ’Explaining in Style: Training a GAN to explain a classifier in StyleSpace’
+
+
+ Author(s):
+ Bosch, Evaline and Ettes, Rutger and Korporaal, Daan and van Meer, Gijs
+
+
+ Journal:
+ None
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #21
+
+
+ DOI:
+ 10.5281/zenodo.6574667
+
+
+ Code URL:
+
+ https://github.com/Gijsvanmeer/FACTinAI
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6508302
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=BtIz0nz7hRY
+
+
+
+ Cite as:
+ Bosch, E., Ettes, R., Korporaal, D., and Meer, G. van . 2022. [Re] Replication study of ’Explaining in Style: Training a GAN to explain a classifier in StyleSpace.’ None 8 , 2, #21.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Bose_2023.html b/bibliography/Bose_2023.html
new file mode 100644
index 0000000..4f2e5e0
--- /dev/null
+++ b/bibliography/Bose_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Exploring the Role of Grammar and Word Choice in Bias Toward African American English (AAE) in Hate Speech Classification
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bose, P., Pandey, C.S., and Fund, F. 2023. [Re] Exploring the Role of Grammar and Word Choice in Bias Toward African American English (AAE) in Hate Speech Classification. ReScience C 9 , 2, #35.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173739/files/article.pdf
+
+
+ Title:
+ [Re] Exploring the Role of Grammar and Word Choice in Bias Toward African American English (AAE) in Hate Speech Classification
+
+
+ Author(s):
+ Bose, Priyanka and Pandey, Chandra Shekhar and Fund, Fraida
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #35
+
+
+ DOI:
+ 10.5281/zenodo.8173739
+
+
+ Code URL:
+
+ https://github.com/indianspeedster/mlr_2022.git
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=MjZVx7a0KX-
+
+
+
+ Cite as:
+ Bose, P., Pandey, C.S., and Fund, F. 2023. [Re] Exploring the Role of Grammar and Word Choice in Bias Toward African American English (AAE) in Hate Speech Classification. ReScience C 9 , 2, #35.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Bouwman_2021.html b/bibliography/Bouwman_2021.html
new file mode 100644
index 0000000..2896b49
--- /dev/null
+++ b/bibliography/Bouwman_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility study - Does enforcing diversity in hidden states of LSTM-Attention models improve transparency?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bouwman, P., Li, Y., Weerd, R. van der, and Verhoef, F. 2021. [Re] Reproducibility study - Does enforcing diversity in hidden states of LSTM-Attention models improve transparency? ReScience C 7 , 2, #22.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4835592/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility study - Does enforcing diversity in hidden states of LSTM-Attention models improve transparency?
+
+
+ Author(s):
+ Bouwman, Pieter and Li, Yun and van der Weerd, Rogier and Verhoef, Frank
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #22
+
+
+ DOI:
+ 10.5281/zenodo.4835592
+
+
+ Code URL:
+
+ https://github.com/MotherOfUnicorns/FACT_AI_project
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=lE0wqKGROKa
+
+
+
+ Cite as:
+ Bouwman, P., Li, Y., Weerd, R. van der, and Verhoef, F. 2021. [Re] Reproducibility study - Does enforcing diversity in hidden states of LSTM-Attention models improve transparency? ReScience C 7 , 2, #22.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Brivio_2022.html b/bibliography/Brivio_2022.html
new file mode 100644
index 0000000..2c0f0b0
--- /dev/null
+++ b/bibliography/Brivio_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [¬Re] Hate Speech Detection based on Sentiment Knowledge Sharing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Brivio, M. and Çöltekin, Ç. 2022. [¬Re] Hate Speech Detection based on Sentiment Knowledge Sharing. ReScience C 8 , 2, #7.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Brivio_2023.html b/bibliography/Brivio_2023.html
new file mode 100644
index 0000000..ee6df70
--- /dev/null
+++ b/bibliography/Brivio_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Exploring the Representation of Word Meanings in Context
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Brivio, M. and Çöltekin, Ç. 2023. [Re] Exploring the Representation of Word Meanings in Context. ReScience C 9 , 2, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Broman_2020.html b/bibliography/Broman_2020.html
new file mode 100644
index 0000000..e4e1ebd
--- /dev/null
+++ b/bibliography/Broman_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Reproducibility report: Identifying essential genes by mutagenesis
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Broman, K.W. 2020. [Rp] Reproducibility report: Identifying essential genes by mutagenesis. ReScience C 6 , 1, #12.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Bruckner_2020.html b/bibliography/Bruckner_2020.html
new file mode 100644
index 0000000..f5ffea4
--- /dev/null
+++ b/bibliography/Bruckner_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Faster Teaching via POMDP Planning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Brückner, L. and Nioche, A. 2020. [Re] Faster Teaching via POMDP Planning. ReScience C 6 , 3, #7.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Buchner_2023.html b/bibliography/Buchner_2023.html
new file mode 100644
index 0000000..38af958
--- /dev/null
+++ b/bibliography/Buchner_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Fairness Guarantees under Demographic Shift
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Buchner, V.L., Schutte, P.O.O., Allal, Y.B., and Ahadi, H. 2023. [Re] Fairness Guarantees under Demographic Shift. ReScience C 9 , 2, #13.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173680/files/article.pdf
+
+
+ Title:
+ [Re] Fairness Guarantees under Demographic Shift
+
+
+ Author(s):
+ Buchner, Valentin Leonhard and Schutte, Philip Onno Olivier and Allal, Yassin Ben and Ahadi, Hamed
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #13
+
+
+ DOI:
+ 10.5281/zenodo.8173680
+
+
+ Code URL:
+
+ https://github.com/YasBenAll/fact-ai-project
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.7916507
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=xEfg6h1GFmW¬eId=C0AfhPXAYB
+
+
+
+ Cite as:
+ Buchner, V.L., Schutte, P.O.O., Allal, Y.B., and Ahadi, H. 2023. [Re] Fairness Guarantees under Demographic Shift. ReScience C 9 , 2, #13.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Buis_2023.html b/bibliography/Buis_2023.html
new file mode 100644
index 0000000..9e2c54a
--- /dev/null
+++ b/bibliography/Buis_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility study of “Explaining Deep Convolutional Neural Networks via Latent Visual-Semantic Filter Attention”
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Buis, E., Dijkstra, S., and Heijermans, B. 2023. [Re] Reproducibility study of “Explaining Deep Convolutional Neural Networks via Latent Visual-Semantic Filter Attention.” ReScience C 9 , 2, #25.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173713/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility study of “Explaining Deep Convolutional Neural Networks via Latent Visual-Semantic Filter Attention”
+
+
+ Author(s):
+ Buis, Erik and Dijkstra, Sebastiaan and Heijermans, Bram
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #25
+
+
+ DOI:
+ 10.5281/zenodo.8173713
+
+
+ Code URL:
+
+ https://github.com/ErikBuis/FACT2023
+
+
+
+ Code DOI:
+
+ https://zenodo.org/badge/latestdoi/585223762
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=nsrHznwHhl
+
+
+
+ Cite as:
+ Buis, E., Dijkstra, S., and Heijermans, B. 2023. [Re] Reproducibility study of “Explaining Deep Convolutional Neural Networks via Latent Visual-Semantic Filter Attention.” ReScience C 9 , 2, #25.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Burger_2022.html b/bibliography/Burger_2022.html
new file mode 100644
index 0000000..27b5289
--- /dev/null
+++ b/bibliography/Burger_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Study - SCOUTER: Slot Attention-based Classifier for Explainable Image Recognition
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Burger, M., Burg, K. ter, Titarsolej, S., and Khan, S.J. 2022. [Re] Reproducibility Study - SCOUTER: Slot Attention-based Classifier for Explainable Image Recognition. ReScience C 8 , 2, #8.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574641/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility Study - SCOUTER: Slot Attention-based Classifier for Explainable Image Recognition
+
+
+ Author(s):
+ Burger, Maarten and ter Burg, Kaya and Titarsolej, Sam and Khan, Selina Jasmin
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #8
+
+
+ DOI:
+ 10.5281/zenodo.6574641
+
+
+ Code URL:
+
+ https://github.com/kayatb/reproduce_SCOUTER
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=HZNlq3fmhRF
+
+
+
+ Cite as:
+ Burger, M., Burg, K. ter, Titarsolej, S., and Khan, S.J. 2022. [Re] Reproducibility Study - SCOUTER: Slot Attention-based Classifier for Explainable Image Recognition. ReScience C 8 , 2, #8.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Buvanesh_2022.html b/bibliography/Buvanesh_2022.html
new file mode 100644
index 0000000..5c8690e
--- /dev/null
+++ b/bibliography/Buvanesh_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Buvanesh, A. and Panwar, M. 2022. [Re] AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients. ReScience C 8 , 2, #9.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Camara_2023.html b/bibliography/Camara_2023.html
new file mode 100644
index 0000000..966368e
--- /dev/null
+++ b/bibliography/Camara_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] DialSummEval - Evaluation of automatic summarization evaluation metrics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Camara, P., Kloos, M., Kyrmanidi, V., Kluska, A., Terlou, R., and Krause, L. 2023. [Re] DialSummEval - Evaluation of automatic summarization evaluation metrics. ReScience C 9 , 2, #14.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173682/files/article.pdf
+
+
+ Title:
+ [Re] DialSummEval - Evaluation of automatic summarization evaluation metrics
+
+
+ Author(s):
+ Camara, Patrick and Kloos, Mojca and Kyrmanidi, Vasiliki and Kluska, Agnieszka and Terlou, Rorick and Krause, Lea
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #14
+
+
+ DOI:
+ 10.5281/zenodo.8173682
+
+
+ Code URL:
+
+ https://github.com/tricodex/Reproducing_DialSummEval
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=3jaZ5tKRyiT¬eId=AHjI9Jw6frY
+
+
+
+ Cite as:
+ Camara, P., Kloos, M., Kyrmanidi, V., Kluska, A., Terlou, R., and Krause, L. 2023. [Re] DialSummEval - Evaluation of automatic summarization evaluation metrics. ReScience C 9 , 2, #14.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Carvalho_2021.html b/bibliography/Carvalho_2021.html
new file mode 100644
index 0000000..e871a37
--- /dev/null
+++ b/bibliography/Carvalho_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Context-Dependent Encoding of Fear and Extinction Memories in a Large-Scale Network Model of the Basal Amygdala
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Carvalho, T.T.A., Domingos, L.B., Shimoura, R.O., et al. 2021. [Re] Context-Dependent Encoding of Fear and Extinction Memories in a Large-Scale Network Model of the Basal Amygdala. ReScience C 7 , 1, #9.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/5657320/files/article.pdf
+
+
+ Title:
+ [Re] Context-Dependent Encoding of Fear and Extinction Memories in a Large-Scale Network Model of the Basal Amygdala
+
+
+ Author(s):
+ Carvalho, Tawan T. A. and Domingos, Luana B. and Shimoura, Renan O. and Kamiji, Nilton L. and Cordeiro, Vinicius L. and Copelli, Mauro and Roque, Antonio C.
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ sep
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #9
+
+
+ DOI:
+ 10.5281/zenodo.5657320
+
+
+ Code URL:
+
+ https://github.com/tawantayron/RE-Fear-and-extinction-in-a-BA-net-model
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/49
+
+
+
+ Cite as:
+ Carvalho, T.T.A., Domingos, L.B., Shimoura, R.O., et al. 2021. [Re] Context-Dependent Encoding of Fear and Extinction Memories in a Large-Scale Network Model of the Basal Amygdala. ReScience C 7 , 1, #9.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Casco-Rodriguez_2025.html b/bibliography/Casco-Rodriguez_2025.html
new file mode 100644
index 0000000..e2da853
--- /dev/null
+++ b/bibliography/Casco-Rodriguez_2025.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Non-Gaussian Observation Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Casco-Rodriguez, J., Kemere, C., and Baraniuk, R.G. 2025. [Re] The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Non-Gaussian Observation Models. ReScience C 10 , 1, #3.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/15172014/files/article.pdf
+
+
+ Title:
+ [Re] The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Non-Gaussian Observation Models
+
+
+ Author(s):
+ Casco-Rodriguez, Josue and Kemere, Caleb and Baraniuk, Richard G.
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2025
+
+
+ Month:
+ apr
+
+
+ Volume:
+ 10
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #3
+
+
+ DOI:
+ 10.5281/zenodo.15172014
+
+
+ Code URL:
+
+ https://github.com/Josuelmet/Discriminative-Kalman-Filter-4.5-Python
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ https://portal.nersc.gov/project/crcns/download/dream/data_sets/Flint_2012
+
+
+
+ Data DOI:
+
+ 10.1088/1741-2560/9/4/046006
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/74
+
+
+
+ Cite as:
+ Casco-Rodriguez, J., Kemere, C., and Baraniuk, R.G. 2025. [Re] The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Non-Gaussian Observation Models. ReScience C 10 , 1, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Caspar_2024.html b/bibliography/Caspar_2024.html
new file mode 100644
index 0000000..2c87b37
--- /dev/null
+++ b/bibliography/Caspar_2024.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] An anatomically constrained neural network model of fear conditioning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Caspar, L. and Moore, R.K. 2025. [Re] An anatomically constrained neural network model of fear conditioning. ReScience C 10 , 5, #18.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Charisoudis_2023.html b/bibliography/Charisoudis_2023.html
new file mode 100644
index 0000000..2831783
--- /dev/null
+++ b/bibliography/Charisoudis_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Masked Autoencoders Are Small Scale Vision Learners: A Reproduction Under Resource Constraints
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Charisoudis, A., Huth, S.E. von, and Jansson, E. 2023. [Re] Masked Autoencoders Are Small Scale Vision Learners: A Reproduction Under Resource Constraints. ReScience C 9 , 2, #40.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173751/files/article.pdf
+
+
+ Title:
+ [Re] Masked Autoencoders Are Small Scale Vision Learners: A Reproduction Under Resource Constraints
+
+
+ Author(s):
+ Charisoudis, Athanasios and von Huth, Simon Ekman and Jansson, Emil
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #40
+
+
+ DOI:
+ 10.5281/zenodo.8173751
+
+
+ Code URL:
+
+ https://github.com/MLReproHub/SMAE
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=KXfjZPL5pqr
+
+
+
+ Cite as:
+ Charisoudis, A., Huth, S.E. von, and Jansson, E. 2023. [Re] Masked Autoencoders Are Small Scale Vision Learners: A Reproduction Under Resource Constraints. ReScience C 9 , 2, #40.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Chen_2022.html b/bibliography/Chen_2022.html
new file mode 100644
index 0000000..bb85624
--- /dev/null
+++ b/bibliography/Chen_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Projection-based Algorithm for Updating the TruncatedSVD of Evolving Matrices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chen, A., Matsumoto, S., and Varma, R.S. 2022. [Re] Projection-based Algorithm for Updating the TruncatedSVD of Evolving Matrices. ReScience C 8 , 2, #25.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574675/files/article.pdf
+
+
+ Title:
+ [Re] Projection-based Algorithm for Updating the TruncatedSVD of Evolving Matrices
+
+
+ Author(s):
+ Chen, Andy and Matsumoto, Shion and Varma, Rohan Sinha
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #25
+
+
+ DOI:
+ 10.5281/zenodo.6574675
+
+
+ Code URL:
+
+ https://github.com/andyzfchen/truncatedSVD
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=HN2xWpMQ30K
+
+
+
+ Cite as:
+ Chen, A., Matsumoto, S., and Varma, R.S. 2022. [Re] Projection-based Algorithm for Updating the TruncatedSVD of Evolving Matrices. ReScience C 8 , 2, #25.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Cordaro_2023.html b/bibliography/Cordaro_2023.html
new file mode 100644
index 0000000..8ff445d
--- /dev/null
+++ b/bibliography/Cordaro_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [¬Re] G-Mixup: Graph Data Augmentation for Graph Classification
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Cordaro, D., Cox, S., Ren, Y., and Yu, T. 2023. [¬Re] G-Mixup: Graph Data Augmentation for Graph Classification. ReScience C 9 , 2, #34.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173737/files/article.pdf
+
+
+ Title:
+ [¬Re] G-Mixup: Graph Data Augmentation for Graph Classification
+
+
+ Author(s):
+ Cordaro, Dylan and Cox, Shelby and Ren, Yiman and Yu, Teresa
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #34
+
+
+ DOI:
+ 10.5281/zenodo.8173737
+
+
+ Code URL:
+
+ https://github.com/shelbycox/EECS-553-GMixup-Reproduction
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=T54wy0ahGLG¬eId=pvukxfvJGX
+
+
+
+ Cite as:
+ Cordaro, D., Cox, S., Ren, Y., and Yu, T. 2023. [¬Re] G-Mixup: Graph Data Augmentation for Graph Classification. ReScience C 9 , 2, #34.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Courtes_2020.html b/bibliography/Courtes_2020.html
new file mode 100644
index 0000000..377179f
--- /dev/null
+++ b/bibliography/Courtes_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Storage Tradeoffs in a Collaborative Backup Service for Mobile Devices
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Courtès, L. 2020. [Re] Storage Tradeoffs in a Collaborative Backup Service for Mobile Devices. ReScience C 6 , 1, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Dansereau_2020.html b/bibliography/Dansereau_2020.html
new file mode 100644
index 0000000..a1c52f5
--- /dev/null
+++ b/bibliography/Dansereau_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Chaos in a Three-Species Food Chain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Dansereau, G., Banville, F., Basque, E., MacDonald, A., and Poisot, T. 2020. [Re] Chaos in a Three-Species Food Chain. ReScience C 6 , 3, #5.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4022518/files/article.pdf
+
+
+ Title:
+ [Re] Chaos in a Three-Species Food Chain
+
+
+ Author(s):
+ Dansereau, Gabriel and Banville, Francis and Basque, Elodie and MacDonald, Andrew and Poisot, Timothée
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ sep
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 3
+
+
+ Number:
+ #5
+
+
+ DOI:
+ 10.5281/zenodo.4022518
+
+
+ Code URL:
+
+ https://github.com/BIO6032/2019_replication_HastingsPowell_1991/
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.4012772
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/15
+
+
+
+ Cite as:
+ Dansereau, G., Banville, F., Basque, E., MacDonald, A., and Poisot, T. 2020. [Re] Chaos in a Three-Species Food Chain. ReScience C 6 , 3, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Dasu_2022.html b/bibliography/Dasu_2022.html
new file mode 100644
index 0000000..e9a18d7
--- /dev/null
+++ b/bibliography/Dasu_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] GANSpace: Discovering Interpretable GAN Controls
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Dasu, V.A. and T.K., M.M. 2022. [Re] GANSpace: Discovering Interpretable GAN Controls. ReScience C 8 , 2, #10.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Davies_2020.html b/bibliography/Davies_2020.html
new file mode 100644
index 0000000..587c206
--- /dev/null
+++ b/bibliography/Davies_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] The principal components of natural images
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Davies, I. and Eglen, S. 2020. [Re] The principal components of natural images. ReScience C 6 , 3, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Davison_2020.html b/bibliography/Davison_2020.html
new file mode 100644
index 0000000..b48045a
--- /dev/null
+++ b/bibliography/Davison_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Dendrodendritic inhibition and simulated odor responses in a detailed olfactory bulb network model
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Davison, A.P. 2020. [Rp] Dendrodendritic inhibition and simulated odor responses in a detailed olfactory bulb network model. ReScience C 6 , 1, #14.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/DeLuisa_2022.html b/bibliography/DeLuisa_2022.html
new file mode 100644
index 0000000..b2cf365
--- /dev/null
+++ b/bibliography/DeLuisa_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Thompson Sampling for Bandits with Clustered Arms
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
De Luisa, A. 2022. [Re] Thompson Sampling for Bandits with Clustered Arms. ReScience C 8 , 2, #23.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Delsuc_2020.html b/bibliography/Delsuc_2020.html
new file mode 100644
index 0000000..bdca229
--- /dev/null
+++ b/bibliography/Delsuc_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Gifa V.4: A complete package for NMR data set processing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Delsuc, M.-A. 2020. [Rp] Gifa V.4: A complete package for NMR data set processing. ReScience C 6 , 1, #9.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Deprez_2021.html b/bibliography/Deprez_2021.html
new file mode 100644
index 0000000..f2947c0
--- /dev/null
+++ b/bibliography/Deprez_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducing ’Identifying through flows for recovering latent representations’
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Deprez, H.L. gezegd, Rijsdijk, G., Rooij, B. de, and Zwerink, W. 2021. [Re] Reproducing ’Identifying through flows for recovering latent representations.’ ReScience C 7 , 2, #17.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4839595/files/article.pdf
+
+
+ Title:
+ [Re] Reproducing ’Identifying through flows for recovering latent representations’
+
+
+ Author(s):
+ gezegd Deprez, Hidde Lekanne and Rijsdijk, Geerten and de Rooij, Bart and Zwerink, Wouter
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #17
+
+
+ DOI:
+ 10.5281/zenodo.4839595
+
+
+ Code URL:
+
+ https://github.com/HiddeLekanne/Reproducibility-Challenge-iFlow
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.4704869
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=8jmIpypMzE
+
+
+
+ Cite as:
+ Deprez, H.L. gezegd, Rijsdijk, G., Rooij, B. de, and Zwerink, W. 2021. [Re] Reproducing ’Identifying through flows for recovering latent representations.’ ReScience C 7 , 2, #17.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Devos_2019.html b/bibliography/Devos_2019.html
new file mode 100644
index 0000000..840a5fa
--- /dev/null
+++ b/bibliography/Devos_2019.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Meta-learning with differentiable closed-form solvers
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Devos, A., Chatel, S., and Grossglauser, M. 2019. [Re] Meta-learning with differentiable closed-form solvers. ReScience C 5 , 2, #1.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3160540/files/article.pdf
+
+
+ Title:
+ [Re] Meta-learning with differentiable closed-form solvers
+
+
+ Author(s):
+ Devos, Arnout and Chatel, Sylvain and Grossglauser, Matthias
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2019
+
+
+ Month:
+ may
+
+
+ Volume:
+ 5
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.3160540
+
+
+ Code URL:
+
+ https://github.com/ArnoutDevos/r2d2
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.2662493
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/reproducibility-challenge/iclr_2019/pull/150
+
+
+
+ Cite as:
+ Devos, A., Chatel, S., and Grossglauser, M. 2019. [Re] Meta-learning with differentiable closed-form solvers. ReScience C 5 , 2, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Dhane_2021.html b/bibliography/Dhane_2021.html
new file mode 100644
index 0000000..14e80ca
--- /dev/null
+++ b/bibliography/Dhane_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] The Evolution of Virulence in Pathogens with Vertical and Horizontal Transmission
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Dhane, F., Soeharjono, S., Stern, K., MacDonald, A., and Poisot, T. 2021. [Re] The Evolution of Virulence in Pathogens with Vertical and Horizontal Transmission. ReScience C 7 , 1, #10.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/5722853/files/article.pdf
+
+
+ Title:
+ [Re] The Evolution of Virulence in Pathogens with Vertical and Horizontal Transmission
+
+
+ Author(s):
+ Dhane, Fares and Soeharjono, Sandrine and Stern, Kiri and MacDonald, Andrew and Poisot, Timothée
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ nov
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #10
+
+
+ DOI:
+ 10.5281/zenodo.5722853
+
+
+ Code URL:
+
+ https://github.com/BIO6032/2019_replication_LipstichEtAl_1996
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/56
+
+
+
+ Cite as:
+ Dhane, F., Soeharjono, S., Stern, K., MacDonald, A., and Poisot, T. 2021. [Re] The Evolution of Virulence in Pathogens with Vertical and Horizontal Transmission. ReScience C 7 , 1, #10.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/DiCosmo_2020.html b/bibliography/DiCosmo_2020.html
new file mode 100644
index 0000000..a1230a7
--- /dev/null
+++ b/bibliography/DiCosmo_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Reproducing and replicating the OCamlP3l experiment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Di Cosmo, R. and Danelutto, M. 2020. [Rp] Reproducing and replicating the OCamlP3l experiment. ReScience C 6 , 1, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Didolkar_2019.html b/bibliography/Didolkar_2019.html
new file mode 100644
index 0000000..a73ff07
--- /dev/null
+++ b/bibliography/Didolkar_2019.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] h-detach: Modifying the LSTM gradient towards better optimization
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Didolkar, A. 2019. [Re] h-detach: Modifying the LSTM gradient towards better optimization. ReScience C 5 , 2, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Don_2023.html b/bibliography/Don_2023.html
new file mode 100644
index 0000000..761354b
--- /dev/null
+++ b/bibliography/Don_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] On the Reproducibility of "FairCal: Fairness Calibration for Face Verification"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Don, M., Chatterji, S., Kapralova, M., and Amaudruz, R. 2023. [Re] On the Reproducibility of "FairCal: Fairness Calibration for Face Verification". ReScience C 9 , 2, #15.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173686/files/article.pdf
+
+
+ Title:
+ [Re] On the Reproducibility of "FairCal: Fairness Calibration for Face Verification"
+
+
+ Author(s):
+ Don, Marga and Chatterji, Satchit and Kapralova, Milena and Amaudruz, Ryan
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #15
+
+
+ DOI:
+ 10.5281/zenodo.8173686
+
+
+ Code URL:
+
+ https://github.com/margajdon/reproduction-FAIRCAL
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.7941382
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=uVHUy7CWCL
+
+
+
+ Cite as:
+ Don, M., Chatterji, S., Kapralova, M., and Amaudruz, R. 2023. [Re] On the Reproducibility of "FairCal: Fairness Calibration for Face Verification". ReScience C 9 , 2, #15.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Doyen_2023.html b/bibliography/Doyen_2023.html
new file mode 100644
index 0000000..907f63d
--- /dev/null
+++ b/bibliography/Doyen_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Biodiversity of plankton by species oscillations and chaos
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Doyen, G., Picoche, C., and Barraquand, F. 2023. [Re] Biodiversity of plankton by species oscillations and chaos. ReScience C 9 , 1, #4.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/10371655/files/article.pdf
+
+
+ Title:
+ [Re] Biodiversity of plankton by species oscillations and chaos
+
+
+ Author(s):
+ Doyen, Guillaume and Picoche, Coralie and Barraquand, Frédéric
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ dec
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #4
+
+
+ DOI:
+ 10.5281/zenodo.10371655
+
+
+ Code URL:
+
+ https://github.com/fbarraquand/supersaturated_coexistence
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/66
+
+
+
+ Cite as:
+ Doyen, G., Picoche, C., and Barraquand, F. 2023. [Re] Biodiversity of plankton by species oscillations and chaos. ReScience C 9 , 1, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Drabent_2022.html b/bibliography/Drabent_2022.html
new file mode 100644
index 0000000..6bb9d13
--- /dev/null
+++ b/bibliography/Drabent_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Replication study of "Privacy-preserving Collaborative Learning"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Drabent, K., Wijnja, S., Sluijter, T., and Bereda, K. 2022. [Re] Replication study of "Privacy-preserving Collaborative Learning". ReScience C 8 , 2, #11.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574647/files/article.pdf
+
+
+ Title:
+ [Re] Replication study of "Privacy-preserving Collaborative Learning"
+
+
+ Author(s):
+ Drabent, Karolina and Wijnja, Stefan and Sluijter, Thijs and Bereda, Konrad
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #11
+
+
+ DOI:
+ 10.5281/zenodo.6574647
+
+
+ Code URL:
+
+ https://github.com/stfwn/ats-privacy-replication
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6508136
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=SY84JTG73CK
+
+
+
+ Cite as:
+ Drabent, K., Wijnja, S., Sluijter, T., and Bereda, K. 2022. [Re] Replication study of "Privacy-preserving Collaborative Learning". ReScience C 8 , 2, #11.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Dubbeldam_2023.html b/bibliography/Dubbeldam_2023.html
new file mode 100644
index 0000000..e0650ed
--- /dev/null
+++ b/bibliography/Dubbeldam_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] On the Reproducibility of CartoonX
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Dubbeldam, E., Eijpe, A., Ruthardt, J., and Sasse, R. 2023. [Re] On the Reproducibility of CartoonX. ReScience C 9 , 2, #10.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173672/files/article.pdf
+
+
+ Title:
+ [Re] On the Reproducibility of CartoonX
+
+
+ Author(s):
+ Dubbeldam, Elias and Eijpe, Aniek and Ruthardt, Jona and Sasse, Robin
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #10
+
+
+ DOI:
+ 10.5281/zenodo.8173672
+
+
+ Code URL:
+
+ https://github.com/JonaRuthardt/MLRC-CartoonX
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=MK4IQJdLLeo
+
+
+
+ Cite as:
+ Dubbeldam, E., Eijpe, A., Ruthardt, J., and Sasse, R. 2023. [Re] On the Reproducibility of CartoonX. ReScience C 9 , 2, #10.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Dzubur_2022.html b/bibliography/Dzubur_2022.html
new file mode 100644
index 0000000..3bbcc65
--- /dev/null
+++ b/bibliography/Dzubur_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A Cluster-based Approach for Improving Isotropy in Contextual Embedding Space
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Džubur, B. 2022. [Re] A Cluster-based Approach for Improving Isotropy in Contextual Embedding Space. ReScience C 8 , 2, #12.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Eaton_2022.html b/bibliography/Eaton_2022.html
new file mode 100644
index 0000000..3bb3ce0
--- /dev/null
+++ b/bibliography/Eaton_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproduction and Extension of "Queens are Powerful too: Mitigating Gender Bias in Dialogue Generation"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Eaton, E. and Naghavi, P. 2022. [Re] Reproduction and Extension of "Queens are Powerful too: Mitigating Gender Bias in Dialogue Generation". ReScience C 8 , 2, #13.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Eglen_2021.html b/bibliography/Eglen_2021.html
new file mode 100644
index 0000000..91bf521
--- /dev/null
+++ b/bibliography/Eglen_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Spatial constraints underlying the retinal mosaics of two types of horizontal cells in cat and macaque
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Eglen, S.J. 2021. [Re] Spatial constraints underlying the retinal mosaics of two types of horizontal cells in cat and macaque. ReScience C 6 , 1, #22.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Eijkelboom_2022.html b/bibliography/Eijkelboom_2022.html
new file mode 100644
index 0000000..df92820
--- /dev/null
+++ b/bibliography/Eijkelboom_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproduction Study of Variational Fair Clustering
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Eijkelboom, F., Fokkema, M., Lau, A., and Verheijen, L. 2022. [Re] Reproduction Study of Variational Fair Clustering. ReScience C 8 , 2, #14.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574653/files/article.pdf
+
+
+ Title:
+ [Re] Reproduction Study of Variational Fair Clustering
+
+
+ Author(s):
+ Eijkelboom, Floor and Fokkema, Mark and Lau, Anna and Verheijen, Luuk
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #14
+
+
+ DOI:
+ 10.5281/zenodo.6574653
+
+
+ Code URL:
+
+ https://github.com/MarkiemarkF/FACT
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6508390
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=rq8fRhMm20F
+
+
+
+ Cite as:
+ Eijkelboom, F., Fokkema, M., Lau, A., and Verheijen, L. 2022. [Re] Reproduction Study of Variational Fair Clustering. ReScience C 8 , 2, #14.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Enge_2020.html b/bibliography/Enge_2020.html
new file mode 100644
index 0000000..a5575bd
--- /dev/null
+++ b/bibliography/Enge_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Volume computation for polytopes: Vingt ans après
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Enge, A. 2020. [Re] Volume computation for polytopes: Vingt ans après. ReScience C 6 , 1, #17.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Erkol_2023.html b/bibliography/Erkol_2023.html
new file mode 100644
index 0000000..5978a8e
--- /dev/null
+++ b/bibliography/Erkol_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Exact Feature Distribution Matching for Arbitrary Style Transfer and Domain Generalization
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Erkol, M., Kınlı, F., Özcan, B., and Kıraç, F. 2023. [Re] Exact Feature Distribution Matching for Arbitrary Style Transfer and Domain Generalization. ReScience C 9 , 2, #2.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173652/files/article.pdf
+
+
+ Title:
+ [Re] Exact Feature Distribution Matching for Arbitrary Style Transfer and Domain Generalization
+
+
+ Author(s):
+ Erkol, Mert and Kınlı, Furkan and Özcan, Barış and Kıraç, Furkan
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #2
+
+
+ DOI:
+ 10.5281/zenodo.8173652
+
+
+ Code URL:
+
+ https://github.com/birdortyedi/efdm-pytorch
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.7895753
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=a5_hbZf0NB¬eId=Rsj9NvSj2Ft
+
+
+
+ Cite as:
+ Erkol, M., Kınlı, F., Özcan, B., and Kıraç, F. 2023. [Re] Exact Feature Distribution Matching for Arbitrary Style Transfer and Domain Generalization. ReScience C 9 , 2, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Etherington_2019.html b/bibliography/Etherington_2019.html
new file mode 100644
index 0000000..f14b847
--- /dev/null
+++ b/bibliography/Etherington_2019.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Resampling methods for evaluating classification accuracy of wildlife habitat models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Etherington, T.R. and Lieske, D.J. 2019. [Re] Resampling methods for evaluating classification accuracy of wildlife habitat models. ReScience C 5 , 1, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Ferles_2020.html b/bibliography/Ferles_2020.html
new file mode 100644
index 0000000..411a699
--- /dev/null
+++ b/bibliography/Ferles_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Zero-Shot Knowledge Transfer via Adversarial Belief Matching
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ferles, A., Nöu, A., and Valavanis, L. 2020. [Re] Zero-Shot Knowledge Transfer via Adversarial Belief Matching. ReScience C 6 , 2, #2.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3818623/files/article.pdf
+
+
+ Title:
+ [Re] Zero-Shot Knowledge Transfer via Adversarial Belief Matching
+
+
+ Author(s):
+ Ferles, Alexandros and Nöu, Alexander and Valavanis, Leonidas
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ may
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #2
+
+
+ DOI:
+ 10.5281/zenodo.3818623
+
+
+ Code URL:
+
+ https://github.com/AlexandrosFerles/NIPS_2019_Reproducibilty_Challenge_Zero-shot_Knowledge_Transfer_via_Adversarial_Belief_Matching
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ -
+
+
+
+ Cite as:
+ Ferles, A., Nöu, A., and Valavanis, L. 2020. [Re] Zero-Shot Knowledge Transfer via Adversarial Belief Matching. ReScience C 6 , 2, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Fuente_2019.html b/bibliography/Fuente_2019.html
new file mode 100644
index 0000000..94cf4be
--- /dev/null
+++ b/bibliography/Fuente_2019.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Variational Sparse Coding
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fuente, A.D. la and Aduviri, R. 2019. [Re] Variational Sparse Coding. ReScience C 5 , 2, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Galatolo_2022.html b/bibliography/Galatolo_2022.html
new file mode 100644
index 0000000..e6a8c8b
--- /dev/null
+++ b/bibliography/Galatolo_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Replicating and Improving GAN2Shape Through Novel Shape Priors and Training Steps
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Galatolo, A. and Nilsson, A. 2022. [Re] Replicating and Improving GAN2Shape Through Novel Shape Priors and Training Steps. ReScience C 8 , 2, #30.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Garcarz_2023.html b/bibliography/Garcarz_2023.html
new file mode 100644
index 0000000..1461861
--- /dev/null
+++ b/bibliography/Garcarz_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Study: Label-Free Explainability for Unsupervised Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Garcarz, S., Giorkatzi, A., Ivășchescu, A., and Pîslar, T.-M. 2023. [Re] Reproducibility Study: Label-Free Explainability for Unsupervised Models. ReScience C 9 , 2, #16.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173688/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility Study: Label-Free Explainability for Unsupervised Models
+
+
+ Author(s):
+ Garcarz, Sławomir and Giorkatzi, Andreas and Ivășchescu, Ana and Pîslar, Theodora-Mara
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #16
+
+
+ DOI:
+ 10.5281/zenodo.8173688
+
+
+ Code URL:
+
+ https://github.com/ayiork/Label-Free-XAI
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=sF_vYZSxSV
+
+
+
+ Cite as:
+ Garcarz, S., Giorkatzi, A., Ivășchescu, A., and Pîslar, T.-M. 2023. [Re] Reproducibility Study: Label-Free Explainability for Unsupervised Models. ReScience C 9 , 2, #16.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Garg_2020.html b/bibliography/Garg_2020.html
new file mode 100644
index 0000000..d4fea6e
--- /dev/null
+++ b/bibliography/Garg_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Hamiltonian Neural Networks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Garg, A. and Kagi, S.S. 2020. [Re] Hamiltonian Neural Networks. ReScience C 6 , 2, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Garg_2021.html b/bibliography/Garg_2021.html
new file mode 100644
index 0000000..91b10b5
--- /dev/null
+++ b/bibliography/Garg_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Training Binary Neural Networks using the Bayesian Learning Rule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Garg, P., Singhal, L., and Sardana, A. 2021. [Re] Training Binary Neural Networks using the Bayesian Learning Rule. ReScience C 7 , 2, #5.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4833681/files/article.pdf
+
+
+ Title:
+ [Re] Training Binary Neural Networks using the Bayesian Learning Rule
+
+
+ Author(s):
+ Garg, Prateek and Singhal, Lakshya and Sardana, Ashish
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #5
+
+
+ DOI:
+ 10.5281/zenodo.4833681
+
+
+ Code URL:
+
+ https://github.com/prateekstark/training-binary-neural-network
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.4716863
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=bhiGno-Cxq
+
+
+
+ Cite as:
+ Garg, P., Singhal, L., and Sardana, A. 2021. [Re] Training Binary Neural Networks using the Bayesian Learning Rule. ReScience C 7 , 2, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Geijn_2022.html b/bibliography/Geijn_2022.html
new file mode 100644
index 0000000..23513c2
--- /dev/null
+++ b/bibliography/Geijn_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Geijn, C. van de, Kyriacou, V., Papadopoulou, I., and Vasileiou, V. 2022. [Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace. None 8 , 2, #15.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574655/files/article.pdf
+
+
+ Title:
+ [Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace
+
+
+ Author(s):
+ van de Geijn, Chase and Kyriacou, Victor and Papadopoulou, Irene and Vasileiou, Vasiliki
+
+
+ Journal:
+ None
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #15
+
+
+ DOI:
+ 10.5281/zenodo.6574655
+
+
+ Code URL:
+
+ https://github.com/irenepap2/Re_StylEx.git
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6508290
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=SK8gAhfX2AK
+
+
+
+ Cite as:
+ Geijn, C. van de, Kyriacou, V., Papadopoulou, I., and Vasileiou, V. 2022. [Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace. None 8 , 2, #15.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Geoffroy_2021.html b/bibliography/Geoffroy_2021.html
new file mode 100644
index 0000000..305fb1a
--- /dev/null
+++ b/bibliography/Geoffroy_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Assortative matching and search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Geoffroy, F. 2021. [Re] Assortative matching and search. ReScience C 7 , 1, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Gillard_2022.html b/bibliography/Gillard_2022.html
new file mode 100644
index 0000000..d8a84b8
--- /dev/null
+++ b/bibliography/Gillard_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Modeling habits as self-sustained patterns of sensorimotor behavior
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Gillard, T., Fix, J., and Dutech, A. 2022. [Re] Modeling habits as self-sustained patterns of sensorimotor behavior. ReScience C 8 , 1, #2.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6478462/files/article.pdf
+
+
+ Title:
+ [Re] Modeling habits as self-sustained patterns of sensorimotor behavior
+
+
+ Author(s):
+ Gillard, Tristan and Fix, Jérémy and Dutech, Alain
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ apr
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #2
+
+
+ DOI:
+ https://doi.org/10.5281/zenodo.6484021
+
+
+ Code URL:
+
+ https://gitlab.inria.fr/openbiscuit/rescience_egbert14
+
+
+
+ Code DOI:
+
+ https://doi.org/10.5281/zenodo.6477279
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/51
+
+
+
+ Cite as:
+ Gillard, T., Fix, J., and Dutech, A. 2022. [Re] Modeling habits as self-sustained patterns of sensorimotor behavior. ReScience C 8 , 1, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Gohil_2020.html b/bibliography/Gohil_2020.html
new file mode 100644
index 0000000..cae69aa
--- /dev/null
+++ b/bibliography/Gohil_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] One ticket to win them all: generalizing lottery ticket initializations across datasets and optimizers
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Gohil, V., Narayanan, S.D., and Jain, A. 2020. [Re] One ticket to win them all: generalizing lottery ticket initializations across datasets and optimizers. ReScience C 6 , 2, #4.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3818619/files/article.pdf
+
+
+ Title:
+ [Re] One ticket to win them all: generalizing lottery ticket initializations across datasets and optimizers
+
+
+ Author(s):
+ Gohil, Varun and Narayanan, S. Deepak and Jain, Atishay
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ may
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #4
+
+
+ DOI:
+ 10.5281/zenodo.3818619
+
+
+ Code URL:
+
+ https://github.com/varungohil/Generalizing-Lottery-Tickets
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.3700320
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=SklFHaqG6S
+
+
+
+ Cite as:
+ Gohil, V., Narayanan, S.D., and Jain, A. 2020. [Re] One ticket to win them all: generalizing lottery ticket initializations across datasets and optimizers. ReScience C 6 , 2, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Greven_2023.html b/bibliography/Greven_2023.html
new file mode 100644
index 0000000..c25c1c0
--- /dev/null
+++ b/bibliography/Greven_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducing FairCal: Fairness Calibration for Face Verification
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Greven, J., Stallinga, S., and Seljee, Z. 2023. [Re] Reproducing FairCal: Fairness Calibration for Face Verification. ReScience C 9 , 2, #28.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173719/files/article.pdf
+
+
+ Title:
+ [Re] Reproducing FairCal: Fairness Calibration for Face Verification
+
+
+ Author(s):
+ Greven, Jip and Stallinga, Simon and Seljee, Zirk
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #28
+
+
+ DOI:
+ 10.5281/zenodo.8173719
+
+
+ Code URL:
+
+ https://github.com/zseljee/re-faircal
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=jDBYRwDpeW
+
+
+
+ Cite as:
+ Greven, J., Stallinga, S., and Seljee, Z. 2023. [Re] Reproducing FairCal: Fairness Calibration for Face Verification. ReScience C 9 , 2, #28.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Habacker_2021.html b/bibliography/Habacker_2021.html
new file mode 100644
index 0000000..d9ca891
--- /dev/null
+++ b/bibliography/Habacker_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducing Learning to Deceive With Attention-Based Explanations
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Habacker, R., Harrison, A., Parisot, M., and Snijders, A. 2021. [Re] Reproducing Learning to Deceive With Attention-Based Explanations. ReScience C 7 , 2, #6.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4834146/files/article.pdf
+
+
+ Title:
+ [Re] Reproducing Learning to Deceive With Attention-Based Explanations
+
+
+ Author(s):
+ Habacker, Rahel and Harrison, Andrew and Parisot, Mathias and Snijders, Ard
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #6
+
+
+ DOI:
+ 10.5281/zenodo.4834146
+
+
+ Code URL:
+
+ https://github.com/MatPrst/deceptive-attention-reproduced
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.4692668
+
+
+
+ Data URL:
+
+ https://github.com/MatPrst/deceptive-attention-reproduced/tree/main/deceptive-attention/src/classification/data
+
+
+
+ Data DOI:
+
+ 10.5281/zenodo.4686793
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=-rn9m0Gt6AQ
+
+
+
+ Cite as:
+ Habacker, R., Harrison, A., Parisot, M., and Snijders, A. 2021. [Re] Reproducing Learning to Deceive With Attention-Based Explanations. ReScience C 7 , 2, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Hardy_2022.html b/bibliography/Hardy_2022.html
new file mode 100644
index 0000000..951cbba
--- /dev/null
+++ b/bibliography/Hardy_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] An Implementation of Fair Robust Learning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hardy, I. 2022. [Re] An Implementation of Fair Robust Learning. ReScience C 8 , 2, #16.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Hentschke_2020.html b/bibliography/Hentschke_2020.html
new file mode 100644
index 0000000..ef36f5b
--- /dev/null
+++ b/bibliography/Hentschke_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Hippocampal Phase-Amplitude Coupling unearthed again
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hentschke, H. 2020. [Re] Hippocampal Phase-Amplitude Coupling unearthed again. ReScience C 6 , 3, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Hinsen_2019.html b/bibliography/Hinsen_2019.html
new file mode 100644
index 0000000..86abb95
--- /dev/null
+++ b/bibliography/Hinsen_2019.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience (R)evolution
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hinsen, K. and Rougier, N.P. 2019. ReScience (R)evolution. ReScience C 5 , 1, #3.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3069619/files/article.pdf
+
+
+ Title:
+ ReScience (R)evolution
+
+
+ Author(s):
+ Hinsen, Konrad and Rougier, Nicolas P.
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2019
+
+
+ Month:
+ may
+
+
+ Volume:
+ 5
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #3
+
+
+ DOI:
+ 10.5281/zenodo.3069619
+
+
+ Code URL:
+
+ -
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ -
+
+
+
+ Cite as:
+ Hinsen, K. and Rougier, N.P. 2019. ReScience (R)evolution. ReScience C 5 , 1, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Hinsen_2020a.html b/bibliography/Hinsen_2020a.html
new file mode 100644
index 0000000..2683949
--- /dev/null
+++ b/bibliography/Hinsen_2020a.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Structural flexibility in proteins - impact of the crystal environment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hinsen, K. 2020. [Rp] Structural flexibility in proteins - impact of the crystal environment. ReScience C 6 , 1, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Hinsen_2020b.html b/bibliography/Hinsen_2020b.html
new file mode 100644
index 0000000..0852804
--- /dev/null
+++ b/bibliography/Hinsen_2020b.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [¬Rp] Stokes drag on conglomerates of spheres
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hinsen, K. 2020. [¬Rp] Stokes drag on conglomerates of spheres. ReScience C 6 , 1, #7.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Holdijk_2021.html b/bibliography/Holdijk_2021.html
new file mode 100644
index 0000000..a239fcb
--- /dev/null
+++ b/bibliography/Holdijk_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Parameterized Explainer for Graph Neural Network
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Holdijk, L., Boon, M., Henckens, S., and Jong, L. de . 2021. [Re] Parameterized Explainer for Graph Neural Network. ReScience C 7 , 2, #7.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4834242/files/article.pdf
+
+
+ Title:
+ [Re] Parameterized Explainer for Graph Neural Network
+
+
+ Author(s):
+ Holdijk, Lars and Boon, Maarten and Henckens, Stijn and de Jong, Lysander
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #7
+
+
+ DOI:
+ 10.5281/zenodo.4834242
+
+
+ Code URL:
+
+ https://github.com/LarsHoldijk/RE-ParameterizedExplainerForGraphNeuralNetworks
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=8JHrucviUf
+
+
+
+ Cite as:
+ Holdijk, L., Boon, M., Henckens, S., and Jong, L. de . 2021. [Re] Parameterized Explainer for Graph Neural Network. ReScience C 7 , 2, #7.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Hoppe_2022.html b/bibliography/Hoppe_2022.html
new file mode 100644
index 0000000..95d5273
--- /dev/null
+++ b/bibliography/Hoppe_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Understanding Self-Supervised Learning Dynamics without Contrastive Pairs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Höppe, T., Miszkurka, A., and Wilkman, D.B. 2022. [Re] Understanding Self-Supervised Learning Dynamics without Contrastive Pairs. ReScience C 8 , 2, #17.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574659/files/article.pdf
+
+
+ Title:
+ [Re] Understanding Self-Supervised Learning Dynamics without Contrastive Pairs
+
+
+ Author(s):
+ Höppe, Tobias and Miszkurka, Agnieszka and Wilkman, Dennis Bogatov
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #17
+
+
+ DOI:
+ 10.5281/zenodo.6574659
+
+
+ Code URL:
+
+ https://github.com/miszkur/SelfSupervisedLearning
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6508184
+
+
+
+ Data URL:
+
+ https://www.cs.toronto.edu/ kriz/cifar.html
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=r4xe3nMQ3AY
+
+
+
+ Cite as:
+ Höppe, T., Miszkurka, A., and Wilkman, D.B. 2022. [Re] Understanding Self-Supervised Learning Dynamics without Contrastive Pairs. ReScience C 8 , 2, #17.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Hu_2023.html b/bibliography/Hu_2023.html
new file mode 100644
index 0000000..b828c8b
--- /dev/null
+++ b/bibliography/Hu_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility study of Joint Multisided Exposure Fairness for Recommendation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hu, A., Ranum, O., Pozrikidou, C., and Zhou, M. 2023. [Re] Reproducibility study of Joint Multisided Exposure Fairness for Recommendation. ReScience C 9 , 2, #20.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173698/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility study of Joint Multisided Exposure Fairness for Recommendation
+
+
+ Author(s):
+ Hu, Alessia and Ranum, Oline and Pozrikidou, Chrysoula and Zhou, Miranda
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #20
+
+
+ DOI:
+ 10.5281/zenodo.8173698
+
+
+ Code URL:
+
+ https://github.com/OlineRanum/FACT.git
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=A0Sjs3IJWb-
+
+
+
+ Cite as:
+ Hu, A., Ranum, O., Pozrikidou, C., and Zhou, M. 2023. [Re] Reproducibility study of Joint Multisided Exposure Fairness for Recommendation. ReScience C 9 , 2, #20.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Hudovernik_2026.html b/bibliography/Hudovernik_2026.html
new file mode 100644
index 0000000..788b00f
--- /dev/null
+++ b/bibliography/Hudovernik_2026.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ Learning with Noisy Labels [ Re]visited
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hudovernik, V., Rot, Ž., Vovk, K., Škodnik, L., and Zajc, L.Č. 2026. Learning with Noisy Labels [ Re]visited. ReScience C 11 , 1, #2.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/18401497/files/article.pdf
+
+
+ Title:
+ Learning with Noisy Labels [ Re]visited
+
+
+ Author(s):
+ Hudovernik, Valter and Rot, Žiga and Vovk, Klemen and Škodnik, Luka and Zajc, Luka Čehovin
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2026
+
+
+ Month:
+ jan
+
+
+ Volume:
+ 11
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #2
+
+
+ DOI:
+ 10.5281/zenodo.18401497
+
+
+ Code URL:
+
+ https://github.com/KlemenVovk/noisy-labels
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=GKZ2leags0
+
+
+
+ Cite as:
+ Hudovernik, V., Rot, Ž., Vovk, K., Škodnik, L., and Zajc, L.Č. 2026. Learning with Noisy Labels [ Re]visited. ReScience C 11 , 1, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Jiles_2022.html b/bibliography/Jiles_2022.html
new file mode 100644
index 0000000..169e80a
--- /dev/null
+++ b/bibliography/Jiles_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Domain Generalization using Causal Matching
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Jiles, R. and Chakraborty, M. 2022. [Re] Domain Generalization using Causal Matching. ReScience C 8 , 2, #18.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Kim_2021.html b/bibliography/Kim_2021.html
new file mode 100644
index 0000000..596decb
--- /dev/null
+++ b/bibliography/Kim_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Don’t Judge an Object by Its Context: Learning to Overcome Contextual Bias
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Kim, S.S.Y., Zhang, S., Meister, N., and Russakovsky, O. 2021. [Re] Don’t Judge an Object by Its Context: Learning to Overcome Contextual Bias. ReScience C 7 , 2, #8.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4834352/files/article.pdf
+
+
+ Title:
+ [Re] Don’t Judge an Object by Its Context: Learning to Overcome Contextual Bias
+
+
+ Author(s):
+ Kim, Sunnie S. Y. and Zhang, Sharon and Meister, Nicole and Russakovsky, Olga
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #8
+
+
+ DOI:
+ 10.5281/zenodo.4834352
+
+
+ Code URL:
+
+ https://github.com/princetonvisualai/ContextualBias
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=PRXM8-O9PKd
+
+
+
+ Cite as:
+ Kim, S.S.Y., Zhang, S., Meister, N., and Russakovsky, O. 2021. [Re] Don’t Judge an Object by Its Context: Learning to Overcome Contextual Bias. ReScience C 7 , 2, #8.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Kirca_2022.html b/bibliography/Kirca_2022.html
new file mode 100644
index 0000000..1883897
--- /dev/null
+++ b/bibliography/Kirca_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [¬Re] Reproducibility Study of ’Exacerbating Algorithmic Bias through Fairness Attacks’
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Kirca, I.-A., Hamerslag, D., Baas, A., and Prent, J. 2022. [¬Re] Reproducibility Study of ’Exacerbating Algorithmic Bias through Fairness Attacks’ . ReScience C 8 , 2, #19.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574663/files/article.pdf
+
+
+ Title:
+ [¬Re] Reproducibility Study of ’Exacerbating Algorithmic Bias through Fairness Attacks’
+
+
+ Author(s):
+ Kirca, Isa-Ali and Hamerslag, Daniël and Baas, Afra and Prent, Juno
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #19
+
+
+ DOI:
+ 10.5281/zenodo.6574663
+
+
+ Code URL:
+
+ https://github.com/DCHamerslag/FACT
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6491095
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=rKbgh3fXnRK
+
+
+
+ Cite as:
+ Kirca, I.-A., Hamerslag, D., Baas, A., and Prent, J. 2022. [¬Re] Reproducibility Study of ’Exacerbating Algorithmic Bias through Fairness Attacks’ . ReScience C 8 , 2, #19.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Kireev_2021.html b/bibliography/Kireev_2021.html
new file mode 100644
index 0000000..6682928
--- /dev/null
+++ b/bibliography/Kireev_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Warm-Starting Neural Network Training
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Kireev, K., Mohtashami, A., and Pajouheshgar, E. 2021. [Re] Warm-Starting Neural Network Training. ReScience C 7 , 2, #14.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4834856/files/article.pdf
+
+
+ Title:
+ [Re] Warm-Starting Neural Network Training
+
+
+ Author(s):
+ Kireev, Klim and Mohtashami, Amirkeivan and Pajouheshgar, Ehsan
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #14
+
+
+ DOI:
+ 10.5281/zenodo.4834856
+
+
+ Code URL:
+
+ https://github.com/CS-433/cs-433-project-2-fesenjoon
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=N43DVxrjCw
+
+
+
+ Cite as:
+ Kireev, K., Mohtashami, A., and Pajouheshgar, E. 2021. [Re] Warm-Starting Neural Network Training. ReScience C 7 , 2, #14.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Kljun_2022.html b/bibliography/Kljun_2022.html
new file mode 100644
index 0000000..8a63399
--- /dev/null
+++ b/bibliography/Kljun_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Learning to count everything
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Kljun, M., Teršek, M., and Vreš, D. 2022. [Re] Learning to count everything. ReScience C 8 , 2, #39.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574703/files/article.pdf
+
+
+ Title:
+ [Re] Learning to count everything
+
+
+ Author(s):
+ Kljun, Maša and Teršek, Matija and Vreš, Domen
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #39
+
+
+ DOI:
+ 10.5281/zenodo.6574703
+
+
+ Code URL:
+
+ https://github.com/tersekmatija/re-LearningToCountEverything
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6508260
+
+
+
+ Data URL:
+
+ https://drive.google.com/file/d/1ymDYrGs9DSRicfZbSCDiOu0ikGDh5k6S/view?usp=sharing
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=HKbgd3zmh0t
+
+
+
+ Cite as:
+ Kljun, M., Teršek, M., and Vreš, D. 2022. [Re] Learning to count everything. ReScience C 8 , 2, #39.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Kolkman_2022.html b/bibliography/Kolkman_2022.html
new file mode 100644
index 0000000..d88254e
--- /dev/null
+++ b/bibliography/Kolkman_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Strategic classification made practical: reproduction
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Kolkman, G., Athmer, J., Labro, A., and Kulicki, M. 2022. [Re] Strategic classification made practical: reproduction. ReScience C 8 , 2, #20.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574665/files/article.pdf
+
+
+ Title:
+ [Re] Strategic classification made practical: reproduction
+
+
+ Author(s):
+ Kolkman, Guilly and Athmer, Jan and Labro, Alex and Kulicki, Maksymilian
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #20
+
+
+ DOI:
+ 10.5281/zenodo.6574665
+
+
+ Code URL:
+
+ https://github.com/GuillyK/FACT-ai
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=rNgg03fXnRY
+
+
+
+ Cite as:
+ Kolkman, G., Athmer, J., Labro, A., and Kulicki, M. 2022. [Re] Strategic classification made practical: reproduction. ReScience C 8 , 2, #20.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Kviman_2020.html b/bibliography/Kviman_2020.html
new file mode 100644
index 0000000..6c8a3a6
--- /dev/null
+++ b/bibliography/Kviman_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Tensor Monte Carlo: Particle Methods for the GPU Era
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Kviman, O., Nilsson, L., and Larsson, M. 2020. [Re] Tensor Monte Carlo: Particle Methods for the GPU Era. ReScience C 6 , 2, #5.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3818617/files/article.pdf
+
+
+ Title:
+ [Re] Tensor Monte Carlo: Particle Methods for the GPU Era
+
+
+ Author(s):
+ Kviman, Oskar and Nilsson, Linus and Larsson, Martin
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ may
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #5
+
+
+ DOI:
+ 10.5281/zenodo.3818617
+
+
+ Code URL:
+
+ https://github.com/LinuNils/TMC_reproduced
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=BJxUSaczTH
+
+
+
+ Cite as:
+ Kviman, O., Nilsson, L., and Larsson, M. 2020. [Re] Tensor Monte Carlo: Particle Methods for the GPU Era. ReScience C 6 , 2, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Kyrylov_2023.html b/bibliography/Kyrylov_2023.html
new file mode 100644
index 0000000..99d3975
--- /dev/null
+++ b/bibliography/Kyrylov_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] VAE Approximation Error: ELBO and Exponential Families
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Kyrylov, V., Bedi, N.S., and Zang, Q. 2023. [Re] VAE Approximation Error: ELBO and Exponential Families. ReScience C 9 , 2, #37.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173745/files/article.pdf
+
+
+ Title:
+ [Re] VAE Approximation Error: ELBO and Exponential Families
+
+
+ Author(s):
+ Kyrylov, Volodymyr and Bedi, Navdeep Singh and Zang, Qianbo
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #37
+
+
+ DOI:
+ 10.5281/zenodo.8173745
+
+
+ Code URL:
+
+ https://github.com/proger/vae
+
+
+
+ Code DOI:
+
+ https://doi.org/10.5281/zenodo.7951527
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=ozbAwipuZu
+
+
+
+ Cite as:
+ Kyrylov, V., Bedi, N.S., and Zang, Q. 2023. [Re] VAE Approximation Error: ELBO and Exponential Families. ReScience C 9 , 2, #37.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Langezaal_2023.html b/bibliography/Langezaal_2023.html
new file mode 100644
index 0000000..07ea8a6
--- /dev/null
+++ b/bibliography/Langezaal_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Label-Free Explainability for Unsupervised Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Langezaal, E.R., Belleman, J., Veenboer, T., and Noorthoek, J. 2023. [Re] Label-Free Explainability for Unsupervised Models. ReScience C 9 , 2, #4.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173656/files/article.pdf
+
+
+ Title:
+ [Re] Label-Free Explainability for Unsupervised Models
+
+
+ Author(s):
+ Langezaal, Eric Robin and Belleman, Jesse and Veenboer, Tim and Noorthoek, Joeri
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #4
+
+
+ DOI:
+ 10.5281/zenodo.8173656
+
+
+ Code URL:
+
+ https://github.com/EricLangezaal/Re-Label-Free-XAI
+
+
+
+ Code DOI:
+
+ https://doi.org/10.5281/zenodo.7885638
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=bBVZ3pY4z8p
+
+
+
+ Cite as:
+ Langezaal, E.R., Belleman, J., Veenboer, T., and Noorthoek, J. 2023. [Re] Label-Free Explainability for Unsupervised Models. ReScience C 9 , 2, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Larisch_2019.html b/bibliography/Larisch_2019.html
new file mode 100644
index 0000000..5b1613c
--- /dev/null
+++ b/bibliography/Larisch_2019.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Connectivity reflects coding a model of voltage-based STDP with homeostasis
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Larisch, R. 2019. [Re] Connectivity reflects coding a model of voltage-based STDP with homeostasis. ReScience C 5 , 3, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Leblois_2021.html b/bibliography/Leblois_2021.html
new file mode 100644
index 0000000..b478b67
--- /dev/null
+++ b/bibliography/Leblois_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproduction of the normal and pathological dynamics in the basal ganglia-thalamo-cortical network
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Leblois, A. 2021. [Re] Reproduction of the normal and pathological dynamics in the basal ganglia-thalamo-cortical network. ReScience C 6 , 1, #19.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Lecuyer_2021.html b/bibliography/Lecuyer_2021.html
new file mode 100644
index 0000000..c24c4ed
--- /dev/null
+++ b/bibliography/Lecuyer_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Speedup Graph Processing by Graph Ordering
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lécuyer, F., Danisch, M., and Tabourier, L. 2021. [Re] Speedup Graph Processing by Graph Ordering. ReScience C 7 , 1, #3.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4836230/files/article.pdf
+
+
+ Title:
+ [Re] Speedup Graph Processing by Graph Ordering
+
+
+ Author(s):
+ Lécuyer, Fabrice and Danisch, Maximilien and Tabourier, Lionel
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #3
+
+
+ DOI:
+ 10.5281/zenodo.4836230
+
+
+ Code URL:
+
+ https://github.com/lecfab/rescience-gorder
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/52
+
+
+
+ Cite as:
+ Lécuyer, F., Danisch, M., and Tabourier, L. 2021. [Re] Speedup Graph Processing by Graph Ordering. ReScience C 7 , 1, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Lee_2023.html b/bibliography/Lee_2023.html
new file mode 100644
index 0000000..7e0da60
--- /dev/null
+++ b/bibliography/Lee_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Pure Noise to the Rescue of Insufficient Data
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lee, S.R. and Lee, S.B. 2023. [Re] Pure Noise to the Rescue of Insufficient Data. ReScience C 9 , 2, #45.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Legrand_2023.html b/bibliography/Legrand_2023.html
new file mode 100644
index 0000000..bb0cea6
--- /dev/null
+++ b/bibliography/Legrand_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Velho and Legrand (2009) - Accuracy Study and Improvement of Network Simulation in the SimGrid Framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Legrand, A. and Velho, P. 2023. [Re] Velho and Legrand (2009) - Accuracy Study and Improvement of Network Simulation in the SimGrid Framework. ReScience C 6 , 1, #20.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Lemmens_2023.html b/bibliography/Lemmens_2023.html
new file mode 100644
index 0000000..b7ec8c5
--- /dev/null
+++ b/bibliography/Lemmens_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Object Detection Meets Knowledge Graphs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lemmens, J., Jancura, P., Dubbelman, G., and Elrofai, H. 2023. [Re] Object Detection Meets Knowledge Graphs. ReScience C 9 , 1, #1.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/7800679/files/article.pdf
+
+
+ Title:
+ [Re] Object Detection Meets Knowledge Graphs
+
+
+ Author(s):
+ Lemmens, Jarl and Jancura, Pavol and Dubbelman, Gijs and Elrofai, Hala
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ mar
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.7800679
+
+
+ Code URL:
+
+ https://github.com/tue-mps/rescience-ijcai2017-230
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ https://zenodo.org/record/7385730#.Y73csnbMJPY
+
+
+
+ Data DOI:
+
+ 10.5281/zenodo.7385730
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/59
+
+
+
+ Cite as:
+ Lemmens, J., Jancura, P., Dubbelman, G., and Elrofai, H. 2023. [Re] Object Detection Meets Knowledge Graphs. ReScience C 9 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Li_2021.html b/bibliography/Li_2021.html
new file mode 100644
index 0000000..c1521be
--- /dev/null
+++ b/bibliography/Li_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reimplementation of FixMatch and Investigation on Noisy (Pseudo) Labels and Confirmation Errors of FixMatch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Li, C., Tu, R., and Zhang, H. 2021. [Re] Reimplementation of FixMatch and Investigation on Noisy (Pseudo) Labels and Confirmation Errors of FixMatch. ReScience C 7 , 2, #9.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4834442/files/article.pdf
+
+
+ Title:
+ [Re] Reimplementation of FixMatch and Investigation on Noisy (Pseudo) Labels and Confirmation Errors of FixMatch
+
+
+ Author(s):
+ Li, Ci and Tu, Ruibo and Zhang, Hui
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #9
+
+
+ DOI:
+ 10.5281/zenodo.4834442
+
+
+ Code URL:
+
+ https://github.com/Celiali/FixMatch.git
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=3VXeifKSaTE
+
+
+
+ Cite as:
+ Li, C., Tu, R., and Zhang, H. 2021. [Re] Reimplementation of FixMatch and Investigation on Noisy (Pseudo) Labels and Confirmation Errors of FixMatch. ReScience C 7 , 2, #9.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Liiv_2021.html b/bibliography/Liiv_2021.html
new file mode 100644
index 0000000..0ff8e78
--- /dev/null
+++ b/bibliography/Liiv_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A Reproduction of Ensemble Distribution Distillation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Liiv, T., Lennelöv, E., and Norén, A. 2021. [Re] A Reproduction of Ensemble Distribution Distillation. ReScience C 7 , 2, #10.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4834516/files/article.pdf
+
+
+ Title:
+ [Re] A Reproduction of Ensemble Distribution Distillation
+
+
+ Author(s):
+ Liiv, Toomas and Lennelöv, Einar and Norén, Aron
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #10
+
+
+ DOI:
+ 10.5281/zenodo.4834516
+
+
+ Code URL:
+
+ https://github.com/lennelov/endd-reproduce
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=p1BXNUcTFsN
+
+
+
+ Cite as:
+ Liiv, T., Lennelöv, E., and Norén, A. 2021. [Re] A Reproduction of Ensemble Distribution Distillation. ReScience C 7 , 2, #10.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Liljefors_2020.html b/bibliography/Liljefors_2020.html
new file mode 100644
index 0000000..58fd635
--- /dev/null
+++ b/bibliography/Liljefors_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Unsupervised Scalable Representation Learning for Multivariate Time Series
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Liljefors, F., Sorkhei, M., and Broomé, S. 2020. [Re] Unsupervised Scalable Representation Learning for Multivariate Time Series. ReScience C 6 , 2, #6.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3818613/files/article.pdf
+
+
+ Title:
+ [Re] Unsupervised Scalable Representation Learning for Multivariate Time Series
+
+
+ Author(s):
+ Liljefors, Felix and Sorkhei, Moein and Broomé, Sofia
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ may
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #6
+
+
+ DOI:
+ 10.5281/zenodo.3818613
+
+
+ Code URL:
+
+ https://github.com/lilfelix/reproducibility_NeurIPS19
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=HyxQr65z6S
+
+
+
+ Cite as:
+ Liljefors, F., Sorkhei, M., and Broomé, S. 2020. [Re] Unsupervised Scalable Representation Learning for Multivariate Time Series. ReScience C 6 , 2, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Lima_2023.html b/bibliography/Lima_2023.html
new file mode 100644
index 0000000..172e0e5
--- /dev/null
+++ b/bibliography/Lima_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Inter-areal Balanced Amplification Enhances Signal Propagation in a Large-Scale Circuit Model of the Primate Cortex
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lima, V., Shimoura, R.O., Kamiji, N.L., Battaglia, D., and Roque, A.C. 2023. [Re] Inter-areal Balanced Amplification Enhances Signal Propagation in a Large-Scale Circuit Model of the Primate Cortex. ReScience C 9 , 1, #3.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/10257800/files/article.pdf
+
+
+ Title:
+ [Re] Inter-areal Balanced Amplification Enhances Signal Propagation in a Large-Scale Circuit Model of the Primate Cortex
+
+
+ Author(s):
+ Lima, Vinicius and Shimoura, Renan O. and Kamiji, Nilton L. and Battaglia, Demian and Roque, Antonio C.
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ dec
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #3
+
+
+ DOI:
+ 10.5281/zenodo.10257800
+
+
+ Code URL:
+
+ https://github.com/ViniciusLima94/ReScience-Joglekar/tree/master/code
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ https://github.com/ViniciusLima94/ReScience-Joglekar/tree/master/code/interareal
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/72
+
+
+
+ Cite as:
+ Lima, V., Shimoura, R.O., Kamiji, N.L., Battaglia, D., and Roque, A.C. 2023. [Re] Inter-areal Balanced Amplification Enhances Signal Propagation in a Large-Scale Circuit Model of the Primate Cortex. ReScience C 9 , 1, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Liu_2020.html b/bibliography/Liu_2020.html
new file mode 100644
index 0000000..c754631
--- /dev/null
+++ b/bibliography/Liu_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] When to Trust Your Model: Model-Based Policy Optimization
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Liu, Y., Xu, J., and Pan, Y. 2020. [Re] When to Trust Your Model: Model-Based Policy Optimization. ReScience C 6 , 2, #7.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3818611/files/article.pdf
+
+
+ Title:
+ [Re] When to Trust Your Model: Model-Based Policy Optimization
+
+
+ Author(s):
+ Liu, Yuting and Xu, Jiahao and Pan, Yiming
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ may
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #7
+
+
+ DOI:
+ 10.5281/zenodo.3818611
+
+
+ Code URL:
+
+ https://github.com/jxu43/replication-mbpo
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=rkezvT9f6r
+
+
+
+ Cite as:
+ Liu, Y., Xu, J., and Pan, Y. 2020. [Re] When to Trust Your Model: Model-Based Policy Optimization. ReScience C 6 , 2, #7.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Livernoche_2023.html b/bibliography/Livernoche_2023.html
new file mode 100644
index 0000000..739ff5b
--- /dev/null
+++ b/bibliography/Livernoche_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A Reproduction of Automatic Multi-Label Prompting: Simple and Interpretable Few-Shot Classification
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Livernoche, V. and Sujaya, V. 2023. [Re] A Reproduction of Automatic Multi-Label Prompting: Simple and Interpretable Few-Shot Classification. ReScience C 9 , 2, #33.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Maggi_2020.html b/bibliography/Maggi_2020.html
new file mode 100644
index 0000000..c809c53
--- /dev/null
+++ b/bibliography/Maggi_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Reproduction of Step width enhancement in a pulse-driven Josephson junction
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Maggi, S. 2020. [Rp] Reproduction of Step width enhancement in a pulse-driven Josephson junction. ReScience C 6 , 1, #10.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Maheshwari_2025.html b/bibliography/Maheshwari_2025.html
new file mode 100644
index 0000000..d686a4e
--- /dev/null
+++ b/bibliography/Maheshwari_2025.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] BiRT: Bio-inspired Replay in Vision Transformers for Continual Learning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Maheshwari, D. 2025. [Re] BiRT: Bio-inspired Replay in Vision Transformers for Continual Learning. ReScience C 10 , 1, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Mahlau_2023.html b/bibliography/Mahlau_2023.html
new file mode 100644
index 0000000..7d92213
--- /dev/null
+++ b/bibliography/Mahlau_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] On Explainability of Graph Neural Networks via Subgraph Explorations
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mahlau, Y., Kayser, L., and Berg, L. 2023. [Re] On Explainability of Graph Neural Networks via Subgraph Explorations. ReScience C 9 , 2, #41.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173753/files/article.pdf
+
+
+ Title:
+ [Re] On Explainability of Graph Neural Networks via Subgraph Explorations
+
+
+ Author(s):
+ Mahlau, Yannik and Kayser, Leonie and Berg, Lukas
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #41
+
+
+ DOI:
+ 10.5281/zenodo.8173753
+
+
+ Code URL:
+
+ https://github.com/ymahlau/subgraphx
+
+
+
+ Code DOI:
+
+ https://zenodo.org/badge/latestdoi/637344138
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=zKBJw4Ht8s
+
+
+
+ Cite as:
+ Mahlau, Y., Kayser, L., and Berg, L. 2023. [Re] On Explainability of Graph Neural Networks via Subgraph Explorations. ReScience C 9 , 2, #41.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Marini_2023.html b/bibliography/Marini_2023.html
new file mode 100644
index 0000000..86c3181
--- /dev/null
+++ b/bibliography/Marini_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Intriguing Properties of Contrastive Losses
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Marini, L., Nabeel, M., and Loiko, A. 2023. [Re] Intriguing Properties of Contrastive Losses. ReScience C 9 , 2, #6.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173662/files/article.pdf
+
+
+ Title:
+ [Re] Intriguing Properties of Contrastive Losses
+
+
+ Author(s):
+ Marini, Luca and Nabeel, Mohamad and Loiko, Alexandre
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #6
+
+
+ DOI:
+ 10.5281/zenodo.8173662
+
+
+ Code URL:
+
+ https://github.com/mona251/Intriguing-Properties-of-Contrastive-Losses
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=gb71irTNN7
+
+
+
+ Cite as:
+ Marini, L., Nabeel, M., and Loiko, A. 2023. [Re] Intriguing Properties of Contrastive Losses. ReScience C 9 , 2, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Martorella_2023.html b/bibliography/Martorella_2023.html
new file mode 100644
index 0000000..7144920
--- /dev/null
+++ b/bibliography/Martorella_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Numerical influence of ReLU’(0) on backpropagation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Martorella, T., Contreras, H.M.R., and García, D.C. 2023. [Re] Numerical influence of ReLU’(0) on backpropagation. ReScience C 9 , 2, #17.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173692/files/article.pdf
+
+
+ Title:
+ [Re] Numerical influence of ReLU’(0) on backpropagation
+
+
+ Author(s):
+ Martorella, Tommaso and Contreras, Héctor Manuel Ramirez and García, Daniel Cerezo
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #17
+
+
+ DOI:
+ 10.5281/zenodo.8173692
+
+
+ Code URL:
+
+ https://github.com/CS-433/ml-project-2-ristrettolearning-2
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=YAWQTQZVoA
+
+
+
+ Cite as:
+ Martorella, T., Contreras, H.M.R., and García, D.C. 2023. [Re] Numerical influence of ReLU’(0) on backpropagation. ReScience C 9 , 2, #17.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Mast_2022.html b/bibliography/Mast_2022.html
new file mode 100644
index 0000000..914c6ce
--- /dev/null
+++ b/bibliography/Mast_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Replication Study of "Fairness and Bias in Online Selection"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mast, D. van der, Haddou, S.B., Chu, J., and Stefels, J. 2022. [Re] Replication Study of "Fairness and Bias in Online Selection". None 8 , 2, #24.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574673/files/article.pdf
+
+
+ Title:
+ [Re] Replication Study of "Fairness and Bias in Online Selection"
+
+
+ Author(s):
+ van der Mast, Diego and Haddou, Soufiane Ben and Chu, Jacky and Stefels, Jaap
+
+
+ Journal:
+ None
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #24
+
+
+ DOI:
+ 10.5281/zenodo.6574673
+
+
+ Code URL:
+
+ https://github.com/Di-ayy-go/fact-ai
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6518051
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=SNeep2MXn0K
+
+
+
+ Cite as:
+ Mast, D. van der, Haddou, S.B., Chu, J., and Stefels, J. 2022. [Re] Replication Study of "Fairness and Bias in Online Selection". None 8 , 2, #24.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Matosevic_2020.html b/bibliography/Matosevic_2020.html
new file mode 100644
index 0000000..cbd8994
--- /dev/null
+++ b/bibliography/Matosevic_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Generative Modeling by Estimating Gradients of the Data Distribution
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Matosevic, A., Hein, E., and Nuzzo, F. 2020. [Re] Generative Modeling by Estimating Gradients of the Data Distribution. ReScience C 6 , 2, #8.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3818609/files/article.pdf
+
+
+ Title:
+ [Re] Generative Modeling by Estimating Gradients of the Data Distribution
+
+
+ Author(s):
+ Matosevic, Antonio and Hein, Eliisabet and Nuzzo, Francesco
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ may
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #8
+
+
+ DOI:
+ 10.5281/zenodo.3818609
+
+
+ Code URL:
+
+ https://github.com/Xemnas0/NCSN-TF2.0
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=B1lcYrBgLH
+
+
+
+ Cite as:
+ Matosevic, A., Hein, E., and Nuzzo, F. 2020. [Re] Generative Modeling by Estimating Gradients of the Data Distribution. ReScience C 6 , 2, #8.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Maurel_2022.html b/bibliography/Maurel_2022.html
new file mode 100644
index 0000000..8bcd4ad
--- /dev/null
+++ b/bibliography/Maurel_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Effective Program Debloating via Reinforcement Learning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Maurel, D., Fillioux, J., and Gugenheim, D. 2022. [Re] Effective Program Debloating via Reinforcement Learning. ReScience C 8 , 1, #1.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6255131/files/article.pdf
+
+
+ Title:
+ [Re] Effective Program Debloating via Reinforcement Learning
+
+
+ Author(s):
+ Maurel, Denis and Fillioux, Jérôme and Gugenheim, Dan
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ mar
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.6255131
+
+
+ Code URL:
+
+ https://gitlab.com/onepoint/recherche-et-developpement/optimus/chisel-replication
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.4530318
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/48
+
+
+
+ Cite as:
+ Maurel, D., Fillioux, J., and Gugenheim, D. 2022. [Re] Effective Program Debloating via Reinforcement Learning. ReScience C 8 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/McBane_2020.html b/bibliography/McBane_2020.html
new file mode 100644
index 0000000..82da31f
--- /dev/null
+++ b/bibliography/McBane_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Reproduction of interaction second virial coefficient calculation for H_2–CO interactions [J. Chem. Phys. vol. 112, 4417 (2000)]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
McBane, G.C. 2020. [Rp] Reproduction of interaction second virial coefficient calculation for H_2–CO interactions [J. Chem. Phys. vol. 112, 4417 (2000)]. ReScience C 6 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/McLeish_2023.html b/bibliography/McLeish_2023.html
new file mode 100644
index 0000000..f39cba5
--- /dev/null
+++ b/bibliography/McLeish_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] End-to-end Algorithm Synthesis with Recurrent Networks: Logical Extrapolation Without Overthinking
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
McLeish, S. and Tran-Thanh, L. 2023. [Re] End-to-end Algorithm Synthesis with Recurrent Networks: Logical Extrapolation Without Overthinking. ReScience C 9 , 2, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Mehta_2022.html b/bibliography/Mehta_2022.html
new file mode 100644
index 0000000..25dd251
--- /dev/null
+++ b/bibliography/Mehta_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Background-Aware Pooling and Noise-Aware Loss for Weakly-Supervised Semantic Segmentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mehta, A., Uppal, K., Jadhav, K., Natarajan, M., Agrawal, M., and Chakravarty, D. 2022. [Re] Background-Aware Pooling and Noise-Aware Loss for Weakly-Supervised Semantic Segmentation. ReScience C 8 , 2, #26.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574677/files/article.pdf
+
+
+ Title:
+ [Re] Background-Aware Pooling and Noise-Aware Loss for Weakly-Supervised Semantic Segmentation
+
+
+ Author(s):
+ Mehta, Aryan and Uppal, Karan and Jadhav, Kaushal and Natarajan, Monish and Agrawal, Mradul and Chakravarty, Debashish
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #26
+
+
+ DOI:
+ 10.5281/zenodo.6574677
+
+
+ Code URL:
+
+ https://github.com/karan-uppal3/BANA
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=rUQllTGQhAY
+
+
+
+ Cite as:
+ Mehta, A., Uppal, K., Jadhav, K., Natarajan, M., Agrawal, M., and Chakravarty, D. 2022. [Re] Background-Aware Pooling and Noise-Aware Loss for Weakly-Supervised Semantic Segmentation. ReScience C 8 , 2, #26.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Mentes_2021.html b/bibliography/Mentes_2021.html
new file mode 100644
index 0000000..76159fa
--- /dev/null
+++ b/bibliography/Mentes_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Spatial-Adaptive Network for Single Image Denoising
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Menteş, S., Kınlı, F., Özcan, B., and Kıraç, F. 2021. [Re] Spatial-Adaptive Network for Single Image Denoising. ReScience C 7 , 2, #12.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4834672/files/article.pdf
+
+
+ Title:
+ [Re] Spatial-Adaptive Network for Single Image Denoising
+
+
+ Author(s):
+ Menteş, Sami and Kınlı, Furkan and Özcan, Barış and Kıraç, Furkan
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #12
+
+
+ DOI:
+ 10.5281/zenodo.4834672
+
+
+ Code URL:
+
+ https://github.com/sami-automatic/SADNet_Replication
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=yiAI9QN9nYt¬eId=SMFjCY6qG8
+
+
+
+ Cite as:
+ Menteş, S., Kınlı, F., Özcan, B., and Kıraç, F. 2021. [Re] Spatial-Adaptive Network for Single Image Denoising. ReScience C 7 , 2, #12.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Merk_2023.html b/bibliography/Merk_2023.html
new file mode 100644
index 0000000..23bbf5e
--- /dev/null
+++ b/bibliography/Merk_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Study of ”Latent Space Smoothing for Individually Fair Representations”
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Merk, D., Smit, D., Beukers, B., and Mendsuren, T. 2023. [Re] Reproducibility Study of ”Latent Space Smoothing for Individually Fair Representations.” ReScience C 9 , 2, #30.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173725/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility Study of ”Latent Space Smoothing for Individually Fair Representations”
+
+
+ Author(s):
+ Merk, Didier and Smit, Denny and Beukers, Boaz and Mendsuren, Tsatsral
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #30
+
+
+ DOI:
+ 10.5281/zenodo.8173725
+
+
+ Code URL:
+
+ https://github.com/Mametchiii/lassi-reproducibility
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.7950717
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=J-Lgb7Vc0wX
+
+
+
+ Cite as:
+ Merk, D., Smit, D., Beukers, B., and Mendsuren, T. 2023. [Re] Reproducibility Study of ”Latent Space Smoothing for Individually Fair Representations.” ReScience C 9 , 2, #30.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Mesnard_2021.html b/bibliography/Mesnard_2021.html
new file mode 100644
index 0000000..4d36963
--- /dev/null
+++ b/bibliography/Mesnard_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Three-dimensional wake topology and propulsive performance of low-aspect-ratio pitching-rolling plates
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mesnard, O. and Barba, L.A. 2021. [Re] Three-dimensional wake topology and propulsive performance of low-aspect-ratio pitching-rolling plates. ReScience C 7 , 1, #7.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Mikler_2022.html b/bibliography/Mikler_2022.html
new file mode 100644
index 0000000..32e14bb
--- /dev/null
+++ b/bibliography/Mikler_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Study: Comparing Rewinding and Fine-tuning in Neural Network Pruning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mikler, S. 2022. [Re] Reproducibility Study: Comparing Rewinding and Fine-tuning in Neural Network Pruning. ReScience C 8 , 2, #27.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Misiek_2022.html b/bibliography/Misiek_2022.html
new file mode 100644
index 0000000..d1f59c2
--- /dev/null
+++ b/bibliography/Misiek_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A general model of hippocampal and dorsal striatal learning and decision making
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Misiek, T. and Khamassi, M. 2022. [Re] A general model of hippocampal and dorsal striatal learning and decision making. ReScience C 8 , 1, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Mizrahi_2021.html b/bibliography/Mizrahi_2021.html
new file mode 100644
index 0000000..ad2704d
--- /dev/null
+++ b/bibliography/Mizrahi_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Can gradient clipping mitigate label noise?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mizrahi, D., Yüksel, O.K., and Kyzy, A.M. 2021. [Re] Can gradient clipping mitigate label noise? ReScience C 7 , 2, #13.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4834744/files/article.pdf
+
+
+ Title:
+ [Re] Can gradient clipping mitigate label noise?
+
+
+ Author(s):
+ Mizrahi, David and Yüksel, Oğuz Kaan and Kyzy, Aiday Marlen
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #13
+
+
+ DOI:
+ 10.5281/zenodo.4834744
+
+
+ Code URL:
+
+ https://github.com/dmizr/phuber
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=TM_SgwWJA23
+
+
+
+ Cite as:
+ Mizrahi, D., Yüksel, O.K., and Kyzy, A.M. 2021. [Re] Can gradient clipping mitigate label noise? ReScience C 7 , 2, #13.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Moalla_2023.html b/bibliography/Moalla_2023.html
new file mode 100644
index 0000000..1169258
--- /dev/null
+++ b/bibliography/Moalla_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Study of Behavior Transformers
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Moalla, S., Madeira, M., Riccio, L., and Lee, J. 2023. [Re] Reproducibility Study of Behavior Transformers. ReScience C 9 , 2, #43.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173757/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility Study of Behavior Transformers
+
+
+ Author(s):
+ Moalla, Skander and Madeira, Manuel and Riccio, Lorenzo and Lee, Joonhyung
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #43
+
+
+ DOI:
+ 10.5281/zenodo.8173757
+
+
+ Code URL:
+
+ https://github.com/skandermoalla/bet-reproduction
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.7937169
+
+
+
+ Data URL:
+
+ https://github.com/skandermoalla/bet-reproduction
+
+
+
+ Data DOI:
+
+ 10.5281/zenodo.7937169
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=E0qO5dI5aEn
+
+
+
+ Cite as:
+ Moalla, S., Madeira, M., Riccio, L., and Lee, J. 2023. [Re] Reproducibility Study of Behavior Transformers. ReScience C 9 , 2, #43.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Moens_2023.html b/bibliography/Moens_2023.html
new file mode 100644
index 0000000..024e97f
--- /dev/null
+++ b/bibliography/Moens_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] CrossWalk Fairness-enhanced Node Representation Learning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Moens, G.J., Witte, J. de, Göbel, T.P., and Oever, M. van den . 2023. [Re] CrossWalk Fairness-enhanced Node Representation Learning. ReScience C 9 , 2, #38.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173747/files/article.pdf
+
+
+ Title:
+ [Re] CrossWalk Fairness-enhanced Node Representation Learning
+
+
+ Author(s):
+ Moens, Gijs Joppe and de Witte, Job and Göbel, Tobias Pieter and van den Oever, Meggie
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #38
+
+
+ DOI:
+ 10.5281/zenodo.8173747
+
+
+ Code URL:
+
+ https://github.com/Bentgm17/Fact2022_27.git
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=KNp7Zq3KkT0¬eId=xqiAvezWIN
+
+
+
+ Cite as:
+ Moens, G.J., Witte, J. de, Göbel, T.P., and Oever, M. van den . 2023. [Re] CrossWalk Fairness-enhanced Node Representation Learning. ReScience C 9 , 2, #38.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Mohorcic_2023.html b/bibliography/Mohorcic_2023.html
new file mode 100644
index 0000000..abe739c
--- /dev/null
+++ b/bibliography/Mohorcic_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Hierarchical Shrinkage: Improving the Accuracy and Interpretability of Tree-Based Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mohorčič, D. and Ocepek, D. 2023. [Re] Hierarchical Shrinkage: Improving the Accuracy and Interpretability of Tree-Based Methods. ReScience C 9 , 2, #19.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Morita_2023.html b/bibliography/Morita_2023.html
new file mode 100644
index 0000000..64de8a4
--- /dev/null
+++ b/bibliography/Morita_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] FOCUS: Flexible Optimizable Counterfactual Explanations for Tree Ensembles
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Morita, K. 2023. [Re] FOCUS: Flexible Optimizable Counterfactual Explanations for Tree Ensembles. ReScience C 9 , 2, #12.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Nalmpantis_2022.html b/bibliography/Nalmpantis_2022.html
new file mode 100644
index 0000000..3d5062e
--- /dev/null
+++ b/bibliography/Nalmpantis_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Exacerbating Algorithmic Bias through Fairness Attacks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Nalmpantis, A., Panagiotopoulos, A., Gkountouras, J., and Papakostas, K. 2022. [Re] Exacerbating Algorithmic Bias through Fairness Attacks. None 8 , 2, #28.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574681/files/article.pdf
+
+
+ Title:
+ [Re] Exacerbating Algorithmic Bias through Fairness Attacks
+
+
+ Author(s):
+ Nalmpantis, Angelos and Panagiotopoulos, Apostolos and Gkountouras, John and Papakostas, Konstantinos
+
+
+ Journal:
+ None
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #28
+
+
+ DOI:
+ 10.5281/zenodo.6574681
+
+
+ Code URL:
+
+ https://github.com/toliz/fairness-attacks
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6505214
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=rYLMJ6zX3RF
+
+
+
+ Cite as:
+ Nalmpantis, A., Panagiotopoulos, A., Gkountouras, J., and Papakostas, K. 2022. [Re] Exacerbating Algorithmic Bias through Fairness Attacks. None 8 , 2, #28.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Nayak_2020.html b/bibliography/Nayak_2020.html
new file mode 100644
index 0000000..b41e4b8
--- /dev/null
+++ b/bibliography/Nayak_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A comprehensive study on binary optimizer and its applicability
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Nayak, N., Raj, V., and Kalyani, S. 2020. [Re] A comprehensive study on binary optimizer and its applicability. ReScience C 6 , 2, #9.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3818607/files/article.pdf
+
+
+ Title:
+ [Re] A comprehensive study on binary optimizer and its applicability
+
+
+ Author(s):
+ Nayak, Nancy and Raj, Vishnu and Kalyani, Sheetal
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ may
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #9
+
+
+ DOI:
+ 10.5281/zenodo.3818607
+
+
+ Code URL:
+
+ https://github.com/nancy-nayak/rethinking-bnn
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=y53aaSM5o
+
+
+
+ Cite as:
+ Nayak, N., Raj, V., and Kalyani, S. 2020. [Re] A comprehensive study on binary optimizer and its applicability. ReScience C 6 , 2, #9.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Neplenbroek_2022.html b/bibliography/Neplenbroek_2022.html
new file mode 100644
index 0000000..d61bc50
--- /dev/null
+++ b/bibliography/Neplenbroek_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Replication study of ’Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling’
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Neplenbroek, V., Perdijk, S., and Prins, V. 2022. [Re] Replication study of ’Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling.’ ReScience C 8 , 2, #29.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574683/files/article.pdf
+
+
+ Title:
+ [Re] Replication study of ’Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling’
+
+
+ Author(s):
+ Neplenbroek, Vera and Perdijk, Sabijn and Prins, Victor
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #29
+
+
+ DOI:
+ 10.5281/zenodo.6574683
+
+
+ Code URL:
+
+ https://github.com/Veranep/rideshare-replication
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6501799
+
+
+
+ Data URL:
+
+ https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=BEhgn2zm3CK
+
+
+
+ Cite as:
+ Neplenbroek, V., Perdijk, S., and Prins, V. 2022. [Re] Replication study of ’Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling.’ ReScience C 8 , 2, #29.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Obadage_2025.html b/bibliography/Obadage_2025.html
new file mode 100644
index 0000000..885f0ed
--- /dev/null
+++ b/bibliography/Obadage_2025.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Network Deconvolution
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Obadage, R.R., Thennakoon, K., Rajtmajer, S.M., and Wu, J. 2025. [Re] Network Deconvolution. ReScience C 10 , 1, #4.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/15321683/files/article.pdf
+
+
+ Title:
+ [Re] Network Deconvolution
+
+
+ Author(s):
+ Obadage, Rochana R. and Thennakoon, Kumushini and Rajtmajer, Sarah M. and Wu, Jian
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2025
+
+
+ Month:
+ apr
+
+
+ Volume:
+ 10
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #4
+
+
+ DOI:
+ 10.5281/zenodo.15321683
+
+
+ Code URL:
+
+ https://github.com/lamps-lab/rep-network-deconvolution
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ https://www.kaggle.com/c/imagenet-object-localization-challenge/data
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/89
+
+
+
+ Cite as:
+ Obadage, R.R., Thennakoon, K., Rajtmajer, S.M., and Wu, J. 2025. [Re] Network Deconvolution. ReScience C 10 , 1, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Omeragic_2023.html b/bibliography/Omeragic_2023.html
new file mode 100644
index 0000000..f4ff080
--- /dev/null
+++ b/bibliography/Omeragic_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] G-Mixup: Graph Data Augmentation for Graph Classification
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Omeragić, E. and Đuranović, V. 2023. [Re] G-Mixup: Graph Data Augmentation for Graph Classification. ReScience C 9 , 2, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/P_2021.html b/bibliography/P_2021.html
new file mode 100644
index 0000000..a897b8f
--- /dev/null
+++ b/bibliography/P_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
P, J.J. and Sardana, A. 2021. [Re] Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings. ReScience C 7 , 2, #15.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Panigrahi_2022.html b/bibliography/Panigrahi_2022.html
new file mode 100644
index 0000000..d6dd32b
--- /dev/null
+++ b/bibliography/Panigrahi_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Value Alignment Verification
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Panigrahi, S.S. and Patnaik, S. 2022. [Re] Value Alignment Verification. ReScience C 8 , 2, #31.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Pantale_2020.html b/bibliography/Pantale_2020.html
new file mode 100644
index 0000000..347f2ac
--- /dev/null
+++ b/bibliography/Pantale_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Parallelization of an object-oriented FEM dynamics code
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pantalé, O. 2020. [Rp] Parallelization of an object-oriented FEM dynamics code. ReScience C 6 , 1, #8.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Pantea_2023.html b/bibliography/Pantea_2023.html
new file mode 100644
index 0000000..11c5c8a
--- /dev/null
+++ b/bibliography/Pantea_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] CrossWalk: Fairness-enhanced Node Representation Learning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pantea, L. and Blahovici, A. 2023. [Re] CrossWalk: Fairness-enhanced Node Representation Learning. ReScience C 9 , 2, #39.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Papp_2023.html b/bibliography/Papp_2023.html
new file mode 100644
index 0000000..351c0ec
--- /dev/null
+++ b/bibliography/Papp_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility study of ”Label-Free Explainability for Unsupervised Models”
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Papp, G., Wagenbach, J., Vries, L.J. de, and Mather, N. 2023. [Re] Reproducibility study of ”Label-Free Explainability for Unsupervised Models.” ReScience C 9 , 2, #24.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173711/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility study of ”Label-Free Explainability for Unsupervised Models”
+
+
+ Author(s):
+ Papp, Gergely and Wagenbach, Julius and de Vries, Laurens Jans and Mather, Niklas
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #24
+
+
+ DOI:
+ 10.5281/zenodo.8173711
+
+
+ Code URL:
+
+ https://github.com/jwagenbach/FACT/
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.7895731
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=n2qXFXiMsAM
+
+
+
+ Cite as:
+ Papp, G., Wagenbach, J., Vries, L.J. de, and Mather, N. 2023. [Re] Reproducibility study of ”Label-Free Explainability for Unsupervised Models.” ReScience C 9 , 2, #24.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Pariza_2023.html b/bibliography/Pariza_2023.html
new file mode 100644
index 0000000..84855e9
--- /dev/null
+++ b/bibliography/Pariza_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Study of “Label-Free Explainability for Unsupervised Models”
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pariza, V., Pal, A., Pawar, M., and Faber, Q.S. 2023. [Re] Reproducibility Study of “Label-Free Explainability for Unsupervised Models.” ReScience C 9 , 2, #11.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173674/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility Study of “Label-Free Explainability for Unsupervised Models”
+
+
+ Author(s):
+ Pariza, Valentinos and Pal, Avik and Pawar, Madhura and Faber, Quim Serra
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #11
+
+
+ DOI:
+ 10.5281/zenodo.8173674
+
+
+ Code URL:
+
+ https://github.com/valentinosPariza/Re-Label-Free-XAI
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=qP34dvJpHd
+
+
+
+ Cite as:
+ Pariza, V., Pal, A., Pawar, M., and Faber, Q.S. 2023. [Re] Reproducibility Study of “Label-Free Explainability for Unsupervised Models.” ReScience C 9 , 2, #11.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Paul_2021.html b/bibliography/Paul_2021.html
new file mode 100644
index 0000000..9e05053
--- /dev/null
+++ b/bibliography/Paul_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Spread of alpha-synuclein pathology through the brain connectome is modulated by selective vulnerability and predicted by network analysis
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Paul, T.E. and Bourdenx, M. 2021. [Re] Spread of alpha-synuclein pathology through the brain connectome is modulated by selective vulnerability and predicted by network analysis. ReScience C 7 , 1, #8.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Perazzo_2026.html b/bibliography/Perazzo_2026.html
new file mode 100644
index 0000000..a944cfd
--- /dev/null
+++ b/bibliography/Perazzo_2026.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Curve-Fitting with Piecewise Parametric Cubics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Perazzo, D., Castro, D.G.N.S., Velho, L., and Figueiredo, L.H. de . 2026. [Re] Curve-Fitting with Piecewise Parametric Cubics. ReScience C 11 , 1, #1.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/18400484/files/article.pdf
+
+
+ Title:
+ [Re] Curve-Fitting with Piecewise Parametric Cubics
+
+
+ Author(s):
+ Perazzo, Daniel and Castro, Davi Guimarães Nunes Sena and Velho, Luiz and de Figueiredo, Luiz Henrique
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2026
+
+
+ Month:
+ jan
+
+
+ Volume:
+ 11
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.18400484
+
+
+ Code URL:
+
+ https://github.com/danperazzo/plass_reproduction
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/93
+
+
+
+ Cite as:
+ Perazzo, D., Castro, D.G.N.S., Velho, L., and Figueiredo, L.H. de . 2026. [Re] Curve-Fitting with Piecewise Parametric Cubics. ReScience C 11 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Petchey_2016.html b/bibliography/Petchey_2016.html
new file mode 100644
index 0000000..3cc00fa
--- /dev/null
+++ b/bibliography/Petchey_2016.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Chaos in a long-term experiment with a plankton community
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Petchey, O., Plebani, M., and Pennekamp, F. 2016. [Re] Chaos in a long-term experiment with a plankton community. ReScience 2 , 1, #3.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/Petchey-2016/raw/master/article/article.pdf
+
+
+ Title:
+ [Re] Chaos in a long-term experiment with a plankton community
+
+
+ Author(s):
+ Petchey, Owen and Plebani, Marco and Pennekamp, Frank
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2016
+
+
+ Month:
+ apr
+
+
+ Volume:
+ 2
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #3
+
+
+ DOI:
+ 10.5281/zenodo.50213
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/Petchey-Plebani-Pennekamp-2016
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.50213
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/15
+
+
+
+ Cite as:
+ Petchey, O., Plebani, M., and Pennekamp, F. 2016. [Re] Chaos in a long-term experiment with a plankton community. ReScience 2 , 1, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Petcu_2022.html b/bibliography/Petcu_2022.html
new file mode 100644
index 0000000..265f1ec
--- /dev/null
+++ b/bibliography/Petcu_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Replication Study of "Fairness and Bias in Online Selection"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Petcu, R., Praat, P., Wijnen, J., and Rerres, M. 2022. [Re] Replication Study of "Fairness and Bias in Online Selection". ReScience C 8 , 2, #32.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574689/files/article.pdf
+
+
+ Title:
+ [Re] Replication Study of "Fairness and Bias in Online Selection"
+
+
+ Author(s):
+ Petcu, Roxana and Praat, Pim and Wijnen, Jeroen and Rerres, Manolis
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #32
+
+
+ DOI:
+ 10.5281/zenodo.6574689
+
+
+ Code URL:
+
+ https://github.com/pimpraat/FACT-Ai
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=S9gs3MmhAY
+
+
+
+ Cite as:
+ Petcu, R., Praat, P., Wijnen, J., and Rerres, M. 2022. [Re] Replication Study of "Fairness and Bias in Online Selection". ReScience C 8 , 2, #32.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Peters_2022.html b/bibliography/Peters_2022.html
new file mode 100644
index 0000000..70f70cd
--- /dev/null
+++ b/bibliography/Peters_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [¬Re] Reproducing ’Fair Selective Classification via Sufficiency’
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Peters, N., Crosbie, J., Hull, R. vant́, and Strampel, M. 2022. [¬Re] Reproducing ’Fair Selective Classification via Sufficiency.’ None 8 , 2, #33.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574691/files/article.pdf
+
+
+ Title:
+ [¬Re] Reproducing ’Fair Selective Classification via Sufficiency’
+
+
+ Author(s):
+ Peters, Nils and Crosbie, Joy and vant́ Hull, Rachel and Strampel, Marius
+
+
+ Journal:
+ None
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #33
+
+
+ DOI:
+ 10.5281/zenodo.6574691
+
+
+ Code URL:
+
+ https://github.com/MLRC2022FSCS/FSCS
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6479342
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=r9Leh2M7hCt
+
+
+
+ Cite as:
+ Peters, N., Crosbie, J., Hull, R. vant́, and Strampel, M. 2022. [¬Re] Reproducing ’Fair Selective Classification via Sufficiency.’ None 8 , 2, #33.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Picoche_2022.html b/bibliography/Picoche_2022.html
new file mode 100644
index 0000000..b00a5d5
--- /dev/null
+++ b/bibliography/Picoche_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproductive pair correlations and the clustering of organisms
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Picoche, C., Young, W.R., and Barraquand, F. 2022. [Re] Reproductive pair correlations and the clustering of organisms. ReScience C 8 , 1, #3.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6546488/files/article.pdf
+
+
+ Title:
+ [Re] Reproductive pair correlations and the clustering of organisms
+
+
+ Author(s):
+ Picoche, Coralie and Young, William R. and Barraquand, Frederic
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #3
+
+
+ DOI:
+ 10.5281/zenodo.6546488
+
+
+ Code URL:
+
+ https://github.com/CoraliePicoche/brownian_bug_fluid/tree/main/code
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6546471
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/58
+
+
+
+ Cite as:
+ Picoche, C., Young, W.R., and Barraquand, F. 2022. [Re] Reproductive pair correlations and the clustering of organisms. ReScience C 8 , 1, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Pineau_2019.html b/bibliography/Pineau_2019.html
new file mode 100644
index 0000000..250e5df
--- /dev/null
+++ b/bibliography/Pineau_2019.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ ICLR Reproducibility Challenge 2019
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pineau, J., Sinha, K., Fried, G., Ke, R.N., and Larochelle, H. 2019. ICLR Reproducibility Challenge 2019. ReScience C 5 , 2, #5.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3158244/files/article.pdf
+
+
+ Title:
+ ICLR Reproducibility Challenge 2019
+
+
+ Author(s):
+ Pineau, Joelle and Sinha, Koustuv and Fried, Genevieve and Ke, Rosemary Nan and Larochelle, Hugo
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2019
+
+
+ Month:
+ may
+
+
+ Volume:
+ 5
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #5
+
+
+ DOI:
+ 10.5281/zenodo.3158244
+
+
+ Code URL:
+
+ -
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/5
+
+
+
+ Cite as:
+ Pineau, J., Sinha, K., Fried, G., Ke, R.N., and Larochelle, H. 2019. ICLR Reproducibility Challenge 2019. ReScience C 5 , 2, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Ranjan_2022.html b/bibliography/Ranjan_2022.html
new file mode 100644
index 0000000..4cc0c99
--- /dev/null
+++ b/bibliography/Ranjan_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Differentiable Spatial Planning using Transformers
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ranjan, R., Bhakta, H., Jha, A., and Maheshwari, P. 2022. [Re] Differentiable Spatial Planning using Transformers. ReScience C 8 , 2, #34.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574693/files/article.pdf
+
+
+ Title:
+ [Re] Differentiable Spatial Planning using Transformers
+
+
+ Author(s):
+ Ranjan, Rohit and Bhakta, Himadri and Jha, Animesh and Maheshwari, Parv
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #34
+
+
+ DOI:
+ 10.5281/zenodo.6574693
+
+
+ Code URL:
+
+ https://github.com/sirmisscriesalot/Differentiable-Spatial-Planning-using-Transformers
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6475614
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=HFUI1pfQnCF
+
+
+
+ Cite as:
+ Ranjan, R., Bhakta, H., Jha, A., and Maheshwari, P. 2022. [Re] Differentiable Spatial Planning using Transformers. ReScience C 8 , 2, #34.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Reijnaers_2021.html b/bibliography/Reijnaers_2021.html
new file mode 100644
index 0000000..306a90c
--- /dev/null
+++ b/bibliography/Reijnaers_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Explaining Groups of Points in Low-Dimensional Representations
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Reijnaers, D.J.W., Pavert, D.B. van de, Scheuer, G., and Huang, L. 2021. [Re] Explaining Groups of Points in Low-Dimensional Representations. ReScience C 7 , 2, #16.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4835056/files/article.pdf
+
+
+ Title:
+ [Re] Explaining Groups of Points in Low-Dimensional Representations
+
+
+ Author(s):
+ Reijnaers, Damiaan J. W. and van de Pavert, Daniël B. and Scheuer, Giguru and Huang, Liang
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #16
+
+
+ DOI:
+ 10.5281/zenodo.4835056
+
+
+ Code URL:
+
+ https://github.com/damiaanr/fact-ai
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.4686025
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=hq3TxQK5cox
+
+
+
+ Cite as:
+ Reijnaers, D.J.W., Pavert, D.B. van de, Scheuer, G., and Huang, L. 2021. [Re] Explaining Groups of Points in Low-Dimensional Representations. ReScience C 7 , 2, #16.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Reynes_2025.html b/bibliography/Reynes_2025.html
new file mode 100644
index 0000000..339bebf
--- /dev/null
+++ b/bibliography/Reynes_2025.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Model of thalamocortical slow-wave sleep oscillations and transitions to activated states
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Reynes, M. and Aussel, A. 2025. [Re] Model of thalamocortical slow-wave sleep oscillations and transitions to activated states. ReScience C 10 , 1, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Robert_2020.html b/bibliography/Robert_2020.html
new file mode 100644
index 0000000..337b9ae
--- /dev/null
+++ b/bibliography/Robert_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Reproducibility report: Estimating friction coefficients of mixed globular/chain molecules, such as protein/DNA complexes. [Biophys J 69, 840-848 (1995)]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Robert, C.H. 2020. [Rp] Reproducibility report: Estimating friction coefficients of mixed globular/chain molecules, such as protein/DNA complexes. [Biophys J 69, 840-848 (1995)]. ReScience C 6 , 1, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Rougier_2020.html b/bibliography/Rougier_2020.html
new file mode 100644
index 0000000..4fc1ffb
--- /dev/null
+++ b/bibliography/Rougier_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] LOUPE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Rougier, N.P. 2020. [Rp] LOUPE. ReScience C 6 , 1, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Roukema_2020.html b/bibliography/Roukema_2020.html
new file mode 100644
index 0000000..c576865
--- /dev/null
+++ b/bibliography/Roukema_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [¬Rp] Reproducibility of ’Poincaré dodecahedral space parameter estimates’
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Roukema, B.F. 2020. [¬Rp] Reproducibility of ’Poincaré dodecahedral space parameter estimates.’ ReScience C 6 , 1, #11.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Rucks_2022.html b/bibliography/Rucks_2022.html
new file mode 100644
index 0000000..28734ab
--- /dev/null
+++ b/bibliography/Rucks_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Solving Phase Retrieval With a Learned Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Rucks, N., Uelwer, T., and Harmeling, S. 2022. [Re] Solving Phase Retrieval With a Learned Reference. ReScience C 8 , 2, #35.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574695/files/article.pdf
+
+
+ Title:
+ [Re] Solving Phase Retrieval With a Learned Reference
+
+
+ Author(s):
+ Rucks, Nick and Uelwer, Tobias and Harmeling, Stefan
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #35
+
+
+ DOI:
+ 10.5281/zenodo.6574695
+
+
+ Code URL:
+
+ https://github.com/tuelwer/machine-learning-reproducibility-challenge-2021
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=rlWzUnM72RF
+
+
+
+ Cite as:
+ Rucks, N., Uelwer, T., and Harmeling, S. 2022. [Re] Solving Phase Retrieval With a Learned Reference. ReScience C 8 , 2, #35.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Sankar_2021.html b/bibliography/Sankar_2021.html
new file mode 100644
index 0000000..32c3162
--- /dev/null
+++ b/bibliography/Sankar_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A Reservoir Computing Model of Reward-Modulated Motor Learning and Automaticity
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sankar, R., Thou, N., Rougier, N.P., and Leblois, A. 2021. [Re] A Reservoir Computing Model of Reward-Modulated Motor Learning and Automaticity. ReScience C 7 , 1, #11.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/5718075/files/article.pdf
+
+
+ Title:
+ [Re] A Reservoir Computing Model of Reward-Modulated Motor Learning and Automaticity
+
+
+ Author(s):
+ Sankar, Remya and Thou, Nicolas and Rougier, Nicolas P. and Leblois, Arthur
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ nov
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #11
+
+
+ DOI:
+ 10.5281/zenodo.5718075
+
+
+ Code URL:
+
+ https://github.com/rsankar9/Reimplementation-SUPERTREX/releases/tag/v3.0
+
+
+
+ Code DOI:
+
+ https://doi.org/10.5281/zenodo.4596425
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/50
+
+
+
+ Cite as:
+ Sankar, R., Thou, N., Rougier, N.P., and Leblois, A. 2021. [Re] A Reservoir Computing Model of Reward-Modulated Motor Learning and Automaticity. ReScience C 7 , 1, #11.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/SantAnna_2022.html b/bibliography/SantAnna_2022.html
new file mode 100644
index 0000000..15f2448
--- /dev/null
+++ b/bibliography/SantAnna_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A Multi-Functional Synthetic Gene Network
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sant’Anna, G.B. de and Costa, M.F. 2022. [Re] A Multi-Functional Synthetic Gene Network. ReScience C 8 , 1, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Schneider_2021.html b/bibliography/Schneider_2021.html
new file mode 100644
index 0000000..4aa23e0
--- /dev/null
+++ b/bibliography/Schneider_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Satellite Image Time Series Classification with Pixel-Set Encoders and Temporal Self-Attention
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Schneider, M. and Körner, M. 2021. [Re] Satellite Image Time Series Classification with Pixel-Set Encoders and Temporal Self-Attention. ReScience C 7 , 2, #19.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4835356/files/article.pdf
+
+
+ Title:
+ [Re] Satellite Image Time Series Classification with Pixel-Set Encoders and Temporal Self-Attention
+
+
+ Author(s):
+ Schneider, Maja and Körner, Marco
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #19
+
+
+ DOI:
+ 10.5281/zenodo.4835356
+
+
+ Code URL:
+
+ https://github.com/maja601/pytorch-psetae
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ http://www.eurocrops.tum.de/
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ -
+
+
+
+ Cite as:
+ Schneider, M. and Körner, M. 2021. [Re] Satellite Image Time Series Classification with Pixel-Set Encoders and Temporal Self-Attention. ReScience C 7 , 2, #19.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Sen_2022.html b/bibliography/Sen_2022.html
new file mode 100644
index 0000000..30b89f6
--- /dev/null
+++ b/bibliography/Sen_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Report: Contrastive Learning of Socially-aware Motion Representations
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sen, R., Sinha, S., Jha, A., and Maheshwari, P. 2022. [Re] Reproducibility Report: Contrastive Learning of Socially-aware Motion Representations. ReScience C 8 , 2, #36.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574697/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility Report: Contrastive Learning of Socially-aware Motion Representations
+
+
+ Author(s):
+ Sen, Roopsa and Sinha, Sidharth and Jha, Animesh and Maheshwari, Parv
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #36
+
+
+ DOI:
+ 10.5281/zenodo.6574697
+
+
+ Code URL:
+
+ https://github.com/RoopsaSen/social-nce-trajectron-plus-plus
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6511007
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=SIQEl6f7h0Y
+
+
+
+ Cite as:
+ Sen, R., Sinha, S., Jha, A., and Maheshwari, P. 2022. [Re] Reproducibility Report: Contrastive Learning of Socially-aware Motion Representations. ReScience C 8 , 2, #36.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Sheverdin_2021.html b/bibliography/Sheverdin_2021.html
new file mode 100644
index 0000000..c504090
--- /dev/null
+++ b/bibliography/Sheverdin_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility report of "Interpretable Complex-Valued Neural Networks for Privacy Protection"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sheverdin, A., Knijff, A., Corten, N., and Lange, G. 2021. [Re] Reproducibility report of "Interpretable Complex-Valued Neural Networks for Privacy Protection". ReScience C 7 , 2, #20.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4835431/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility report of "Interpretable Complex-Valued Neural Networks for Privacy Protection"
+
+
+ Author(s):
+ Sheverdin, Arsen and Knijff, Alko and Corten, Noud and Lange, Georg
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #20
+
+
+ DOI:
+ 10.5281/zenodo.4835431
+
+
+ Code URL:
+
+ https://github.com/GANA-FACT-AI/gana-fact-ai
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=P30M7d9DyXw
+
+
+
+ Cite as:
+ Sheverdin, A., Knijff, A., Corten, N., and Lange, G. 2021. [Re] Reproducibility report of "Interpretable Complex-Valued Neural Networks for Privacy Protection". ReScience C 7 , 2, #20.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Shukla_2022.html b/bibliography/Shukla_2022.html
new file mode 100644
index 0000000..84ee6db
--- /dev/null
+++ b/bibliography/Shukla_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] From goals, waypoints and paths to longterm human trajectory forecasting
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shukla, A., Roy, S., Chawla, Y., et al. 2022. [Re] From goals, waypoints and paths to longterm human trajectory forecasting. ReScience C 8 , 2, #37.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574699/files/article.pdf
+
+
+ Title:
+ [Re] From goals, waypoints and paths to longterm human trajectory forecasting
+
+
+ Author(s):
+ Shukla, Abhishek and Roy, Sourya and Chawla, Yogesh and Amalanshu, Avi and Pandey, Shubhendu and Agrawal, Rudransh and Uppal, Aditya and N, Viswesh and Mondal, Pradipto and Dasgupta, Anubhab and Chakravarty, Debashis
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #37
+
+
+ DOI:
+ 10.5281/zenodo.6574699
+
+
+ Code URL:
+
+ https://github.com/Viswesh-N/MLRC-2021
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=HV2zgpM7n0F
+
+
+
+ Cite as:
+ Shukla, A., Roy, S., Chawla, Y., et al. 2022. [Re] From goals, waypoints and paths to longterm human trajectory forecasting. ReScience C 8 , 2, #37.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Shulev_2022.html b/bibliography/Shulev_2022.html
new file mode 100644
index 0000000..22285aa
--- /dev/null
+++ b/bibliography/Shulev_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Replication Study of DECAF: Generating Fair Synthetic Data Using Causally-Aware Generative Networks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shulev, V., Verhagen, P., Wang, S., and Zhuge, J. 2022. [Re] Replication Study of DECAF: Generating Fair Synthetic Data Using Causally-Aware Generative Networks. ReScience C 8 , 2, #43.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574711/files/article.pdf
+
+
+ Title:
+ [Re] Replication Study of DECAF: Generating Fair Synthetic Data Using Causally-Aware Generative Networks
+
+
+ Author(s):
+ Shulev, Velizar and Verhagen, Paul and Wang, Shuai and Zhuge, Jennifer
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #43
+
+
+ DOI:
+ 10.5281/zenodo.6574711
+
+
+ Code URL:
+
+ https://github.com/ShuaiWang97/UvA_FACT2022
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6515893
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=SVx46hzmhRK
+
+
+
+ Cite as:
+ Shulev, V., Verhagen, P., Wang, S., and Zhuge, J. 2022. [Re] Replication Study of DECAF: Generating Fair Synthetic Data Using Causally-Aware Generative Networks. ReScience C 8 , 2, #43.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Silberbauer_2020.html b/bibliography/Silberbauer_2020.html
new file mode 100644
index 0000000..9d0229a
--- /dev/null
+++ b/bibliography/Silberbauer_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ Re ReScience challenge: Geographical Trends in the Water Chemistry of Wetlands in the South-Western Cape Province, South Africas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Silberbauer, M. 2020. Re ReScience challenge: Geographical Trends in the Water Chemistry of Wetlands in the South-Western Cape Province, South Africas. ReScience C 6 , 1, #13.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3996198/files/article.pdf
+
+
+ Title:
+ Re ReScience challenge: Geographical Trends in the Water Chemistry of Wetlands in the South-Western Cape Province, South Africas
+
+
+ Author(s):
+ Silberbauer, Michael
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ aug
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #13
+
+
+ DOI:
+ 10.5281/zenodo.3996198
+
+
+ Code URL:
+
+ -
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ http://www.riv.co.za/wv/data/CHEMDATA.DAT
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/25
+
+
+
+ Cite as:
+ Silberbauer, M. 2020. Re ReScience challenge: Geographical Trends in the Water Chemistry of Wetlands in the South-Western Cape Province, South Africas. ReScience C 6 , 1, #13.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Simoncini_2023.html b/bibliography/Simoncini_2023.html
new file mode 100644
index 0000000..6af99c5
--- /dev/null
+++ b/bibliography/Simoncini_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Study of ”Focus On The Common Good: Group Distributional Robustness Follows”
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Simoncini, W., Gogou, I., Lopes, M.F., and Kremer, R. 2023. [Re] Reproducibility Study of ”Focus On The Common Good: Group Distributional Robustness Follows.” ReScience C 9 , 2, #23.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173707/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility Study of ”Focus On The Common Good: Group Distributional Robustness Follows”
+
+
+ Author(s):
+ Simoncini, Walter and Gogou, Ioanna and Lopes, Marta Freixo and Kremer, Ron
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #23
+
+
+ DOI:
+ 10.5281/zenodo.8173707
+
+
+ Code URL:
+
+ https://github.com/WalterSimoncini/CGD-Reproduction
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.7998663
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=ye8PftiQLQ
+
+
+
+ Cite as:
+ Simoncini, W., Gogou, I., Lopes, M.F., and Kremer, R. 2023. [Re] Reproducibility Study of ”Focus On The Common Good: Group Distributional Robustness Follows.” ReScience C 9 , 2, #23.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Singh_2020.html b/bibliography/Singh_2020.html
new file mode 100644
index 0000000..3a04db7
--- /dev/null
+++ b/bibliography/Singh_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Improved Calibration and Predictive Uncertainty for Deep Neural Networks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Singh, A. and Bay, A. 2020. [Re] Improved Calibration and Predictive Uncertainty for Deep Neural Networks. ReScience C 6 , 2, #10.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Sinha_2020.html b/bibliography/Sinha_2020.html
new file mode 100644
index 0000000..47be589
--- /dev/null
+++ b/bibliography/Sinha_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ NeurIPS 2019 Reproducibility Challenge
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sinha, K., Pineau, J., Forde, J., Ke, R.N., and Larochelle, H. 2020. NeurIPS 2019 Reproducibility Challenge. ReScience C 6 , 2, #11.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3818627/files/article.pdf
+
+
+ Title:
+ NeurIPS 2019 Reproducibility Challenge
+
+
+ Author(s):
+ Sinha, Koustuv and Pineau, Joelle and Forde, Jessica and Ke, Rosemary Nan and Larochelle, Hugo
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ may
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #11
+
+
+ DOI:
+ 10.5281/zenodo.3818627
+
+
+ Code URL:
+
+ -
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ -
+
+
+
+ Cite as:
+ Sinha, K., Pineau, J., Forde, J., Ke, R.N., and Larochelle, H. 2020. NeurIPS 2019 Reproducibility Challenge. ReScience C 6 , 2, #11.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Sinha_2021.html b/bibliography/Sinha_2021.html
new file mode 100644
index 0000000..87dd36a
--- /dev/null
+++ b/bibliography/Sinha_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ ML Reproducibility Challenge 2020
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sinha, K., Dodge, J., Luccioni, S., Forde, J.Z., Stojnic, R., and Pineau, J. 2021. ML Reproducibility Challenge 2020. ReScience C 7 , 2, #1.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4833117/files/article.pdf
+
+
+ Title:
+ ML Reproducibility Challenge 2020
+
+
+ Author(s):
+ Sinha, Koustuv and Dodge, Jesse and Luccioni, Sasha and Forde, Jessica Zosa and Stojnic, Robert and Pineau, Joelle
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.4833117
+
+
+ Code URL:
+
+ -
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ -
+
+
+
+ Cite as:
+ Sinha, K., Dodge, J., Luccioni, S., Forde, J.Z., Stojnic, R., and Pineau, J. 2021. ML Reproducibility Challenge 2020. ReScience C 7 , 2, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Sinha_2022.html b/bibliography/Sinha_2022.html
new file mode 100644
index 0000000..bf62ed8
--- /dev/null
+++ b/bibliography/Sinha_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ ML Reproducibility Challenge 2021
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sinha, K., Dodge, J., Luccioni, S., et al. 2022. ML Reproducibility Challenge 2021. ReScience C 8 , 2, #48.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574723/files/article.pdf
+
+
+ Title:
+ ML Reproducibility Challenge 2021
+
+
+ Author(s):
+ Sinha, Koustuv and Dodge, Jesse and Luccioni, Sasha and Forde, Jessica Zosa and Raparthy, Sharath Chandra and Pineau, Joelle and Stojnic, Robert
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #48
+
+
+ DOI:
+ 10.5281/zenodo.6574723
+
+
+ Code URL:
+
+ -
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ -
+
+
+
+ Cite as:
+ Sinha, K., Dodge, J., Luccioni, S., et al. 2022. ML Reproducibility Challenge 2021. ReScience C 8 , 2, #48.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Sinha_2023.html b/bibliography/Sinha_2023.html
new file mode 100644
index 0000000..30077bf
--- /dev/null
+++ b/bibliography/Sinha_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ ML Reproducibility Challenge 2022
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sinha, K., Bleeker, M., Bhargav, S., et al. 2023. ML Reproducibility Challenge 2022. ReScience C 9 , 2, #46.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8200058/files/article.pdf
+
+
+ Title:
+ ML Reproducibility Challenge 2022
+
+
+ Author(s):
+ Sinha, Koustuv and Bleeker, Maurits and Bhargav, Samarth and Forde, Jessica Zosa and Raparthy, Sharath Chandra and Dodge, Jesse and Pineau, Joelle and Stojnic, Robert
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #46
+
+
+ DOI:
+ 10.5281/zenodo.8200058
+
+
+ Code URL:
+
+ -
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ -
+
+
+
+ Cite as:
+ Sinha, K., Bleeker, M., Bhargav, S., et al. 2023. ML Reproducibility Challenge 2022. ReScience C 9 , 2, #46.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Spendl_2023.html b/bibliography/Spendl_2023.html
new file mode 100644
index 0000000..371efc0
--- /dev/null
+++ b/bibliography/Spendl_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Easy Bayesian Transfer Learning with Informative Priors
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Špendl, M. and Pirc, K. 2023. [Re] Easy Bayesian Transfer Learning with Informative Priors. ReScience C 9 , 2, #9.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Stachelek_2016.html b/bibliography/Stachelek_2016.html
new file mode 100644
index 0000000..40f72d0
--- /dev/null
+++ b/bibliography/Stachelek_2016.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Least-cost modelling on irregular landscape graphs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Stachelek, J. 2016. [Re] Least-cost modelling on irregular landscape graphs. ReScience 2 , 1, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Stephen_2021.html b/bibliography/Stephen_2021.html
new file mode 100644
index 0000000..d732c78
--- /dev/null
+++ b/bibliography/Stephen_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Learning Memory Guided Normality for Anomaly Detection
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Stephen, K. and Menon, V. 2021. [Re] Learning Memory Guided Normality for Anomaly Detection. ReScience C 7 , 2, #11.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Stropnik_2022.html b/bibliography/Stropnik_2022.html
new file mode 100644
index 0000000..e500edb
--- /dev/null
+++ b/bibliography/Stropnik_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Graph Edit Networks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Stropnik, V. and Oražem, M. 2022. [Re] Graph Edit Networks. ReScience C 8 , 2, #38.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Sukhoy_2019.html b/bibliography/Sukhoy_2019.html
new file mode 100644
index 0000000..bf6d7bf
--- /dev/null
+++ b/bibliography/Sukhoy_2019.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ Eliminating the Variability of Cross-Validation Results with LIBLINEAR due to Randomization and Parallelization
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sukhoy, V. and Stoytchev, A. 2019. Eliminating the Variability of Cross-Validation Results with LIBLINEAR due to Randomization and Parallelization. ReScience C 5 , 3, #1.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3528175/files/article.pdf
+
+
+ Title:
+ Eliminating the Variability of Cross-Validation Results with LIBLINEAR due to Randomization and Parallelization
+
+
+ Author(s):
+ Sukhoy, Vladimir and Stoytchev, Alexander
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2019
+
+
+ Month:
+ nov
+
+
+ Volume:
+ 5
+
+
+ Issue:
+ 3
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.3528175
+
+
+ Code URL:
+
+ https://github.com/sukhoy/cvrep
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/6
+
+
+
+ Cite as:
+ Sukhoy, V. and Stoytchev, A. 2019. Eliminating the Variability of Cross-Validation Results with LIBLINEAR due to Randomization and Parallelization. ReScience C 5 , 3, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Sun_2023.html b/bibliography/Sun_2023.html
new file mode 100644
index 0000000..6915fef
--- /dev/null
+++ b/bibliography/Sun_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A Replication Study of Compositional Generalization Works on Semantic Parsing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sun, K., Williams, A., and Hupkes, D. 2023. [Re] A Replication Study of Compositional Generalization Works on Semantic Parsing. ReScience C 9 , 2, #44.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173759/files/article.pdf
+
+
+ Title:
+ [Re] A Replication Study of Compositional Generalization Works on Semantic Parsing
+
+
+ Author(s):
+ Sun, Kaiser and Williams, Adina and Hupkes, Dieuwke
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #44
+
+
+ DOI:
+ 10.5281/zenodo.8173759
+
+
+ Code URL:
+
+ https://github.com/KaiserWhoLearns/CompGenRep_MLRC2022
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=MF9uv95psps
+
+
+
+ Cite as:
+ Sun, K., Williams, A., and Hupkes, D. 2023. [Re] A Replication Study of Compositional Generalization Works on Semantic Parsing. ReScience C 9 , 2, #44.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Sundar_2021.html b/bibliography/Sundar_2021.html
new file mode 100644
index 0000000..9d802cb
--- /dev/null
+++ b/bibliography/Sundar_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Rigging the Lottery: Making All Tickets Winners
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sundar, V. and Dwaraknath, R.V. 2021. [Re] Rigging the Lottery: Making All Tickets Winners. ReScience C 7 , 2, #21.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Tafuro_2022.html b/bibliography/Tafuro_2022.html
new file mode 100644
index 0000000..e38cbe4
--- /dev/null
+++ b/bibliography/Tafuro_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Exacerbating Algorithmic Bias through Fairness Attacks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Tafuro, M., Lombardo, A., Veljković, T.H., and Becker-Czarnetzki, L. 2022. [Re] Exacerbating Algorithmic Bias through Fairness Attacks. ReScience C 8 , 2, #22.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574669/files/article.pdf
+
+
+ Title:
+ [Re] Exacerbating Algorithmic Bias through Fairness Attacks
+
+
+ Author(s):
+ Tafuro, Matteo and Lombardo, Andrea and Veljković, Tin Hadži and Becker-Czarnetzki, Lasse
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #22
+
+
+ DOI:
+ 10.5281/zenodo.6574669
+
+
+ Code URL:
+
+ https://github.com/imandrealombardo/FACT-AI
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=H4lzChGmhCK
+
+
+
+ Cite as:
+ Tafuro, M., Lombardo, A., Veljković, T.H., and Becker-Czarnetzki, L. 2022. [Re] Exacerbating Algorithmic Bias through Fairness Attacks. ReScience C 8 , 2, #22.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Taslimi_2023.html b/bibliography/Taslimi_2023.html
new file mode 100644
index 0000000..9c848fc
--- /dev/null
+++ b/bibliography/Taslimi_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Reproducibility Study of ’CartoonX: Cartoon Explanations of Image Classifiers’
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Taslimi, S., Foeng, L.C.A., Kayal, P., Patra, A.P., and Patra, A.P. 2023. [Re] Reproducibility Study of ’CartoonX: Cartoon Explanations of Image Classifiers.’ ReScience C 9 , 2, #29.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173721/files/article.pdf
+
+
+ Title:
+ [Re] Reproducibility Study of ’CartoonX: Cartoon Explanations of Image Classifiers’
+
+
+ Author(s):
+ Taslimi, Sina and Foeng, Luke Chin A and Kayal, Pratik and Patra, Aditya Prakash and Patra, Aditya Prakash
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #29
+
+
+ DOI:
+ 10.5281/zenodo.8173721
+
+
+ Code URL:
+
+ https://github.com/KAISER1997/FACTAI_CARTOONX_Reproduce
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.7947877
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=DWKJpl8s06
+
+
+
+ Cite as:
+ Taslimi, S., Foeng, L.C.A., Kayal, P., Patra, A.P., and Patra, A.P. 2023. [Re] Reproducibility Study of ’CartoonX: Cartoon Explanations of Image Classifiers.’ ReScience C 9 , 2, #29.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Teule_2021.html b/bibliography/Teule_2021.html
new file mode 100644
index 0000000..0eab735
--- /dev/null
+++ b/bibliography/Teule_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Deep Fair Clustering for Visual Learning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Teule, T., Reints, N., Gerges, C.A., and Baanders, P. 2021. [Re] Deep Fair Clustering for Visual Learning. ReScience C 7 , 2, #4.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4833547/files/article.pdf
+
+
+ Title:
+ [Re] Deep Fair Clustering for Visual Learning
+
+
+ Author(s):
+ Teule, Tobias and Reints, Nienke and Gerges, Chris Al and Baanders, Pauline
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #4
+
+
+ DOI:
+ 10.5281/zenodo.4833547
+
+
+ Code URL:
+
+ https://github.com/topteulen/UVA-FACT
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=DXVAJGohUKs
+
+
+
+ Cite as:
+ Teule, T., Reints, N., Gerges, C.A., and Baanders, P. 2021. [Re] Deep Fair Clustering for Visual Learning. ReScience C 7 , 2, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Togt_2022.html b/bibliography/Togt_2022.html
new file mode 100644
index 0000000..9dc7002
--- /dev/null
+++ b/bibliography/Togt_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Badder Seeds: Reproducing the Evaluation of Lexical Methods for Bias Measurement
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Togt, J. van der, Tiyavorabun, L., Rosati, M., and Starace, G. 2022. [Re] Badder Seeds: Reproducing the Evaluation of Lexical Methods for Bias Measurement. ReScience C 8 , 2, #40.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574705/files/article.pdf
+
+
+ Title:
+ [Re] Badder Seeds: Reproducing the Evaluation of Lexical Methods for Bias Measurement
+
+
+ Author(s):
+ van der Togt, Jille and Tiyavorabun, Lea and Rosati, Matteo and Starace, Giulio
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #40
+
+
+ DOI:
+ 10.5281/zenodo.6574705
+
+
+ Code URL:
+
+ https://github.com/thesofakillers/badder-seeds
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6480966
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=HcIxA3Mm2CF
+
+
+
+ Cite as:
+ Togt, J. van der, Tiyavorabun, L., Rosati, M., and Starace, G. 2022. [Re] Badder Seeds: Reproducing the Evaluation of Lexical Methods for Bias Measurement. ReScience C 8 , 2, #40.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Torre-Ortiz_2021.html b/bibliography/Torre-Ortiz_2021.html
new file mode 100644
index 0000000..842a719
--- /dev/null
+++ b/bibliography/Torre-Ortiz_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Neural Network Model of Memory Retrieval
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Torre-Ortiz, C. de la and Nioche, A. 2021. [Re] Neural Network Model of Memory Retrieval. ReScience C 6 , 3, #8.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Trojer_2022.html b/bibliography/Trojer_2022.html
new file mode 100644
index 0000000..aef9603
--- /dev/null
+++ b/bibliography/Trojer_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Transparent Object Tracking Benchmark
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Trojer, Ž. 2022. [Re] Transparent Object Tracking Benchmark. ReScience C 8 , 2, #41.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Turk_2023.html b/bibliography/Turk_2023.html
new file mode 100644
index 0000000..f594413
--- /dev/null
+++ b/bibliography/Turk_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Exploring the Explainability of Bias in Image Captioning Models
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Türk, M., Busser, L., Dijk, D. van, and Bosch, M.J.A. 2023. [Re] Exploring the Explainability of Bias in Image Captioning Models. ReScience C 9 , 2, #21.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173703/files/article.pdf
+
+
+ Title:
+ [Re] Exploring the Explainability of Bias in Image Captioning Models
+
+
+ Author(s):
+ Türk, Marten and Busser, Luyang and van Dijk, Daniël and Bosch, Max J.A.
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #21
+
+
+ DOI:
+ 10.5281/zenodo.8173703
+
+
+ Code URL:
+
+ https://github.com/martentyrk/mlrc2022hirota
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=N9Wn91tE7D0
+
+
+
+ Cite as:
+ Türk, M., Busser, L., Dijk, D. van, and Bosch, M.J.A. 2023. [Re] Exploring the Explainability of Bias in Image Captioning Models. ReScience C 9 , 2, #21.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Upshall_2020.html b/bibliography/Upshall_2020.html
new file mode 100644
index 0000000..c35366f
--- /dev/null
+++ b/bibliography/Upshall_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Mathematical analysis of depolarization block mediated by slow inactivation of fast sodium channels in midbrain dopamine neurons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Upshall, M. and Shifman, A.R. 2020. [Re] Mathematical analysis of depolarization block mediated by slow inactivation of fast sodium channels in midbrain dopamine neurons. ReScience C 6 , 3, #1.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/3842360/files/article.pdf
+
+
+ Title:
+ [Re] Mathematical analysis of depolarization block mediated by slow inactivation of fast sodium channels in midbrain dopamine neurons
+
+
+ Author(s):
+ Upshall, Mary and Shifman, Aaron R.
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2020
+
+
+ Month:
+ may
+
+
+ Volume:
+ 6
+
+
+ Issue:
+ 3
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.3842360
+
+
+ Code URL:
+
+ https://github.com/mupsh/ReScience_Qian_2014
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/9
+
+
+
+ Cite as:
+ Upshall, M. and Shifman, A.R. 2020. [Re] Mathematical analysis of depolarization block mediated by slow inactivation of fast sodium channels in midbrain dopamine neurons. ReScience C 6 , 3, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Varma_2021.html b/bibliography/Varma_2021.html
new file mode 100644
index 0000000..cd965df
--- /dev/null
+++ b/bibliography/Varma_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] On the Relationship between Self-Attention and Convolutional Layers
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Varma, M. and Prabhu, N. 2021. [Re] On the Relationship between Self-Attention and Convolutional Layers. ReScience C 7 , 1, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Verhoeven_2021.html b/bibliography/Verhoeven_2021.html
new file mode 100644
index 0000000..00d2b99
--- /dev/null
+++ b/bibliography/Verhoeven_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Replication Study of ’Generative causal explanations of black-box classifiers’
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Verhoeven, I., Chen, X., Hu, Q., and Holubar, M. 2021. [Re] Replication Study of ’Generative causal explanations of black-box classifiers.’ ReScience C 7 , 2, #23.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4835600/files/article.pdf
+
+
+ Title:
+ [Re] Replication Study of ’Generative causal explanations of black-box classifiers’
+
+
+ Author(s):
+ Verhoeven, Ivo and Chen, Xinyi and Hu, Qingzhi and Holubar, Mario
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #23
+
+
+ DOI:
+ 10.5281/zenodo.4835600
+
+
+ Code URL:
+
+ https://github.com/shin-ee-chen/UvA_FACT_2021
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=Vqtf4kZg2j
+
+
+
+ Cite as:
+ Verhoeven, I., Chen, X., Hu, Q., and Holubar, M. 2021. [Re] Replication Study of ’Generative causal explanations of black-box classifiers.’ ReScience C 7 , 2, #23.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Verma_2021.html b/bibliography/Verma_2021.html
new file mode 100644
index 0000000..e1fdf87
--- /dev/null
+++ b/bibliography/Verma_2021.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Explaining Groups of Points in Low-Dimensional Representations
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Verma, R., Wagemans, J.J.O., Dahal, P., and Elfrink, A. 2021. [Re] Explaining Groups of Points in Low-Dimensional Representations. ReScience C 7 , 2, #24.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/4835602/files/article.pdf
+
+
+ Title:
+ [Re] Explaining Groups of Points in Low-Dimensional Representations
+
+
+ Author(s):
+ Verma, Rajeev and Wagemans, Jim J. O. and Dahal, Paras and Elfrink, Auke
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2021
+
+
+ Month:
+ may
+
+
+ Volume:
+ 7
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #24
+
+
+ DOI:
+ 10.5281/zenodo.4835602
+
+
+ Code URL:
+
+ https://github.com/elfrink1/FACT
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=cqAHExg2f
+
+
+
+ Cite as:
+ Verma, R., Wagemans, J.J.O., Dahal, P., and Elfrink, A. 2021. [Re] Explaining Groups of Points in Low-Dimensional Representations. ReScience C 7 , 2, #24.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Vleuten_2022.html b/bibliography/Vleuten_2022.html
new file mode 100644
index 0000000..82a0ee3
--- /dev/null
+++ b/bibliography/Vleuten_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Vleuten, N. van der, Radusinović, T., Akkerman, R., and Reksoprodjo, M. 2022. [Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace. None 8 , 2, #42.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574709/files/article.pdf
+
+
+ Title:
+ [Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace
+
+
+ Author(s):
+ van der Vleuten, Noah and Radusinović, Tadija and Akkerman, Rick and Reksoprodjo, Meilina
+
+
+ Journal:
+ None
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #42
+
+
+ DOI:
+ 10.5281/zenodo.6574709
+
+
+ Code URL:
+
+ https://github.com/NoahVl/Explaining-In-Style-Reproducibility-Study
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6512392
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=SYUxyazQh0Y
+
+
+
+ Cite as:
+ Vleuten, N. van der, Radusinović, T., Akkerman, R., and Reksoprodjo, M. 2022. [Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace. None 8 , 2, #42.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Wagner_2025.html b/bibliography/Wagner_2025.html
new file mode 100644
index 0000000..8b4d8d7
--- /dev/null
+++ b/bibliography/Wagner_2025.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] When Does Label Smoothing Help?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Wagner, S.D., Kurowski, Y.P., Holländer, L.M., and Uelwer, T. 2025. [Re] When Does Label Smoothing Help? ReScience C 10 , 1, #1.
+
+
+
+ Article (PDF):
+ https://zenodo.org/records/14953654/files/article.pdf
+
+
+ Title:
+ [Re] When Does Label Smoothing Help?
+
+
+ Author(s):
+ Wagner, Sven Dominik and Kurowski, Yann Philipp and Holländer, Leonhard Moritz and Uelwer, Tobias
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2025
+
+
+ Month:
+ feb
+
+
+ Volume:
+ 10
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.14953654
+
+
+ Code URL:
+
+ https://github.com/sdwagner/re-labelsmoothing/
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ https://drive.google.com/drive/folders/1PCtHG5sWDRy_rK5fsqFdmA46oZwMVxuB?usp=sharing
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/submissions/issues/75
+
+
+
+ Cite as:
+ Wagner, S.D., Kurowski, Y.P., Holländer, L.M., and Uelwer, T. 2025. [Re] When Does Label Smoothing Help? ReScience C 10 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Wallrich_2022.html b/bibliography/Wallrich_2022.html
new file mode 100644
index 0000000..659f41e
--- /dev/null
+++ b/bibliography/Wallrich_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Groups of diverse problem-solvers outperform groups of highest-ability problem-solvers - most of the time
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Wallrich, L. 2022. [Re] Groups of diverse problem-solvers outperform groups of highest-ability problem-solvers - most of the time. ReScience C 8 , 1, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Warmerdam_2022.html b/bibliography/Warmerdam_2022.html
new file mode 100644
index 0000000..db1c132
--- /dev/null
+++ b/bibliography/Warmerdam_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Privacy-preserving collaborative learning with automatic transformation search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Warmerdam, A.T., Loerakker, L., Meijer, L., and Nissen, O. 2022. [Re] Privacy-preserving collaborative learning with automatic transformation search. ReScience C 8 , 2, #44.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574713/files/article.pdf
+
+
+ Title:
+ [Re] Privacy-preserving collaborative learning with automatic transformation search
+
+
+ Author(s):
+ Warmerdam, Alfonso Taboada and Loerakker, Lodewijk and Meijer, Lucas and Nissen, Ole
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #44
+
+
+ DOI:
+ 10.5281/zenodo.6574713
+
+
+ Code URL:
+
+ https://github.com/Linkerbrain/fact-ai-2021-project
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.6482966
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=S9Iepnz7hRY
+
+
+
+ Cite as:
+ Warmerdam, A.T., Loerakker, L., Meijer, L., and Nissen, O. 2022. [Re] Privacy-preserving collaborative learning with automatic transformation search. ReScience C 8 , 2, #44.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Weinman_2020.html b/bibliography/Weinman_2020.html
new file mode 100644
index 0000000..088a175
--- /dev/null
+++ b/bibliography/Weinman_2020.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Rp] Reproducing "Typographical Features for Scene Text Recognition"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Weinman, J. 2020. [Rp] Reproducing "Typographical Features for Scene Text Recognition". ReScience C 6 , 1, #.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Wilschut_2022.html b/bibliography/Wilschut_2022.html
new file mode 100644
index 0000000..f1dd4bc
--- /dev/null
+++ b/bibliography/Wilschut_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Robust Counterfactual Explanations on Graph Neural Networks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Wilschut, R.I., Wiggers, T.P.A., Oort, R.S., and Orden, T.A. van . 2022. [Re] Robust Counterfactual Explanations on Graph Neural Networks. ReScience C 8 , 2, #45.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574715/files/article.pdf
+
+
+ Title:
+ [Re] Robust Counterfactual Explanations on Graph Neural Networks
+
+
+ Author(s):
+ Wilschut, Romana Isabelle and Wiggers, Thomas Paul Alexandre and Oort, Roman Sebastiaan and van Orden, Thomas Arthur
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #45
+
+
+ DOI:
+ 10.5281/zenodo.6574715
+
+
+ Code URL:
+
+ https://github.com/RomanOort/FACTAI
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=HWNgihGX20Y
+
+
+
+ Cite as:
+ Wilschut, R.I., Wiggers, T.P.A., Oort, R.S., and Orden, T.A. van . 2022. [Re] Robust Counterfactual Explanations on Graph Neural Networks. ReScience C 8 , 2, #45.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Ylmaz_2022.html b/bibliography/Ylmaz_2022.html
new file mode 100644
index 0000000..bc00ad5
--- /dev/null
+++ b/bibliography/Ylmaz_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Lifting 2D StyleGAN for 3D-Aware Face Generation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Yılmaz, D., Kınlı, F., Özcan, B., and Kıraç, F. 2022. [Re] Lifting 2D StyleGAN for 3D-Aware Face Generation. ReScience C 8 , 2, #46.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/6574719/files/article.pdf
+
+
+ Title:
+ [Re] Lifting 2D StyleGAN for 3D-Aware Face Generation
+
+
+ Author(s):
+ Yılmaz, Doğa and Kınlı, Furkan and Özcan, Barış and Kıraç, Furkan
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2022
+
+
+ Month:
+ may
+
+
+ Volume:
+ 8
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #46
+
+
+ DOI:
+ 10.5281/zenodo.6574719
+
+
+ Code URL:
+
+ https://github.com/yilmazdoga/lifting-2d-stylegan-for-3d-aware-face-generation
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=BcNonfQ3RY
+
+
+
+ Cite as:
+ Yılmaz, D., Kınlı, F., Özcan, B., and Kıraç, F. 2022. [Re] Lifting 2D StyleGAN for 3D-Aware Face Generation. ReScience C 8 , 2, #46.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Yuan_2023.html b/bibliography/Yuan_2023.html
new file mode 100644
index 0000000..161eba4
--- /dev/null
+++ b/bibliography/Yuan_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Hypergraph-Induced Semantic Tuplet Loss for Deep Metric Learning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Yuan, J. and Le-Phuoc, D. 2023. [Re] Hypergraph-Induced Semantic Tuplet Loss for Deep Metric Learning. ReScience C 9 , 2, #8.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Zila_2023.html b/bibliography/Zila_2023.html
new file mode 100644
index 0000000..e49948a
--- /dev/null
+++ b/bibliography/Zila_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] On the reproducibility of "CrossWalk: Fairness-Enhanced Node Representation Learning"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Zila, E., Gerbscheid, J., Sträter, L., and Kretschmar, K. 2023. [Re] On the reproducibility of "CrossWalk: Fairness-Enhanced Node Representation Learning". ReScience C 9 , 2, #27.
+
+
+
+ Article (PDF):
+ https://zenodo.org/record/8173717/files/article.pdf
+
+
+ Title:
+ [Re] On the reproducibility of "CrossWalk: Fairness-Enhanced Node Representation Learning"
+
+
+ Author(s):
+ Zila, Eric and Gerbscheid, Jonathan and Sträter, Luc and Kretschmar, Kieron
+
+
+ Journal:
+ ReScience C
+
+
+ Year:
+ 2023
+
+
+ Month:
+ jul
+
+
+ Volume:
+ 9
+
+
+ Issue:
+ 2
+
+
+ Number:
+ #27
+
+
+ DOI:
+ 10.5281/zenodo.8173717
+
+
+ Code URL:
+
+ https://github.com/jonathan-gerb/crosswalk-reproduction
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://openreview.net/forum?id=WnaVgRhlyT
+
+
+
+ Cite as:
+ Zila, E., Gerbscheid, J., Sträter, L., and Kretschmar, K. 2023. [Re] On the reproducibility of "CrossWalk: Fairness-Enhanced Node Representation Learning". ReScience C 9 , 2, #27.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Zontar_2023.html b/bibliography/Zontar_2023.html
new file mode 100644
index 0000000..4c3fe7d
--- /dev/null
+++ b/bibliography/Zontar_2023.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Bandit Theory and Thompson Sampling-guided Directed Evolution for Sequence Optimization
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Žontar, L. 2023. [Re] Bandit Theory and Thompson Sampling-guided Directed Evolution for Sequence Optimization. ReScience C 9 , 2, #7.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/Zrimsek_2022.html b/bibliography/Zrimsek_2022.html
new file mode 100644
index 0000000..8245dd4
--- /dev/null
+++ b/bibliography/Zrimsek_2022.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Learning Unknown from Correlations: Graph Neural Network for Inter-novel-protein Interaction Prediction
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Zrimšek, U. 2022. [Re] Learning Unknown from Correlations: Graph Neural Network for Inter-novel-protein Interaction Prediction. ReScience C 8 , 2, #47.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/bavard_2018.html b/bibliography/bavard_2018.html
new file mode 100644
index 0000000..f31a4cc
--- /dev/null
+++ b/bibliography/bavard_2018.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Adaptive properties of differential learning rates for positive and negative outcomes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bavard, S. and Théro, H. 2018. [Re] Adaptive properties of differential learning rates for positive and negative outcomes. ReScience 4 , 1, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/caron_2019.html b/bibliography/caron_2019.html
new file mode 100644
index 0000000..0701037
--- /dev/null
+++ b/bibliography/caron_2019.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Insect natural enemies as regulating factors
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Caron, D., Lessard, V., Wu, Q., and Poisot, T. 2019. [Re] Insect natural enemies as regulating factors. ReScience 5 , 1, #1.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/Caron-Lessard-Wu-Poisot-2019/blob/master/article/Caron-Lessard-Wu-Poisot-2019.pdf
+
+
+ Title:
+ [Re] Insect natural enemies as regulating factors
+
+
+ Author(s):
+ Caron, Dominique and Lessard, Vincent and Wu, Qile and Poisot, Timothée
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2019
+
+
+ Month:
+ jan
+
+
+ Volume:
+ 5
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.2598793
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/Caron-Lessard-Wu-Poisot-2019
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/50
+
+
+
+ Cite as:
+ Caron, D., Lessard, V., Wu, Q., and Poisot, T. 2019. [Re] Insect natural enemies as regulating factors. ReScience 5 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/caze_2018.html b/bibliography/caze_2018.html
new file mode 100644
index 0000000..fbae2ca
--- /dev/null
+++ b/bibliography/caze_2018.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Non-additive coupling enables propagation of
+ synchronous spiking activity in purely random networks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Cazé, R., Stimberg, M., and Girard, B. 2018. [Re] Non-additive coupling enables propagation of
+ synchronous spiking activity in purely random networks. ReScience 4 , 1, #1.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/Caze-Stimberg-Girard-2018/blob/master/article/Caze_2018.pdf
+
+
+ Title:
+ [Re] Non-additive coupling enables propagation of
+ synchronous spiking activity in purely random networks
+
+
+ Author(s):
+ Cazé, Romain and Stimberg, Marcel and Girard, Benoît
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2018
+
+
+ Month:
+ may
+
+
+ Volume:
+ 4
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.1246659
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/Caze-Stimberg-Girard-2018/
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.1246659
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/45
+
+
+
+ Cite as:
+ Cazé, R., Stimberg, M., and Girard, B. 2018. [Re] Non-additive coupling enables propagation of
+ synchronous spiking activity in purely random networks. ReScience 4 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/detorakis_2016.html b/bibliography/detorakis_2016.html
new file mode 100644
index 0000000..42a8dfd
--- /dev/null
+++ b/bibliography/detorakis_2016.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Multiple dynamical modes of thalamic relay neurons:
+ rhythmic bursting and intermittent phase-locking
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Detorakis, G. 2016. [Re] Multiple dynamical modes of thalamic relay neurons:
+ rhythmic bursting and intermittent phase-locking. ReScience 2 , 1, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/detorakis_2017.html b/bibliography/detorakis_2017.html
new file mode 100644
index 0000000..571baf7
--- /dev/null
+++ b/bibliography/detorakis_2017.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A Generalized Linear Integrate-and-Fire Neural Model Produces Diverse Spiking Behaviors
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Detorakis, G. 2017. [Re] A Generalized Linear Integrate-and-Fire Neural Model Produces Diverse Spiking Behaviors. ReScience 3 , 1, #7.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/diem_2017.html b/bibliography/diem_2017.html
new file mode 100644
index 0000000..f4c9d36
--- /dev/null
+++ b/bibliography/diem_2017.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A bidirectional model for communication in the neurovascular unit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Diem, A.K. 2017. [Re] A bidirectional model for communication in the neurovascular unit. ReScience 3 , 1, #9.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/hathway_2018.html b/bibliography/hathway_2018.html
new file mode 100644
index 0000000..86874ff
--- /dev/null
+++ b/bibliography/hathway_2018.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Spike Timing Dependent Plasticity Finds the Start of Repeating Patterns in Continuous Spike Trains
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hathway, P. and Goodman, D.F.M. 2018. [Re] Spike Timing Dependent Plasticity Finds the Start of Repeating Patterns in Continuous Spike Trains. ReScience 4 , 1, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/henriques_2017.html b/bibliography/henriques_2017.html
new file mode 100644
index 0000000..18b49cb
--- /dev/null
+++ b/bibliography/henriques_2017.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Optimization of a free water elimination
+ two-compartment model for diffusion tensor imaging
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Henriques, R.N., Rokem, A., Garyfallidis, E., St-Jean, S., Peterson, E.T., and Correia, M.M. 2017. [Re] Optimization of a free water elimination
+ two-compartment model for diffusion tensor imaging. ReScience 3 , 1, #2.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/Henriques-Rokem-Garyfallidis-St-Jean-Peterson-Correia-2017/raw/master/article/Henriques-Rokem-Garyfallidis-St-Jean-Peterson-Correia-2017.pdf
+
+
+ Title:
+ [Re] Optimization of a free water elimination
+ two-compartment model for diffusion tensor imaging
+
+
+ Author(s):
+ Henriques, Rafael Neto and Rokem, Ariel and Garyfallidis, Eleftherios and St-Jean, Samuel and Peterson, Eric Thomas and Correia, Marta Morgado
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2017
+
+
+ Month:
+ apr
+
+
+ Volume:
+ 3
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #2
+
+
+ DOI:
+ 10.5281/zenodo.495237
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/Henriques-Rokem-Garyfallidis-St-Jean-Peterson-Correia-2017
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.495237
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/26
+
+
+
+ Cite as:
+ Henriques, R.N., Rokem, A., Garyfallidis, E., St-Jean, S., Peterson, E.T., and Correia, M.M. 2017. [Re] Optimization of a free water elimination
+ two-compartment model for diffusion tensor imaging. ReScience 3 , 1, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/lemasson_2016.html b/bibliography/lemasson_2016.html
new file mode 100644
index 0000000..7110062
--- /dev/null
+++ b/bibliography/lemasson_2016.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] How Attention Can Create Synaptic Tags for the Learning of Working Memories in Sequential Tasks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Masson, E.L. and Alexandre, F. 2016. [Re] How Attention Can Create Synaptic Tags for the Learning of Working Memories in Sequential Tasks. ReScience 2 , 1, #7.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/maksimov_2016.html b/bibliography/maksimov_2016.html
new file mode 100644
index 0000000..a5c884e
--- /dev/null
+++ b/bibliography/maksimov_2016.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Cellular and network mechanisms of slow oscillatory activity (<1 Hz) and wave propagations in a cortical network model
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Maksimov, A., Albada, S.J. van, and Diesmann, M. 2016. [Re] Cellular and network mechanisms of slow oscillatory activity (<1 Hz) and wave propagations in a cortical network model. ReScience 2 , 1, #6.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/Maksimov-Albada-Diesmann-2016/raw/master/article/maksimov-albada-diesmann-2016.pdf
+
+
+ Title:
+ [Re] Cellular and network mechanisms of slow oscillatory activity (<1 Hz) and wave propagations in a cortical network model
+
+
+ Author(s):
+ Maksimov, Andrei and van Albada, Sacha J. and Diesmann, Markus
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2016
+
+
+ Month:
+ oct
+
+
+ Volume:
+ 2
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #6
+
+
+ DOI:
+ 10.5281/zenodo.161526
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/Maksimov-Albada-Diesmann-2016
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.161526
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/18
+
+
+
+ Cite as:
+ Maksimov, A., Albada, S.J. van, and Diesmann, M. 2016. [Re] Cellular and network mechanisms of slow oscillatory activity (<1 Hz) and wave propagations in a cortical network model. ReScience 2 , 1, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/metzner_2017.html b/bibliography/metzner_2017.html
new file mode 100644
index 0000000..c1047f2
--- /dev/null
+++ b/bibliography/metzner_2017.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Modeling GABA Alterations in Schizophrenia: A Link Between Impaired Inhibition and Gamma and Beta Auditory Entrainment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Metzner, C. 2017. [Re] Modeling GABA Alterations in Schizophrenia: A Link Between Impaired Inhibition and Gamma and Beta Auditory Entrainment. ReScience 3 , 1, #6.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/mondeel_2018.html b/bibliography/mondeel_2018.html
new file mode 100644
index 0000000..1fdce77
--- /dev/null
+++ b/bibliography/mondeel_2018.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Predicting metabolic biomarkers of human inborn errors
+ of metabolism
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mondeel, T.D.G.A., Ogundipe, V., and Westerhoff, H.V. 2018. [Re] Predicting metabolic biomarkers of human inborn errors
+ of metabolism. ReScience 4 , 1, #4.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/Mondeel-Ogundipe-Westerhoff-2018/blob/master/article/Mondeel_Ogundipe_Westerhoff-2017.pdf
+
+
+ Title:
+ [Re] Predicting metabolic biomarkers of human inborn errors
+ of metabolism
+
+
+ Author(s):
+ Mondeel, Thierry D.G.A. and Ogundipe, Vivian and Westerhoff, Hans V.
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2018
+
+
+ Month:
+ may
+
+
+ Volume:
+ 4
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #4
+
+
+ DOI:
+ 10.5281/zenodo.1254629
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/Mondeel-Ogundipe-Westerhoff-2018
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.1254629
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/41
+
+
+
+ Cite as:
+ Mondeel, T.D.G.A., Ogundipe, V., and Westerhoff, H.V. 2018. [Re] Predicting metabolic biomarkers of human inborn errors
+ of metabolism. ReScience 4 , 1, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/poisot_2018.html b/bibliography/poisot_2018.html
new file mode 100644
index 0000000..c85a47f
--- /dev/null
+++ b/bibliography/poisot_2018.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] On the coexistence of specialists and generalists
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Poisot, T. 2018. [Re] On the coexistence of specialists and generalists. ReScience 4 , 1, #7.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/rostami_2017.html b/bibliography/rostami_2017.html
new file mode 100644
index 0000000..0d9f200
--- /dev/null
+++ b/bibliography/rostami_2017.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Spike Synchronization and Rate Modulation
+ Differentially Involved in Motor Cortical Function
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Rostami, V., Ito, J., Denker, M., and Grün, S. 2017. [Re] Spike Synchronization and Rate Modulation
+ Differentially Involved in Motor Cortical Function. ReScience 3 , 1, #3.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/Rostami-Ito-Denker-Gruen-2017/blob/master/article/Rostami-Ito-Denker-Gruen-2017.pdf
+
+
+ Title:
+ [Re] Spike Synchronization and Rate Modulation
+ Differentially Involved in Motor Cortical Function
+
+
+ Author(s):
+ Rostami, Vahid and Ito, Junji and Denker, Michael and Grün, Sonja
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2017
+
+
+ Month:
+ may
+
+
+ Volume:
+ 3
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #3
+
+
+ DOI:
+ 10.5281/zenodo.583814
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/Rostami-Ito-Denker-Gruen-2017
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.583814
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/24
+
+
+
+ Cite as:
+ Rostami, V., Ito, J., Denker, M., and Grün, S. 2017. [Re] Spike Synchronization and Rate Modulation
+ Differentially Involved in Motor Cortical Function. ReScience 3 , 1, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/rougier_2017.html b/bibliography/rougier_2017.html
new file mode 100644
index 0000000..b9358fe
--- /dev/null
+++ b/bibliography/rougier_2017.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Weighted Voronoi Stippling
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Rougier, N.P. 2017. [Re] Weighted Voronoi Stippling. ReScience 3 , 1, #4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/senden_2018.html b/bibliography/senden_2018.html
new file mode 100644
index 0000000..344aa76
--- /dev/null
+++ b/bibliography/senden_2018.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A neural model of the saccade generator in the
+ reticular formation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Senden, M., Schuecker, J., Hahne, J., Diesmann, M., and Goebel, R. 2018. [Re] A neural model of the saccade generator in the
+ reticular formation. ReScience 4 , 1, #3.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/Senden-Schuecker-Hahne-Diesmann-Goebel-2018/blob/master/article/senden-schuecker-hahne-diesmann-goebel-2018.pdf
+
+
+ Title:
+ [Re] A neural model of the saccade generator in the
+ reticular formation
+
+
+ Author(s):
+ Senden, Mario and Schuecker, Jannis and Hahne, Jan and Diesmann, Markus and Goebel, Rainer
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2018
+
+
+ Month:
+ may
+
+
+ Volume:
+ 4
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #3
+
+
+ DOI:
+ 10.5281/zenodo.1241004
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/Senden-Schuecker-Hahne-Diesmann-Goebel-2018
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.1241004
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/46
+
+
+
+ Cite as:
+ Senden, M., Schuecker, J., Hahne, J., Diesmann, M., and Goebel, R. 2018. [Re] A neural model of the saccade generator in the
+ reticular formation. ReScience 4 , 1, #3.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/shifman_2017.html b/bibliography/shifman_2017.html
new file mode 100644
index 0000000..a207211
--- /dev/null
+++ b/bibliography/shifman_2017.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Ionic Current Model of a Hypoglossal Motoneuron
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shifman, A. 2017. [Re] Ionic Current Model of a Hypoglossal Motoneuron. ReScience 3 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/shimoura_2018.html b/bibliography/shimoura_2018.html
new file mode 100644
index 0000000..39a6a57
--- /dev/null
+++ b/bibliography/shimoura_2018.html
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] The cell-type specific cortical microcircuit: relating
+ structure and activity in a full-scale spiking network
+ model
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shimoura, R.O., Kamij, N.L., Pena, R.F.O., et al. 2018. [Re] The cell-type specific cortical microcircuit: relating
+ structure and activity in a full-scale spiking network
+ model. ReScience 4 , 1, #2.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-2017/blob/master/article/ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-2017.pdf
+
+
+ Title:
+ [Re] The cell-type specific cortical microcircuit: relating
+ structure and activity in a full-scale spiking network
+ model
+
+
+ Author(s):
+ Shimoura, Renan O. and Kamij, Nilton L. and Pena, Rodrigo F.O. and Cordeiro, Vinicius L. and Ceballos, Cesar C. and Romaro, Cecilia and Roque, Antonio C.
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2018
+
+
+ Month:
+ may
+
+
+ Volume:
+ 4
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #2
+
+
+ DOI:
+ 10.5281/zenodo.1244116
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-2017/
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.1244116
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/43
+
+
+
+ Cite as:
+ Shimoura, R.O., Kamij, N.L., Pena, R.F.O., et al. 2018. [Re] The cell-type specific cortical microcircuit: relating
+ structure and activity in a full-scale spiking network
+ model. ReScience 4 , 1, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/stojic_2017.html b/bibliography/stojic_2017.html
new file mode 100644
index 0000000..0a99d83
--- /dev/null
+++ b/bibliography/stojic_2017.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] How learning can guide evolution
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Stojić, H. 2017. [Re] How learning can guide evolution. ReScience 3 , 1, #8.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/stollmeier_2017.html b/bibliography/stollmeier_2017.html
new file mode 100644
index 0000000..b6b6664
--- /dev/null
+++ b/bibliography/stollmeier_2017.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] A simple rule for the evolution of cooperation on graphs and social networks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Stollmeier, F. 2017. [Re] A simple rule for the evolution of cooperation on graphs and social networks. ReScience 3 , 1, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/tennoe_2019.html b/bibliography/tennoe_2019.html
new file mode 100644
index 0000000..744f715
--- /dev/null
+++ b/bibliography/tennoe_2019.html
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Fast-Activating Voltage- and Calcium-Dependent
+ Potassium (BK) Conductance Promotes Bursting in Pituitary
+ Cells: A Dynamic Clamp Study
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Tennøe, S., Hodne, K., Haug, T.M., Weltzien, F.-A., Einevoll, G.T., and Halnes, G. 2019. [Re] Fast-Activating Voltage- and Calcium-Dependent
+ Potassium (BK) Conductance Promotes Bursting in Pituitary
+ Cells: A Dynamic Clamp Study. ReScience 5 , 1, #2.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/Tenn-e-Hodne-Haug-Weltzien-Einevoll-Halnes-2019/blob/master/article/tenn%C3%B8e-hodne-haug-weltzien-einevoll-halnes-2018.pdf
+
+
+ Title:
+ [Re] Fast-Activating Voltage- and Calcium-Dependent
+ Potassium (BK) Conductance Promotes Bursting in Pituitary
+ Cells: A Dynamic Clamp Study
+
+
+ Author(s):
+ Tennøe, Simen and Hodne, Kjetil and Haug, Trude M. and Weltzien, Finn-Arne and Einevoll, Gaute T. and Halnes, Geir
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2019
+
+
+ Month:
+ may
+
+
+ Volume:
+ 5
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #2
+
+
+ DOI:
+ 10.5281/zenodo.2611252
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/Tenn-e-Hodne-Haug-Weltzien-Einevoll-Halnes-2019
+
+
+
+ Code DOI:
+
+ -
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/53
+
+
+
+ Cite as:
+ Tennøe, S., Hodne, K., Haug, T.M., Weltzien, F.-A., Einevoll, G.T., and Halnes, G. 2019. [Re] Fast-Activating Voltage- and Calcium-Dependent
+ Potassium (BK) Conductance Promotes Bursting in Pituitary
+ Cells: A Dynamic Clamp Study. ReScience 5 , 1, #2.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/topalidou_2015.html b/bibliography/topalidou_2015.html
new file mode 100644
index 0000000..0ff51fb
--- /dev/null
+++ b/bibliography/topalidou_2015.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Interaction between cognitive and motor cortico-basal
+ ganglia loops during decision making: a computational study
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Topalidou, M. and Rougier, N.P. 2015. [Re] Interaction between cognitive and motor cortico-basal
+ ganglia loops during decision making: a computational study. ReScience 1 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/viejo_2016.html b/bibliography/viejo_2016.html
new file mode 100644
index 0000000..2cd332f
--- /dev/null
+++ b/bibliography/viejo_2016.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Speed/accuracy trade-off between the habitual and the
+ goal-directed process
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Viejo, G., Girard, B., and Khamassi, M. 2016. [Re] Speed/accuracy trade-off between the habitual and the
+ goal-directed process. ReScience 2 , 1, #1.
+
+
+
+ Article (PDF):
+ https://github.com/ReScience-Archives/Viejo-Girard-Khamassi-2016/raw/master/article/viejo_girard_khamassi.pdf
+
+
+ Title:
+ [Re] Speed/accuracy trade-off between the habitual and the
+ goal-directed process
+
+
+ Author(s):
+ Viejo, Guillaume and Girard, Benoît and Khamassi, Mehdi
+
+
+ Journal:
+ ReScience
+
+
+ Year:
+ 2016
+
+
+ Month:
+ feb
+
+
+ Volume:
+ 2
+
+
+ Issue:
+ 1
+
+
+ Number:
+ #1
+
+
+ DOI:
+ 10.5281/zenodo.45852
+
+
+ Code URL:
+
+ https://github.com/ReScience-Archives/Viejo-Girard-Khamassi-2016
+
+
+
+ Code DOI:
+
+ 10.5281/zenodo.45852
+
+
+
+ Data URL:
+
+ -
+
+
+
+ Data DOI:
+
+ -
+
+
+
+ Review URL:
+
+ https://github.com/ReScience/ReScience-submission/pull/14
+
+
+
+ Cite as:
+ Viejo, G., Girard, B., and Khamassi, M. 2016. [Re] Speed/accuracy trade-off between the habitual and the
+ goal-directed process. ReScience 2 , 1, #1.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bibliography/vitay_2016.html b/bibliography/vitay_2016.html
new file mode 100644
index 0000000..271ed92
--- /dev/null
+++ b/bibliography/vitay_2016.html
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+ [Re] Robust timing and motor patterns by taming chaos in recurrent neural networks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Vitay, J. 2016. [Re] Robust timing and motor patterns by taming chaos in recurrent neural networks. ReScience 2 , 1, #5.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/board/index.html b/board/index.html
new file mode 100644
index 0000000..6fc7a5c
--- /dev/null
+++ b/board/index.html
@@ -0,0 +1,1092 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Editorial board
+
+The editorial board is made of people who are committed to the open source
+community and are both experienced developers and strongly familiar with the
+GitHub ecosystem. Each editorial board member is specialised in a specific
+domain of Science and is proficient in several programming languages and/or
+environments. While many of us work primarily in Python, ReScience also
+accepts submissions in other open source languages.
+
+Reviewers are very important for our work. We always welcome new members
+to our team, in particular in scientific domains that are so far not
+well represented. If you want to become a reviewer for ReScience, please
+add a comment here .
+
+Editors-in-Chief
+
+
+
+ Olivia Guest
+Computational Cognitive Neuroscience, Cognitive Modelling - Python, C
+ORCID: 0000-0002-1891-0972
+
+Donders Centre for Cognitive Neuroimaging
+Radboud University
+Nijmegen, Netherlands
+Email : olivia dot guest at ru dot nl
+
+
+
+ Benoît Girard
+Computational Neuroscience, Robotics - Python (PyNEST), C
+ORCID: 0000-0002-8117-7064
+
+Institut des Systèmes Intelligents et de Robotiques
+Sorbonne Université & CNRS
+4 place Jussieu - CC 173
+75005 Paris, France
+Email : benoit dot girard at isir dot upmc dot fr
+
+
+
+ Konrad Hinsen
+Molecular Biophysics - Python, C, Racket, Clojure
+ORCID: 0000-0003-0330-9428
+
+Centre de biophysique moléculaire
+Rue Charles Sadron - CS 80054
+45071 Orléans Cedex 2, France
+Email : konrad dot hinsen at cnrs dot fr
+
+
+
+ Nicolas P. Rougier
+Computational Neuroscience, Computer Science - Python, C/C++
+ORCID: 0000-0002-6972-589X
+
+Inria Bordeaux Sud-Ouest
+200 Avenue de la vieille tour
+33405 Talence cedex, France
+Email : nicolas dot rougier at inria dot fr
+
+
+
+
+Associate Editors
+
+
+
+ Tiziano Zito
+Computational Neuroscience - Python, C, Fortran
+ORCID: 0000-0002-7199-7456
+
+Department of Psychology
+Humboldt-Universität zu Berlin -
+Berlin, Germany
+
+
+
+ Pierre de Buyl
+Computational Physics - Python, C, Fortran
+ORCID: 0000-0002-6640-6463
+
+Royal Meteorological Institute of Belgium —
+Brussels, Belgium
+
+
+
+ Emmanuelle Gouillart
+Physics, Image processing - Python
+ORCID: 0000-0002-3869-9967
+
+Surface du Verre et Interfaces
+CNRS / Saint-Gobain —
+Aubervilliers, France
+
+
+
+ C. Titus Brown
+Bioinformatics - Python
+ORCID: 0000-0001-6001-2677
+
+Population Health and Reproduction
+University of California —
+Davis, California, USA
+
+
+
+ Thomas Arildsen
+Signal and Image Processing, Scientific Computing, Optimisation - Python, Matlab
+ORCID: 0000-0003-3254-3790
+
+CLAAUDIA Research Data Services
+Aalborg University —
+Aalborg, Danemark
+
+
+
+ Timothée Poisot
+Computational Ecology - Python, R, Julia
+ORCID: 0000-0002-0735-5184
+
+Département de Sciences Biologiques
+Université de Montréal —
+Montréal, Canada
+
+
+
+ Karthik Ram
+Ecology - Data Science, R
+ORCID: 0000-0002-0233-1757
+
+Berkeley’ Institute for Data Science
+University of California —
+Berkeley, California, USA
+
+
+
+ Lorena Barba
+Computational Fluid Dynamics, High-Performance Computing, Biophysics - Python, CUDA
+ORCID: 0000-0001-5812-2711
+
+Department of Mechanical and Aerospace Engineering
+George Washington University —
+Washington, D.C., USA
+
+
+
+ Georgios Detorakis
+Machine Learning, Computational Neuroscience, Signal Processing - Python, C, Matlab, Fortran
+ORCID: 0000-0001-5891-1702
+
+Department of Cognitive Sciences
+University of California – Irvine, California, USA
+
+
+
+ Marc André Delsuc
+Biophysics, NMR spectroscopy - Python
+ORCID: 0000-0002-1400-5326
+
+Biostructural NMR group
+IGBMC institute — Strasbourg, France
+
+
+
+ Koustuv Sinha
+Machine Learning, Natural Language Processing - Python
+ORCID: 0000-0002-2803-9236
+
+Reasoning and Learning Lab
+McGill School of Computer Science — Montreal, Canada
+
+
+
+ Etienne Roesch
+Computational Neuroscience, Neuroimaging, Data Science - Python, C/C++, Matlab, R
+ORCID: 0000-0002-8913-4173
+
+Centre for Integrative Neuroscience & Neurodynamics
+University of Reading — Reading, UK
+
+
+
+
+Reviewers
+
+
+
+ Mehdi Khamassi
+Computational Neuroscience, Robotics - Python, C/C++, Matlab
+ORCID: 0000-0002-2515-1046
+
+
+ Cyrille Rossant
+Neurophysiological Data Analysis - Python, C
+ORCID: 0000-0003-2069-9093
+
+
+ Dirk Eddelbuettel
+Econometrics, Statistics, Data Science - R, C/C++
+ORCID: 0000-0001-6419-907X
+
+
+ Federico Vaggi
+Systems Biology - Python, Matlab, C
+ORCID: 0000-0001-8100-158X
+
+
+ Ozan Caglayan
+Signal Processing, Neural Networks - Python, C/C++, R
+ORCID: 0000-0002-5992-3470
+
+
+ Jan Hermann
+Computational Chemistry, Material Physics - Fortran, Python
+ORCID: —
+
+
+ Gökcen Eraslan
+Computational Biology - Python, C, R
+ORCID: 0000-0001-9579-2909
+
+
+ Andrew P. Davison
+Computational Neuroscience - Python
+ORCID: 0000-0002-4793-7541
+
+
+ Yoav Ram
+Evolutionary Biology, Population Genetics - Python, R
+ORCID: 0000-0002-9653-4458
+
+
+ Leonardo Uieda
+Geophysics - C, Python
+ORCID: 0000-0001-6123-9515
+
+
+ Hans Ekkehard Plesser
+Computational Neuroscience, Stochastic Processes - Python, C++
+ORCID: 0000-0001-7843-5993
+
+
+ Ilhan Polat
+Control Theory - Matlab, Python
+ORCID: 0000-0003-0096-7409
+
+
+ Pauline Barmby
+Astrophysics - Python, R, C
+ORCID: 0000-0003-2767-0090
+
+
+ Dan McGlinn
+Ecology - R
+ORCID: 0000-0003-2359-3526
+
+
+ Julien Vitay
+Computational Neuroscience - Python, C++
+ORCID: 0000-0001-5229-2349
+
+
+ Hrvoje Stojic
+Learning and Decision Making, Cognitive Modelling - R, Python
+ORCID: —
+
+
+ Owen L. Petchey
+Ecology - R
+ORCID: 0000-0002-7724-1633
+
+
+ Xavier Hinaut
+Computational Neuroscience, Machine Learning - Python, Matlab, Java, C
+ORCID: 0000-0002-1924-1184
+
+
+ Marcel Stimberg
+Computational Neuroscience - Python, C/C++
+ORCID: 0000-0002-2648-4790
+
+
+ Markus Pfeiffer
+Discrete Mathematics - GAP, C, Haskell, Python, Idris
+ORCID: —
+
+
+ Simon van Heeringen
+Computational Biology, Epigenomics, Regulatory Motif Analysis - Python
+ORCID: 0000-0002-0411-3219
+
+
+ Dominique Geffroy
+Condensed Matter Physics, Financial Derivatives - Python, C++
+ORCID: 0000-0003-2785-2679
+
+
+ Jemma Stachelek
+Ecology - R, Python
+ORCID: 0000-0002-5924-2464
+
+
+ Serge Stinckwich
+Agent-based Modelling, Computational Epidemiology - C, Python, Pharo
+ORCID: 0000-0002-8755-9848
+
+
+ Daniel Nüst
+Geoprocessing, Sensor Web, Geocomputation - Java, R
+ORCID: 0000-0002-0024-5046
+
+
+ Pierre Enel
+Neurophysiology, Computational Neuroscience - Python, Matlab, C
+ORCID: 0000-0001-8983-6223
+
+
+ Cesar B. Rocha
+Physical Oceanography, Geophysical Fluid Dynamics - Python, C, Fortran
+ORCID: 0000-0003-4063-5468
+
+
+ Kevin Mattheus Moerman
+Computational Soft Tissue Biomechanics, Image-based Modelling - Octave, Matlab
+ORCID: —
+
+
+ David Garcia
+Computational Social Science - R, Python
+ORCID: 0000-0002-2820-9151
+
+
+ Olivier Grisel
+Machine Learning - Python
+ORCID: 0000-0002-8226-4012
+
+
+ Almar Klein
+(Medical) Image Processing - Python
+ORCID: 0000-0002-9978-2780
+
+
+ Tarandeep Singh Kalra
+Computational Fluid Dynamics, Applied Aerodynamics, Ocean Modeling - Fortran, Python, C
+ORCID: —
+
+
+ Philipp Boersch-Supan
+Ecology, Biological Oceanography, Biogeography - R
+ORCID: 0000-0001-6723-6833
+
+
+ Ben Marwick
+Archaeology, Geosciences, Social sciences - R
+ORCID: —
+
+
+ Emmanuel Hadoux
+Decision Theory, Markov Models, Argumentation (Artificial Intelligence) -
+C++, Java, Ruby
+ORCID: 0000-0003-4303-7885
+
+
+ Dmitrii Pasechnik
+Algebra and Geometry, Combinatorics, Graphs, Optimization - C, Python, Computer Algebra Systems
+ORCID: 0000-0002-7557-6886
+
+
+ Niranj Chandrasekaran
+Molecular Biophysics - Python, Perl
+ORCID: —
+
+
+ Fabien C. Y. Benureau
+Machine Learning, Robotics, Computational Neuroscience - Python, Julia, Go
+ORCID: 0000-0003-4083-4512
+
+
+ Damien Drix
+Computational Neuroscience, Machine Learning - Julia, Python
+ORCID: 0000-0003-4107-5693
+
+
+ Kamil S Jaron
+Evolutionary biology - R, C/C++, python
+ORCID: 0000-0003-1470-5450
+
+
+ Anne Urai
+Cognitive neuroscience, Decision Making, Vision Science - Matlab, Python, R
+ORCID: 0000-0001-5270-6513
+
+
+ Vamsi Spandan
+Computational Fluid Dynamics, High Performance Computing - Fortran, Python
+ORCID: 0000-0003-0107-4135
+
+
+ Christopher B. Cole
+Statistical Genetics - R, Matlab, Python, C++
+ORCID: 0000-0002-6733-633X
+
+
+ Qihong Lu
+Cognitive Psychology, Neuroimaging, Neural Networks - Python, Matlab, R
+ORCID: 0000-0002-0730-5240
+
+
+ Emmanuel Noutahi
+Computational Biology, Evolutionary biology - Python, Java, Matlab, JavaScript
+ORCID: 0000-0001-5216-9703
+
+
+ Francisco Pina-Martins
+Bioinformatics, Evolutionary Biology, Population Genetics/Genomics - Python
+ORCID: 0000-0003-1836-397X
+
+
+ Kyle Niemeyer
+Combustion, Chemical Kinetics, Computational Fluid Dynamics, HPC - Python, Fortran, CUDA, Matlab
+ORCID: 0000-0003-4425-7097
+
+
+ Aaron Shifman
+Computational Biology - Python, Matlab/Octave, Javascript
+ORCID: 0000-0003-2140-7590
+
+
+ Roman Yurchak
+Signal Processing, Information Retrieval - Python, C
+ORCID: 0000-0002-2565-4444
+
+
+ Matt G. Hall
+Diffusion Imaging and Simulation - Java, Python, C++
+ORCID: 0000-0002-9530-5477
+
+
+ Christoph Metzner
+Computational Neuroscience - Python, Matlab, Neuron, Genesis, Auryn/C++
+ORCID: 0000-0002-5933-2101
+
+
+ Stephan Grein
+Computational Neuroscience, HPC platforms, Numerics - Java, C++, Lua, Python, Matlab, R
+ORCID: 0000-0001-9524-6633
+
+
+ Patricio Reyes
+Operations Research - Python, R
+ORCID: —
+
+
+ Pietro Marchesi
+Computational Neuroscience, Information Theory - Python
+ORCID: 0000-0001-5955-6909
+
+
+ Joshua Pritikin
+Quantitative Psychology - R, C/C++, Stan, Coffeescript, Python, Perl, Bash
+ORCID: 0000-0002-9862-5484
+
+
+ Arnaud Legrand
+Parallel Distributed HPC, Optimization, Evaluation, Simulation - C, R, Shell, Perl, Python
+ORCID: 0000-0002-8415-1046
+
+
+ Ryan B. Harvey
+Comp. Harmonic Analysis, Data Science/Engineering - R, Python, SQL, Bash/Shell, Java
+ORCID: 0000-0002-0821-7605
+
+
+ Anya Vostinar
+Digital Evolution, Agent-based simulation - C++ (11, 14), Python, R
+ORCID: 0000-0001-7216-5283
+
+
+ Milad H. Mobarhan
+Computational Neuroscience - Python, C++
+ORCID: 0000-0003-1144-8794
+
+
+ Max M. Losch
+Computational Visual Neuroscience, Machine Learning - Python, Matlab, Java, C/C++
+ORCID: 0000-0001-6525-4528
+
+
+ Alexandra K. Diem
+Vascular modelling, Neurovascular Coupling - Python, Matlab, C, Java, R, Bash
+ORCID: 0000-0003-1719-1942
+
+
+ Jaime Arias
+Formal Methods - Python, C/C++, VHDL, SystemVerilog
+ORCID Number: 0000-0003-3019-4902
+
+
+ Dennis Goldschmidt
+Computational Neuroscience, Neurorobotics - Python, C/C++, Java, Octave
+ORCID: 0000-0002-0603-7176
+
+
+ Aurélien Nioche
+Agent-based modelling - Python
+ORCID: 0000-0002-0567-2637
+
+
+ Bruno Sciolla
+Deep learning, Image processing, Medical Imaging - Python, C++, Matlab
+ORCID: 0000-0002-7720-1455
+
+
+ Vahid Rostami
+Computational Neuroscience, Statistical Neuroscience - Python
+ORCID: 0000-0002-3851-0220
+
+
+ Tiina Manninen
+Computational Neuroscience - Matlab, Python
+ORCID: 0000-0002-0456-1185
+
+
+ Shailesh Appukuttan
+Computational Neuroscience, Neurophysiology, Smooth Muscle - HOC, NMODL, Python, PyNN
+ORCID: 0000-0002-0148-8023
+
+
+ Hao Ye
+Ecology, Dynamic Systems - R, C++
+ORCID: 0000-0002-8630-1458
+
+
+ Paweł T. Jochym
+Computational Material Science, Theoretical Physics - Python, C/C++, Pascal, Fortran
+ORCID: 0000-0003-0427-7333
+
+
+ Pritish Patil
+Computational Neuroscience - Python, Julia , MATLAB
+ORCID: 0000-0002-2655-4090
+
+
+ Maarten Trompper
+Artificial Intelligence - Java, Javascript
+ORCID: 0000-0003-1167-0432
+
+
+ Tania Allard
+Computational Materials Science, Biomaterials, Data Science - Python, R, C/C++, Fortran, Matlab
+ORCID: 0000-0002-5353-5397
+
+
+ Romain Cazé
+Computational Neuroscience - Python
+ORCID: 0000-0002-7798-3696
+
+
+ Junpeng Lao
+Computational Neuroscience, Bayesian Statistics - Python, Matlab
+ORCID: 0000-0001-6029-7510
+
+
+ Geoff LaFlair
+Language assessment, Corpus linguistics, Second language research, Applied linguistics - R
+ORCID: 0000-0003-0306-6550
+
+
+ Arindam Basu
+Epidemiology, Medicine, Environmental Health - R, Python, Stata
+ORCID: 0000-0003-2326-2292
+
+
+ Nikolaos Efthymiou
+Medical Imaging, Positron Emission Tomography (PET) - C/C++, Python, Matlab
+ORCID: 0000-0003-1947-5033
+
+
+ Xuedong Shang
+Reinforcement Learning, Machine Learning, Optimization - Python, Julia, Matlab, OCaml, R, C/C++
+ORCID: 0000-0002-1537-6540
+
+
+ Dan Kortschak
+Genomics - Go
+ORCID: 0000-0001-8295-2301
+
+
+ Konstantinos Chatzilygeroudis
+Reinforcement Learning, Control, Gaussian Processes, Optimization - C++, C, Python, Matlab/Octave, Scala
+ORCID: 0000-0003-3585-1027
+
+
+ Thiago Mosqueiro
+Computational Neuroscience, Machine Learning, Statistical Physics, Biology - Python, Fortran, C/C++, R, Octave (Matlab), Scala
+ORCID: 0000-0001-5808-8189
+
+
+ Miguel P Xochicale
+Human-Robot Interaction, Nonlinear Time Series Analysis, Signal Processing, - R, Python, Octave, C/C++, Fortran
+ORCID: 0000-0002-8225-7517
+
+
+ Christian Jarvers
+Computational Neuroscience, Machine Learning/Deep Learning - Python, Octave/Matlab, Julia, Fortran
+ORCID: 0000-0003-0062-9776
+
+
+ Abdulqawi Saif
+Distributed Systems, Scalable Databases, Big Data Analytics, Software Verification and Validation - Java, C++, Ruby, OCL, JML, R
+ORCID: 0000-0003-3537-2499
+
+
+ Chris Rackauckas
+Systems Biology, Dynamical systems, Statistics - Julia, Matlab, Mathematica, C/C++, R, Python
+ORCID: 0000-0001-5850-0663
+
+
+ Rui Portela
+Systems and Synthetic Biology, Machine Learning - Python, Matlab, R, SQL
+ORCID: 0000-0002-3627-6477
+
+
+ Eric Berquist
+Computational Chemistry and Spectroscopy - Python, C++
+ORCID: 0000-0001-8186-9522
+
+
+ Josh Gardner
+Machine Learning, Education - Python, R
+ORCID: 0000-0002-4998-5918
+
+
+ Nicolás Guarín-Zapata
+Computational & Solid Mechanics, Wave Propagation- Python, Matlba, Fortran
+ORCID: 0000-0002-9435-1914
+
+
+ Roman Grothausmann
+Digital image analysis of 3D data - Python, C/C++, Octave, Java
+ORCID: 0000-0001-5550-4239
+
+
+ Mahmoud Ahmed
+Genomics, Epigenomics - R
+ORCID: 0000-0002-4377-6541
+
+
+ Robin Gutzen
+Computational Neuroscience - Python
+ORCID: 0000-0001-7373-5962
+
+
+ Gunnar W. Klau
+Bioinformatics, Algorithms - Python
+ORCID: 0000-0002-6340-0090
+
+
+ Daniel Schmid
+Computational Neuroscience, Deep Learning - Julia, Python, Matlab, C/C++
+ORCID: 0000-0002-2439-9453
+
+
+ Taher Chegini
+Computational Hydraulics and Hydrology, Urban Hydrology - Python, Fortran, C
+ORCID: 0000-0002-5430-6000
+
+
+ Jessica L. Burnett
+Ecology - R
+ORCID: 0000-0002-0896-5099
+
+
+ Karl Broman
+Statistics, Genetics - R, C/C++
+ORCID: 0000-0002-4914-6671
+
+
+ Bruno Levy
+Computer graphics, scientific computing - C, C++, assembly, Apple II
+
+
+ Sabino Maggi
+Physics, Data Analysis - Fortran, Python, R
+ORCID: 0000-0002-1523-6484
+
+
+ Md. Enamul Hoque
+Computational Physics and Simulation - Python, C
+ORCID: 0000-0001-6052-8059
+
+
+ Andreas Enge
+Computational number theory, Multiprecision arithmetic, Computer algebra - C, Pascal, Scheme
+ORCID: none
+
+
+ Juniper Simonis
+Computational & Statistical Ecology, Conservation Biology - R, bash/shell, C/C++, html, SQL
+ORCID: 0000-0001-9798-0460
+
+
+ Ismael Lemhadri
+(Applied) Statistics, Statistical Learning, Machine learning, Data Science - R, Python
+ORCID: 0000-0001-7371-6761
+
+
+ Olivier Pantalé
+Finite Elements, Non-linear behavior laws, Metal forming - C/C++, Python
+ORCID: 0000-0001-7367-5453
+
+
+ Stefano Forti
+Fog and Cloud computing, IoT, application management - Java, Python, Prolog, F#, C/C++
+ORCID: 0000-0002-4159-8761
+
+
+ Daniel Garside
+Colour/Color Science, Visual Neuroscience, Lighting Engineering - MATLAB, Python
+ORCID: 0000-0002-4579-003X
+
+
+ Emmanuel Bengio
+[Machine|Reinforcement|Deep] Learning - Python
+ORCID: 0000-0002-3257-4661
+
+
+ Rohit Goswami
+Molecular Dynamics, DFT/Quantum Chemistry, Computational Photonics, ML/AI, Graph Networks - C/C++, Fortran, Python, Julia
+ORCID: 0000-0002-2393-8056
+
+
+ Amy Zhang
+Reinforcement Learning - Python
+ORCID: 0000-0002-4061-5582
+
+
+ Jinjin Gu
+Computer Vision and Image Processing - Python
+ORCID: 0000-0002-4389-6236
+
+
+ Sarah Masud
+ML, NLP, Computational Social Science - Python
+ORCID: 0000-0003-2668-5581
+
+
+ Radoslaw Panczak
+Epidemiology, Geography - R, Stata
+ORCID: 0000-0001-5141-683X
+
+
+ Max Czapanskiy
+Ecology, geography - R, Python
+ORCID: 0000-0002-6302-905X
+
+
+ Ovi Paul
+Machine Learning, GIS, Remote Sensing - Python, C++
+ORCID: 0000-0002-7333-9203
+
+
+ Adam Tyson
+Neuroscience & Image analysis - Python, MATLAB
+ORCID: 0000-0003-3225-1130
+
+
+ Michael Weiss
+Software Engineering, Deep Learning - Java, Python
+ORCID: 0000-0002-8944-389X
+
+
+ Rémy Grünblatt
+Communication Networks, Network Simulation - Shell, Rust, C, C++, Python
+ORCID: 0000-0002-9146-9888
+
+
+ Richard Randriatoamanana
+Infrastructure System Development (HPC & AI) - Shell, Slurm, C, C++, Regex
+ORCID: 0000-0001-5546-242X
+
+
+ Hirak Kashyap
+Computer Vision, Computational Neuroscience - Python
+ORCID: 0000-0003-0191-9337
+
+
+ Andrey Formozov
+Particle Physics, Neuroscience, Interdisciplinary Research - C++, Python
+ORCID: 0000-0001-8935-8612
+
+
+ Romain Jacob
+Communication Networks, Computer Networks - Python, C, P4, MATLAB
+ORCID: 0000-0002-2218-5750
+
+
+ Furkan Kınlı
+Computer Vision, Deep Learning - Python, C++, MATLAB
+ORCID: 0000-0002-9192-6583
+
+
+ Lukas Walllrich
+Social Psychology, Management - R
+ORCID: 0000-0003-2121-5177
+
+
+ Daniel Marcelino
+Applied Political Science, Forecasting, Machine Learning - Python, R, SQL
+ORCID: 0000-0001-6432-407X
+
+
+ Aurélien Trotier
+MRI Sequence / Physics / Reconstruction / Post-processing - Matlab, Python, Julia, C/C++
+ORCID: 0000-0001-8860-1406
+
+
+ Bagus Tris Atmaja
+Audio processing, acoustics, vibration, deep learning, affective computing - Python
+ORCID: 0000-0003-1560-2824
+
+
+ Ariane Sasso
+Digital Health, Machine Learning Applied to Healthcare, Medical Informatics - Python
+ORCID: 0000-0002-3669-4599
+
+
+ Folgert Karsdorp
+Digital and Computational Humanities, Cultural Evolution - Python
+ORCID: 0000-0002-5958-0551
+
+
+ Valentin Danchev
+Data Science, Computational Social Science, Networks, Metascience - Python, R
+ORCID: 0000-0002-7563-0168
+
+
+ Tobias Uelwer
+Machine Learning, Image Processing, Computer Vision - Python
+ORCID: 0000-0001-9215-7336
+
+
+ Heinke Hihn
+Machine Learning, Reinforcement Learning - Python, Java, C/C++, Matlab
+ORCID: 0000-0002-3244-3661
+
+
+ Zeel B Patel
+Machine Learning, Gaussian processes applied to air quality - Python
+ORCID: 0000-0002-1981-3912
+
+
+ Alexandre Hippert-Ferrer
+Statistical signal processing, Missing data, Remote Sensing - Python
+ORCID: 0000-0002-7740-5415
+
+
+ Khimya Khetarpal
+Reinforcement Learning - Python
+ORCID: 0000-0001-9975-6438
+
+
+ Vishnu Asutosh Dasu
+Machine Learning, Security, Privacy - Python, C/C++, Java
+ORCID: 0000-0002-1849-1288
+
+
+ Nicholas Pritchard
+HPC, Astronomy, Workflow management, Quantum computing - Python, C/C++, Java, Dart, Javascript
+ORCID: 0000-0003-0587-2310
+
+
+ Zhiyu Wan
+Biomedical Informatics, Data Privacy, Machine Learning, Game Theory - Python, Matlab
+ORCID: 0000-0003-3752-5778
+
+
+ Bjørn-Jostein Singstad
+AI in Cardiology - Python
+ORCID: 0000-0003-4055-4297
+
+
+ Frédéric Barraquand
+Ecology - R, Matlab, C/C++
+ORCID: 0000-0002-4759-0269
+
+
+ Gianluca Della Vedova
+Bioinformatics, Algorithms - Python, C, Perl
+ORCID: 0000-0001-5584-3089
+
+
+ Vinay
+Computer Vision, Medical Imaging, Robotics – Python, Matlab, Bash
+ORCID: 0000-0002-6018-162X
+
+
+ Andrew Hansen
+Biochemistry, Computational Neuroscience, Neuromorphic computing – Python, Matlab, R, C/C++
+ORCID: 0000-0003-3752-2905
+
+
+ Alejandra Ramirez
+Nonlinear dynamics, evolutionary game theory, agent-based modelling - Julia, Python
+ORCID: 0000-0003-3567-039X
+
+
+ Raphaël Monat
+Formal methods, Computational law - OCaml, Python, C/C++, Coq
+ORCID: 0000-0001-8487-0326
+
+
+ Rodrigo Pena
+Computational Neuroscience, Deep Learning, Information Theory - C/C++, Python, Matlab
+ORCID: 0000-0002-2037-9746
+
+
+ Mohammad Arvan
+Natural Language Processing, Machine Learning, Deep Learning - Python
+ORCID: 0000-0001-9155-4559
+
+
+ Molly Zhang
+Machine Learning, Natural Language Processing, Cancer Genomics - Python, Java
+ORCID: 0000-0002-2398-8854
+
+
+ Alexis Praga
+High Performance Computing, Germline genomics, Applied Mathematics - Julia, Python, Fortran, Haskell, Nix, C++
+ORCID: 0000-0002-4540-8371
+
+
+ Lukas Röseler
+Psychology, Judgment and Decision Making - R
+ORCID: 0000-0002-6446-1901
+
+
+ Muhammed Hunaid Topiwala
+Computational Neuroscience, Machine Learning, Bayesian Statistics - Python, C++
+ORCID: 0009-0002-6542-0711
+
+
+ Yaidel Toledo-González
+Computational Chemistry - Python, Fortran
+ORCID: 0000-0001-7349-8143
+
+
+ Rémi Garcia
+Optimization, Computer Arithmetic, Hardware Design - Julia, VHDL, Python
+ORCID: 0000-0001-6704-759X
+
+
+ Dinesh Rathinasamy Thangavel
+HPC, Systems Software, Operating Systems - C/C++/Python/Rust
+ORCID: 0009-0005-9296-1275
+
+
+ Romain Besseau
+Energy, Environment, Life-Cycle Analysis - Python
+ORCID: 0009-0001-7352-5102
+
+
+ Varun Menon
+Scientific expertise - Deep Learning, Computer Vision, Natural Language Processing - Python
+ORCID: 0000-0002-4580-9183
+
+
+ Jinen Setpal
+Interpretability, Optimization Theory - Python
+ORCID: 0000-0002-8959-0451
+
+
+ Anthony Strock
+Computational Neuroscience, NeuroAI, Explainable AI - Python, Matlab, C/C++
+ORCID: 0000-0002-6725-561X
+
+
+ Francesco Martinuzzi
+Machine Learning, Earth System Science, Dynamical Systems - Julia, Python, Fortran
+ORCID: 0000-0003-3249-3703
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..3043a3b
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1,593 @@
+/**
+ * Reset some basic elements
+ */
+body, h1, h2, h3, h4, h5, h6,
+p, blockquote, pre, hr, figure
+dl, dd, ol, ul {
+ margin: 0;
+ padding: 0; }
+
+/**
+ * Basic styling
+ */
+body {
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 16px;
+ line-height: 1.35;
+ font-weight: 300;
+ color: #111;
+ background-color: #fdfdfd;
+ -webkit-text-size-adjust: 100%; }
+
+/**
+ * Set `margin-bottom` to maintain vertical rhythm
+ */
+h1, h2, h3, h4, h5, h6,
+p, blockquote, pre,
+ul, ol, dl, figure,
+.highlight {
+ margin-bottom: 15px; }
+
+/**
+ * Images
+ */
+img {
+ max-width: 100%;
+ vertical-align: middle; }
+
+/**
+ * Figures
+ */
+figure > img {
+ display: block; }
+
+figcaption {
+ font-size: 14px; }
+
+/**
+ * Lists
+ */
+ul, ol {
+ margin-left: 30px; }
+
+li > ul,
+li > ol {
+ margin-bottom: 0; }
+
+/**
+ * Headings
+ */
+h1, h2, h3, h4, h5, h6 {
+ font-weight: 300; }
+
+/**
+ * Links
+ */
+a {
+ color: #2a7ae2;
+ text-decoration: none; }
+ a:visited {
+ color: #1756a9; }
+ a:hover {
+ color: #111;
+ text-decoration: underline; }
+
+/**
+ * Blockquotes
+ */
+blockquote {
+ color: #828282;
+ border-left: 4px solid #e8e8e8;
+ padding-left: 15px;
+ font-size: 18px;
+ letter-spacing: -1px;
+ font-style: italic; }
+ blockquote > :last-child {
+ margin-bottom: 0; }
+
+/**
+ * Code formatting
+ */
+pre,
+code {
+ font-size: 15px;
+ border: 1px solid #e8e8e8;
+ border-radius: 3px;
+ background-color: #eef; }
+
+code {
+ padding: 1px 5px; }
+
+pre {
+ padding: 8px 12px;
+ overflow-x: scroll; }
+ pre > code {
+ border: 0;
+ padding-right: 0;
+ padding-left: 0; }
+
+/**
+ * Wrapper
+ */
+.wrapper {
+ max-width: -webkit-calc(800px - (30px * 2));
+ max-width: calc(800px - (30px * 2));
+ margin-right: auto;
+ margin-left: auto;
+ padding-right: 30px;
+ padding-left: 30px; }
+ @media screen and (max-width: 800px) {
+ .wrapper {
+ max-width: -webkit-calc(800px - (30px));
+ max-width: calc(800px - (30px));
+ padding-right: 15px;
+ padding-left: 15px; } }
+
+/**
+ * Clearfix
+ */
+.wrapper:after, .footer-col-wrapper:after {
+ content: "";
+ display: table;
+ clear: both; }
+
+/**
+ * Icons
+ */
+.icon > svg {
+ display: inline-block;
+ width: 16px;
+ height: 16px;
+ vertical-align: middle; }
+ .icon > svg path {
+ fill: #828282; }
+
+/**
+ * Custom
+ */
+strong {
+ font-weight: 500; }
+
+/**
+ * Site header
+ */
+.site-header {
+ border-top: 5px solid #424242;
+ border-bottom: 1px solid #e8e8e8;
+ min-height: 56px;
+ position: relative; }
+
+.site-title {
+ font-size: 26px;
+ line-height: 56px;
+ letter-spacing: -1px;
+ margin-bottom: 0;
+ float: left; }
+ .site-title, .site-title:visited {
+ color: #424242; }
+
+.site-nav {
+ float: right;
+ line-height: 200px; }
+ .site-nav .menu-icon {
+ display: none; }
+ .site-nav .page-link {
+ color: #111;
+ line-height: 1.35; }
+ .site-nav .page-link:not(:first-child) {
+ margin-left: 20px; }
+ @media screen and (max-width: 600px) {
+ .site-nav {
+ position: absolute;
+ top: 9px;
+ right: 30px;
+ background-color: #fdfdfd;
+ border: 1px solid #e8e8e8;
+ border-radius: 5px;
+ text-align: right; }
+ .site-nav .menu-icon {
+ display: block;
+ float: right;
+ width: 36px;
+ height: 26px;
+ line-height: 0;
+ padding-top: 10px;
+ text-align: center; }
+ .site-nav .menu-icon > svg {
+ width: 18px;
+ height: 15px; }
+ .site-nav .menu-icon > svg path {
+ fill: #424242; }
+ .site-nav .trigger {
+ clear: both;
+ display: none; }
+ .site-nav:hover .trigger {
+ display: block;
+ padding-bottom: 5px; }
+ .site-nav .page-link {
+ display: block;
+ padding: 5px 10px; } }
+
+/**
+ * Site footer
+ */
+.site-footer {
+ border-top: 1px solid #e8e8e8;
+ padding: 30px 0; }
+
+.footer-heading {
+ font-size: 18px;
+ margin-bottom: 15px; }
+
+.contact-list,
+.social-media-list {
+ list-style: none;
+ margin-left: 0; }
+
+.footer-col-wrapper {
+ font-size: 15px;
+ color: #828282;
+ margin-left: -15px; }
+
+.footer-col {
+ float: left;
+ margin-bottom: 15px;
+ padding-left: 15px; }
+
+.footer-col-1 {
+ width: -webkit-calc(35% - (30px / 2));
+ width: calc(35% - (30px / 2)); }
+
+.footer-col-2 {
+ width: -webkit-calc(20% - (30px / 2));
+ width: calc(20% - (30px / 2)); }
+
+.footer-col-3 {
+ width: -webkit-calc(45% - (30px / 2));
+ width: calc(45% - (30px / 2)); }
+
+@media screen and (max-width: 800px) {
+ .footer-col-1,
+ .footer-col-2 {
+ width: -webkit-calc(50% - (30px / 2));
+ width: calc(50% - (30px / 2)); }
+
+ .footer-col-3 {
+ width: -webkit-calc(100% - (30px / 2));
+ width: calc(100% - (30px / 2)); } }
+@media screen and (max-width: 600px) {
+ .footer-col {
+ float: none;
+ width: -webkit-calc(100% - (30px / 2));
+ width: calc(100% - (30px / 2)); } }
+/**
+ * Page content
+ */
+.page-content {
+ padding: 30px 0; }
+
+.page-heading {
+ font-size: 20px; }
+
+.post-list {
+ margin-left: 0;
+ list-style: none; }
+ .post-list > li {
+ margin-bottom: 30px; }
+
+.post-meta {
+ font-size: 14px;
+ color: #828282; }
+
+.post-link {
+ display: block;
+ font-size: 24px; }
+
+/**
+ * Posts
+ */
+.post-header {
+ margin-bottom: 30px; }
+
+.post-title {
+ font-size: 42px;
+ letter-spacing: -1px;
+ line-height: 1; }
+ @media screen and (max-width: 800px) {
+ .post-title {
+ font-size: 36px; } }
+
+.post-content {
+ margin-bottom: 30px; }
+ .post-content h2 {
+ font-size: 32px; }
+ @media screen and (max-width: 800px) {
+ .post-content h2 {
+ font-size: 28px; } }
+ .post-content h3 {
+ font-size: 26px; }
+ @media screen and (max-width: 800px) {
+ .post-content h3 {
+ font-size: 22px; } }
+ .post-content h4 {
+ font-size: 20px;
+ padding-top: 2em; }
+ @media screen and (max-width: 800px) {
+ .post-content h4 {
+ font-size: 18px; } }
+
+/**
+ * Syntax highlighting styles
+ */
+.highlight {
+ background: #fff; }
+ .highlight .c {
+ color: #998;
+ font-style: italic; }
+ .highlight .err {
+ color: #a61717;
+ background-color: #e3d2d2; }
+ .highlight .k {
+ font-weight: bold; }
+ .highlight .o {
+ font-weight: bold; }
+ .highlight .cm {
+ color: #998;
+ font-style: italic; }
+ .highlight .cp {
+ color: #999;
+ font-weight: bold; }
+ .highlight .c1 {
+ color: #998;
+ font-style: italic; }
+ .highlight .cs {
+ color: #999;
+ font-weight: bold;
+ font-style: italic; }
+ .highlight .gd {
+ color: #000;
+ background-color: #fdd; }
+ .highlight .gd .x {
+ color: #000;
+ background-color: #faa; }
+ .highlight .ge {
+ font-style: italic; }
+ .highlight .gr {
+ color: #a00; }
+ .highlight .gh {
+ color: #999; }
+ .highlight .gi {
+ color: #000;
+ background-color: #dfd; }
+ .highlight .gi .x {
+ color: #000;
+ background-color: #afa; }
+ .highlight .go {
+ color: #888; }
+ .highlight .gp {
+ color: #555; }
+ .highlight .gs {
+ font-weight: bold; }
+ .highlight .gu {
+ color: #aaa; }
+ .highlight .gt {
+ color: #a00; }
+ .highlight .kc {
+ font-weight: bold; }
+ .highlight .kd {
+ font-weight: bold; }
+ .highlight .kp {
+ font-weight: bold; }
+ .highlight .kr {
+ font-weight: bold; }
+ .highlight .kt {
+ color: #458;
+ font-weight: bold; }
+ .highlight .m {
+ color: #099; }
+ .highlight .s {
+ color: #d14; }
+ .highlight .na {
+ color: #008080; }
+ .highlight .nb {
+ color: #0086B3; }
+ .highlight .nc {
+ color: #458;
+ font-weight: bold; }
+ .highlight .no {
+ color: #008080; }
+ .highlight .ni {
+ color: #800080; }
+ .highlight .ne {
+ color: #900;
+ font-weight: bold; }
+ .highlight .nf {
+ color: #900;
+ font-weight: bold; }
+ .highlight .nn {
+ color: #555; }
+ .highlight .nt {
+ color: #000080; }
+ .highlight .nv {
+ color: #008080; }
+ .highlight .ow {
+ font-weight: bold; }
+ .highlight .w {
+ color: #bbb; }
+ .highlight .mf {
+ color: #099; }
+ .highlight .mh {
+ color: #099; }
+ .highlight .mi {
+ color: #099; }
+ .highlight .mo {
+ color: #099; }
+ .highlight .sb {
+ color: #d14; }
+ .highlight .sc {
+ color: #d14; }
+ .highlight .sd {
+ color: #d14; }
+ .highlight .s2 {
+ color: #d14; }
+ .highlight .se {
+ color: #d14; }
+ .highlight .sh {
+ color: #d14; }
+ .highlight .si {
+ color: #d14; }
+ .highlight .sx {
+ color: #d14; }
+ .highlight .sr {
+ color: #009926; }
+ .highlight .s1 {
+ color: #d14; }
+ .highlight .ss {
+ color: #990073; }
+ .highlight .bp {
+ color: #999; }
+ .highlight .vc {
+ color: #008080; }
+ .highlight .vg {
+ color: #008080; }
+ .highlight .vi {
+ color: #008080; }
+ .highlight .il {
+ color: #099; }
+
+/*****************************/
+/* ReScience custom settings */
+/*****************************/
+h1, h2, h3, h4, h5, h6 {
+ color: #ce232b;
+ padding-top: 1em;
+ font-weight: 500; }
+
+.site-header strong {
+ color: #ce232b;
+ font-weight: 600; }
+
+a:hover {
+ text-decoration: none; }
+
+.site-header {
+ border: none;
+ min-height: 150px; }
+
+.site-title a {
+ /* padding: .5em .75em .25em 1em;
+ background-color: #ce232b;
+ color: white; */
+ color: #ce232b;
+ /*font-size: 80%;*/
+ font-weight: 100;
+ margin: auto;
+ line-height: 200px;
+ letter-spacing: .25em;
+ text-transform: uppercase; }
+
+.site-title a:hover {
+ text-decoration: none;
+ /* color: white;*/ }
+
+.site-nav a {
+ font-size: 14px;
+ color: #ce232b;
+ font-weight: 400; }
+
+.site-nav a:hover {
+ text-decoration: none;
+ color: #ce232b; }
+
+.post-content h2 {
+ font-size: 20px; }
+ @media screen and (max-width: 800px) {
+ .post-content h2 {
+ font-size: 16px; } }
+.post-content h3 {
+ font-size: 16px; }
+ @media screen and (max-width: 800px) {
+ .post-content h3 {
+ font-size: 16px; } }
+.post-content h4 {
+ font-size: 16px; }
+ @media screen and (max-width: 800px) {
+ .post-content h4 {
+ font-size: 16px; } }
+
+a.bibtag {
+ padding: .25em .5em .1em .5em;
+ background-color: #ce232b;
+ color: white;
+ border-radius: 2px; }
+
+.collapse {
+ font-size: 90%;
+ color: black;
+ background-color: #fff0f0;
+ border: 1px solid black; }
+
+pre, code {
+ border: none;
+ color: #555555;
+ background: none; }
+
+.post-tag, .post-tag a {
+ color: #fff;
+ background-color: #aaa;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: middle;
+ padding: 2px 12px;
+ line-height: 1.5;
+ border-radius: 3px; }
+
+.footer-col-wrapper {
+ font-size: 12px;
+ text-align: center;
+ border-top: 1px solid #e8e8e8;
+ padding: 10px 0; }
+
+.site-footer {
+ border: none;
+ padding: 0; }
+
+.highlight {
+ background: #f0f0ff; }
+
+li p small {
+ display: block;
+ width: 50%;
+ line-height: 1.25em !important;
+ /*padding-left: 10px;*/
+ border-top: 1px solid black;
+ margin-top: 0.50em;
+ padding-top: 0.50em;
+ margin-bottom: 2.00em; }
+
+ol.bibliography {
+ font-size: 100%;
+ line-height: 1.25em; }
+
+table {
+ clear: both; }
+
+table td {
+ vertical-align: top; }
+
+table td:first-child {
+ width: 20%; }
+
+.thumbnail {
+ border: 1px solid black; }
+
+div.bib-entry-highlight {
+ width: 100%;
+ padding: 1.5em;
+ color: white;
+ background-color: #ce232b; }
+
+img.ten-years-challenge {
+ /* float: right;
+ width: 25%; */
+ border: 1px solid black; }
diff --git a/css/main.scss b/css/main.scss
deleted file mode 100755
index 12238f8..0000000
--- a/css/main.scss
+++ /dev/null
@@ -1,162 +0,0 @@
----
-# Only the main Sass file needs front matter (the dashes are enough)
----
-@charset "utf-8";
-
-
-
-// Our variables
-$base-font-family: Helvetica, Arial, sans-serif;
-$base-font-size: 16px;
-$small-font-size: $base-font-size * 0.875;
-$base-line-height: 1.35;
-
-$spacing-unit: 30px;
-
-$text-color: #111;
-$background-color: #fdfdfd;
-$brand-color: #2a7ae2;
-
-$grey-color: #828282;
-$grey-color-light: lighten($grey-color, 40%);
-$grey-color-dark: darken($grey-color, 25%);
-
-// Width of the content area
-$content-width: 800px;
-
-$on-palm: 600px;
-$on-laptop: 800px;
-
-
-
-// Using media queries with like this:
-// @include media-query($on-palm) {
-// .wrapper {
-// padding-right: $spacing-unit / 2;
-// padding-left: $spacing-unit / 2;
-// }
-// }
-@mixin media-query($device) {
- @media screen and (max-width: $device) {
- @content;
- }
-}
-
-
-
-// Import partials from `sass_dir` (defaults to `_sass`)
-@import
- "base",
- "layout",
- "syntax-highlighting"
-;
-
-
-/*****************************/
-/* ReScience custom settings */
-/*****************************/
-
-h1, h2, h3, h4, h5, h6 {
- color: #ce232b;
- padding-top: 1em;
- font-weight: 500;
-}
-
-.site-header strong {
- color: #ce232b;
- font-weight: 600;
-}
-
-.site-header {
- border: none;
- min-height: 150px;
-}
-
-.site-title {
- line-height: 125px;
-/* margin-left: -50px;*/
-}
-
-a.site-title:hover {
- text-decoration: none;
- color: #ce232b;
-}
-
-.site-nav a {
- font-size: 14px;
- color: #ce232b;
- font-weight: 400;
-}
-
-.site-nav a:hover {
- text-decoration: none;
- color: #ce232b;
-}
-
-.post-content {
- h2 {
- font-size: 20px;
- @include media-query($on-laptop) {
- font-size: 16px;
- }
- }
- h3 {
- font-size: 16px;
-
- @include media-query($on-laptop) {
- font-size: 16px;
- }
- }
- h4 {
- font-size: 16px;
- @include media-query($on-laptop) {
- font-size: 16px;
- }
- }
-}
-
-pre,code {
- border: none;
- color: #555555;
- background: none;
-}
-
-.post-tag, .post-tag a {
- color: #fff;
- background-color: #aaa;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- padding: 2px 12px;
- line-height: 1.5;
- border-radius: 3px;
-}
-
-.footer-col-wrapper {
- font-size: 12px;
- text-align: center;
- border-top: 1px solid $grey-color-light;
- padding: 10px 0;
-}
-
-
-.site-footer {
-// border-top: 1px solid $grey-color-light;
- border: none;
- padding: 0;
-}
-
-.highlight {
- background: #f0f0ff;
-}
-
-li p small {
- display: block;
- width: 50%;
- line-height: 1.25em !important;
- /*padding-left: 10px;*/
- border-top: 1px solid black;
- margin-top: 0.50em;
- padding-top: 0.50em;
- margin-bottom: 2.00em;
-}
diff --git a/edit/index.html b/edit/index.html
new file mode 100644
index 0000000..610f99f
--- /dev/null
+++ b/edit/index.html
@@ -0,0 +1,251 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The reviewing process
+
+A submission takes the form of an issue. If you’re unfamiliar with GitHub, do
+not hesitate to ask advices and informations to the editor in charge of editing
+the submission. Reviewers unfamiliar with git should have a look at
+http://git-lectures.github.io.
+
+To review a submission, you’ll first have to clone the author’s repository onto
+your desktop environment and each time an author update the manuscript or code
+to get reviewer’s comment into account, you’ll have to update your local copy
+using the git pull command.
+
+Reviewer guidelines
+
+Successful replications
+
+Most articles in ReScience C report a successful replication of the
+results (figures, tables, …) of previously published research work.
+A full replication covers all the results of the original work, whereas
+a partial replication covers only a subset of the results.
+
+The main criteria for acceptance of a successful replication are
+
+
+
+ The actual replication of the research. The reviewer must evaluate
+the authors’ claims about a successful replication, applying the
+standards of the field.
+
+
+ Reproducibility of the replication. The reviewers must be able
+to run the proposed implementation on their computer, and obtain
+the same results as the authors with the limits of the state
+of the art of the field.
+
+
+ Clarity of the code and the instructions for running it.
+Uncommented or obfuscated code is as bad as no code at all.
+
+
+ Clarity and completeness of the accompanying article, in which the
+authors should clearly state why they think they have replicated
+the paper (same figures, same graphics, same behavior, etc.) and
+explain any obstacles they have encountered during the replication
+work. The reviewers should also consider if the article is sufficiently
+self-contained.
+
+
+
+The primary goal of the review is not to decide whether to accept or
+reject a submission, but to help the authors improve their work until
+it meets the ReScience C quality standards. Since ReScience C
+targets replication of already published research, there is no need to
+judge the relevance or novelty of the work. Every replication that
+meets the criteria listed above is welcome in ReScience C.
+Rejection remains of course a possibility, in the case that the
+authors are not able or willing to improve their submission as
+deemed necessary by the reviewers.
+
+When evaluating the criteria for acceptance, reviewers need to apply
+the standards of their field of research. There are no absolute
+criteria for two results/figures being equal, so both the success and
+the reproducibility of the replication must be judged according to
+the degree of equality that can be achieved given the state of the
+art of the field. The clarity of the code and instructions must also
+be judged in the light of the conventions of the field. As a general
+goal, any competent researcher in the field should understand the
+paper and be able to understand and run the code. The use of
+software packages that are mainstream in the field is encouraged,
+but not strictly required. The less well-known a software package
+is, the more explanation authors should provide concerning its
+capabilities and use.
+
+Failed replications
+
+A replication attempt can lead to the finding that the results of the original
+paper cannot be reproduced, suggesting a critical mistake or omission in the
+original work that cannot be fixed. The failure can concern some or all of the
+results. ReScience C accepts reports on replication failures, but requires a
+particularly careful examination by the reviewers. The authors must describe in
+detail why they believe that the original work is mistaken, and the reviewers
+must be convinced by the reasoning offered by the authors.
+
+Authors who are confronted with replication failure are strongly encouraged
+to contact the authors of the original work and try to explore the causes
+of the replication failure in collaboration with them. This is, however, not
+a requirement for publication in ReScience C.
+
+The editing process
+
+The role of a scientific editor is to manage a submission from start to end,
+i.e. from the initial acknowledgment request by the editor-in-chief to the
+final publication. As an editor, your goal is to help authors improve their
+submission in order to meet the journal’s quality standards and to ensure that
+anyone can re-use the published code. Depending on the specific domain, an
+editor might request the article to follow best practices of the domain.
+
+Editor guidelines
+
+
+ When a new submission is
+made (i.e. a new issue has been opened), you can assign yourself in order to
+be the editor or you can accept an invitation to edit the submission.
+ Once you’ve accepted, you can either reject the submission and close the
+issue (you’ll have to motivate such decision) or accept the
+submission. You’ll then need to find and invite at least two reviewers (from
+within the same issue)
+ Once you’ve found the two reviewers, you can start the review.
+ During the review, reviewers are free to interact with the authors to ask for
+clarification or change in any file that is part of the submission.
+ The main criterion for acceptance is either:
+
+ Replication of the original research with a clear statement by the authors
+explaining why they think they have replicated the paper (same figures,
+same graphics, same behavior, etc.).
+ Non-replication of the original research with a clear statement by the
+authors explaining why they believe that it cannot be replicated .
+ Source code without any accompanying article is also a criterion for
+rejection since we’re not human compilers (well not all of us at least).
+
+
+ Don’t forget to check that there is a license in the code repository. Authors
+can choose whatever open license they prefer (see the Debian Free Software
+Guidelines ) but they need
+to choose one.
+ If both reviewers agree, the paper can be accepted.
+
+
+The publication process
+
+The publication is now almost automatic but still requires some manual steps
+that are given in the README of the
+articles repository.
+
+After publication, you can try to contact the editor and the authors of the
+original article to tell them about the successful (or unsuccessful) replication
+of their work.
+
+You can also tweet about the new paper, with CC to @ReScienceEds.
+
+Finally, you can close the issue.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/faq/index.html b/faq/index.html
new file mode 100644
index 0000000..4fe3849
--- /dev/null
+++ b/faq/index.html
@@ -0,0 +1,288 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Frequently Asked Questions
+
+If your question is not answered below, please create an
+issue on GitHub and ask it there.
+
+Can I help?
+
+Yes! You can:
+
+
+ Become a reviewer by commenting on this issue (see
+ our current list of reviewers
+ for the information we would like to have about you)
+ Submit paper for the work you’ve already replicated
+ Spread the word about ReScience C in your community
+(twitter , mailing lists, blogs, etc.)
+
+
+What’s the difference between replication and reproduction?
+
+There is no consensus yet on what exactly these two terms mean, so
+here is how we understand and use them.
+
+Reproduction of a computational study means running the same
+computation on the same input data, and then checking if the results
+are the same, or at least “close enough” when it comes to numerical
+approximations. Reproduction can be considered as software testing at
+the level of a complete study.
+
+Replication of a scientific study (computational or other) means
+repeating a published protocol, respecting its spirit and intentions
+but varying the technical details. For computational work, this would
+mean using different software, running a simulation from different
+initial conditions, etc. The idea is to change something that everyone
+believes shouldn’t matter, and see if the scientific conclusions are
+affected or not.
+
+Reproduction verifies that a computation was recorded with enough
+detail that it can be analyzed later or by someone else. Replication
+explores which details matter for reaching a specific scientific
+conclusion. A replication attempt is most useful if reproducibility
+has already been verified. Otherwise, if replication fails, leads to
+different conclusions, you cannot trace back the differences in the
+results to the underlying code and data.
+
+In the ideal world, the reproducibility of computational studies would
+be checked automatically before publication. In the real world, most
+published studies do not even claim to be reproducible, because the code
+or the input data are not made public. Given this situation,
+a ReScience C publication provides two important services: by replicating
+the original work, it provides an independent implementation of the
+original computational protocol, and by making this new implementation
+public, it is reproducible and thus a safer basis for future research
+to build on.
+
+What do the title prefixes Re , Rp , ¬Re , and ¬Rp mean?
+Re means replication. Rp means reproduction.
+Either one can be negated in case of failure to give: ¬Re and ¬Rp.
+
+Are there any publication fees?
+
+No. ReScience C promotes open access and relies on the volunteer work of
+editors and reviewers. And the free hosting by GitHub.
+
+ReScience C is a platinum open-access journal, which means that authors do
+not pay to publish and readers do not pay to read.
+
+
+
+No. If we aim at replicability, we have to make sure the proposed
+implementation allows anyone to re-run and understand the code without any
+barriers. Proprietary software constitutes such a barrier because of their
+price and their closed nature. An implementation specifically targeting a free
+alternative such as Octave will be
+accepted though.
+
+Is it mandatory to have an open-source license on the code?
+
+Yes. The code accompanying ReScience C articles will be archived at
+Zenodo along with the article and data, entirely under
+open licenses. This is part of the open access principle underlying ReScience
+C. For the choice of a license for the code, we refer to the the Debian Free
+Software Guidelines .
+
+Can I submit the replication of my own research?
+
+No. Mistakes in the implementation of research questions and methods are often
+due to biases authors invariably have, consciously or not. One’s biases will
+inevitably carry over to how one approaches a replication. Perhaps even more
+importantly, we aim at the cross-fertilization of research and trying to
+replicate the work of one’s peers might pave the way for a future
+collaboration, or may give rise to new ideas as a result of the replication
+effort.
+
+Can I suggest a replication?
+
+Yes. If you want to suggest an article for a replication, just open a new
+issue in the call for
+replication repository and give the
+reference of the original article and possibly the reason you would like to see
+this article replicated (please refrain from suggesting your own work). Note
+that you’re also encouraged to register as a reviewer such that you can review
+the replication you’ve been proposing if someone actually takes up the
+challenge.
+
+If you’re looking for some challenge, you can also look at the current list of
+suggestions .
+
+If my submission is rejected, can I resubmit it?
+
+This depends on the reason your submission was rejected. If the original
+research has already been replicated previously (in ReScience C or elsewhere),
+it is unlikely we’ll consider another replication, even if you think your
+implementation is better. However, if your submission has been rejected because
+reviewers cannot make it run, you are encouraged to re-submit once the
+identified problems have been solved.
+
+What if I fail to replicate a research result?
+
+Some research may not be replicable. Before declaring a research result
+non-replicable, we require extra caution to be taken. In addition to scrutiny
+of your submission by reviewers and editors, we will contact the authors of the
+original research, and issue a challenge to the ReScience C community to spot
+and report (using the issue tracker) errors in your implementation. If no
+errors are found, your work will be accepted and the original research will be
+declared non-replicable.
+
+Is there a preferred implementation language?
+
+We favor a Python implementation because this language offers a scientific
+programming stack that can handle research in many
+domains of science (see for example the Scipy
+2015 and EuroScipy
+2015 conferences). Python is also often
+reported by scientists to easier to learn and use than other languages.
+Furthermore, using Python might allow us to use the
+IPython notebook and the upcoming
+Jupyter environments.
+
+However, other languages or tools are acceptable if they are mainstream in the
+respective domain of research.
+
+I’m a student, can I submit?
+
+Yes! Students are strongly encouraged to submit their work . Although the
+ReScience C publishing model is a bit different from other academic journals,
+it can give students a first experience at peer-reviewed scholarly publishing,
+including meeting standards of scientific rigor and addressing reviewers’
+comments. Publishing in ReScience C is also a way to actively contribute to
+open science while adding to one’s publication record.
+
+How do I know if my replication is successful?
+
+This depends mainly on the original paper introducing the research results to
+be replicated. Results might be presented in a qualitative or quantitative way
+and you’ll have to clearly state why you think your implementation of a method
+or protocol is a faithful replication of the original results.
+
+What kind of research can I replicate?
+
+Any computational research in any domain of science provided an
+editor from the Board has the expertise to edit your
+submission. Our editorial board is growing to increase the scientific domains
+being covered. If no editor is able to edit your submission, you may
+propose a guest editor (who must be willing to work with our GitHub-based
+editorial processes).
+
+Does ReScience C issue DOIs (Digital Object Identifiers)?
+
+ReScience C itself does not, but every article published in ReScience C
+receives a DOI from, and is indexed by
+Zenodo .
+
+What is the preferred format for the accompanying article?
+
+We prefer LaTeX using the provided
+template but Word or OpenOffice are
+also fine if the result is comparable to the PDF produced by our template.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/feed.xml b/feed.xml
index a3819fc..dfd2452 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,31 +1,220 @@
----
-layout: null
-permalink: /feed.xml
----
- {{ site.title | xml_escape }}
- {{ site.description | xml_escape }}
- {{ site.url }}{{ site.baseurl }}/
-
- {{ site.time | date_to_rfc822 }}
- {{ site.time | date_to_rfc822 }}
- Jekyll v{{ jekyll.version }}
- {% for post in site.posts limit:10 %}
- -
-
{{ post.title | xml_escape }}
- {{ post.content | xml_escape }}
- {{ post.date | date_to_rfc822 }}
- {{ post.url | prepend: site.baseurl | prepend: site.url }}
- {{ post.url | prepend: site.baseurl | prepend: site.url }}
- {% for tag in post.tags %}
- {{ tag | xml_escape }}
- {% endfor %}
- {% for cat in post.categories %}
- {{ cat | xml_escape }}
- {% endfor %}
-
- {% endfor %}
+ ReScience C
+ Reproducible Science is good.<br/> Replicated Science is better.
+ http://rescience.github.io/
+
+ Wed, 28 Jan 2026 12:13:38 +0100
+ Wed, 28 Jan 2026 12:13:38 +0100
+ Jekyll v3.9.3
+
+ -
+
Ten Years Reproducibility Challenge
+ <p>Did you ever try to run an old code that you wrote for a scientific article you
+published years ago? Did you encounter any problems? Were you successful? We
+are curious to hear your story. This is the reason why we are editing a special
+issue of ReScience to collect these stories.</p>
+
+<p>The ten years reproducibility challenge is an invitation for researchers to try
+to run the code they’ve created for a scientific publication that was published
+more than <strong>ten years ago</strong>. This code can be anything (statistical analysis,
+numerical simulation, data processing, etc.), can be written in any language
+and can address any scientific domain. The only mandatory condition to enter
+the challenge is to have published a scientific article <strong>before 2010</strong>, in a
+journal or a conference with proceedings, which contains results produced by
+code, irrespectively of whether this code was published in some form at the
+time or not.</p>
+
+<p>Note that we do not ask you to write a new version of your old code. We ask you
+instead to <strong>try to make your old code to run on modern hardware/software</strong>
+(with minimal modifications) in order to check if you can obtain the exact same
+results that were published at least ten years ago.</p>
+
+<p>Sounds easy? We have good reasons to think this might be more difficult than you
+think. And maybe the first problem you’ll have to solve is to find your own source
+code.</p>
+
+<p>More information at: <a href="http://rescience.github.io/ten-years/">rescience.github.io/ten-years</a></p>
+
+
+ Fri, 11 Oct 2019 00:00:00 +0200
+ http://rescience.github.io/news/2019/10/11/TenYears.html
+ http://rescience.github.io/news/2019/10/11/TenYears.html
+
+
+ news
+
+
+
+ -
+
ReScience (R)evolution
+ <p>Four years ago, we launched ReScience, a new scientific journal aimed at
+publishing the replication of existing computational research. Since ReScience
+published its first article, things have been going steadily. We are still
+alive, independent and without a budget. In the meantime, we have published
+around 25 articles and the initial has grown from around 10 to roughly 100
+members (editors and reviewers), we have advertised ReScience at several
+conferences worldwide, gave some interviews, and published an article
+introducing ReScience in PeerJ Computer Science. Based on our experience at
+managing the journal during these four years, we thought that time was ripe for
+some changes. Read our
+<a href="https://zenodo.org/record/3069619/files/article.pdf">editorial</a> if you want to
+know more.</p>
+
+ Thu, 23 May 2019 00:00:00 +0200
+ http://rescience.github.io/news/2019/05/23/Redesign.html
+ http://rescience.github.io/news/2019/05/23/Redesign.html
+
+
+ news
+
+
+
+ -
+
Sustainable computational science: the ReScience initiative
+ <p>We just published our white paper on ReScience in
+<a href="https://peerj.com/articles/cs-142/">PeerJ</a></p>
+
+<p><strong>Abstract</strong>: Computer science offers a large set of tools for
+prototyping, writing, running, testing, validating, sharing and reproducing
+results; however, computational science lags behind. In the best case, authors
+may provide their source code as a compressed archive and they may feel
+confident their research is reproducible. But this is not exactly true. James
+Buckheit and David Donoho proposed more than two decades ago that an article
+about computational results is advertising, not scholarship. The actual
+scholarship is the full software environment, code, and data that produced the
+result. This implies new workflows, in particular in peer-reviews. Existing
+journals have been slow to adapt: source codes are rarely requested and are
+hardly ever actually executed to check that they produce the results advertised
+in the article. ReScience is a peer-reviewed journal that targets computational
+research and encourages the explicit replication of already published research,
+promoting new and open-source implementations in order to ensure that the
+original research can be replicated from its description. To achieve this goal,
+the whole publishing chain is radically different from other traditional
+scientific journals. ReScience resides on GitHub where each new implementation
+of a computational study is made available together with comments,
+explanations, and software tests.</p>
+
+<p><strong>References</strong>: N.P. Rougier et al., (2017) <strong>Sustainable computational science: the
+ReScience initiative</strong>. PeerJ Computer Science 3:e142. <a href="https://doi.org/10.7717/peerj-cs.142">DOI
+doi.org/10.7717/peerj-cs.142</a></p>
+
+ Mon, 18 Dec 2017 00:00:00 +0100
+ http://rescience.github.io/news/2017/12/18/ReScience-arXiv.html
+ http://rescience.github.io/news/2017/12/18/ReScience-arXiv.html
+
+
+ news
+
+
+
+ -
+
Call for replication
+ <p>It is now possible to suggest an article for a replication. Just
+<a href="https://github.com/ReScience/call-for-replication/issues/new">open a new issue</a>
+in the
+<a href="https://github.com/ReScience/call-for-replication">call for replication repository</a>
+and give the reference of the original article and possibly the reason you
+would like to see this article replicated (please refrain from suggesting your
+own work). Note that you’re also encouraged to register as a reviewer such that
+you can review the replication you’ve been proposing if someone actually takes
+up the challenge.</p>
+
+<p>If you’re looking for some challenge, you can also look at the
+<a href="https://github.com/ReScience/call-for-replication/issues">current list of suggestions</a>.</p>
+
+ Wed, 19 Oct 2016 00:00:00 +0200
+ http://rescience.github.io/news/2016/10/19/Call-For-Replication.html
+ http://rescience.github.io/news/2016/10/19/Call-For-Replication.html
+
+
+ news
+
+
+
+ -
+
You can help by becoming a reviewer
+ <p>ReScience is slowly gaining momentum and we currently have 4 submissions to
+review. If you’re interested in helping ReScience and reproducibility, you can
+become a reviewer. What you need is a github account, a one line description of
+your expertise (see the <a href="http://rescience.github.io/board/">Board</a> for some
+examples) and to <a href="https://github.com/ReScience/ReScience/issues/27">tell us</a> you’re interested such that we can add you to the board. You can also <a href="https://github.com/ReScience/ReScience-submission/subscription">follow</a> the <a href="https://github.com/ReScience/ReScience-submission">submission</a> repository and propose your help whenever a submission falls into your expertise domain.</p>
+
+
+ Sat, 02 Jul 2016 00:00:00 +0200
+ http://rescience.github.io/news/2016/07/02/Reviewers.html
+ http://rescience.github.io/news/2016/07/02/Reviewers.html
+
+
+ news
+
+
+
+ -
+
New year, new challenges ahead
+ <p>Even though open and reproducible science is gaining fast ground, there still
+exists a large number of published computational researches that are just
+awaiting replication. Why not pick your favorite paper and try to replicate it
+? If you’re interested in this specific paper, chances are that your replication
+will also be interesting for a lot of researchers.</p>
+
+ Thu, 07 Jan 2016 00:00:00 +0100
+ http://rescience.github.io/news/2016/01/07/NewYear.html
+ http://rescience.github.io/news/2016/01/07/NewYear.html
+
+
+ news
+
+
+
+ -
+
ReScience: A Scientific Journal Living on Github
+ <p><a href="http://www.labcritics.com">LabCritics</a> kindly made a <a href="http://www.labcritics.com/rescience-a-scientific-journal-with-github-at-its-core-4729/?utm_source=@labcritics">post</a> introducing Re<strong>Science</strong> and explaining its goals: “Computational research is set to get new open source journal solely for publishing implementations of algorithms and codes already published. Termed ReScience (Replicated Science – I guess [<strong>note</strong>: yes]), the journal uses and exists solely on Github, a popular Web-based Git repository service, offering all of the distributed revision control and source code management functionality of Git.”</p>
+
+
+ Sun, 06 Sep 2015 00:00:00 +0200
+ http://rescience.github.io/news/2015/09/06/LabCritics.html
+ http://rescience.github.io/news/2015/09/06/LabCritics.html
+
+
+ news
+
+
+
+ -
+
Official creation
+ <p>It’s our great pleasure to announce the creation of Re<strong>Science</strong> which is a
+peer-reviewed journal that targets computational research and encourages the
+explicit replication of already published research, promoting new and
+open-source implementations in order to ensure that the original research is
+reproducible.</p>
+
+ Tue, 01 Sep 2015 00:00:00 +0200
+ http://rescience.github.io/news/2015/09/01/journal-start.html
+ http://rescience.github.io/news/2015/09/01/journal-start.html
+
+
+ news
+
+
+
+ -
+
Review process test is over
+ <p>We’ve been testing the
+<a href="https://github.com/ReScience/ReScience-submission/pull/3">review process</a> with
+Tiziano Zito (editor), Benoît Girard (reviewer) and Mehdi Khamassi
+(reviewer). They helped smoothing the whole process and we’re ready for mass
+production! But let’s wait for a second review…</p>
+
+ Mon, 10 Aug 2015 00:00:00 +0200
+ http://rescience.github.io/news/2015/08/10/ReviewTest.html
+ http://rescience.github.io/news/2015/08/10/ReviewTest.html
+
+
+ news
+
+
+
diff --git a/images/ten-years-challenge.pdf b/images/ten-years-challenge.pdf
new file mode 100644
index 0000000..a6b24fd
Binary files /dev/null and b/images/ten-years-challenge.pdf differ
diff --git a/images/ten-years-challenge.png b/images/ten-years-challenge.png
new file mode 100644
index 0000000..6bddb4e
Binary files /dev/null and b/images/ten-years-challenge.png differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..5b86608
--- /dev/null
+++ b/index.html
@@ -0,0 +1,418 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Reproducible Science is good. Replicated Science is better.
+
+ReScience C is a platinum open-access peer-reviewed journal that targets
+computational research and encourages the explicit replication of
+already published research, promoting new and open-source implementations in
+order to ensure that the original research is reproducible .
+You can read about the ideas behind ReScience C in the article
+Sustainable computational science: the ReScience initiative
+
+To achieve this goal, the whole publishing chain is radically different from
+other traditional scientific journals. ReScience C lives on
+GitHub where each new implementation of a
+computational study is made available together with comments, explanations and
+tests. Each submission takes the form of an issue that is publicly reviewed and
+tested in order to guarantee that any researcher can re-use it. If you ever
+replicated computational results (or failed at) from the literature in your
+research, ReScience C is the perfect place to publish your new implementation.
+
+ReScience C is collaborative and open by design. Everything can be forked and
+modified. Don’t hesitate to write a submission , join us and
+to become a reviewer .
+
+
+
+Latest publications
+
+
+
+
+
+
+ Replication
+
+ in Machine Learning
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.18401497
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Hudovernik, V., Rot, Ž., Vovk, K., Škodnik, L., and Zajc, L.Č. 2026. Learning with Noisy Labels [ Re]visited. ReScience C 11 , 1, #2.
+
+
+
+
+
@article{Hudovernik:2026,
+ author = {Hudovernik, Valter and Rot, Žiga and Vovk, Klemen and Škodnik, Luka and Zajc, Luka Čehovin},
+ title = {{Learning with Noisy Labels [~Re]visited}},
+ journal = {ReScience C},
+ year = {2026},
+ month = jan,
+ volume = {11},
+ number = {1},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.18401497},
+ url = {https://zenodo.org/record/18401497/files/article.pdf},
+ code_url = {https://github.com/KlemenVovk/noisy-labels},
+ code_doi = {},
+ code_swh = {swh:1:dir:22222955c66aeb7e379a16b45d208fcf3d64a11d},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=GKZ2leags0},
+ type = {Replication},
+ language = {Python},
+ domain = {Machine Learning},
+ keywords = {Learning with noisy labels, deep learning, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computer Graphics
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.18400484
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Perazzo, D., Castro, D.G.N.S., Velho, L., and Figueiredo, L.H. de . 2026. [Re] Curve-Fitting with Piecewise Parametric Cubics. ReScience C 11 , 1, #1.
+
+
+
+
+
@article{Perazzo:2026,
+ author = {Perazzo, Daniel and Castro, Davi Guimarães Nunes Sena and Velho, Luiz and de Figueiredo, Luiz Henrique},
+ title = {{[Re] Curve-Fitting with Piecewise Parametric Cubics}},
+ journal = {ReScience C},
+ year = {2026},
+ month = jan,
+ volume = {11},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.18400484},
+ url = {https://zenodo.org/record/18400484/files/article.pdf},
+ code_url = {https://github.com/danperazzo/plass_reproduction},
+ code_doi = {},
+ code_swh = {swh:1:dir:7b13298f404e5f6ac951ffc8a5e811045f5e8abc},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/93},
+ type = {Replication},
+ language = {Python},
+ domain = {Computer Graphics},
+ keywords = {rescience c, rescience x, Python, curve fitting, geometric modeling, computer graphics}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.16529268
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Reynes, M. and Aussel, A. 2025. [Re] Model of thalamocortical slow-wave sleep oscillations and transitions to activated states. ReScience C 10 , 1, #5.
+
+
+
+
+
@article{Reynes:2025,
+ author = {Reynes, Mathilde and Aussel, Amélie},
+ title = {{[Re] Model of thalamocortical slow-wave sleep oscillations and transitions to activated states}},
+ journal = {ReScience C},
+ year = {2025},
+ month = jul,
+ volume = {10},
+ number = {1},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.16529268},
+ url = {https://zenodo.org/record/16529268/files/article.pdf},
+ code_url = {https://github.com/Mathilde-Reynes/ReynesAussel2024.git},
+ code_doi = {},
+ code_swh = {swh:1:dir:1c5cf4c4cdd6d63f6819b3dad65231465f85e42e},
+ data_url = {https://doi.org/10.5281/zenodo.13376370},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/87},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {python, computational neuroscience, hodgkin huxley, thalamo-cortical model, thalamus, cortex, spiking neurons}
+}
+
+
+
+
+
+
+Latest News
+
+
+
+
+ Ten Years Reproducibility Challenge
+ Oct 11, 2019
+ Did you ever try to run an old code that you wrote for a scientific article you
+published years ago? Did you encounter any problems? Were you successful? We
+are curious to hear your story. This is the reason why we are editing a special
+issue of ReScience to collect these stories.
+
+The ten years reproducibility challenge is an invitation for researchers to try
+to run the code they’ve created for a scientific publication that was published
+more than ten years ago . This code can be anything (statistical analysis,
+numerical simulation, data processing, etc.), can be written in any language
+and can address any scientific domain. The only mandatory condition to enter
+the challenge is to have published a scientific article before 2010 , in a
+journal or a conference with proceedings, which contains results produced by
+code, irrespectively of whether this code was published in some form at the
+time or not.
+
+Note that we do not ask you to write a new version of your old code. We ask you
+instead to try to make your old code to run on modern hardware/software
+(with minimal modifications) in order to check if you can obtain the exact same
+results that were published at least ten years ago.
+
+Sounds easy? We have good reasons to think this might be more difficult than you
+think. And maybe the first problem you’ll have to solve is to find your own source
+code.
+
+More information at: rescience.github.io/ten-years
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/index.md b/index.md
deleted file mode 100644
index 2b4faf1..0000000
--- a/index.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-layout: index
----
-
-## Reproducible Science is good. Replicated Science is better.
-
-Re**Science** is a peer-reviewed journal that targets computational research
-and encourages the explicit [replication](faq) of already published research,
-promoting new and open-source implementations in order to ensure that the
-original research is [reproducible](faq).
-
-To achieve this goal, the whole publishing chain is radically different from
-other traditional scientific journals. Re**Science** lives on
-[GitHub](https://github.com/ReScience/) where each new implementation of a
-computational study is made available together with comments, explanations and
-tests. Each submission takes the form of a pull request that is publicly
-reviewed and tested in order to guarantee that any researcher can re-use it. If
-you ever replicated computational results from the literature in your research,
-Re**Science** is the perfect place to publish your new implementation.
-
-Re**Science** is collaborative by design. Everything can be forked and
-modified. Don't hesitate to [write a submission](write), [join us](faq) and
-to [become a reviewer](https://github.com/ReScience/ReScience/issues/27).
-
-
-### Current activity
-
-Published articles: [22](https://github.com/ReScience/ReScience)
-Submitted articles awaiting review: 0
-Articles currently under review: 2 ([#39], [#50])
-Articles awaiting publication: 0
-**Replication rate: 100%**
-
-[#39]: https://github.com/ReScience/ReScience-submission/pull/39
-[#50]: https://github.com/ReScience/ReScience-submission/pull/50
-
-
-## Latest News
-
diff --git a/news/2015/08/10/ReviewTest.html b/news/2015/08/10/ReviewTest.html
new file mode 100644
index 0000000..dbf611c
--- /dev/null
+++ b/news/2015/08/10/ReviewTest.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+ Review process test is over
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ We’ve been testing the
+review process with
+Tiziano Zito (editor), Benoît Girard (reviewer) and Mehdi Khamassi
+(reviewer). They helped smoothing the whole process and we’re ready for mass
+production! But let’s wait for a second review…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/news/2015/09/01/journal-start.html b/news/2015/09/01/journal-start.html
new file mode 100644
index 0000000..0e24f35
--- /dev/null
+++ b/news/2015/09/01/journal-start.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+ Official creation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ It’s our great pleasure to announce the creation of ReScience which is a
+peer-reviewed journal that targets computational research and encourages the
+explicit replication of already published research, promoting new and
+open-source implementations in order to ensure that the original research is
+reproducible.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/news/2015/09/06/LabCritics.html b/news/2015/09/06/LabCritics.html
new file mode 100644
index 0000000..0a1f328
--- /dev/null
+++ b/news/2015/09/06/LabCritics.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience: A Scientific Journal Living on Github
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LabCritics kindly made a post introducing ReScience and explaining its goals: “Computational research is set to get new open source journal solely for publishing implementations of algorithms and codes already published. Termed ReScience (Replicated Science – I guess [note : yes]), the journal uses and exists solely on Github, a popular Web-based Git repository service, offering all of the distributed revision control and source code management functionality of Git.”
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/news/2016/01/07/NewYear.html b/news/2016/01/07/NewYear.html
new file mode 100644
index 0000000..54590a1
--- /dev/null
+++ b/news/2016/01/07/NewYear.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+ New year, new challenges ahead
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Even though open and reproducible science is gaining fast ground, there still
+exists a large number of published computational researches that are just
+awaiting replication. Why not pick your favorite paper and try to replicate it
+? If you’re interested in this specific paper, chances are that your replication
+will also be interesting for a lot of researchers.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/news/2016/07/02/Reviewers.html b/news/2016/07/02/Reviewers.html
new file mode 100644
index 0000000..882084e
--- /dev/null
+++ b/news/2016/07/02/Reviewers.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
+
+
+
+
+ You can help by becoming a reviewer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ReScience is slowly gaining momentum and we currently have 4 submissions to
+review. If you’re interested in helping ReScience and reproducibility, you can
+become a reviewer. What you need is a github account, a one line description of
+your expertise (see the Board for some
+examples) and to tell us you’re interested such that we can add you to the board. You can also follow the submission repository and propose your help whenever a submission falls into your expertise domain.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/news/2016/10/19/Call-For-Replication.html b/news/2016/10/19/Call-For-Replication.html
new file mode 100644
index 0000000..cbd8f2f
--- /dev/null
+++ b/news/2016/10/19/Call-For-Replication.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+ Call for replication
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ It is now possible to suggest an article for a replication. Just
+open a new issue
+in the
+call for replication repository
+and give the reference of the original article and possibly the reason you
+would like to see this article replicated (please refrain from suggesting your
+own work). Note that you’re also encouraged to register as a reviewer such that
+you can review the replication you’ve been proposing if someone actually takes
+up the challenge.
+
+If you’re looking for some challenge, you can also look at the
+current list of suggestions .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/news/2017/12/18/ReScience-arXiv.html b/news/2017/12/18/ReScience-arXiv.html
new file mode 100644
index 0000000..e5acd5f
--- /dev/null
+++ b/news/2017/12/18/ReScience-arXiv.html
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
+ Sustainable computational science: the ReScience initiative
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ We just published our white paper on ReScience in
+PeerJ
+
+Abstract : Computer science offers a large set of tools for
+prototyping, writing, running, testing, validating, sharing and reproducing
+results; however, computational science lags behind. In the best case, authors
+may provide their source code as a compressed archive and they may feel
+confident their research is reproducible. But this is not exactly true. James
+Buckheit and David Donoho proposed more than two decades ago that an article
+about computational results is advertising, not scholarship. The actual
+scholarship is the full software environment, code, and data that produced the
+result. This implies new workflows, in particular in peer-reviews. Existing
+journals have been slow to adapt: source codes are rarely requested and are
+hardly ever actually executed to check that they produce the results advertised
+in the article. ReScience is a peer-reviewed journal that targets computational
+research and encourages the explicit replication of already published research,
+promoting new and open-source implementations in order to ensure that the
+original research can be replicated from its description. To achieve this goal,
+the whole publishing chain is radically different from other traditional
+scientific journals. ReScience resides on GitHub where each new implementation
+of a computational study is made available together with comments,
+explanations, and software tests.
+
+References : N.P. Rougier et al., (2017) Sustainable computational science: the
+ReScience initiative . PeerJ Computer Science 3:e142. DOI
+doi.org/10.7717/peerj-cs.142
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/news/2019/05/23/Redesign.html b/news/2019/05/23/Redesign.html
new file mode 100644
index 0000000..4326c60
--- /dev/null
+++ b/news/2019/05/23/Redesign.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience (R)evolution
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Four years ago, we launched ReScience, a new scientific journal aimed at
+publishing the replication of existing computational research. Since ReScience
+published its first article, things have been going steadily. We are still
+alive, independent and without a budget. In the meantime, we have published
+around 25 articles and the initial has grown from around 10 to roughly 100
+members (editors and reviewers), we have advertised ReScience at several
+conferences worldwide, gave some interviews, and published an article
+introducing ReScience in PeerJ Computer Science. Based on our experience at
+managing the journal during these four years, we thought that time was ripe for
+some changes. Read our
+editorial if you want to
+know more.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/news/2019/10/11/TenYears.html b/news/2019/10/11/TenYears.html
new file mode 100644
index 0000000..0bd493e
--- /dev/null
+++ b/news/2019/10/11/TenYears.html
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
+ Ten Years Reproducibility Challenge
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Did you ever try to run an old code that you wrote for a scientific article you
+published years ago? Did you encounter any problems? Were you successful? We
+are curious to hear your story. This is the reason why we are editing a special
+issue of ReScience to collect these stories.
+
+The ten years reproducibility challenge is an invitation for researchers to try
+to run the code they’ve created for a scientific publication that was published
+more than ten years ago . This code can be anything (statistical analysis,
+numerical simulation, data processing, etc.), can be written in any language
+and can address any scientific domain. The only mandatory condition to enter
+the challenge is to have published a scientific article before 2010 , in a
+journal or a conference with proceedings, which contains results produced by
+code, irrespectively of whether this code was published in some form at the
+time or not.
+
+Note that we do not ask you to write a new version of your old code. We ask you
+instead to try to make your old code to run on modern hardware/software
+(with minimal modifications) in order to check if you can obtain the exact same
+results that were published at least ten years ago.
+
+Sounds easy? We have good reasons to think this might be more difficult than you
+think. And maybe the first problem you’ll have to solve is to find your own source
+code.
+
+More information at: rescience.github.io/ten-years
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/news/index.html b/news/index.html
new file mode 100644
index 0000000..547f440
--- /dev/null
+++ b/news/index.html
@@ -0,0 +1,271 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ News
+
+
+
+
+
+ Ten Years Reproducibility Challenge
+ Oct 11, 2019
+ Did you ever try to run an old code that you wrote for a scientific article you
+published years ago? Did you encounter any problems? Were you successful? We
+are curious to hear your story. This is the reason why we are editing a special
+issue of ReScience to collect these stories.
+
+The ten years reproducibility challenge is an invitation for researchers to try
+to run the code they’ve created for a scientific publication that was published
+more than ten years ago . This code can be anything (statistical analysis,
+numerical simulation, data processing, etc.), can be written in any language
+and can address any scientific domain. The only mandatory condition to enter
+the challenge is to have published a scientific article before 2010 , in a
+journal or a conference with proceedings, which contains results produced by
+code, irrespectively of whether this code was published in some form at the
+time or not.
+
+Note that we do not ask you to write a new version of your old code. We ask you
+instead to try to make your old code to run on modern hardware/software
+(with minimal modifications) in order to check if you can obtain the exact same
+results that were published at least ten years ago.
+
+Sounds easy? We have good reasons to think this might be more difficult than you
+think. And maybe the first problem you’ll have to solve is to find your own source
+code.
+
+More information at: rescience.github.io/ten-years
+
+
+
+
+
+
+
+ ReScience (R)evolution
+ May 23, 2019
+ Four years ago, we launched ReScience, a new scientific journal aimed at
+publishing the replication of existing computational research. Since ReScience
+published its first article, things have been going steadily. We are still
+alive, independent and without a budget. In the meantime, we have published
+around 25 articles and the initial has grown from around 10 to roughly 100
+members (editors and reviewers), we have advertised ReScience at several
+conferences worldwide, gave some interviews, and published an article
+introducing ReScience in PeerJ Computer Science. Based on our experience at
+managing the journal during these four years, we thought that time was ripe for
+some changes. Read our
+editorial if you want to
+know more.
+
+
+
+
+
+
+ Sustainable computational science: the ReScience initiative
+ Dec 18, 2017
+ We just published our white paper on ReScience in
+PeerJ
+
+Abstract : Computer science offers a large set of tools for
+prototyping, writing, running, testing, validating, sharing and reproducing
+results; however, computational science lags behind. In the best case, authors
+may provide their source code as a compressed archive and they may feel
+confident their research is reproducible. But this is not exactly true. James
+Buckheit and David Donoho proposed more than two decades ago that an article
+about computational results is advertising, not scholarship. The actual
+scholarship is the full software environment, code, and data that produced the
+result. This implies new workflows, in particular in peer-reviews. Existing
+journals have been slow to adapt: source codes are rarely requested and are
+hardly ever actually executed to check that they produce the results advertised
+in the article. ReScience is a peer-reviewed journal that targets computational
+research and encourages the explicit replication of already published research,
+promoting new and open-source implementations in order to ensure that the
+original research can be replicated from its description. To achieve this goal,
+the whole publishing chain is radically different from other traditional
+scientific journals. ReScience resides on GitHub where each new implementation
+of a computational study is made available together with comments,
+explanations, and software tests.
+
+References : N.P. Rougier et al., (2017) Sustainable computational science: the
+ReScience initiative . PeerJ Computer Science 3:e142. DOI
+doi.org/10.7717/peerj-cs.142
+
+
+
+
+
+
+Archives
+
+
+
+
+ Ten Years Reproducibility Challenge
+ •
+ Oct 11, 2019
+
+
+
+
+ ReScience (R)evolution
+ •
+ May 23, 2019
+
+
+
+
+ Sustainable computational science: the ReScience initiative
+ •
+ Dec 18, 2017
+
+
+
+
+ Call for replication
+ •
+ Oct 19, 2016
+
+
+
+
+ You can help by becoming a reviewer
+ •
+ Jul 2, 2016
+
+
+
+
+ New year, new challenges ahead
+ •
+ Jan 7, 2016
+
+
+
+
+ ReScience: A Scientific Journal Living on Github
+ •
+ Sep 6, 2015
+
+
+
+
+ Official creation
+ •
+ Sep 1, 2015
+
+
+
+
+ Review process test is over
+ •
+ Aug 10, 2015
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/platform/index.html b/platform/index.html
new file mode 100644
index 0000000..616fbf2
--- /dev/null
+++ b/platform/index.html
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Submissions to ReScience come with code. We ask information about the platform that was used
+to run the code, the detail depending on the tools and programming languages used.
+
+This information will be included in the file code/README.md of the submission. Consider
+the whole execution pipeline for your results for possible additional tools (e.g. Bash,
+random number generator, etc).
+
+
+
+For Python, NumPy, SciPy and matplotlib (common Python dependencies), the
+following script will provide detailed information on your platform.
+
+from __future__ import print_function
+import sys
+import platform
+
+print ( "Platform:" , sys . platform )
+print ( "Python:" , sys . version )
+print ( "Machine and architecture" , platform . machine (), * platform . architecture ())
+
+try :
+ import numpy as np
+ print ( "NumPy:" , np . version . version )
+except :
+ pass
+
+try :
+ import scipy
+ print ( "SciPy:" , scipy . version . version )
+except :
+ pass
+
+try :
+ import matplotlib
+ print ( "matplotlib:" , matplotlib . __version__ )
+except :
+ pass
+
+
+The output, for instance
+
+Platform: linux
+Python: 3.5.2+ (default, Sep 22 2016, 12:18:14)
+[GCC 6.2.0 20160914]
+Machine and architecture x86_64 64bit ELF
+NumPy: 1.12.0
+SciPy: 0.18.1
+matplotlib: 2.0.0
+
+
+Note that the versions of NumPy, SciPy and matplotlib should be given if they are used only
+and that the version of any other library that is not part of Python’s standard library
+should also be given.
+
+
+
+For compiled languages, the important information consists in the platform, the
+compiler, its version, and the compiler flags.
+
+We provide below an example for the C language on Unix-like platforms. Modify it to suit
+your project and feel free to contact ReScience via the GitHub issues or Twitter if you need
+further assistance.
+
+Platform information:
+
+
+
+Linux #1 SMP Debian 3.16.7-ckt9-3 (2015-04-23) x86_64 GNU/Linux
+
+
+Hardware information:
+grep -E '(^model name|^vendor_id|^flags)' /proc/cpuinfo | sort | uniq
+
+
+flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
+model name : Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
+vendor_id : GenuineIntel
+
+
+Compiler information for C:
+
+
+gcc (Debian 6.2.0-5) 6.2.0 20160927
+Copyright (C) 2016 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+
+with compilation flags -O3 -std=c99.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/publish.sh b/publish.sh
new file mode 100755
index 0000000..97ba034
--- /dev/null
+++ b/publish.sh
@@ -0,0 +1,67 @@
+#! /bin/bash
+
+TGT_BRANCH=master # Branch containing the static website
+SRC_BRANCH=sources # Branch containing source files for the website
+CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
+BUILD_DIR=$(mktemp -d)
+
+
+# Switch to sources branch
+echo -n "Switching to source branch ($SRC_BRANCH)... "
+if ! git checkout -q $SRC_BRANCH; then
+ echo "failed"
+ exit 0
+fi
+echo "success"
+
+
+# Check if there are any pending changes
+echo -n "Checking repository status... "
+if [ -n "$(git status --untracked-files=no --porcelain)" ]; then
+ echo "dirty"
+ echo " → Please commit pending changes before publishing."
+ exit 0
+fi
+echo "clean"
+
+
+# Repository is clean we can proceed
+COMMIT_DATE=$(git log --pretty=format:'%cd' -n 1)
+COMMIT_HASH=$(git log --pretty=format:'%h' -n 1)
+echo "Commit to be published: $COMMIT_HASH ($COMMIT_DATE)"
+
+
+# Website building
+echo "Building static website"
+bundle exec jekyll build -d $BUILD_DIR
+if ! [ -d "$BUILD_DIR" ]; then
+ echo "Building has failed, aborting."
+ exit 0
+fi
+echo ""
+
+# Switch to target branch
+echo -n "Switching to target branch ($TGT_BRANCH)... "
+if ! git checkout -q $TGT_BRANCH; then
+ echo "failed"
+ exit 0
+fi
+echo "success"
+
+
+# Publishing
+echo -n "Publishing... "
+ls | xargs rm -r
+mv $BUILD_DIR/* .
+git add .
+git commit -q -m "Publishing from sources branch, commit $COMMIT_HASH ($COMMIT_DATE)"
+if git push -q origin master; then
+ echo "success"
+else
+ echo "failed"
+fi
+echo ""
+
+# Cleanup
+git checkout -q $CURRENT_BRANCH
+rm -rf $BUILD_DIR
diff --git a/read/index.html b/read/index.html
new file mode 100644
index 0000000..15c39a4
--- /dev/null
+++ b/read/index.html
@@ -0,0 +1,17937 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Contents
+
+
+
+Under review
+
+See https://github.com/ReScience/submissions/issues
+
+Volume 11 (2026)
+
+Issue 1
+
+
+
+
+
+ Replication
+
+ in Machine Learning
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.18401497
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Hudovernik, V., Rot, Ž., Vovk, K., Škodnik, L., and Zajc, L.Č. 2026. Learning with Noisy Labels [ Re]visited. ReScience C 11 , 1, #2.
+
+
+
+
+
@article{Hudovernik:2026,
+ author = {Hudovernik, Valter and Rot, Žiga and Vovk, Klemen and Škodnik, Luka and Zajc, Luka Čehovin},
+ title = {{Learning with Noisy Labels [~Re]visited}},
+ journal = {ReScience C},
+ year = {2026},
+ month = jan,
+ volume = {11},
+ number = {1},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.18401497},
+ url = {https://zenodo.org/record/18401497/files/article.pdf},
+ code_url = {https://github.com/KlemenVovk/noisy-labels},
+ code_doi = {},
+ code_swh = {swh:1:dir:22222955c66aeb7e379a16b45d208fcf3d64a11d},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=GKZ2leags0},
+ type = {Replication},
+ language = {Python},
+ domain = {Machine Learning},
+ keywords = {Learning with noisy labels, deep learning, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computer Graphics
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.18400484
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Perazzo, D., Castro, D.G.N.S., Velho, L., and Figueiredo, L.H. de . 2026. [Re] Curve-Fitting with Piecewise Parametric Cubics. ReScience C 11 , 1, #1.
+
+
+
+
+
@article{Perazzo:2026,
+ author = {Perazzo, Daniel and Castro, Davi Guimarães Nunes Sena and Velho, Luiz and de Figueiredo, Luiz Henrique},
+ title = {{[Re] Curve-Fitting with Piecewise Parametric Cubics}},
+ journal = {ReScience C},
+ year = {2026},
+ month = jan,
+ volume = {11},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.18400484},
+ url = {https://zenodo.org/record/18400484/files/article.pdf},
+ code_url = {https://github.com/danperazzo/plass_reproduction},
+ code_doi = {},
+ code_swh = {swh:1:dir:7b13298f404e5f6ac951ffc8a5e811045f5e8abc},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/93},
+ type = {Replication},
+ language = {Python},
+ domain = {Computer Graphics},
+ keywords = {rescience c, rescience x, Python, curve fitting, geometric modeling, computer graphics}
+}
+
+
+
+
+
+Volume 10 (2025)
+
+Issue 1
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.16529268
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Reynes, M. and Aussel, A. 2025. [Re] Model of thalamocortical slow-wave sleep oscillations and transitions to activated states. ReScience C 10 , 1, #5.
+
+
+
+
+
@article{Reynes:2025,
+ author = {Reynes, Mathilde and Aussel, Amélie},
+ title = {{[Re] Model of thalamocortical slow-wave sleep oscillations and transitions to activated states}},
+ journal = {ReScience C},
+ year = {2025},
+ month = jul,
+ volume = {10},
+ number = {1},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.16529268},
+ url = {https://zenodo.org/record/16529268/files/article.pdf},
+ code_url = {https://github.com/Mathilde-Reynes/ReynesAussel2024.git},
+ code_doi = {},
+ code_swh = {swh:1:dir:1c5cf4c4cdd6d63f6819b3dad65231465f85e42e},
+ data_url = {https://doi.org/10.5281/zenodo.13376370},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/87},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {python, computational neuroscience, hodgkin huxley, thalamo-cortical model, thalamus, cortex, spiking neurons}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Artificial Intelligence
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.16374814
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Belitsky, M., Laitenberger, F., Sheremet, D., and Belkacemi, N. 2025. [Re] Learning Fair Graph Representations via Automated Data Augmentations. ReScience C 10 , 1, #6.
+
+
+
+
+
@article{Belitsky:2025,
+ author = {Belitsky, Max and Laitenberger, Filipe and Sheremet, Denys and Belkacemi, Nordin},
+ title = {{[Re] Learning Fair Graph Representations via Automated Data Augmentations}},
+ journal = {ReScience C},
+ year = {2025},
+ month = jul,
+ volume = {10},
+ number = {1},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.16374814},
+ url = {https://zenodo.org/record/16374814/files/article.pdf},
+ code_url = {https://zenodo.org/records/13834566},
+ code_doi = {10.5281/zenodo.13834566},
+ code_swh = {swh:1:snp:894decb239b454eaed7dc5c99d9fe6b5400d7a26},
+ data_url = {https://zenodo.org/records/13837423},
+ data_doi = {10.5281/zenodo.13837423},
+ review_url = {https://openreview.net/forum?id=9OlU865dAF},
+ type = {Replication},
+ language = {Python},
+ domain = {Artificial Intelligence},
+ keywords = {python, graph, deep learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computer Science
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.15321683
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Obadage, R.R., Thennakoon, K., Rajtmajer, S.M., and Wu, J. 2025. [Re] Network Deconvolution. ReScience C 10 , 1, #4.
+
+
+
+
+
@article{Obadage:2025,
+ author = {Obadage, Rochana R. and Thennakoon, Kumushini and Rajtmajer, Sarah M. and Wu, Jian},
+ title = {{[Re] Network Deconvolution}},
+ journal = {ReScience C},
+ year = {2025},
+ month = apr,
+ volume = {10},
+ number = {1},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.15321683},
+ url = {https://zenodo.org/record/15321683/files/article.pdf},
+ code_url = {https://github.com/lamps-lab/rep-network-deconvolution},
+ code_doi = {},
+ code_swh = {swh:1:dir:680efae9c7c628f93ee03731e73c34cf00b0e245},
+ data_url = {https://www.kaggle.com/c/imagenet-object-localization-challenge/data},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/89},
+ type = {Replication},
+ language = {Python},
+ domain = {Computer Science},
+ keywords = {machine learning,python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.15172014
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Casco-Rodriguez, J., Kemere, C., and Baraniuk, R.G. 2025. [Re] The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Non-Gaussian Observation Models. ReScience C 10 , 1, #3.
+
+
+
+
+
@article{Casco-Rodriguez:2025,
+ author = {Casco-Rodriguez, Josue and Kemere, Caleb and Baraniuk, Richard G.},
+ title = {{[Re] The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Non-Gaussian Observation Models}},
+ journal = {ReScience C},
+ year = {2025},
+ month = apr,
+ volume = {10},
+ number = {1},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.15172014},
+ url = {https://zenodo.org/record/15172014/files/article.pdf},
+ code_url = {https://github.com/Josuelmet/Discriminative-Kalman-Filter-4.5-Python},
+ code_doi = {},
+ code_swh = {swh:1:dir:859cfa9e3d94c2aa580211c9de5d7a28d43a7fe2},
+ data_url = {https://portal.nersc.gov/project/crcns/download/dream/data_sets/Flint_2012},
+ data_doi = {10.1088/1741-2560/9/4/046006},
+ review_url = {https://github.com/ReScience/submissions/issues/74},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {computational neuroscience, neuroengineering, signal processing, kalman filter, brain-computer interface, python, matlab}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Machine Learning
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.14964875
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Maheshwari, D. 2025. [Re] BiRT: Bio-inspired Replay in Vision Transformers for Continual Learning. ReScience C 10 , 1, #2.
+
+
+
+
+
@article{Maheshwari:2025,
+ author = {Maheshwari, Disha},
+ title = {{[Re] BiRT: Bio-inspired Replay in Vision Transformers for Continual Learning}},
+ journal = {ReScience C},
+ year = {2025},
+ month = mar,
+ volume = {10},
+ number = {1},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.14964875},
+ url = {https://zenodo.org/record/14964875/files/article.pdf},
+ code_url = {https://github.com/disha101003/ReScience},
+ code_doi = {},
+ code_swh = {swh:1:dir:8ff1aff89351d7636e313e0ab521235a035d3b4b},
+ data_url = {https://www.cs.toronto.edu/~kriz/cifar.html},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/85},
+ type = {Replication},
+ language = {Python},
+ domain = {Machine Learning},
+ keywords = {Continual Learning, Vision Transformers, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Machine Learning
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.14953654
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Wagner, S.D., Kurowski, Y.P., Holländer, L.M., and Uelwer, T. 2025. [Re] When Does Label Smoothing Help? ReScience C 10 , 1, #1.
+
+
+
+
+
@article{Wagner:2025,
+ author = {Wagner, Sven Dominik and Kurowski, Yann Philipp and Holländer, Leonhard Moritz and Uelwer, Tobias},
+ title = {{[Re] When Does Label Smoothing Help?}},
+ journal = {ReScience C},
+ year = {2025},
+ month = feb,
+ volume = {10},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.14953654},
+ url = {https://zenodo.org/records/14953654/files/article.pdf},
+ code_url = {https://github.com/sdwagner/re-labelsmoothing/},
+ code_doi = {},
+ code_swh = {},
+ data_url = {https://drive.google.com/drive/folders/1PCtHG5sWDRy_rK5fsqFdmA46oZwMVxuB?usp=sharing},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/75},
+ type = {Replication},
+ language = {Python},
+ domain = {Machine Learning},
+ keywords = {rescience c, python, jupyter, neural networks}
+}
+
+
+
+
+
+Volume 9 (2023)
+
+Issue 1
+
+
+
+
+
+ Replication
+
+ in ecology
+
+ (R)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.10371655
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Doyen, G., Picoche, C., and Barraquand, F. 2023. [Re] Biodiversity of plankton by species oscillations and chaos. ReScience C 9 , 1, #4.
+
+
+
+
+
@article{Doyen:2023,
+ author = {Doyen, Guillaume and Picoche, Coralie and Barraquand, Frédéric},
+ title = {{[Re] Biodiversity of plankton by species oscillations and chaos}},
+ journal = {ReScience C},
+ year = {2023},
+ month = dec,
+ volume = {9},
+ number = {1},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.10371655},
+ url = {https://zenodo.org/record/10371655/files/article.pdf},
+ code_url = {https://github.com/fbarraquand/supersaturated_coexistence},
+ code_doi = {},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/66},
+ type = {Replication},
+ language = {R},
+ domain = {ecology},
+ keywords = {ecological modelling, plankton, oscillations, coexistence, R}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.10257800
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Lima, V., Shimoura, R.O., Kamiji, N.L., Battaglia, D., and Roque, A.C. 2023. [Re] Inter-areal Balanced Amplification Enhances Signal Propagation in a Large-Scale Circuit Model of the Primate Cortex. ReScience C 9 , 1, #3.
+
+
+
+
+
@article{Lima:2023,
+ author = {Lima, Vinicius and Shimoura, Renan O. and Kamiji, Nilton L. and Battaglia, Demian and Roque, Antonio C.},
+ title = {{[Re] Inter-areal Balanced Amplification Enhances Signal Propagation in a Large-Scale Circuit Model of the Primate Cortex}},
+ journal = {ReScience C},
+ year = {2023},
+ month = dec,
+ volume = {9},
+ number = {1},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.10257800},
+ url = {https://zenodo.org/record/10257800/files/article.pdf},
+ code_url = {https://github.com/ViniciusLima94/ReScience-Joglekar/tree/master/code},
+ code_doi = {},
+ code_swh = {},
+ data_url = {https://github.com/ViniciusLima94/ReScience-Joglekar/tree/master/code/interareal},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/72},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Computational Neuroscience, Python, NEST}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Education Policy
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.10255347
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Allard, T., Béziaud, L., and Gambs, S. 2023. [ Re]Simulating socioeconomic-based affirmative action. ReScience C 9 , 1, #2.
+
+
+
+
+
@article{Allard:2023,
+ author = {Allard, Tristan and Béziaud, Louis and Gambs, Sébastien},
+ title = {{[~Re]Simulating socioeconomic-based affirmative action}},
+ journal = {ReScience C},
+ year = {2023},
+ month = nov,
+ volume = {9},
+ number = {1},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.10255347},
+ url = {https://zenodo.org/record/10255347/files/article.pdf},
+ code_url = {https://github.com/lbeziaud/mosaic},
+ code_doi = {},
+ code_swh = {swh:1:rev:4691a01b439094fc2460717d1a6944ce80c27d09},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/64},
+ type = {Replication},
+ language = {Python},
+ domain = {Education Policy},
+ keywords = {rescience c, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computer Vision
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.7800679
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Lemmens, J., Jancura, P., Dubbelman, G., and Elrofai, H. 2023. [Re] Object Detection Meets Knowledge Graphs. ReScience C 9 , 1, #1.
+
+
+
+
+
@article{Lemmens:2023,
+ author = {Lemmens, Jarl and Jancura, Pavol and Dubbelman, Gijs and Elrofai, Hala},
+ title = {{[Re] Object Detection Meets Knowledge Graphs}},
+ journal = {ReScience C},
+ year = {2023},
+ month = mar,
+ volume = {9},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.7800679},
+ url = {https://zenodo.org/record/7800679/files/article.pdf},
+ code_url = {https://github.com/tue-mps/rescience-ijcai2017-230},
+ code_doi = {},
+ code_swh = {},
+ data_url = {https://zenodo.org/record/7385730#.Y73csnbMJPY},
+ data_doi = {10.5281/zenodo.7385730},
+ review_url = {https://github.com/ReScience/submissions/issues/59},
+ type = {Replication},
+ language = {Python},
+ domain = {Computer Vision},
+ keywords = {Object Detection, Knowledge Graphs, Semantic Consistency, Python}
+}
+
+
+
+
+
+Issue 2
+
+
+
+
+
+ Editorial
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8200058
+
+
+
+
+ | PDF
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+| BibTeX
+
+
+
+
+
+Sinha, K., Bleeker, M., Bhargav, S., et al. 2023. ML Reproducibility Challenge 2022. ReScience C 9 , 2, #46.
+
+
+
+
+
@article{Sinha:2023,
+ author = {Sinha, Koustuv and Bleeker, Maurits and Bhargav, Samarth and Forde, Jessica Zosa and Raparthy, Sharath Chandra and Dodge, Jesse and Pineau, Joelle and Stojnic, Robert},
+ title = {{ML Reproducibility Challenge 2022}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#46}},
+ doi = {10.5281/zenodo.8200058},
+ url = {https://zenodo.org/record/8200058/files/article.pdf},
+ code_url = {},
+ code_doi = {},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {},
+ type = {Editorial},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173652
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Erkol, M., Kınlı, F., Özcan, B., and Kıraç, F. 2023. [Re] Exact Feature Distribution Matching for Arbitrary Style Transfer and Domain Generalization. ReScience C 9 , 2, #2.
+
+
+
+
+
@article{Erkol:2023,
+ author = {Erkol, Mert and Kınlı, Furkan and Özcan, Barış and Kıraç, Furkan},
+ title = {{[Re] Exact Feature Distribution Matching for Arbitrary Style Transfer and Domain Generalization}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.8173652},
+ url = {https://zenodo.org/record/8173652/files/article.pdf},
+ code_url = {https://github.com/birdortyedi/efdm-pytorch},
+ code_doi = {10.5281/zenodo.7895753},
+ code_swh = {swh:1:dir:b76a5bf3f3f540d17ef0f4a22ecc0b4e2c27d680},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=a5_hbZf0NB¬eId=Rsj9NvSj2Ft},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {Arbitrary style transfer, Domain generalization, Feature distribution matching, EFDM, machine learning, Python, rescience c}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173654
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+McLeish, S. and Tran-Thanh, L. 2023. [Re] End-to-end Algorithm Synthesis with Recurrent Networks: Logical Extrapolation Without Overthinking. ReScience C 9 , 2, #3.
+
+
+
+
+
@article{McLeish:2023,
+ author = {McLeish, Sean and Tran-Thanh, Long},
+ title = {{[Re] End-to-end Algorithm Synthesis with Recurrent Networks: Logical Extrapolation Without Overthinking}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.8173654},
+ url = {https://zenodo.org/record/8173654/files/article.pdf},
+ code_url = {https://github.com/mcleish7/MLRC-deep-thinking},
+ code_doi = {},
+ code_swh = {swh:1:dir:be1a763d08c1af34a2721fad6b9bfe8c99527220},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=WaZB4pUVTi},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, Algorithmic Reasoning, Deep Thinking, Algorithm Synthesis, Python, machine learning, Deep Learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173656
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Langezaal, E.R., Belleman, J., Veenboer, T., and Noorthoek, J. 2023. [Re] Label-Free Explainability for Unsupervised Models. ReScience C 9 , 2, #4.
+
+
+
+
+
@article{Langezaal:2023,
+ author = {Langezaal, Eric Robin and Belleman, Jesse and Veenboer, Tim and Noorthoek, Joeri},
+ title = {{[Re] Label-Free Explainability for Unsupervised Models}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.8173656},
+ url = {https://zenodo.org/record/8173656/files/article.pdf},
+ code_url = {https://github.com/EricLangezaal/Re-Label-Free-XAI},
+ code_doi = {https://doi.org/10.5281/zenodo.7885638},
+ code_swh = {swh:1:dir:9a38c921b461cf9af72bc8f878d52da442fd39c1},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=bBVZ3pY4z8p},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, Reproducibility, label-free, unsupervised learning, explainable Artificial Intelligence, feature importance, example importance, disentangled VAE}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173658
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Brivio, M. and Çöltekin, Ç. 2023. [Re] Exploring the Representation of Word Meanings in Context. ReScience C 9 , 2, #5.
+
+
+
+
+
@article{Brivio:2023,
+ author = {Brivio, Matteo and Çöltekin, Çağrı},
+ title = {{[Re] Exploring the Representation of Word Meanings in Context}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.8173658},
+ url = {https://zenodo.org/record/8173658/files/article.pdf},
+ code_url = {https://github.com/matteobrv/repro-homonymy-acl21},
+ code_doi = {10.5281/zenodo.7886291},
+ code_swh = {swh:1:dir:c0cbb81bf15ace80d98da9d95fed3440046539f9},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=Od5dD58libt},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, deep learning, NLP, fasttext, BERT}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173662
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Marini, L., Nabeel, M., and Loiko, A. 2023. [Re] Intriguing Properties of Contrastive Losses. ReScience C 9 , 2, #6.
+
+
+
+
+
@article{Marini:2023,
+ author = {Marini, Luca and Nabeel, Mohamad and Loiko, Alexandre},
+ title = {{[Re] Intriguing Properties of Contrastive Losses}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.8173662},
+ url = {https://zenodo.org/record/8173662/files/article.pdf},
+ code_url = {https://github.com/mona251/Intriguing-Properties-of-Contrastive-Losses},
+ code_doi = {},
+ code_swh = {swh:1:dir:35a398e4df2fda2f4241886f39c193b5a53a3e4c},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=gb71irTNN7},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, self-supervised learning, SimCLR, contrastive learning, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173664
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Žontar, L. 2023. [Re] Bandit Theory and Thompson Sampling-guided Directed Evolution for Sequence Optimization. ReScience C 9 , 2, #7.
+
+
+
+
+
@article{Zontar:2023,
+ author = {Žontar, Luka},
+ title = {{[Re] Bandit Theory and Thompson Sampling-guided Directed Evolution for Sequence Optimization}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#7}},
+ doi = {10.5281/zenodo.8173664},
+ url = {https://zenodo.org/record/8173664/files/article.pdf},
+ code_url = {https://github.com/lukazontar/RC2022-Bandit-Theory-and-Thompson-Sampling-Guided-Directed-Evolution-for-Sequence-Optimization},
+ code_doi = {},
+ code_swh = {swh:1:dir:7cffa7d64bb51bac56c43f657e2e3746a2539915},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=NE_x1dpz-Q},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, optimization, bandit learning, Thompson sampling, Bayesian regret, evolution, python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (python, bash)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173666
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Yuan, J. and Le-Phuoc, D. 2023. [Re] Hypergraph-Induced Semantic Tuplet Loss for Deep Metric Learning. ReScience C 9 , 2, #8.
+
+
+
+
+
@article{Yuan:2023,
+ author = {Yuan, Jicheng and Le-Phuoc, Danh},
+ title = {{[Re] Hypergraph-Induced Semantic Tuplet Loss for Deep Metric Learning}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#8}},
+ doi = {10.5281/zenodo.8173666},
+ url = {https://zenodo.org/record/8173666/files/article.pdf},
+ code_url = {https://github.com/jichengyuan/MLRC2022_HIST},
+ code_doi = {},
+ code_swh = {swh:1:rev:aa9738a884343fb4798f8b06c7a8b9288eca6b14},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=JJQbk2hIQ5},
+ type = {Replication},
+ language = {python, bash},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, deep learning, deep metric learning, hypergraph, semantic tuplet, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173668
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Špendl, M. and Pirc, K. 2023. [Re] Easy Bayesian Transfer Learning with Informative Priors. ReScience C 9 , 2, #9.
+
+
+
+
+
@article{Spendl:2023,
+ author = {Špendl, Martin and Pirc, Klementina},
+ title = {{[Re] Easy Bayesian Transfer Learning with Informative Priors}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#9}},
+ doi = {10.5281/zenodo.8173668},
+ url = {https://zenodo.org/record/8173668/files/article.pdf},
+ code_url = {https://github.com/MartinSpendl/ML-reproducibility-challenge-23},
+ code_doi = {10.5281/zenodo.7949229},
+ code_swh = {swh:1:dir:a67381741fc59350e147883d925d6246f60bb3ef},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=JpaQ8GFOVu},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, bayesian, deep learning, python, pytorch, machine learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173672
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Dubbeldam, E., Eijpe, A., Ruthardt, J., and Sasse, R. 2023. [Re] On the Reproducibility of CartoonX. ReScience C 9 , 2, #10.
+
+
+
+
+
@article{Dubbeldam:2023,
+ author = {Dubbeldam, Elias and Eijpe, Aniek and Ruthardt, Jona and Sasse, Robin},
+ title = {{[Re] On the Reproducibility of CartoonX}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#10}},
+ doi = {10.5281/zenodo.8173672},
+ url = {https://zenodo.org/record/8173672/files/article.pdf},
+ code_url = {https://github.com/JonaRuthardt/MLRC-CartoonX},
+ code_doi = {},
+ code_swh = {swh:1:dir:691b7400b38017cfe651a59735dc715755388c4d;origin=https://github.com/JonaRuthardt/MLRC-CartoonX;visit=swh:1:snp:ffead088e1c166ac58b0f37c5c8e87344f638b3d;anchor=swh:1:rev:38364e7eef0fbc99f2b143fad90a29dae113f95c},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=MK4IQJdLLeo},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {machine learning, artificial intelligence, deep learning, reproducibility, explainable AI, explanation methods, image classifiers, CartoonX, piece-wise smooth, Vision Transformer, runtime efficiency, Python, rescience c}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173674
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Pariza, V., Pal, A., Pawar, M., and Faber, Q.S. 2023. [Re] Reproducibility Study of “Label-Free Explainability for Unsupervised Models.” ReScience C 9 , 2, #11.
+
+
+
+
+
@article{Pariza:2023,
+ author = {Pariza, Valentinos and Pal, Avik and Pawar, Madhura and Faber, Quim Serra},
+ title = {{[Re] Reproducibility Study of “Label-Free Explainability for Unsupervised Models”}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#11}},
+ doi = {10.5281/zenodo.8173674},
+ url = {https://zenodo.org/record/8173674/files/article.pdf},
+ code_url = {https://github.com/valentinosPariza/Re-Label-Free-XAI},
+ code_doi = {},
+ code_swh = {swh:1:dir:8aa22d2a6b71c52b0863a06ab40f40ada1ec5355},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=qP34dvJpHd},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, reproducibility, feature importance, example importance, disentangled VAEs, label-free, unsupervised, post-hoc explainability, python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173678
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Morita, K. 2023. [Re] FOCUS: Flexible Optimizable Counterfactual Explanations for Tree Ensembles. ReScience C 9 , 2, #12.
+
+
+
+
+
@article{Morita:2023,
+ author = {Morita, Kyosuke},
+ title = {{[Re] FOCUS: Flexible Optimizable Counterfactual Explanations for Tree Ensembles}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#12}},
+ doi = {10.5281/zenodo.8173678},
+ url = {https://zenodo.org/record/8173678/files/article.pdf},
+ code_url = {https://github.com/kyosek/focus-reproducibility},
+ code_doi = {10.5281/zenodo.7931344},
+ code_swh = {swh:1:dir:e096a518285f9ee2f9ee2c5943293ba30f7e17b0},
+ data_url = {https://github.com/a-lucic/focus},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=n1q-iz83S5¬eId=60kzDmcWau},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, python, machine learning, tensorflow, counterfactual explanations}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173680
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Buchner, V.L., Schutte, P.O.O., Allal, Y.B., and Ahadi, H. 2023. [Re] Fairness Guarantees under Demographic Shift. ReScience C 9 , 2, #13.
+
+
+
+
+
@article{Buchner:2023,
+ author = {Buchner, Valentin Leonhard and Schutte, Philip Onno Olivier and Allal, Yassin Ben and Ahadi, Hamed},
+ title = {{[Re] Fairness Guarantees under Demographic Shift}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#13}},
+ doi = {10.5281/zenodo.8173680},
+ url = {https://zenodo.org/record/8173680/files/article.pdf},
+ code_url = {https://github.com/YasBenAll/fact-ai-project},
+ code_doi = {10.5281/zenodo.7916507},
+ code_swh = {swh:1:dir:436c48ce9cf36b10ee3cdcd537a06c9df2cd53cc},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=xEfg6h1GFmW¬eId=C0AfhPXAYB},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {Fairness and Bias in ML, Fair Machine Learning, Reproduction, rescience c, machine learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173682
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Camara, P., Kloos, M., Kyrmanidi, V., Kluska, A., Terlou, R., and Krause, L. 2023. [Re] DialSummEval - Evaluation of automatic summarization evaluation metrics. ReScience C 9 , 2, #14.
+
+
+
+
+
@article{Camara:2023,
+ author = {Camara, Patrick and Kloos, Mojca and Kyrmanidi, Vasiliki and Kluska, Agnieszka and Terlou, Rorick and Krause, Lea},
+ title = {{[Re] DialSummEval - Evaluation of automatic summarization evaluation metrics}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#14}},
+ doi = {10.5281/zenodo.8173682},
+ url = {https://zenodo.org/record/8173682/files/article.pdf},
+ code_url = {https://github.com/tricodex/Reproducing_DialSummEval},
+ code_doi = {},
+ code_swh = {swh:1:dir:845557b246b9705efe933ab6deade75b4496a071},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=3jaZ5tKRyiT¬eId=AHjI9Jw6frY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, machine learning, summarisation, evaluation, metrics, human annotation}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173686
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Don, M., Chatterji, S., Kapralova, M., and Amaudruz, R. 2023. [Re] On the Reproducibility of "FairCal: Fairness Calibration for Face Verification". ReScience C 9 , 2, #15.
+
+
+
+
+
@article{Don:2023,
+ author = {Don, Marga and Chatterji, Satchit and Kapralova, Milena and Amaudruz, Ryan},
+ title = {{[Re] On the Reproducibility of "FairCal: Fairness Calibration for Face Verification"}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#15}},
+ doi = {10.5281/zenodo.8173686},
+ url = {https://zenodo.org/record/8173686/files/article.pdf},
+ code_url = {https://github.com/margajdon/reproduction-FAIRCAL},
+ code_doi = {10.5281/zenodo.7941382},
+ code_swh = {swh:1:dir:875537f11cad3f77fcd8fc7b313d27605118a634},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=uVHUy7CWCL},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, machine learning, python, reproducibility, fairness, face verification, calibration, clustering, bias reduction}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173688
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Garcarz, S., Giorkatzi, A., Ivășchescu, A., and Pîslar, T.-M. 2023. [Re] Reproducibility Study: Label-Free Explainability for Unsupervised Models. ReScience C 9 , 2, #16.
+
+
+
+
+
@article{Garcarz:2023,
+ author = {Garcarz, Sławomir and Giorkatzi, Andreas and Ivășchescu, Ana and Pîslar, Theodora-Mara},
+ title = {{[Re] Reproducibility Study: Label-Free Explainability for Unsupervised Models}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#16}},
+ doi = {10.5281/zenodo.8173688},
+ url = {https://zenodo.org/record/8173688/files/article.pdf},
+ code_url = {https://github.com/ayiork/Label-Free-XAI},
+ code_doi = {},
+ code_swh = {swh:1:dir:e76ce9ca64bef8b8ab34ef48336017ade33d40b9},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=sF_vYZSxSV},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, machine learning, label-free explainability, explainability}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173692
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Martorella, T., Contreras, H.M.R., and García, D.C. 2023. [Re] Numerical influence of ReLU’(0) on backpropagation. ReScience C 9 , 2, #17.
+
+
+
+
+
@article{Martorella:2023,
+ author = {Martorella, Tommaso and Contreras, Héctor Manuel Ramirez and García, Daniel Cerezo},
+ title = {{[Re] Numerical influence of ReLU'(0) on backpropagation}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#17}},
+ doi = {10.5281/zenodo.8173692},
+ url = {https://zenodo.org/record/8173692/files/article.pdf},
+ code_url = {https://github.com/CS-433/ml-project-2-ristrettolearning-2},
+ code_doi = {},
+ code_swh = {swh:1:dir:edcb01d0276ba2c09a8bd1fa035d6573d4d06fab},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=YAWQTQZVoA},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8206607
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Agafonov, D., Matthijsse, J., Nonkes, N., and Sande, Z. van de . 2023. [¬Re] A Reproducibility Case Study of “Fairness Guarantees under Demographic Shift.” ReScience C 9 , 2, #18.
+
+
+
+
+
@article{Agafonov:2023,
+ author = {Agafonov, Dennis and Matthijsse, Jelke and Nonkes, Noa and van de Sande, Zjos},
+ title = {{[¬Re] A Reproducibility Case Study of “Fairness Guarantees under Demographic Shift”}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#18}},
+ doi = {10.5281/zenodo.8206607},
+ url = {https://zenodo.org/record/8206607/files/article.pdf},
+ code_url = {https://github.com/noanonkes/fact-guarantee},
+ code_doi = {},
+ code_swh = {swh:1:dir:c769bc1fc87a24b6811f318d7ad56ea9a70954e7},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=MMuv-v99Hy},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173696
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Mohorčič, D. and Ocepek, D. 2023. [Re] Hierarchical Shrinkage: Improving the Accuracy and Interpretability of Tree-Based Methods. ReScience C 9 , 2, #19.
+
+
+
+
+
@article{Mohorcic:2023,
+ author = {Mohorčič, Domen and Ocepek, David},
+ title = {{[Re] Hierarchical Shrinkage: Improving the Accuracy and Interpretability of Tree-Based Methods}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#19}},
+ doi = {10.5281/zenodo.8173696},
+ url = {https://zenodo.org/record/8173696/files/article.pdf},
+ code_url = {https://github.com/do8572/MLDS},
+ code_doi = {10.5281/zenodo.7951629},
+ code_swh = {swh:1:dir:81c99d3cd87ec4ed1186297730f07530b5157ac1},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=NgPQSqpz-Y},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, decision tree, random forest, post-hoc regularization, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173698
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Hu, A., Ranum, O., Pozrikidou, C., and Zhou, M. 2023. [Re] Reproducibility study of Joint Multisided Exposure Fairness for Recommendation. ReScience C 9 , 2, #20.
+
+
+
+
+
@article{Hu:2023,
+ author = {Hu, Alessia and Ranum, Oline and Pozrikidou, Chrysoula and Zhou, Miranda},
+ title = {{[Re] Reproducibility study of Joint Multisided Exposure Fairness for Recommendation}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#20}},
+ doi = {10.5281/zenodo.8173698},
+ url = {https://zenodo.org/record/8173698/files/article.pdf},
+ code_url = {https://github.com/OlineRanum/FACT.git},
+ code_doi = {},
+ code_swh = {swh:1:dir:ddaee99fffaa5becad67496efe000ca6c47341c7},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=A0Sjs3IJWb-},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {Python, Reproducibility, Information Retrieval, Fairness, rescience c, machine learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173703
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Türk, M., Busser, L., Dijk, D. van, and Bosch, M.J.A. 2023. [Re] Exploring the Explainability of Bias in Image Captioning Models. ReScience C 9 , 2, #21.
+
+
+
+
+
@article{Turk:2023,
+ author = {Türk, Marten and Busser, Luyang and van Dijk, Daniël and Bosch, Max J.A.},
+ title = {{[Re] Exploring the Explainability of Bias in Image Captioning Models}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#21}},
+ doi = {10.5281/zenodo.8173703},
+ url = {https://zenodo.org/record/8173703/files/article.pdf},
+ code_url = {https://github.com/martentyrk/mlrc2022hirota},
+ code_doi = {},
+ code_swh = {swh:1:dir:2b9535456facf442ee411ab4cae5d3c4ce1cc29e},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=N9Wn91tE7D0},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, reproducibility, fairness, gender, race, LIC, LIC score, integrated gradients, MSCOCO, Captum, bias amplification, encoders, captioning models, LSTM, BERT}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173705
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Bikker, D., Kleuver, G. de, Hu, W., and Veenman, B. 2023. [¬Re] Reproducibility study of ‘Proto2Proto: Can you recognize the car, the way I do?’ ReScience C 9 , 2, #22.
+
+
+
+
+
@article{Bikker:2023,
+ author = {Bikker, David and de Kleuver, Gerson and Hu, Wenhua and Veenman, Bram},
+ title = {{[¬Re] Reproducibility study of ‘Proto2Proto: Can you recognize the car, the way I do?’}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#22}},
+ doi = {10.5281/zenodo.8173705},
+ url = {https://zenodo.org/record/8173705/files/article.pdf},
+ code_url = {https://github.com/gersondekleuver/Fact},
+ code_doi = {10.5281/zenodo.8079872},
+ code_swh = {swh:1:dir:07b0f527f206c44a96373df590b251c5c3bf669d;},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=a_9YF58u61},
+ type = {Replication},
+ language = {python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {reproducibility, python, prototype, rescience c, machine learning, computer vision}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173707
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Simoncini, W., Gogou, I., Lopes, M.F., and Kremer, R. 2023. [Re] Reproducibility Study of ”Focus On The Common Good: Group Distributional Robustness Follows.” ReScience C 9 , 2, #23.
+
+
+
+
+
@article{Simoncini:2023,
+ author = {Simoncini, Walter and Gogou, Ioanna and Lopes, Marta Freixo and Kremer, Ron},
+ title = {{[Re] Reproducibility Study of ”Focus On The Common Good: Group Distributional Robustness Follows”}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#23}},
+ doi = {10.5281/zenodo.8173707},
+ url = {https://zenodo.org/record/8173707/files/article.pdf},
+ code_url = {https://github.com/WalterSimoncini/CGD-Reproduction},
+ code_doi = {10.5281/zenodo.7998663},
+ code_swh = {swh:1:dir:4a89288fc050158c419caee05af572cad7b71a12},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=ye8PftiQLQ},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, robustness}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173711
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Papp, G., Wagenbach, J., Vries, L.J. de, and Mather, N. 2023. [Re] Reproducibility study of ”Label-Free Explainability for Unsupervised Models.” ReScience C 9 , 2, #24.
+
+
+
+
+
@article{Papp:2023,
+ author = {Papp, Gergely and Wagenbach, Julius and de Vries, Laurens Jans and Mather, Niklas},
+ title = {{[Re] Reproducibility study of ”Label-Free Explainability for Unsupervised Models”}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#24}},
+ doi = {10.5281/zenodo.8173711},
+ url = {https://zenodo.org/record/8173711/files/article.pdf},
+ code_url = {https://github.com/jwagenbach/FACT/},
+ code_doi = {10.5281/zenodo.7895731},
+ code_swh = {swh:1:dir:0df843f2fc8c0868968429afb8908db7d3a76a3c},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=n2qXFXiMsAM},
+ type = {Replication},
+ language = {python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, reproduction, explainability, unlabeled, representations, python, torch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173713
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Buis, E., Dijkstra, S., and Heijermans, B. 2023. [Re] Reproducibility study of “Explaining Deep Convolutional Neural Networks via Latent Visual-Semantic Filter Attention.” ReScience C 9 , 2, #25.
+
+
+
+
+
@article{Buis:2023,
+ author = {Buis, Erik and Dijkstra, Sebastiaan and Heijermans, Bram},
+ title = {{[Re] Reproducibility study of ``Explaining Deep Convolutional Neural Networks via Latent Visual-Semantic Filter Attention''}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#25}},
+ doi = {10.5281/zenodo.8173713},
+ url = {https://zenodo.org/record/8173713/files/article.pdf},
+ code_url = {https://github.com/ErikBuis/FACT2023},
+ code_doi = {https://zenodo.org/badge/latestdoi/585223762},
+ code_swh = {swh:1:dir:3b9cb41cd6d8680801f3b80b29410b641408348e},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=nsrHznwHhl},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {Reproduce, Interpretability, Convolutional Neural Networks, Post-hoc global method, Latent Visual Semantic Filter Attention, Python, PyTorch, Common Objects in Context, machine learning, rescience c}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173715
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Baratov, F., Yüksel, G., Petcu, D., and Bakker, J. 2023. [Re] Reproducibility Study of "Quantifying Societal Bias Amplification in Image Captioning". ReScience C 9 , 2, #26.
+
+
+
+
+
@article{Baratov:2023,
+ author = {Baratov, Farrukh and Yüksel, Göksenin and Petcu, Darie and Bakker, Jan},
+ title = {{[Re] Reproducibility Study of "Quantifying Societal Bias Amplification in Image Captioning"}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#26}},
+ doi = {10.5281/zenodo.8173715},
+ url = {https://zenodo.org/record/8173715/files/article.pdf},
+ code_url = {https://github.com/fbaratov/mlrc-lic-plus-age},
+ code_doi = {},
+ code_swh = {swh:1:dir:42a11dd6a0c47c1ad4d57649d08238230c570fb3;origin=https://github.com/fbaratov/mlrc-lic-plus-age;visit=swh:1:snp:222b530d4c368546db5fe7ae6ef7d18e4f949429;anchor=swh:1:rev:32f722b1d60dfd9412a3c98b7e874f679536ac77},
+ data_url = {https://drive.google.com/drive/folders/1PI03BqcnhdXZi2QY9PUHzWn4cxgdonT-},
+ data_doi = {10.48550/arXiv.2106.08503},
+ review_url = {https://openreview.net/forum?id=eJmQJT0Dtt},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, python, machine learning, deep learning, reproducibility, bias, gender bias, racial bias, age bias, bias estimation, bias amplification, leakage in image captioning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173717
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Zila, E., Gerbscheid, J., Sträter, L., and Kretschmar, K. 2023. [Re] On the reproducibility of "CrossWalk: Fairness-Enhanced Node Representation Learning". ReScience C 9 , 2, #27.
+
+
+
+
+
@article{Zila:2023,
+ author = {Zila, Eric and Gerbscheid, Jonathan and Sträter, Luc and Kretschmar, Kieron},
+ title = {{[Re] On the reproducibility of "CrossWalk: Fairness-Enhanced Node Representation Learning"}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#27}},
+ doi = {10.5281/zenodo.8173717},
+ url = {https://zenodo.org/record/8173717/files/article.pdf},
+ code_url = {https://github.com/jonathan-gerb/crosswalk-reproduction},
+ code_doi = {},
+ code_swh = {swh:1:dir:0010ab17932c3abd9cb892f1b92da408df43689c},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=WnaVgRhlyT},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, deepwalk, crosswalk, graph, node-embeddings, fairwalk, fairness, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173719
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Greven, J., Stallinga, S., and Seljee, Z. 2023. [Re] Reproducing FairCal: Fairness Calibration for Face Verification. ReScience C 9 , 2, #28.
+
+
+
+
+
@article{Greven:2023,
+ author = {Greven, Jip and Stallinga, Simon and Seljee, Zirk},
+ title = {{[Re] Reproducing FairCal: Fairness Calibration for Face Verification}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#28}},
+ doi = {10.5281/zenodo.8173719},
+ url = {https://zenodo.org/record/8173719/files/article.pdf},
+ code_url = {https://github.com/zseljee/re-faircal},
+ code_doi = {},
+ code_swh = {swh:1:dir:95f2895ab0761e8a2341dc83e26cdcbbc5a0ecde},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=jDBYRwDpeW},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, machine learning, reproduction, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173721
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Taslimi, S., Foeng, L.C.A., Kayal, P., Patra, A.P., and Patra, A.P. 2023. [Re] Reproducibility Study of ’CartoonX: Cartoon Explanations of Image Classifiers.’ ReScience C 9 , 2, #29.
+
+
+
+
+
@article{Taslimi:2023,
+ author = {Taslimi, Sina and Foeng, Luke Chin A and Kayal, Pratik and Patra, Aditya Prakash and Patra, Aditya Prakash},
+ title = {{[Re] Reproducibility Study of 'CartoonX: Cartoon Explanations of Image Classifiers'}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#29}},
+ doi = {10.5281/zenodo.8173721},
+ url = {https://zenodo.org/record/8173721/files/article.pdf},
+ code_url = {https://github.com/KAISER1997/FACTAI_CARTOONX_Reproduce},
+ code_doi = {10.5281/zenodo.7947877},
+ code_swh = {swh:1:dir:699d0b641cd3fd9fad8247d19f2f88648e6d72cd},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=DWKJpl8s06},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, Explainable AI, Image Classification, Wavelets}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173725
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Merk, D., Smit, D., Beukers, B., and Mendsuren, T. 2023. [Re] Reproducibility Study of ”Latent Space Smoothing for Individually Fair Representations.” ReScience C 9 , 2, #30.
+
+
+
+
+
@article{Merk:2023,
+ author = {Merk, Didier and Smit, Denny and Beukers, Boaz and Mendsuren, Tsatsral},
+ title = {{[Re] Reproducibility Study of ”Latent Space Smoothing for Individually Fair Representations”}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#30}},
+ doi = {10.5281/zenodo.8173725},
+ url = {https://zenodo.org/record/8173725/files/article.pdf},
+ code_url = {https://github.com/Mametchiii/lassi-reproducibility},
+ code_doi = {10.5281/zenodo.7950717},
+ code_swh = {swh:1:dir:ebe7321bfcc8268ca48b1b269c64b6fe1df79653},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=J-Lgb7Vc0wX},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {machine learning, rescience c, rescience x, Latent space smoothing, LASSI, reproducibility, fairness, AI, deep learning, python, machine learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173729
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Aillet, A. and Sondén, S. 2023. [Re] Variational Neural Cellular Automata. ReScience C 9 , 2, #31.
+
+
+
+
+
@article{Aillet:2023,
+ author = {Aillet, Albert and Sondén, Simon},
+ title = {{[Re] Variational Neural Cellular Automata}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#31}},
+ doi = {10.5281/zenodo.8173729},
+ url = {https://zenodo.org/record/8173729/files/article.pdf},
+ code_url = {https://github.com/albertaillet/vnca},
+ code_doi = {10.5281/zenodo.7927205},
+ code_swh = {swh:1:dir:3de126d09281c3dab4749dc8ac9330e53a22c558},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=d7-ns6SZqp},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, deep learning, python, jax,}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173733
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Benmerzoug, A. and Benito Delgado, M. de . 2023. [Re] If you like Shapley, then you’ll love the core. ReScience C 9 , 2, #32.
+
+
+
+
+
@article{Benmerzoug:2023,
+ author = {Benmerzoug, Anes and de Benito Delgado, Miguel},
+ title = {{[Re] If you like Shapley, then you'll love the core}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#32}},
+ doi = {10.5281/zenodo.8173733},
+ url = {https://zenodo.org/record/8173733/files/article.pdf},
+ code_url = {https://github.com/aai-institute/mlrc22-like-shapley-love-the-core},
+ code_doi = {},
+ code_swh = {swh:1:dir:294da04ace110a1e2944203314f968a0bbf3c0a1},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=vWzZQAahuW},
+ type = {Replication},
+ language = {python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, python, data valuation, data-centric ml, machine learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173735
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Livernoche, V. and Sujaya, V. 2023. [Re] A Reproduction of Automatic Multi-Label Prompting: Simple and Interpretable Few-Shot Classification. ReScience C 9 , 2, #33.
+
+
+
+
+
@article{Livernoche:2023,
+ author = {Livernoche, Victor and Sujaya, Vidya},
+ title = {{[Re] A Reproduction of Automatic Multi-Label Prompting: Simple and Interpretable Few-Shot Classification}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#33}},
+ doi = {10.5281/zenodo.8173735},
+ url = {https://zenodo.org/record/8173735/files/article.pdf},
+ code_url = {https://github.com/vicliv/AMuLaP-Reproduction},
+ code_doi = {},
+ code_swh = {swh:1:dir:44eec5466ce396c0e4af4cba3e28b994c4a82600},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=t8ZZ2Y356Ix},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, python, machine learning, transformers, prompt engineering, natural language processing, multi-label prompting, few-shot classification}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173737
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Cordaro, D., Cox, S., Ren, Y., and Yu, T. 2023. [¬Re] G-Mixup: Graph Data Augmentation for Graph Classification. ReScience C 9 , 2, #34.
+
+
+
+
+
@article{Cordaro:2023,
+ author = {Cordaro, Dylan and Cox, Shelby and Ren, Yiman and Yu, Teresa},
+ title = {{[¬Re] G-Mixup: Graph Data Augmentation for Graph Classification}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#34}},
+ doi = {10.5281/zenodo.8173737},
+ url = {https://zenodo.org/record/8173737/files/article.pdf},
+ code_url = {https://github.com/shelbycox/EECS-553-GMixup-Reproduction},
+ code_doi = {},
+ code_swh = {swh:1:dir:9c61eef8a6a063061f952ef48145dd9389d45281},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=T54wy0ahGLG¬eId=pvukxfvJGX},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {Python, machine learning, graphical neural networks, mixup, graphon, rescience c}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173739
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Bose, P., Pandey, C.S., and Fund, F. 2023. [Re] Exploring the Role of Grammar and Word Choice in Bias Toward African American English (AAE) in Hate Speech Classification. ReScience C 9 , 2, #35.
+
+
+
+
+
@article{Bose:2023,
+ author = {Bose, Priyanka and Pandey, Chandra Shekhar and Fund, Fraida},
+ title = {{[Re] Exploring the Role of Grammar and Word Choice in Bias Toward African American English (AAE) in Hate Speech Classification}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#35}},
+ doi = {10.5281/zenodo.8173739},
+ url = {https://zenodo.org/record/8173739/files/article.pdf},
+ code_url = {https://github.com/indianspeedster/mlr_2022.git},
+ code_doi = {},
+ code_swh = {swh:1:dir:e4878650f9ab13d7820684abaca84448cc13b9ff},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=MjZVx7a0KX-},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, machine learning, python, bias, TensorFlow}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173741
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Antequera, P., Gonzalez, E., Grasa, M., and Raaphorst, M. van . 2023. [Re] RELIC: Reproducibility and Extension on LIC metric in quantifying bias in captioning models. ReScience C 9 , 2, #36.
+
+
+
+
+
@article{Antequera:2023,
+ author = {Antequera, Paula and Gonzalez, Egoitz and Grasa, Marta and van Raaphorst, Martijn},
+ title = {{[Re] RELIC: Reproducibility and Extension on LIC metric in quantifying bias in captioning models}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#36}},
+ doi = {10.5281/zenodo.8173741},
+ url = {https://zenodo.org/record/8173741/files/article.pdf},
+ code_url = {https://github.com/eggonz/relic-caption-bias},
+ code_doi = {https://doi.org/10.5281/zenodo.7930598},
+ code_swh = {swh:1:dir:01b16d04ee6ff9480c0fab3f65ea8957997e05c5},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=9_hCoP3LXwy},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, machine learning, python, bias, caption, metrics, fairness}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173745
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Kyrylov, V., Bedi, N.S., and Zang, Q. 2023. [Re] VAE Approximation Error: ELBO and Exponential Families. ReScience C 9 , 2, #37.
+
+
+
+
+
@article{Kyrylov:2023,
+ author = {Kyrylov, Volodymyr and Bedi, Navdeep Singh and Zang, Qianbo},
+ title = {{[Re] VAE Approximation Error: ELBO and Exponential Families}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#37}},
+ doi = {10.5281/zenodo.8173745},
+ url = {https://zenodo.org/record/8173745/files/article.pdf},
+ code_url = {https://github.com/proger/vae},
+ code_doi = {https://doi.org/10.5281/zenodo.7951527},
+ code_swh = {swh:1:dir:6328abd80f26a66924bea7e6b656ebfee9161f31},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=ozbAwipuZu},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {Python, VAE, approximation errors, ELBO, exponential families, deep learning, pytorch, machine learning, rescience c}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173747
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Moens, G.J., Witte, J. de, Göbel, T.P., and Oever, M. van den . 2023. [Re] CrossWalk Fairness-enhanced Node Representation Learning. ReScience C 9 , 2, #38.
+
+
+
+
+
@article{Moens:2023,
+ author = {Moens, Gijs Joppe and de Witte, Job and Göbel, Tobias Pieter and van den Oever, Meggie},
+ title = {{[Re] CrossWalk Fairness-enhanced Node Representation Learning}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#38}},
+ doi = {10.5281/zenodo.8173747},
+ url = {https://zenodo.org/record/8173747/files/article.pdf},
+ code_url = {https://github.com/Bentgm17/Fact2022_27.git},
+ code_doi = {},
+ code_swh = {swh:1:dir:1cb55b0f026b758df313fea777575fcab71222f5},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=KNp7Zq3KkT0¬eId=xqiAvezWIN},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, machine learning, deep learning, python, fairness, graphs, node representation, crosswalk, deepwalk, moenswalk, graph networks}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173749
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Pantea, L. and Blahovici, A. 2023. [Re] CrossWalk: Fairness-enhanced Node Representation Learning. ReScience C 9 , 2, #39.
+
+
+
+
+
@article{Pantea:2023,
+ author = {Pantea, Luca and Blahovici, Andrei},
+ title = {{[Re] CrossWalk: Fairness-enhanced Node Representation Learning}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#39}},
+ doi = {10.5281/zenodo.8173749},
+ url = {https://zenodo.org/record/8173749/files/article.pdf},
+ code_url = {https://github.com/Dawlau/FACT-AI},
+ code_doi = {10.5281/zenodo.7932857},
+ code_swh = {swh:1:dir:6367a5e042f3b14cd6d86349199e08597fc0f3f6},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=tpk45Zll8eh},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, machine learning, Fairness in Machine Learning, Representational Learning, Graph Algorithms}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173751
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Charisoudis, A., Huth, S.E. von, and Jansson, E. 2023. [Re] Masked Autoencoders Are Small Scale Vision Learners: A Reproduction Under Resource Constraints. ReScience C 9 , 2, #40.
+
+
+
+
+
@article{Charisoudis:2023,
+ author = {Charisoudis, Athanasios and von Huth, Simon Ekman and Jansson, Emil},
+ title = {{[Re] Masked Autoencoders Are Small Scale Vision Learners: A Reproduction Under Resource Constraints}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#40}},
+ doi = {10.5281/zenodo.8173751},
+ url = {https://zenodo.org/record/8173751/files/article.pdf},
+ code_url = {https://github.com/MLReproHub/SMAE},
+ code_doi = {},
+ code_swh = {swh:1:dir:4d37d466bafc5dc45bf5ba68caa53f207e6d0702},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=KXfjZPL5pqr},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, python, pytorch, machine learning, deep learning, computer vision, self-supervised learning, masked autoencoder, semantic, perceptual, reproduction, replication, reproducibility, image classification, small scale}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173753
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Mahlau, Y., Kayser, L., and Berg, L. 2023. [Re] On Explainability of Graph Neural Networks via Subgraph Explorations. ReScience C 9 , 2, #41.
+
+
+
+
+
@article{Mahlau:2023,
+ author = {Mahlau, Yannik and Kayser, Leonie and Berg, Lukas},
+ title = {{[Re] On Explainability of Graph Neural Networks via Subgraph Explorations}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#41}},
+ doi = {10.5281/zenodo.8173753},
+ url = {https://zenodo.org/record/8173753/files/article.pdf},
+ code_url = {https://github.com/ymahlau/subgraphx},
+ code_doi = {https://zenodo.org/badge/latestdoi/637344138},
+ code_swh = {swh:1:dir:439719e0ad99cbd3d980619c24dec1744b408dd0},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=zKBJw4Ht8s},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, machine learning, explainable ai, graph neural networks, subgraphX, python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python3)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173755
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Alexander, S., Ildus, S., and Evgeniy, S. 2023. [Re] "Towards Understanding Grokking". ReScience C 9 , 2, #42.
+
+
+
+
+
@article{Alexander:2023,
+ author = {Alexander, Shabalin and Ildus, Sadrtdinov and Evgeniy, Shabalin},
+ title = {{[Re] "Towards Understanding Grokking"}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#42}},
+ doi = {10.5281/zenodo.8173755},
+ url = {https://zenodo.org/record/8173755/files/article.pdf},
+ code_url = {https://github.com/isadrtdinov/grokking-reproduction},
+ code_doi = {},
+ code_swh = {swh:1:dir:ccc65ca6bac0009168d60348463bee1d59e8b1f8},
+ data_url = {http://yann.lecun.com/exdb/mnist/},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=Vz9VLcJqKS},
+ type = {Replication},
+ language = {Python3},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, deep learning, grokking, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173757
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Moalla, S., Madeira, M., Riccio, L., and Lee, J. 2023. [Re] Reproducibility Study of Behavior Transformers. ReScience C 9 , 2, #43.
+
+
+
+
+
@article{Moalla:2023,
+ author = {Moalla, Skander and Madeira, Manuel and Riccio, Lorenzo and Lee, Joonhyung},
+ title = {{[Re] Reproducibility Study of Behavior Transformers}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#43}},
+ doi = {10.5281/zenodo.8173757},
+ url = {https://zenodo.org/record/8173757/files/article.pdf},
+ code_url = {https://github.com/skandermoalla/bet-reproduction},
+ code_doi = {10.5281/zenodo.7937169},
+ code_swh = {swh:1:dir:4a562f75c0fd44672b806498e18b67690a5baabd},
+ data_url = {https://github.com/skandermoalla/bet-reproduction},
+ data_doi = {10.5281/zenodo.7937169},
+ review_url = {https://openreview.net/forum?id=E0qO5dI5aEn},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, reinforcement learning, imitation learning, behavior cloning, transformer, pytorch, python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173759
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Sun, K., Williams, A., and Hupkes, D. 2023. [Re] A Replication Study of Compositional Generalization Works on Semantic Parsing. ReScience C 9 , 2, #44.
+
+
+
+
+
@article{Sun:2023,
+ author = {Sun, Kaiser and Williams, Adina and Hupkes, Dieuwke},
+ title = {{[Re] A Replication Study of Compositional Generalization Works on Semantic Parsing}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#44}},
+ doi = {10.5281/zenodo.8173759},
+ url = {https://zenodo.org/record/8173759/files/article.pdf},
+ code_url = {https://github.com/KaiserWhoLearns/CompGenRep_MLRC2022},
+ code_doi = {},
+ code_swh = {swh:1:dir:f508ee8f31bd7a768d1fa09e7fedf834e663fd6e},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=MF9uv95psps},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, natural language processing, compositional generalization, machine learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173763
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Lee, S.R. and Lee, S.B. 2023. [Re] Pure Noise to the Rescue of Insufficient Data. ReScience C 9 , 2, #45.
+
+
+
+
+
@article{Lee:2023,
+ author = {Lee, Seungjae Ryan and Lee, Seungmin Brian},
+ title = {{[Re] Pure Noise to the Rescue of Insufficient Data}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#45}},
+ doi = {10.5281/zenodo.8173763},
+ url = {https://zenodo.org/record/8173763/files/article.pdf},
+ code_url = {https://github.com/seungjaeryanlee/pure-noise},
+ code_doi = {10.5281/zenodo.7947264},
+ code_swh = {swh:1:dir:41b1ddbd87720da65e78d56dfc86b8eb81dbba56},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=ErBe4MnsVD},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, rescience x, python, pytorch, wandb, machine learning, deep learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2022
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.8173650
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Omeragić, E. and Đuranović, V. 2023. [Re] G-Mixup: Graph Data Augmentation for Graph Classification. ReScience C 9 , 2, #1.
+
+
+
+
+
@article{Omeragic:2023,
+ author = {Omeragić, Ermin and Đuranović, Vuk},
+ title = {{[Re] G-Mixup: Graph Data Augmentation for Graph Classification}},
+ journal = {ReScience C},
+ year = {2023},
+ month = jul,
+ volume = {9},
+ number = {2},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.8173650},
+ url = {https://zenodo.org/record/8173650/files/article.pdf},
+ code_url = {https://github.com/eomeragic1/g-mixup-reproducibility},
+ code_doi = {},
+ code_swh = {swh:1:dir:b3da6c4106727ef884219a1d04275a3306672c34},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=XxUIomN-ndH},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2022},
+ keywords = {rescience c, machine learning, data augmentation, graph neural networks, pytorch geometric, mixup}
+}
+
+
+
+
+
+Volume 8 (2022)
+
+Issue 2 (ML Reproducibility Challenge 2021)
+
+
+
+
+
+ Editorial
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574723
+
+
+
+
+ | PDF
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+| BibTeX
+
+
+
+
+
+Sinha, K., Dodge, J., Luccioni, S., et al. 2022. ML Reproducibility Challenge 2021. ReScience C 8 , 2, #48.
+
+
+
+
+
@article{Sinha:2022,
+ author = {Sinha, Koustuv and Dodge, Jesse and Luccioni, Sasha and Forde, Jessica Zosa and Raparthy, Sharath Chandra and Pineau, Joelle and Stojnic, Robert},
+ title = {{ML Reproducibility Challenge 2021}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#48}},
+ doi = {10.5281/zenodo.6574723},
+ url = {https://zenodo.org/record/6574723/files/article.pdf},
+ code_url = {},
+ code_doi = {},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {},
+ type = {Editorial},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574625
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Ankit, A., Ambekar, S., Varadharajan, B., and Alence, M. 2022. [Re] Counterfactual Generative Networks. ReScience C 8 , 2, #2.
+
+
+
+
+
@article{Ankit:2022,
+ author = {Ankit, Ankit and Ambekar, Sameer and Varadharajan, Baradwaj and Alence, Mark},
+ title = {{[Re] Counterfactual Generative Networks}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.6574625},
+ url = {https://zenodo.org/record/6574625/files/article.pdf},
+ code_url = {https://github.com/ambekarsameer96/FACT_AI/},
+ code_doi = {},
+ code_swh = {swh:1:dir:88d89da0661c0f855f7b6f27c77acac1c2572a93},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=BSHg22G7n0F},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorc deep generative models, counterfactuals}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574629
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Ashok, A. and Aekula, H. 2022. [Re] Does Self-Supervision Always Improve Few-Shot Learning? ReScience C 8 , 2, #3.
+
+
+
+
+
@article{Ashok:2022,
+ author = {Ashok, Arjun and Aekula, Haswanth},
+ title = {{[Re] Does Self-Supervision Always Improve Few-Shot Learning?}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.6574629},
+ url = {https://zenodo.org/record/6574629/files/article.pdf},
+ code_url = {https://github.com/ashok-arjun/MLRC-2021-Few-Shot-Learning-And-Self-Supervision/},
+ code_doi = {10.5281/zenodo.6508499},
+ code_swh = {swh:1:dir:90d1c4d52eec769a1a18df5bd1f8bd0955f0ac24},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=ScfP3G73CY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, few-shot learning, self-supervised learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574631
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Athanasiadis, I., Moschovis, G., and Tuoma, A. 2022. [Re] Weakly-Supervised Semantic Segmentation via Transformer Explainability. ReScience C 8 , 2, #4.
+
+
+
+
+
@article{Athanasiadis:2022,
+ author = {Athanasiadis, Ioannis and Moschovis, Georgios and Tuoma, Alexander},
+ title = {{[Re] Weakly-Supervised Semantic Segmentation via Transformer Explainability}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.6574631},
+ url = {https://zenodo.org/record/6574631/files/article.pdf},
+ code_url = {https://github.com/athaioan/ViT_Affinity_Reproducibility_Challenge},
+ code_doi = {},
+ code_swh = {swh:1:dir:95342519c89e6957f4f90ee7e51d8724a48d9a56},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=rcEDhGX3AY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574635
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Bagad, P., Hilders, P., Maas, J., and Goede, D. de . 2022. [Re] Reproducibility Study of “Counterfactual Generative Networks.” ReScience C 8 , 2, #5.
+
+
+
+
+
@article{Bagad:2022,
+ author = {Bagad, Piyush and Hilders, Paul and Maas, Jesse and de Goede, Danilo},
+ title = {{[Re] Reproducibility Study of “Counterfactual Generative Networks”}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.6574635},
+ url = {https://zenodo.org/record/6574635/files/article.pdf},
+ code_url = {https://github.com/danilodegoede/fact-team3/},
+ code_doi = {},
+ code_swh = {swh:1:dir:410075522df668dfae4742564f10b62de0cb8dc6},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HNlzT3G720t},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, python, pytorch, deep generative models, counterfactuals}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574637
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Boer, S. de, Cosma, R.A., Knobel, L., Koishekenov, Y., and Shaffrey, B. 2022. [Re] Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling. ReScience C 8 , 2, #6.
+
+
+
+
+
@article{Boer:2022,
+ author = {de Boer, Sarah and Cosma, Radu Alexandru and Knobel, Lukas and Koishekenov, Yeskendir and Shaffrey, Benjamin},
+ title = {{[Re] Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.6574637},
+ url = {https://zenodo.org/record/6574637/files/article.pdf},
+ code_url = {https://github.com/reproducibilityaccount/reproducing-ridesharing},
+ code_doi = {10.5281/zenodo.6501845},
+ code_swh = {swh:1:rev:3beaa469b32b376f92b0fbae34493cdbe0e2ee3c},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=BE3Ms3GXhCF},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, ride-pooling, fairness, LSTM, ILP, resource allocation, matching algorithms, reinforcement learning, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574639
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Brivio, M. and Çöltekin, Ç. 2022. [¬Re] Hate Speech Detection based on Sentiment Knowledge Sharing. ReScience C 8 , 2, #7.
+
+
+
+
+
@article{Brivio:2022,
+ author = {Brivio, Matteo and Çöltekin, Çağrı},
+ title = {{[¬Re] Hate Speech Detection based on Sentiment Knowledge Sharing}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#7}},
+ doi = {10.5281/zenodo.6574639},
+ url = {https://zenodo.org/record/6574639/files/article.pdf},
+ code_url = {https://github.com/matteobrv/repro-SKS},
+ code_doi = {10.5281/zenodo.6502870},
+ code_swh = {swh:1:dir:d61b47330cc5c92d7ac4873269faa38a2e3c20bd},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=SSSGs3M7nRY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, tensorflow, NLP, hate speech, sentiment}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574641
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Burger, M., Burg, K. ter, Titarsolej, S., and Khan, S.J. 2022. [Re] Reproducibility Study - SCOUTER: Slot Attention-based Classifier for Explainable Image Recognition. ReScience C 8 , 2, #8.
+
+
+
+
+
@article{Burger:2022,
+ author = {Burger, Maarten and ter Burg, Kaya and Titarsolej, Sam and Khan, Selina Jasmin},
+ title = {{[Re] Reproducibility Study - SCOUTER: Slot Attention-based Classifier for Explainable Image Recognition}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#8}},
+ doi = {10.5281/zenodo.6574641},
+ url = {https://zenodo.org/record/6574641/files/article.pdf},
+ code_url = {https://github.com/kayatb/reproduce_SCOUTER},
+ code_doi = {},
+ code_swh = {swh:1:dir:a294d795e2f9e00a93e9955b70c86a28b1c310d0},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HZNlq3fmhRF},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, SCOUTER, XAI, Explainable, AI, Interpretable, Reproducibility, Attention, Self-attention, Computer Vision, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574643
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Buvanesh, A. and Panwar, M. 2022. [Re] AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients. ReScience C 8 , 2, #9.
+
+
+
+
+
@article{Buvanesh:2022,
+ author = {Buvanesh, Anirudh and Panwar, Madhur},
+ title = {{[Re] AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#9}},
+ doi = {10.5281/zenodo.6574643},
+ url = {https://zenodo.org/record/6574643/files/article.pdf},
+ code_url = {https://github.com/anirudhb11/Adabelief-Optimizer-RC},
+ code_doi = {},
+ code_swh = {swh:1:dir:53eeebe14e9d02d912fc3c58c375b5095e8db941},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=B9gDnMmn0t},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, optimizers, image classification, language modelling, generative adversarial networks}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574645
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Dasu, V.A. and T.K., M.M. 2022. [Re] GANSpace: Discovering Interpretable GAN Controls. ReScience C 8 , 2, #10.
+
+
+
+
+
@article{Dasu:2022,
+ author = {Dasu, Vishnu Asutosh and T.K., Midhush Manohar},
+ title = {{[Re] GANSpace: Discovering Interpretable GAN Controls}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#10}},
+ doi = {10.5281/zenodo.6574645},
+ url = {https://zenodo.org/record/6574645/files/article.pdf},
+ code_url = {https://github.com/midsterx/ReGANSpace},
+ code_doi = {10.5281/zenodo.6511501},
+ code_swh = {swh:1:dir:4dc4de7856350a4671d97840c5f9ae013c275112},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=BtZVD2f7n0F},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, tensorflow, numpy, gans, image synthesis}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574647
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Drabent, K., Wijnja, S., Sluijter, T., and Bereda, K. 2022. [Re] Replication study of "Privacy-preserving Collaborative Learning". ReScience C 8 , 2, #11.
+
+
+
+
+
@article{Drabent:2022,
+ author = {Drabent, Karolina and Wijnja, Stefan and Sluijter, Thijs and Bereda, Konrad},
+ title = {{[Re] Replication study of "Privacy-preserving Collaborative Learning"}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#11}},
+ doi = {10.5281/zenodo.6574647},
+ url = {https://zenodo.org/record/6574647/files/article.pdf},
+ code_url = {https://github.com/stfwn/ats-privacy-replication},
+ code_doi = {10.5281/zenodo.6508136},
+ code_swh = {swh:1:dir:1b0c9cb880eedcbdfb56c51afc8ed74ba437e14b},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=SY84JTG73CK},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, pytorch lightning, federated learning, data augmentation, privacy}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574649
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Džubur, B. 2022. [Re] A Cluster-based Approach for Improving Isotropy in Contextual Embedding Space. ReScience C 8 , 2, #12.
+
+
+
+
+
@article{Dzubur:2022,
+ author = {Džubur, Benjamin},
+ title = {{[Re] A Cluster-based Approach for Improving Isotropy in Contextual Embedding Space}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#12}},
+ doi = {10.5281/zenodo.6574649},
+ url = {https://zenodo.org/record/6574649/files/article.pdf},
+ code_url = {https://github.com/Benidzu/isotropy_reproduction},
+ code_doi = {},
+ code_swh = {swh:1:dir:407d517fb5299301bcfc7f8aa461a4c3bf7c36b0},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=rxWeB3zQ2CY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, natural language processing, python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574651
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Eaton, E. and Naghavi, P. 2022. [Re] Reproduction and Extension of "Queens are Powerful too: Mitigating Gender Bias in Dialogue Generation". ReScience C 8 , 2, #13.
+
+
+
+
+
@article{Eaton:2022,
+ author = {Eaton, Erica and Naghavi, Pirouz},
+ title = {{[Re] Reproduction and Extension of "Queens are Powerful too: Mitigating Gender Bias in Dialogue Generation"}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#13}},
+ doi = {10.5281/zenodo.6574651},
+ url = {https://zenodo.org/record/6574651/files/article.pdf},
+ code_url = {https://github.com/Pnaghavi/Mitigating-Gender-Bias-in-Generated-Text},
+ code_doi = {},
+ code_swh = {swh:1:dir:320f7080ccd0edd611da07e9dbd9dbe4bbd18758},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=StblE2MQ3AY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, natural language processing, deep learning, python, bias mitigation}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574653
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Eijkelboom, F., Fokkema, M., Lau, A., and Verheijen, L. 2022. [Re] Reproduction Study of Variational Fair Clustering. ReScience C 8 , 2, #14.
+
+
+
+
+
@article{Eijkelboom:2022,
+ author = {Eijkelboom, Floor and Fokkema, Mark and Lau, Anna and Verheijen, Luuk},
+ title = {{[Re] Reproduction Study of Variational Fair Clustering}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#14}},
+ doi = {10.5281/zenodo.6574653},
+ url = {https://zenodo.org/record/6574653/files/article.pdf},
+ code_url = {https://github.com/MarkiemarkF/FACT},
+ code_doi = {10.5281/zenodo.6508390},
+ code_swh = {swh:1:dir:016245babcdc02c28ac98547de32f7270c79f81f},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=rq8fRhMm20F},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, python, pytorch, clustering, fairness}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574655
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Geijn, C. van de, Kyriacou, V., Papadopoulou, I., and Vasileiou, V. 2022. [Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace. None 8 , 2, #15.
+
+
+
+
+
@article{Geijn:2022,
+ author = {van de Geijn, Chase and Kyriacou, Victor and Papadopoulou, Irene and Vasileiou, Vasiliki},
+ title = {{[Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace}},
+ journal = {None},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#15}},
+ doi = {10.5281/zenodo.6574655},
+ url = {https://zenodo.org/record/6574655/files/article.pdf},
+ code_url = {https://github.com/irenepap2/Re_StylEx.git},
+ code_doi = {10.5281/zenodo.6508290},
+ code_swh = {swh:1:dir:f0871f3a14e536717d3225180942c4a385ce39e3},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=SK8gAhfX2AK},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574657
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Hardy, I. 2022. [Re] An Implementation of Fair Robust Learning. ReScience C 8 , 2, #16.
+
+
+
+
+
@article{Hardy:2022,
+ author = {Hardy, Ian},
+ title = {{[Re] An Implementation of Fair Robust Learning}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#16}},
+ doi = {10.5281/zenodo.6574657},
+ url = {https://zenodo.org/record/6574657/files/article.pdf},
+ code_url = {https://github.com/Ian-Hardy/Fair_Robust_Modeling},
+ code_doi = {10.5281/zenodo.6506696},
+ code_swh = {swh:1:dir:bd6142ce2ce3fd99fab9918a6c6754115035abe4},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=Sczshz7h0K},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, adversarial training, fairness, robustness}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574659
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Höppe, T., Miszkurka, A., and Wilkman, D.B. 2022. [Re] Understanding Self-Supervised Learning Dynamics without Contrastive Pairs. ReScience C 8 , 2, #17.
+
+
+
+
+
@article{Hoppe:2022,
+ author = {Höppe, Tobias and Miszkurka, Agnieszka and Wilkman, Dennis Bogatov},
+ title = {{[Re] Understanding Self-Supervised Learning Dynamics without Contrastive Pairs}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#17}},
+ doi = {10.5281/zenodo.6574659},
+ url = {https://zenodo.org/record/6574659/files/article.pdf},
+ code_url = {https://github.com/miszkur/SelfSupervisedLearning},
+ code_doi = {10.5281/zenodo.6508184},
+ code_swh = {swh:1:dir:ec5169f4713c6c67088d980c76f1c25bc1c399bc},
+ data_url = {https://www.cs.toronto.edu/~kriz/cifar.html},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=r4xe3nMQ3AY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574661
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Jiles, R. and Chakraborty, M. 2022. [Re] Domain Generalization using Causal Matching. ReScience C 8 , 2, #18.
+
+
+
+
+
@article{Jiles:2022,
+ author = {Jiles, Richard and Chakraborty, Mohna},
+ title = {{[Re] Domain Generalization using Causal Matching}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#18}},
+ doi = {10.5281/zenodo.6574661},
+ url = {https://zenodo.org/record/6574661/files/article.pdf},
+ code_url = {https://github.com/rjiles/causalmatching},
+ code_doi = {10.5281/zenodo.6529518},
+ code_swh = {swh:1:dir:08875ab42adddf57b8019c82f4e5889d1009743c},
+ data_url = {https://github.com/rjiles/causalmatching},
+ data_doi = {10.5281/zenodo.6529518},
+ review_url = {https://openreview.net/forum?id=r43elaGmhCY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574663
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Kirca, I.-A., Hamerslag, D., Baas, A., and Prent, J. 2022. [¬Re] Reproducibility Study of ’Exacerbating Algorithmic Bias through Fairness Attacks’ . ReScience C 8 , 2, #19.
+
+
+
+
+
@article{Kirca:2022,
+ author = {Kirca, Isa-Ali and Hamerslag, Daniël and Baas, Afra and Prent, Juno},
+ title = {{[¬Re] Reproducibility Study of 'Exacerbating Algorithmic Bias through Fairness Attacks' }},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#19}},
+ doi = {10.5281/zenodo.6574663},
+ url = {https://zenodo.org/record/6574663/files/article.pdf},
+ code_url = {https://github.com/DCHamerslag/FACT},
+ code_doi = {10.5281/zenodo.6491095},
+ code_swh = {swh:1:dir:25564a437957494e991b5205e262159e75d84d59;},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=rKbgh3fXnRK},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574665
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Kolkman, G., Athmer, J., Labro, A., and Kulicki, M. 2022. [Re] Strategic classification made practical: reproduction. ReScience C 8 , 2, #20.
+
+
+
+
+
@article{Kolkman:2022,
+ author = {Kolkman, Guilly and Athmer, Jan and Labro, Alex and Kulicki, Maksymilian},
+ title = {{[Re] Strategic classification made practical: reproduction}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#20}},
+ doi = {10.5281/zenodo.6574665},
+ url = {https://zenodo.org/record/6574665/files/article.pdf},
+ code_url = {https://github.com/GuillyK/FACT-ai},
+ code_doi = {},
+ code_swh = {swh:1:dir:31ff8f4d7da6e70c88e4d28ba0c18ee5f04ac424;},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=rNgg03fXnRY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574667
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Bosch, E., Ettes, R., Korporaal, D., and Meer, G. van . 2022. [Re] Replication study of ’Explaining in Style: Training a GAN to explain a classifier in StyleSpace.’ None 8 , 2, #21.
+
+
+
+
+
@article{Bosch:2022,
+ author = {Bosch, Evaline and Ettes, Rutger and Korporaal, Daan and van Meer, Gijs},
+ title = {{[Re] Replication study of 'Explaining in Style: Training a GAN to explain a classifier in StyleSpace'}},
+ journal = {None},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#21}},
+ doi = {10.5281/zenodo.6574667},
+ url = {https://zenodo.org/record/6574667/files/article.pdf},
+ code_url = {https://github.com/Gijsvanmeer/FACTinAI},
+ code_doi = {10.5281/zenodo.6508302},
+ code_swh = {swh:1:dir:1d0dbddb7bc7060aee89621b45cea15325dca1b1},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=BtIz0nz7hRY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, AI, GANs, SyleSpace, reconstruction}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574669
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Tafuro, M., Lombardo, A., Veljković, T.H., and Becker-Czarnetzki, L. 2022. [Re] Exacerbating Algorithmic Bias through Fairness Attacks. ReScience C 8 , 2, #22.
+
+
+
+
+
@article{Tafuro:2022,
+ author = {Tafuro, Matteo and Lombardo, Andrea and Veljković, Tin Hadži and Becker-Czarnetzki, Lasse},
+ title = {{[Re] Exacerbating Algorithmic Bias through Fairness Attacks}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#22}},
+ doi = {10.5281/zenodo.6574669},
+ url = {https://zenodo.org/record/6574669/files/article.pdf},
+ code_url = {https://github.com/imandrealombardo/FACT-AI},
+ code_doi = {},
+ code_swh = {swh:1:dir:b775237e47e9de16827cb9cae83423d090faa4f8},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=H4lzChGmhCK},
+ type = {Replication},
+ language = {python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, rescience x, reproducibility, machine learning, deep learning, fairness, python, tensorflow, adversarial attack, fairness attack, algorithmic bias, influence attack on fairness, anchoring attack}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (R)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574671
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+De Luisa, A. 2022. [Re] Thompson Sampling for Bandits with Clustered Arms. ReScience C 8 , 2, #23.
+
+
+
+
+
@article{DeLuisa:2022,
+ author = {De~Luisa, Andra\v{z}},
+ title = {{[Re] Thompson Sampling for Bandits with Clustered Arms}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#23}},
+ doi = {10.5281/zenodo.6574671},
+ url = {https://zenodo.org/record/6574671/files/article.pdf},
+ code_url = {https://github.com/andrazdeluisa/reproducibility_challenge},
+ code_doi = {10.5281/zenodo.6498328},
+ code_swh = {swh:1:dir:d1d7fa93e952cf14154d5415f253b6507af22833},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=r5LS3fmh0t},
+ type = {Replication},
+ language = {R},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {Multi-armed bandits, Thompson sampling, R, rescience c, machine learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574673
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Mast, D. van der, Haddou, S.B., Chu, J., and Stefels, J. 2022. [Re] Replication Study of "Fairness and Bias in Online Selection". None 8 , 2, #24.
+
+
+
+
+
@article{Mast:2022,
+ author = {van der Mast, Diego and Haddou, Soufiane Ben and Chu, Jacky and Stefels, Jaap},
+ title = {{[Re] Replication Study of "Fairness and Bias in Online Selection"}},
+ journal = {None},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#24}},
+ doi = {10.5281/zenodo.6574673},
+ url = {https://zenodo.org/record/6574673/files/article.pdf},
+ code_url = {https://github.com/Di-ayy-go/fact-ai},
+ code_doi = {10.5281/zenodo.6518051},
+ code_swh = {swh:1:dir:45176f5005ed390a349cd01e61ed37711095879e},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=SNeep2MXn0K},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, rescience x, Python, machine learning, fairness}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574675
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Chen, A., Matsumoto, S., and Varma, R.S. 2022. [Re] Projection-based Algorithm for Updating the TruncatedSVD of Evolving Matrices. ReScience C 8 , 2, #25.
+
+
+
+
+
@article{Chen:2022,
+ author = {Chen, Andy and Matsumoto, Shion and Varma, Rohan Sinha},
+ title = {{[Re] Projection-based Algorithm for Updating the TruncatedSVD of Evolving Matrices}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#25}},
+ doi = {10.5281/zenodo.6574675},
+ url = {https://zenodo.org/record/6574675/files/article.pdf},
+ code_url = {https://github.com/andyzfchen/truncatedSVD},
+ code_doi = {},
+ code_swh = {swh:1:dir:4116fecf6ec4ac207cdad025ec62b25839a75678},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HN2xWpMQ30K},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574677
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Mehta, A., Uppal, K., Jadhav, K., Natarajan, M., Agrawal, M., and Chakravarty, D. 2022. [Re] Background-Aware Pooling and Noise-Aware Loss for Weakly-Supervised Semantic Segmentation. ReScience C 8 , 2, #26.
+
+
+
+
+
@article{Mehta:2022,
+ author = {Mehta, Aryan and Uppal, Karan and Jadhav, Kaushal and Natarajan, Monish and Agrawal, Mradul and Chakravarty, Debashish},
+ title = {{[Re] Background-Aware Pooling and Noise-Aware Loss for Weakly-Supervised Semantic Segmentation}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#26}},
+ doi = {10.5281/zenodo.6574677},
+ url = {https://zenodo.org/record/6574677/files/article.pdf},
+ code_url = {https://github.com/karan-uppal3/BANA},
+ code_doi = {},
+ code_swh = {swh:1:dir:24495d2fbb5d4af66607261c2171ed42173a72cf},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=rUQllTGQhAY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574679
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Mikler, S. 2022. [Re] Reproducibility Study: Comparing Rewinding and Fine-tuning in Neural Network Pruning. ReScience C 8 , 2, #27.
+
+
+
+
+
@article{Mikler:2022,
+ author = {Mikler, Szymon},
+ title = {{[Re] Reproducibility Study: Comparing Rewinding and Fine-tuning in Neural Network Pruning}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#27}},
+ doi = {10.5281/zenodo.6574679},
+ url = {https://zenodo.org/record/6574679/files/article.pdf},
+ code_url = {https://github.com/gahaalt/reproducing-comparing-rewinding-and-finetuning},
+ code_doi = {10.5281/zenodo.6519109},
+ code_swh = {swh:1:dir:886a4c9a0bdecdbf65f2cab3ae7404a6796bc451},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HxWEL2zQ3AK},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, tensorflow, computer vision, pruning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574681
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Nalmpantis, A., Panagiotopoulos, A., Gkountouras, J., and Papakostas, K. 2022. [Re] Exacerbating Algorithmic Bias through Fairness Attacks. None 8 , 2, #28.
+
+
+
+
+
@article{Nalmpantis:2022,
+ author = {Nalmpantis, Angelos and Panagiotopoulos, Apostolos and Gkountouras, John and Papakostas, Konstantinos},
+ title = {{[Re] Exacerbating Algorithmic Bias through Fairness Attacks}},
+ journal = {None},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#28}},
+ doi = {10.5281/zenodo.6574681},
+ url = {https://zenodo.org/record/6574681/files/article.pdf},
+ code_url = {https://github.com/toliz/fairness-attacks},
+ code_doi = {10.5281/zenodo.6505214},
+ code_swh = {swh:1:dir:224b71f5d3c02f260427e2f7c492b6db98c65638},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=rYLMJ6zX3RF},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, python, pytorch, fairness, adversarial attacks}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574683
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Neplenbroek, V., Perdijk, S., and Prins, V. 2022. [Re] Replication study of ’Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling.’ ReScience C 8 , 2, #29.
+
+
+
+
+
@article{Neplenbroek:2022,
+ author = {Neplenbroek, Vera and Perdijk, Sabijn and Prins, Victor},
+ title = {{[Re] Replication study of 'Data-Driven Methods for Balancing Fairness and Efficiency in Ride-Pooling'}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#29}},
+ doi = {10.5281/zenodo.6574683},
+ url = {https://zenodo.org/record/6574683/files/article.pdf},
+ code_url = {https://github.com/Veranep/rideshare-replication},
+ code_doi = {10.5281/zenodo.6501799},
+ code_swh = {swh:1:dir:f5439c1a7a15c4eb709da6f32eb252679a1d44bd},
+ data_url = {https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=BEhgn2zm3CK},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, ridesharing, fairness}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574685
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Galatolo, A. and Nilsson, A. 2022. [Re] Replicating and Improving GAN2Shape Through Novel Shape Priors and Training Steps. ReScience C 8 , 2, #30.
+
+
+
+
+
@article{Galatolo:2022,
+ author = {Galatolo, Alessio and Nilsson, Alfred},
+ title = {{[Re] Replicating and Improving GAN2Shape Through Novel Shape Priors and Training Steps}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#30}},
+ doi = {10.5281/zenodo.6574685},
+ url = {https://zenodo.org/record/6574685/files/article.pdf},
+ code_url = {https://github.com/alessioGalatolo/GAN-2D-to-3D},
+ code_doi = {},
+ code_swh = {swh:1:dir:531d1456baa3bb553ce549785158be7005c682c7},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=B8mxkTzX2RY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, gan2shape, 3d}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574687
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Panigrahi, S.S. and Patnaik, S. 2022. [Re] Value Alignment Verification. ReScience C 8 , 2, #31.
+
+
+
+
+
@article{Panigrahi:2022,
+ author = {Panigrahi, Siba Smarak and Patnaik, Sohan},
+ title = {{[Re] Value Alignment Verification}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#31}},
+ doi = {10.5281/zenodo.6574687},
+ url = {https://zenodo.org/record/6574687/files/article.pdf},
+ code_url = {https://github.com/AIExL/vav_rc2021},
+ code_doi = {},
+ code_swh = {swh:1:dir:4d43ea96458cc573dd2b57208fae0b12f8da896f},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=BFLM3nMmhCt},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, value alignment verification, reinforcement learning, machine learning, python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574689
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Petcu, R., Praat, P., Wijnen, J., and Rerres, M. 2022. [Re] Replication Study of "Fairness and Bias in Online Selection". ReScience C 8 , 2, #32.
+
+
+
+
+
@article{Petcu:2022,
+ author = {Petcu, Roxana and Praat, Pim and Wijnen, Jeroen and Rerres, Manolis},
+ title = {{[Re] Replication Study of "Fairness and Bias in Online Selection"}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#32}},
+ doi = {10.5281/zenodo.6574689},
+ url = {https://zenodo.org/record/6574689/files/article.pdf},
+ code_url = {https://github.com/pimpraat/FACT-Ai},
+ code_doi = {},
+ code_swh = {swh:1:dir:da9cb18759db5ecf30608639d8b35a4b247a483d},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=S9gs3MmhAY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, online selection, prophet problem, secretary problem, fairness, bias, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python 3)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574691
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Peters, N., Crosbie, J., Hull, R. vant́, and Strampel, M. 2022. [¬Re] Reproducing ’Fair Selective Classification via Sufficiency.’ None 8 , 2, #33.
+
+
+
+
+
@article{Peters:2022,
+ author = {Peters, Nils and Crosbie, Joy and van\'t Hull, Rachel and Strampel, Marius},
+ title = {{[¬Re] Reproducing 'Fair Selective Classification via Sufficiency'}},
+ journal = {None},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#33}},
+ doi = {10.5281/zenodo.6574691},
+ url = {https://zenodo.org/record/6574691/files/article.pdf},
+ code_url = {https://github.com/MLRC2022FSCS/FSCS},
+ code_doi = {10.5281/zenodo.6479342},
+ code_swh = {swh:1:dir:effcbb5800e91db9053cb59c68bbc097a10da7cf},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=r9Leh2M7hCt},
+ type = {Replication},
+ language = {Python 3},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, classification, selective classification, sufficiency, machine learning, Python 3}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574693
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Ranjan, R., Bhakta, H., Jha, A., and Maheshwari, P. 2022. [Re] Differentiable Spatial Planning using Transformers. ReScience C 8 , 2, #34.
+
+
+
+
+
@article{Ranjan:2022,
+ author = {Ranjan, Rohit and Bhakta, Himadri and Jha, Animesh and Maheshwari, Parv},
+ title = {{[Re] Differentiable Spatial Planning using Transformers}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#34}},
+ doi = {10.5281/zenodo.6574693},
+ url = {https://zenodo.org/record/6574693/files/article.pdf},
+ code_url = {https://github.com/sirmisscriesalot/Differentiable-Spatial-Planning-using-Transformers},
+ code_doi = {10.5281/zenodo.6475614},
+ code_swh = {swh:1:dir:6aa6080e642126b1166661d245a4f594a777889b},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HFUI1pfQnCF},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574695
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Rucks, N., Uelwer, T., and Harmeling, S. 2022. [Re] Solving Phase Retrieval With a Learned Reference. ReScience C 8 , 2, #35.
+
+
+
+
+
@article{Rucks:2022,
+ author = {Rucks, Nick and Uelwer, Tobias and Harmeling, Stefan},
+ title = {{[Re] Solving Phase Retrieval With a Learned Reference}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#35}},
+ doi = {10.5281/zenodo.6574695},
+ url = {https://zenodo.org/record/6574695/files/article.pdf},
+ code_url = {https://github.com/tuelwer/machine-learning-reproducibility-challenge-2021},
+ code_doi = {},
+ code_swh = {swh:1:dir:0a7ba3d1b8f4d4e2ee09a62ddfbe2e8a124d6b1e},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=rlWzUnM72RF},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, phase retrieval, machine learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574697
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Sen, R., Sinha, S., Jha, A., and Maheshwari, P. 2022. [Re] Reproducibility Report: Contrastive Learning of Socially-aware Motion Representations. ReScience C 8 , 2, #36.
+
+
+
+
+
@article{Sen:2022,
+ author = {Sen, Roopsa and Sinha, Sidharth and Jha, Animesh and Maheshwari, Parv},
+ title = {{[Re] Reproducibility Report: Contrastive Learning of Socially-aware Motion Representations}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#36}},
+ doi = {10.5281/zenodo.6574697},
+ url = {https://zenodo.org/record/6574697/files/article.pdf},
+ code_url = {https://github.com/RoopsaSen/social-nce-trajectron-plus-plus},
+ code_doi = {10.5281/zenodo.6511007},
+ code_swh = {swh:1:dir:ba72ac2acf3bac942d9b3a66e51091e6bcce6617},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=SIQEl6f7h0Y},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574699
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Shukla, A., Roy, S., Chawla, Y., et al. 2022. [Re] From goals, waypoints and paths to longterm human trajectory forecasting. ReScience C 8 , 2, #37.
+
+
+
+
+
@article{Shukla:2022,
+ author = {Shukla, Abhishek and Roy, Sourya and Chawla, Yogesh and Amalanshu, Avi and Pandey, Shubhendu and Agrawal, Rudransh and Uppal, Aditya and N, Viswesh and Mondal, Pradipto and Dasgupta, Anubhab and Chakravarty, Debashis},
+ title = {{[Re] From goals, waypoints and paths to longterm human trajectory forecasting}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#37}},
+ doi = {10.5281/zenodo.6574699},
+ url = {https://zenodo.org/record/6574699/files/article.pdf},
+ code_url = {https://github.com/Viswesh-N/MLRC-2021},
+ code_doi = {},
+ code_swh = {swh:1:dir:3ddeeb8325dbac3f85d05e49621a9adef5f44ebb},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HV2zgpM7n0F},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, trajectory prediction, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574701
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Stropnik, V. and Oražem, M. 2022. [Re] Graph Edit Networks. ReScience C 8 , 2, #38.
+
+
+
+
+
@article{Stropnik:2022,
+ author = {Stropnik, Vid and Oražem, Maruša},
+ title = {{[Re] Graph Edit Networks}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#38}},
+ doi = {10.5281/zenodo.6574701},
+ url = {https://zenodo.org/record/6574701/files/article.pdf},
+ code_url = {https://github.com/MarusaOrazem/reproducibility_challenge},
+ code_doi = {10.5281/zenodo.6505384},
+ code_swh = {swh:1:dir:a48bde44f1ef0b6f060687ea7b8b164a97b0931e},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=H5lOnzXhAY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {machine learning, network analysis, graph machine learning, pytorch, python, rescience c}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574703
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Kljun, M., Teršek, M., and Vreš, D. 2022. [Re] Learning to count everything. ReScience C 8 , 2, #39.
+
+
+
+
+
@article{Kljun:2022,
+ author = {Kljun, Maša and Teršek, Matija and Vreš, Domen},
+ title = {{[Re] Learning to count everything}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#39}},
+ doi = {10.5281/zenodo.6574703},
+ url = {https://zenodo.org/record/6574703/files/article.pdf},
+ code_url = {https://github.com/tersekmatija/re-LearningToCountEverything},
+ code_doi = {10.5281/zenodo.6508260},
+ code_swh = {swh:1:dir:cf19f5a717c777cd1097e938ef4e6bdb735f71c7},
+ data_url = {https://drive.google.com/file/d/1ymDYrGs9DSRicfZbSCDiOu0ikGDh5k6S/view?usp=sharing},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HKbgd3zmh0t},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {few-shot learning, few-shot counting, CNN, counting data set, rescience c, machine learning, python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574705
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Togt, J. van der, Tiyavorabun, L., Rosati, M., and Starace, G. 2022. [Re] Badder Seeds: Reproducing the Evaluation of Lexical Methods for Bias Measurement. ReScience C 8 , 2, #40.
+
+
+
+
+
@article{Togt:2022,
+ author = {van der Togt, Jille and Tiyavorabun, Lea and Rosati, Matteo and Starace, Giulio},
+ title = {{[Re] Badder Seeds: Reproducing the Evaluation of Lexical Methods for Bias Measurement}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#40}},
+ doi = {10.5281/zenodo.6574705},
+ url = {https://zenodo.org/record/6574705/files/article.pdf},
+ code_url = {https://github.com/thesofakillers/badder-seeds},
+ code_doi = {10.5281/zenodo.6480966},
+ code_swh = {swh:1:dir:13ff45fd249e765a221d49f701c32d45b64ee675},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HcIxA3Mm2CF},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, nlp, bias, seeds}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python, Matlab)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574707
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Trojer, Ž. 2022. [Re] Transparent Object Tracking Benchmark. ReScience C 8 , 2, #41.
+
+
+
+
+
@article{Trojer:2022,
+ author = {Trojer, Žiga},
+ title = {{[Re] Transparent Object Tracking Benchmark}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#41}},
+ doi = {10.5281/zenodo.6574707},
+ url = {https://zenodo.org/record/6574707/files/article.pdf},
+ code_url = {https://github.com/trojerz/TOTB-reproducability},
+ code_doi = {10.5281/zenodo.6475970},
+ code_swh = {swh:1:dir:b80fa866c01389a46dde8b6f419d893d127f1025},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HxZZV3MQ20Y},
+ type = {Replication},
+ language = {Python, Matlab},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, tracking, computer vision, python, pytorch, matlab}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574709
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Vleuten, N. van der, Radusinović, T., Akkerman, R., and Reksoprodjo, M. 2022. [Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace. None 8 , 2, #42.
+
+
+
+
+
@article{Vleuten:2022,
+ author = {van der Vleuten, Noah and Radusinović, Tadija and Akkerman, Rick and Reksoprodjo, Meilina},
+ title = {{[Re] Explaining in Style: Training a GAN to explain a classifier in StyleSpace}},
+ journal = {None},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#42}},
+ doi = {10.5281/zenodo.6574709},
+ url = {https://zenodo.org/record/6574709/files/article.pdf},
+ code_url = {https://github.com/NoahVl/Explaining-In-Style-Reproducibility-Study},
+ code_doi = {10.5281/zenodo.6512392},
+ code_swh = {swh:1:dir:04e11a55f476b115b40fd6af9d06ed70eb248535},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=SYUxyazQh0Y},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, explainable ai, xai, gan, stylegan2, stylex}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574711
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Shulev, V., Verhagen, P., Wang, S., and Zhuge, J. 2022. [Re] Replication Study of DECAF: Generating Fair Synthetic Data Using Causally-Aware Generative Networks. ReScience C 8 , 2, #43.
+
+
+
+
+
@article{Shulev:2022,
+ author = {Shulev, Velizar and Verhagen, Paul and Wang, Shuai and Zhuge, Jennifer},
+ title = {{[Re] Replication Study of DECAF: Generating Fair Synthetic Data Using Causally-Aware Generative Networks}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#43}},
+ doi = {10.5281/zenodo.6574711},
+ url = {https://zenodo.org/record/6574711/files/article.pdf},
+ code_url = {https://github.com/ShuaiWang97/UvA_FACT2022},
+ code_doi = {10.5281/zenodo.6515893},
+ code_swh = {swh:1:dir:78ac8ec89fd95397fd635e8d9e885e1d5ac6c039},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=SVx46hzmhRK},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch, reproducibility, causal graphs, debiasing}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574713
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Warmerdam, A.T., Loerakker, L., Meijer, L., and Nissen, O. 2022. [Re] Privacy-preserving collaborative learning with automatic transformation search. ReScience C 8 , 2, #44.
+
+
+
+
+
@article{Warmerdam:2022,
+ author = {Warmerdam, Alfonso Taboada and Loerakker, Lodewijk and Meijer, Lucas and Nissen, Ole},
+ title = {{[Re] Privacy-preserving collaborative learning with automatic transformation search}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#44}},
+ doi = {10.5281/zenodo.6574713},
+ url = {https://zenodo.org/record/6574713/files/article.pdf},
+ code_url = {https://github.com/Linkerbrain/fact-ai-2021-project},
+ code_doi = {10.5281/zenodo.6482966},
+ code_swh = {swh:1:dir:30aff8e620b5a2f17c4ec653b4b6fe80272fdaff},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=S9Iepnz7hRY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574715
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Wilschut, R.I., Wiggers, T.P.A., Oort, R.S., and Orden, T.A. van . 2022. [Re] Robust Counterfactual Explanations on Graph Neural Networks. ReScience C 8 , 2, #45.
+
+
+
+
+
@article{Wilschut:2022,
+ author = {Wilschut, Romana Isabelle and Wiggers, Thomas Paul Alexandre and Oort, Roman Sebastiaan and van Orden, Thomas Arthur},
+ title = {{[Re] Robust Counterfactual Explanations on Graph Neural Networks}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#45}},
+ doi = {10.5281/zenodo.6574715},
+ url = {https://zenodo.org/record/6574715/files/article.pdf},
+ code_url = {https://github.com/RomanOort/FACTAI},
+ code_doi = {},
+ code_swh = {swh:1:dir:5744faf1da0fd9b520c8aa72a0608b78f0a91e7a},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HWNgihGX20Y},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {counterfactual, explanations, GNN, robust, graph neural networks, interpretation, explainable AI, decision logic, reproducibility, python, rescience c, machine learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574719
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Yılmaz, D., Kınlı, F., Özcan, B., and Kıraç, F. 2022. [Re] Lifting 2D StyleGAN for 3D-Aware Face Generation. ReScience C 8 , 2, #46.
+
+
+
+
+
@article{Ylmaz:2022,
+ author = {Yılmaz, Doğa and Kınlı, Furkan and Özcan, Barış and Kıraç, Furkan},
+ title = {{[Re] Lifting 2D StyleGAN for 3D-Aware Face Generation}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#46}},
+ doi = {10.5281/zenodo.6574719},
+ url = {https://zenodo.org/record/6574719/files/article.pdf},
+ code_url = {https://github.com/yilmazdoga/lifting-2d-stylegan-for-3d-aware-face-generation},
+ code_doi = {},
+ code_swh = {swh:1:dir:c4289f0be8edafa7d050efc178bd1bc9bed0bbdc},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=BcNonfQ3RY},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {face generation, generative networks, machine learning, rescience c}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574721
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Zrimšek, U. 2022. [Re] Learning Unknown from Correlations: Graph Neural Network for Inter-novel-protein Interaction Prediction. ReScience C 8 , 2, #47.
+
+
+
+
+
@article{Zrimsek:2022,
+ author = {Zrimšek, Urša},
+ title = {{[Re] Learning Unknown from Correlations: Graph Neural Network for Inter-novel-protein Interaction Prediction}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#47}},
+ doi = {10.5281/zenodo.6574721},
+ url = {https://zenodo.org/record/6574721/files/article.pdf},
+ code_url = {https://github.com/zrimseku/Reproducibility-Challenge},
+ code_doi = {10.5281/zenodo.6511807},
+ code_swh = {swh:1:dir:6eedc394f714587f35840bee0aac3e675bfa6c5a},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=Hc8GOhfmhRF},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {multi-type inter-novel-protein interaction, graph neural networks, fair evaluation, python, rescience c, replication, machine learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2021
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6574623
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Ahmed, W. and Samuel, S. 2022. [Re] Nondeterminism and Instability in Neural Network Optimization. ReScience C 8 , 2, #1.
+
+
+
+
+
@article{Ahmed:2022,
+ author = {Ahmed, Waqas and Samuel, Sheeba},
+ title = {{[Re] Nondeterminism and Instability in Neural Network Optimization}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {2},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.6574623},
+ url = {https://zenodo.org/record/6574623/files/article.pdf},
+ code_url = {https://github.com/wi25hoy/MLRC21_Nondeterminism},
+ code_doi = {},
+ code_swh = {swh:1:dir:75ebcdb9cee4f17c5440b6ca9fd2c6901a929aea},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=BNefkaG73At},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2021},
+ keywords = {rescience c, machine learning, deep learning, python, pytorch}
+}
+
+
+
+
+
+Issue 1
+
+
+
+
+
+ Replication
+
+ in Social Psychology
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.7484072
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Wallrich, L. 2022. [Re] Groups of diverse problem-solvers outperform groups of highest-ability problem-solvers - most of the time. ReScience C 8 , 1, #6.
+
+
+
+
+
@article{Wallrich:2022,
+ author = {Wallrich, Lukas},
+ title = {{[Re] Groups of diverse problem-solvers outperform groups of highest-ability problem-solvers - most of the time}},
+ journal = {ReScience C},
+ year = {2022},
+ month = dec,
+ volume = {8},
+ number = {1},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.7484072},
+ url = {https://zenodo.org/record/7484072/files/article.pdf},
+ code_url = {https://github.com/LukasWallrich/diversity_abm_replication},
+ code_doi = {},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/61},
+ type = {Replication},
+ language = {Python},
+ domain = {Social Psychology},
+ keywords = {agent-based modeling, diversity, problem-solving, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Biological Computing
+
+ (Octave)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6801765
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Sant’Anna, G.B. de and Costa, M.F. 2022. [Re] A Multi-Functional Synthetic Gene Network. ReScience C 8 , 1, #5.
+
+
+
+
+
@article{SantAnna:2022,
+ author = {de Sant'Anna, Gabriel Baiocchi and Costa, Mateus Favarin},
+ title = {{[Re] A Multi-Functional Synthetic Gene Network}},
+ journal = {ReScience C},
+ year = {2022},
+ month = jul,
+ volume = {8},
+ number = {1},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.6801765},
+ url = {https://zenodo.org/record/6801765/files/article.pdf},
+ code_url = {https://github.com/baioc/re-multif},
+ code_doi = {10.5281/zenodo.3545451},
+ code_swh = {swh:1:dir:bc0c0e990a078df838de14b8745e12e6c471eb38},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/13},
+ type = {Replication},
+ language = {Octave},
+ domain = {Biological Computing},
+ keywords = {rescience c, octave, biological computing, synthetic biology, programmable genetic circuit, frequency multiplier, oscillator, toggle switch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6573684
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Misiek, T. and Khamassi, M. 2022. [Re] A general model of hippocampal and dorsal striatal learning and decision making. ReScience C 8 , 1, #4.
+
+
+
+
+
@article{Misiek:2022,
+ author = {Misiek, Thomas and Khamassi, Mehdi},
+ title = {{[Re] A general model of hippocampal and dorsal striatal learning and decision making}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {1},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.6573684},
+ url = {https://zenodo.org/record/6573684/files/article.pdf},
+ code_url = {https://github.com/thomasMisiek/mixed-coordination-models},
+ code_doi = {10.5281/zenodo.6551722},
+ code_swh = {https://archive.softwareheritage.org/browse/revision/239cae046e09974d285fbb0d06c734b3a901fb5c/?origin_url=https://github.com/thomasMisiek/mixed-coordination-models},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/62},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {rescience c, rescience x, python, rats, spatial navigation, striatum, hippocampus, coordination model, DLS, HPC, Geerts, reliability}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Ecology
+
+ (C++)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6546488
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Picoche, C., Young, W.R., and Barraquand, F. 2022. [Re] Reproductive pair correlations and the clustering of organisms. ReScience C 8 , 1, #3.
+
+
+
+
+
@article{Picoche:2022,
+ author = {Picoche, Coralie and Young, William R. and Barraquand, Frederic},
+ title = {{[Re] Reproductive pair correlations and the clustering of organisms}},
+ journal = {ReScience C},
+ year = {2022},
+ month = may,
+ volume = {8},
+ number = {1},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.6546488},
+ url = {https://zenodo.org/record/6546488/files/article.pdf},
+ code_url = {https://github.com/CoraliePicoche/brownian_bug_fluid/tree/main/code},
+ code_doi = {10.5281/zenodo.6546471},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/58},
+ type = {Replication},
+ language = {C++},
+ domain = {Ecology},
+ keywords = {phytoplankton, individual-based model, clustering, advection-diffusion-reaction, C++}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | https://doi.org/10.5281/zenodo.6484021
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Gillard, T., Fix, J., and Dutech, A. 2022. [Re] Modeling habits as self-sustained patterns of sensorimotor behavior. ReScience C 8 , 1, #2.
+
+
+
+
+
@article{Gillard:2022,
+ author = {Gillard, Tristan and Fix, Jérémy and Dutech, Alain},
+ title = {{[Re] Modeling habits as self-sustained patterns of sensorimotor behavior}},
+ journal = {ReScience C},
+ year = {2022},
+ month = apr,
+ volume = {8},
+ number = {1},
+ pages = {{#2}},
+ doi = {https://doi.org/10.5281/zenodo.6484021},
+ url = {https://zenodo.org/record/6478462/files/article.pdf},
+ code_url = {https://gitlab.inria.fr/openbiscuit/rescience_egbert14},
+ code_doi = {https://doi.org/10.5281/zenodo.6477279},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/51},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {python, habit formation, cognitive neuroscience},
+ note = {New version with corrected Volume, Issue, Number; original DOI was 10.5281/zenodo.6478462}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computer Science
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.6255131
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Maurel, D., Fillioux, J., and Gugenheim, D. 2022. [Re] Effective Program Debloating via Reinforcement Learning. ReScience C 8 , 1, #1.
+
+
+
+
+
@article{Maurel:2022,
+ author = {Maurel, Denis and Fillioux, Jérôme and Gugenheim, Dan},
+ title = {{[Re] Effective Program Debloating via Reinforcement Learning}},
+ journal = {ReScience C},
+ year = {2022},
+ month = mar,
+ volume = {8},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.6255131},
+ url = {https://zenodo.org/record/6255131/files/article.pdf},
+ code_url = {https://gitlab.com/onepoint/recherche-et-developpement/optimus/chisel-replication},
+ code_doi = {10.5281/zenodo.4530318},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/48},
+ type = {Replication},
+ language = {Python},
+ domain = {Computer Science},
+ keywords = {program debloating, reinforcement learning, unit test, python, machine learning, decision tree, delta debugging}
+}
+
+
+
+
+
+Volume 7 (2021)
+
+Issue 2 (ML Reproducibility Challenge 2020)
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4835602
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Verma, R., Wagemans, J.J.O., Dahal, P., and Elfrink, A. 2021. [Re] Explaining Groups of Points in Low-Dimensional Representations. ReScience C 7 , 2, #24.
+
+
+
+
+
@article{Verma:2021,
+ author = {Verma, Rajeev and Wagemans, Jim J. O. and Dahal, Paras and Elfrink, Auke},
+ title = {{[Re] Explaining Groups of Points in Low-Dimensional Representations}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#24}},
+ doi = {10.5281/zenodo.4835602},
+ url = {https://zenodo.org/record/4835602/files/article.pdf},
+ code_url = {https://github.com/elfrink1/FACT},
+ code_doi = {},
+ code_swh = {swh:1:dir:445130f59283e6dce7df5eb72dd346a5c57c9230},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=cqAHExg2f},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4833219
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Albanis, G., Zioulis, N., Chatzitofis, A., Dimou, A., Zarpalas, D., and Daras, P. 2021. [Re] On end-to-end 6DoF object pose estimation and robustness to object scale. ReScience C 7 , 2, #2.
+
+
+
+
+
@article{Albanis:2021,
+ author = {Albanis, Georgios and Zioulis, Nikolaos and Chatzitofis, Anargyros and Dimou, Anastasios and Zarpalas, Dimitrios and Daras, Petros},
+ title = {{[Re] On end-to-end 6{DoF} object pose estimation and robustness to object scale}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.4833219},
+ url = {https://zenodo.org/record/4833219/files/article.pdf},
+ code_url = {https://github.com/tzole1155/EndToEndObjectPose},
+ code_doi = {},
+ code_swh = {swh:1:dir:5e754c06b0dac970857b31733766fb9a268edee6},
+ data_url = {https://vcl3d.github.io/UAVA/},
+ data_doi = {10.5281/zenodo.3994337},
+ review_url = {https://openreview.net/forum?id=PCpGvUrwfQB},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x , python, pytorch, object pose estimation}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4833389
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Arvind, M. and Mama, M. 2021. [Re] Neural Networks Fail to Learn Periodic Functions and How to Fix It. ReScience C 7 , 2, #3.
+
+
+
+
+
@article{Arvind:2021,
+ author = {Arvind, Mayur and Mama, Mustansir},
+ title = {{[Re] Neural Networks Fail to Learn Periodic Functions and How to Fix It}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.4833389},
+ url = {https://zenodo.org/record/4833389/files/article.pdf},
+ code_url = {https://github.com/mayurak47/Reproducibility_Challenge},
+ code_doi = {10.5281/zenodo.4696245},
+ code_swh = {swh:1:dir:8887a5d45dac9427457c6b5869728e1ba3cfd37c},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=ysFCiXtCOj},
+ type = {Replication},
+ language = {python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {periodic functions, activation, python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4833547
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Teule, T., Reints, N., Gerges, C.A., and Baanders, P. 2021. [Re] Deep Fair Clustering for Visual Learning. ReScience C 7 , 2, #4.
+
+
+
+
+
@article{Teule:2021,
+ author = {Teule, Tobias and Reints, Nienke and Gerges, Chris Al and Baanders, Pauline},
+ title = {{[Re] Deep Fair Clustering for Visual Learning}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.4833547},
+ url = {https://zenodo.org/record/4833547/files/article.pdf},
+ code_url = {https://github.com/topteulen/UVA-FACT},
+ code_doi = {},
+ code_swh = {swh:1:dir:7058002f161d29f18e52a18ebe326b7911b1b616;},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=DXVAJGohUKs},
+ type = {Replication},
+ language = {python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x,python, Deep clustering}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4833681
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Garg, P., Singhal, L., and Sardana, A. 2021. [Re] Training Binary Neural Networks using the Bayesian Learning Rule. ReScience C 7 , 2, #5.
+
+
+
+
+
@article{Garg:2021,
+ author = {Garg, Prateek and Singhal, Lakshya and Sardana, Ashish},
+ title = {{[Re] Training Binary Neural Networks using the Bayesian Learning Rule}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.4833681},
+ url = {https://zenodo.org/record/4833681/files/article.pdf},
+ code_url = {https://github.com/prateekstark/training-binary-neural-network},
+ code_doi = {10.5281/zenodo.4716863},
+ code_swh = {swh:1:dir:904c01b8e4ac0d4acd1f5fe667511d5a9234d8da},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=bhiGno-Cxq},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, machine learning, deep learning, binary neural network, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python 3)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4834146
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Habacker, R., Harrison, A., Parisot, M., and Snijders, A. 2021. [Re] Reproducing Learning to Deceive With Attention-Based Explanations. ReScience C 7 , 2, #6.
+
+
+
+
+
@article{Habacker:2021,
+ author = {Habacker, Rahel and Harrison, Andrew and Parisot, Mathias and Snijders, Ard},
+ title = {{[Re] Reproducing Learning to Deceive With Attention-Based Explanations}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.4834146},
+ url = {https://zenodo.org/record/4834146/files/article.pdf},
+ code_url = {https://github.com/MatPrst/deceptive-attention-reproduced},
+ code_doi = {10.5281/zenodo.4692668},
+ code_swh = {},
+ data_url = {https://github.com/MatPrst/deceptive-attention-reproduced/tree/main/deceptive-attention/src/classification/data},
+ data_doi = {10.5281/zenodo.4686793},
+ review_url = {https://openreview.net/forum?id=-rn9m0Gt6AQ},
+ type = {Replication},
+ language = {Python 3},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (English)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4834242
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Holdijk, L., Boon, M., Henckens, S., and Jong, L. de . 2021. [Re] Parameterized Explainer for Graph Neural Network. ReScience C 7 , 2, #7.
+
+
+
+
+
@article{Holdijk:2021,
+ author = {Holdijk, Lars and Boon, Maarten and Henckens, Stijn and de Jong, Lysander},
+ title = {{[Re] Parameterized Explainer for Graph Neural Network}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#7}},
+ doi = {10.5281/zenodo.4834242},
+ url = {https://zenodo.org/record/4834242/files/article.pdf},
+ code_url = {https://github.com/LarsHoldijk/RE-ParameterizedExplainerForGraphNeuralNetworks},
+ code_doi = {},
+ code_swh = {swh:1:dir:541677177d4dbb9dc5b612dfc41373fad40b08f0},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=8JHrucviUf},
+ type = {Replication},
+ language = {English},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4834352
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Kim, S.S.Y., Zhang, S., Meister, N., and Russakovsky, O. 2021. [Re] Don’t Judge an Object by Its Context: Learning to Overcome Contextual Bias. ReScience C 7 , 2, #8.
+
+
+
+
+
@article{Kim:2021,
+ author = {Kim, Sunnie S. Y. and Zhang, Sharon and Meister, Nicole and Russakovsky, Olga},
+ title = {{[Re] Don't Judge an Object by Its Context: Learning to Overcome Contextual Bias}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#8}},
+ doi = {10.5281/zenodo.4834352},
+ url = {https://zenodo.org/record/4834352/files/article.pdf},
+ code_url = {https://github.com/princetonvisualai/ContextualBias},
+ code_doi = {},
+ code_swh = {swh:1:dir:bc41dd1d3cbd9c97754c3da0ee20ba2273b742fd},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=PRXM8-O9PKd},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4834442
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Li, C., Tu, R., and Zhang, H. 2021. [Re] Reimplementation of FixMatch and Investigation on Noisy (Pseudo) Labels and Confirmation Errors of FixMatch. ReScience C 7 , 2, #9.
+
+
+
+
+
@article{Li:2021,
+ author = {Li, Ci and Tu, Ruibo and Zhang, Hui},
+ title = {{[Re] Reimplementation of FixMatch and Investigation on Noisy (Pseudo) Labels and Confirmation Errors of FixMatch}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#9}},
+ doi = {10.5281/zenodo.4834442},
+ url = {https://zenodo.org/record/4834442/files/article.pdf},
+ code_url = {https://github.com/Celiali/FixMatch.git},
+ code_doi = {},
+ code_swh = {swh:1:dir:6c3389cac6218bdd28599fea638c6c5def256081},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=3VXeifKSaTE},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4834516
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Liiv, T., Lennelöv, E., and Norén, A. 2021. [Re] A Reproduction of Ensemble Distribution Distillation. ReScience C 7 , 2, #10.
+
+
+
+
+
@article{Liiv:2021,
+ author = {Liiv, Toomas and Lennelöv, Einar and Norén, Aron},
+ title = {{[Re] A Reproduction of Ensemble Distribution Distillation}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#10}},
+ doi = {10.5281/zenodo.4834516},
+ url = {https://zenodo.org/record/4834516/files/article.pdf},
+ code_url = {https://github.com/lennelov/endd-reproduce},
+ code_doi = {},
+ code_swh = {swh:1:dir:2c366708175b2ed7c83ce6b33a80dd43c8aad915},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=p1BXNUcTFsN},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x, uncertainty estimation, ensemble distribution distillation, tensorflow}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4834610
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Stephen, K. and Menon, V. 2021. [Re] Learning Memory Guided Normality for Anomaly Detection. ReScience C 7 , 2, #11.
+
+
+
+
+
@article{Stephen:2021,
+ author = {Stephen, Kevin and Menon, Varun},
+ title = {{[Re] Learning Memory Guided Normality for Anomaly Detection}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#11}},
+ doi = {10.5281/zenodo.4834610},
+ url = {https://zenodo.org/record/4834610/files/article.pdf},
+ code_url = {https:/github.com/alchemi5t/MNADrc},
+ code_doi = {10.5281/zenodo.4681515},
+ code_swh = {1:dir:120b52bc3dfe115b3329698a39ea71c7cd5862d1},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=vvLWTXkJ2Zv},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4834672
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Menteş, S., Kınlı, F., Özcan, B., and Kıraç, F. 2021. [Re] Spatial-Adaptive Network for Single Image Denoising. ReScience C 7 , 2, #12.
+
+
+
+
+
@article{Mentes:2021,
+ author = {Menteş, Sami and Kınlı, Furkan and Özcan, Barış and Kıraç, Furkan},
+ title = {{[Re] Spatial-Adaptive Network for Single Image Denoising}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#12}},
+ doi = {10.5281/zenodo.4834672},
+ url = {https://zenodo.org/record/4834672/files/article.pdf},
+ code_url = {https://github.com/sami-automatic/SADNet_Replication},
+ code_doi = {},
+ code_swh = {swh:1:dir:1c60d43a0fe927c1f1287adefd252804c2f273b9},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=yiAI9QN9nYt¬eId=SMFjCY6qG8},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {image denoising, image restoration, image processing}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4834744
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Mizrahi, D., Yüksel, O.K., and Kyzy, A.M. 2021. [Re] Can gradient clipping mitigate label noise? ReScience C 7 , 2, #13.
+
+
+
+
+
@article{Mizrahi:2021,
+ author = {Mizrahi, David and Yüksel, Oğuz Kaan and Kyzy, Aiday Marlen},
+ title = {{[Re] Can gradient clipping mitigate label noise?}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#13}},
+ doi = {10.5281/zenodo.4834744},
+ url = {https://zenodo.org/record/4834744/files/article.pdf},
+ code_url = {https://github.com/dmizr/phuber},
+ code_doi = {},
+ code_swh = {swh:1:dir:3363073199859b8bec0c4362e47aa1e786985793},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=TM_SgwWJA23},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, machine learning, deep learning, label noise, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4834856
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Kireev, K., Mohtashami, A., and Pajouheshgar, E. 2021. [Re] Warm-Starting Neural Network Training. ReScience C 7 , 2, #14.
+
+
+
+
+
@article{Kireev:2021,
+ author = {Kireev, Klim and Mohtashami, Amirkeivan and Pajouheshgar, Ehsan},
+ title = {{[Re] Warm-Starting Neural Network Training}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#14}},
+ doi = {10.5281/zenodo.4834856},
+ url = {https://zenodo.org/record/4834856/files/article.pdf},
+ code_url = {https://github.com/CS-433/cs-433-project-2-fesenjoon},
+ code_doi = {},
+ code_swh = {swh:1:dir:a7205bcd48196c1391d8c56414a1e20c39b52aa7},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=N43DVxrjCw},
+ type = {Replication},
+ language = {python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {warm-starting, generalization, deep learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4834942
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+P, J.J. and Sardana, A. 2021. [Re] Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings. ReScience C 7 , 2, #15.
+
+
+
+
+
@article{P:2021,
+ author = {P, Jishnu Jaykumar and Sardana, Ashish},
+ title = {{[Re] Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#15}},
+ doi = {10.5281/zenodo.4834942},
+ url = {https://zenodo.org/record/4834942/files/article.pdf},
+ code_url = {https://github.com/jishnujayakumar/MLRC2020-EmbedKGQA},
+ code_doi = {},
+ code_swh = {swh:1:dir:c95bc4fec7023c258c7190975279b5baf6ef6725},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=VFAwCMdWY7},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {knowledge graph, embeddings, multi-hop, question-answering, deep learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4835056
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Reijnaers, D.J.W., Pavert, D.B. van de, Scheuer, G., and Huang, L. 2021. [Re] Explaining Groups of Points in Low-Dimensional Representations. ReScience C 7 , 2, #16.
+
+
+
+
+
@article{Reijnaers:2021,
+ author = {Reijnaers, Damiaan J. W. and van de Pavert, Daniël B. and Scheuer, Giguru and Huang, Liang},
+ title = {{[Re] Explaining Groups of Points in Low-Dimensional Representations}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#16}},
+ doi = {10.5281/zenodo.4835056},
+ url = {https://zenodo.org/record/4835056/files/article.pdf},
+ code_url = {https://github.com/damiaanr/fact-ai},
+ code_doi = {10.5281/zenodo.4686025},
+ code_swh = {swh:1:dir:df71f3541f882bfb2474dc177b8eaba31f905d9d},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=hq3TxQK5cox},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x, python, counterfactual explanations, transitive global translations, dimensionality reduction, explainable artificial intelligence}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python 3)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4839595
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Deprez, H.L. gezegd, Rijsdijk, G., Rooij, B. de, and Zwerink, W. 2021. [Re] Reproducing ’Identifying through flows for recovering latent representations.’ ReScience C 7 , 2, #17.
+
+
+
+
+
@article{Deprez:2021,
+ author = {gezegd Deprez, Hidde Lekanne and Rijsdijk, Geerten and de Rooij, Bart and Zwerink, Wouter},
+ title = {{[Re] Reproducing 'Identifying through flows for recovering latent representations'}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#17}},
+ doi = {10.5281/zenodo.4839595},
+ url = {https://zenodo.org/record/4839595/files/article.pdf},
+ code_url = {https://github.com/HiddeLekanne/Reproducibility-Challenge-iFlow},
+ code_doi = {10.5281/zenodo.4704869},
+ code_swh = {swh:1:dir:a08aac73d57611c3d2abc0a55437d7bae40d02f7},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=8jmIpypMzE},
+ type = {Replication},
+ language = {Python 3},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {identifiability, iFlow, iVAE, Normalizing Flows, Python 3},
+ note = {new version with corrected page/article number. original DOI was 10.5281/zenodo.4835150}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4835278
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Balsells Rodas, C., Canal Anton, O., and Taschin, F. 2021. [Re] Hamiltonian Generative Networks. ReScience C 7 , 2, #18.
+
+
+
+
+
@article{Balsells Rodas:2021,
+ author = {Balsells Rodas, Carles and Canal Anton, Oleguer and Taschin, Federico},
+ title = {{[Re] Hamiltonian Generative Networks}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#18}},
+ doi = {10.5281/zenodo.4835278},
+ url = {https://zenodo.org/record/4835278/files/article.pdf},
+ code_url = {https://github.com/CampusAI/Hamiltonian-Generative-Networks},
+ code_doi = {10.5281/zenodo.4673473},
+ code_swh = {swh:1:dir:7c7cee4b1c4dc7dfa46b4b4bf5c3b8b20deb5b26},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=Zszk4rXgesL},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {Hamiltonian, generative network, variational, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4835356
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+
+
+| BibTeX
+
+
+
+
+
+Schneider, M. and Körner, M. 2021. [Re] Satellite Image Time Series Classification with Pixel-Set Encoders and Temporal Self-Attention. ReScience C 7 , 2, #19.
+
+
+
+
+
@article{Schneider:2021,
+ author = {Schneider, Maja and Körner, Marco},
+ title = {{[Re] Satellite Image Time Series Classification with Pixel-Set Encoders and Temporal Self-Attention}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#19}},
+ doi = {10.5281/zenodo.4835356},
+ url = {https://zenodo.org/record/4835356/files/article.pdf},
+ code_url = {https://github.com/maja601/pytorch-psetae},
+ code_doi = {},
+ code_swh = {swh:1:dir:631305811058b775406ae624095e3ec66ace6437},
+ data_url = {http://www.eurocrops.tum.de/},
+ data_doi = {},
+ review_url = {},
+ type = {Replication},
+ language = {python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x, python, transformer, self-attention, time series, crop classification, earth observation}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4835431
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Sheverdin, A., Knijff, A., Corten, N., and Lange, G. 2021. [Re] Reproducibility report of "Interpretable Complex-Valued Neural Networks for Privacy Protection". ReScience C 7 , 2, #20.
+
+
+
+
+
@article{Sheverdin:2021,
+ author = {Sheverdin, Arsen and Knijff, Alko and Corten, Noud and Lange, Georg},
+ title = {{[Re] Reproducibility report of "Interpretable Complex-Valued Neural Networks for Privacy Protection"}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#20}},
+ doi = {10.5281/zenodo.4835431},
+ url = {https://zenodo.org/record/4835431/files/article.pdf},
+ code_url = {https://github.com/GANA-FACT-AI/gana-fact-ai},
+ code_doi = {},
+ code_swh = {swh:1:dir:16f75580c3619b9e0b00b6dceef8e5bf2f5a47c4},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=P30M7d9DyXw},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x, machine, learning, deep, complex, valued, neural, network, python, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4835564
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Sundar, V. and Dwaraknath, R.V. 2021. [Re] Rigging the Lottery: Making All Tickets Winners. ReScience C 7 , 2, #21.
+
+
+
+
+
@article{Sundar:2021,
+ author = {Sundar, Varun and Dwaraknath, Rajat Vadiraj},
+ title = {{[Re] Rigging the Lottery: Making All Tickets Winners}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#21}},
+ doi = {10.5281/zenodo.4835564},
+ url = {https://zenodo.org/record/4835564/files/article.pdf},
+ code_url = {https://github.com/varun19299/rigl-reproducibility},
+ code_doi = {},
+ code_swh = {swh:1:dir:0707870fafa16ef60dc64071e1aed482e373e75f},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=riCIeP6LzEE},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x, python, pytorch, sparse-networks}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4835592
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Bouwman, P., Li, Y., Weerd, R. van der, and Verhoef, F. 2021. [Re] Reproducibility study - Does enforcing diversity in hidden states of LSTM-Attention models improve transparency? ReScience C 7 , 2, #22.
+
+
+
+
+
@article{Bouwman:2021,
+ author = {Bouwman, Pieter and Li, Yun and van der Weerd, Rogier and Verhoef, Frank},
+ title = {{[Re] Reproducibility study - Does enforcing diversity in hidden states of LSTM-Attention models improve transparency?}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#22}},
+ doi = {10.5281/zenodo.4835592},
+ url = {https://zenodo.org/record/4835592/files/article.pdf},
+ code_url = {https://github.com/MotherOfUnicorns/FACT_AI_project},
+ code_doi = {},
+ code_swh = {swh:1:dir:19a8073757cc142f8f50eb44014aca87cad0b8bf},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=lE0wqKGROKa},
+ type = {Replication},
+ language = {Python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {Attention, NLP, Transparency, Explainability, Faithfulness, Plausibility, Reproducibility, LSTM, ReScience}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in ML Reproducibility Challenge 2020
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4835600
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Verhoeven, I., Chen, X., Hu, Q., and Holubar, M. 2021. [Re] Replication Study of ’Generative causal explanations of black-box classifiers.’ ReScience C 7 , 2, #23.
+
+
+
+
+
@article{Verhoeven:2021,
+ author = {Verhoeven, Ivo and Chen, Xinyi and Hu, Qingzhi and Holubar, Mario},
+ title = {{[Re] Replication Study of 'Generative causal explanations of black-box classifiers'}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#23}},
+ doi = {10.5281/zenodo.4835600},
+ url = {https://zenodo.org/record/4835600/files/article.pdf},
+ code_url = {https://github.com/shin-ee-chen/UvA_FACT_2021},
+ code_doi = {},
+ code_swh = {swh:1:dir:9d960937f2b11bb67b53bbe4eaa940c14cadf9d1},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=Vqtf4kZg2j},
+ type = {Replication},
+ language = {python},
+ domain = {ML Reproducibility Challenge 2020},
+ keywords = {rescience c, rescience x, python, causal explanations, variational autoencoders, explainable artificial intelligence, post-hoc explanation}
+}
+
+
+
+
+
+
+
+
+
+ Editorial
+
+
+
+
+
+
+ | 10.5281/zenodo.4833117
+
+
+
+
+ | PDF
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+| BibTeX
+
+
+
+
+
+Sinha, K., Dodge, J., Luccioni, S., Forde, J.Z., Stojnic, R., and Pineau, J. 2021. ML Reproducibility Challenge 2020. ReScience C 7 , 2, #1.
+
+
+
+
+
@article{Sinha:2021,
+ author = {Sinha, Koustuv and Dodge, Jesse and Luccioni, Sasha and Forde, Jessica Zosa and Stojnic, Robert and Pineau, Joelle},
+ title = {{ML Reproducibility Challenge 2020}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {2},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.4833117},
+ url = {https://zenodo.org/record/4833117/files/article.pdf},
+ code_url = {},
+ code_doi = {},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {},
+ type = {Editorial},
+ language = {},
+ domain = {},
+ keywords = {machine learning, neurips, reproducibility challenge}
+}
+
+
+
+
+
+Issue 1
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.5718075
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Sankar, R., Thou, N., Rougier, N.P., and Leblois, A. 2021. [Re] A Reservoir Computing Model of Reward-Modulated Motor Learning and Automaticity. ReScience C 7 , 1, #11.
+
+
+
+
+
@article{Sankar:2021,
+ author = {Sankar, Remya and Thou, Nicolas and Rougier, Nicolas P. and Leblois, Arthur},
+ title = {{[Re] A Reservoir Computing Model of Reward-Modulated Motor Learning and Automaticity}},
+ journal = {ReScience C},
+ year = {2021},
+ month = nov,
+ volume = {7},
+ number = {1},
+ pages = {{#11}},
+ doi = {10.5281/zenodo.5718075},
+ url = {https://zenodo.org/record/5718075/files/article.pdf},
+ code_url = {https://github.com/rsankar9/Reimplementation-SUPERTREX/releases/tag/v3.0},
+ code_doi = {https://doi.org/10.5281/zenodo.4596425},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/50},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {rescience c, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Biology
+
+ (Julia)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.5722853
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Dhane, F., Soeharjono, S., Stern, K., MacDonald, A., and Poisot, T. 2021. [Re] The Evolution of Virulence in Pathogens with Vertical and Horizontal Transmission. ReScience C 7 , 1, #10.
+
+
+
+
+
@article{Dhane:2021,
+ author = {Dhane, Fares and Soeharjono, Sandrine and Stern, Kiri and MacDonald, Andrew and Poisot, Timothée},
+ title = {{[Re] The Evolution of Virulence in Pathogens with Vertical and Horizontal Transmission}},
+ journal = {ReScience C},
+ year = {2021},
+ month = nov,
+ volume = {7},
+ number = {1},
+ pages = {{#10}},
+ doi = {10.5281/zenodo.5722853},
+ url = {https://zenodo.org/record/5722853/files/article.pdf},
+ code_url = {https://github.com/BIO6032/2019_replication_LipstichEtAl_1996},
+ code_doi = {},
+ code_swh = {swh:1:dir:c0bcbeb993bac32949bc8f0b2a218673899790e7},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/56},
+ type = {Replication},
+ language = {Julia},
+ domain = {Computational Biology},
+ keywords = {Epidemiology, horizontal transmission, vertical transmission, pathogenicity, virulence, Julia}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python and Brian 2)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.5657320
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Carvalho, T.T.A., Domingos, L.B., Shimoura, R.O., et al. 2021. [Re] Context-Dependent Encoding of Fear and Extinction Memories in a Large-Scale Network Model of the Basal Amygdala. ReScience C 7 , 1, #9.
+
+
+
+
+
@article{Carvalho:2021,
+ author = {Carvalho, Tawan T. A. and Domingos, Luana B. and Shimoura, Renan O. and Kamiji, Nilton L. and Cordeiro, Vinicius L. and Copelli, Mauro and Roque, Antonio C.},
+ title = {{[Re] Context-Dependent Encoding of Fear and Extinction Memories in a Large-Scale Network Model of the Basal Amygdala}},
+ journal = {ReScience C},
+ year = {2021},
+ month = sep,
+ volume = {7},
+ number = {1},
+ pages = {{#9}},
+ doi = {10.5281/zenodo.5657320},
+ url = {https://zenodo.org/record/5657320/files/article.pdf},
+ code_url = {https://github.com/tawantayron/RE-Fear-and-extinction-in-a-BA-net-model},
+ code_doi = {},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/49},
+ type = {Replication},
+ language = {Python and Brian 2},
+ domain = {Computational Neuroscience},
+ keywords = {Basal amygdala, Fear and extinction memories, Context-dependent, Conditioned stimulus, Spiking network model}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.5379631
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Paul, T.E. and Bourdenx, M. 2021. [Re] Spread of alpha-synuclein pathology through the brain connectome is modulated by selective vulnerability and predicted by network analysis. ReScience C 7 , 1, #8.
+
+
+
+
+
@article{Paul:2021,
+ author = {Paul, Thomas E. and Bourdenx, Mathieu},
+ title = {{[Re] Spread of alpha-synuclein pathology through the brain connectome is modulated by selective vulnerability and predicted by network analysis}},
+ journal = {ReScience C},
+ year = {2021},
+ month = sep,
+ volume = {7},
+ number = {1},
+ pages = {{#8}},
+ doi = {10.5281/zenodo.5379631},
+ url = {https://zenodo.org/record/5379631/files/article.pdf},
+ code_url = {https://github.com/MathieuBo/PathoSpreading},
+ code_doi = {},
+ code_swh = {swh:1:dir:e3e3e44ddaaea239c4016f57f0b0af98e91d0d4f},
+ data_url = {https://github.com/MathieuBo/PathoSpreading},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/54},
+ type = {Replication},
+ language = {Python},
+ domain = {Neuroscience},
+ keywords = {Neuroscience, Alpha-synuclein, Propagation, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Fluid Dynamics
+
+ (C++)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.5234931
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Mesnard, O. and Barba, L.A. 2021. [Re] Three-dimensional wake topology and propulsive performance of low-aspect-ratio pitching-rolling plates. ReScience C 7 , 1, #7.
+
+
+
+
+
@article{Mesnard:2021,
+ author = {Mesnard, Olivier and Barba, Lorena A.},
+ title = {{[Re] Three-dimensional wake topology and propulsive performance of low-aspect-ratio pitching-rolling plates}},
+ journal = {ReScience C},
+ year = {2021},
+ month = aug,
+ volume = {7},
+ number = {1},
+ pages = {{#7}},
+ doi = {10.5281/zenodo.5234931},
+ url = {https://zenodo.org/record/5234931/files/article.pdf},
+ code_url = {https://github.com/barbagroup/petibm-rollingpitching},
+ code_doi = {},
+ code_swh = {swh:1:dir:087f13c9f78908967077071108092f245d1f707b},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/55},
+ type = {Replication},
+ language = {C++},
+ domain = {Computational Fluid Dynamics},
+ keywords = {rescience c, Computational Fluid Dynamics, C++, Python, Singularity containers}
+}
+
+
+
+
+
+
+
+
+
+ Editorial
+
+
+
+
+
+
+ | 10.5281/zenodo.5217602
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Varma, M. and Prabhu, N. 2021. [Re] On the Relationship between Self-Attention and Convolutional Layers. ReScience C 7 , 1, #6.
+
+
+
+
+
@article{Varma:2021,
+ author = {Varma, Mukund and Prabhu, Nishant},
+ title = {{[Re] On the Relationship between Self-Attention and Convolutional Layers}},
+ journal = {ReScience C},
+ year = {2021},
+ month = aug,
+ volume = {7},
+ number = {1},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.5217602},
+ url = {https://zenodo.org/record/5217602/files/article.pdf},
+ code_url = {https://github.com/NishantPrabhu/Self-Attention-and-Convolutions},
+ code_doi = {},
+ code_swh = {swh:1:dir:6ab40b1686ee05bc3f9413ced6b1a84c6b203814},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/53},
+ type = {Editorial},
+ language = {Python},
+ domain = {},
+ keywords = {rescience c, rescience x, python, pytorch, self-attention}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Ecology
+
+ (R)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.5006005
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+
+
+| BibTeX
+
+
+
+
+
+Boersch-Supan, P.H. 2021. [Re] Modeling Insect Phenology Using Ordinal Regression and Continuation Ratio Models. ReScience C 7 , 1, #5.
+
+
+
+
+
@article{Boersch-Supan:2021,
+ author = {Boersch-Supan, Philipp H.},
+ title = {{[Re] Modeling Insect Phenology Using Ordinal Regression and Continuation Ratio Models}},
+ journal = {ReScience C},
+ year = {2021},
+ month = jun,
+ volume = {7},
+ number = {1},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.5006005},
+ url = {https://zenodo.org/record/5006005/files/article.pdf},
+ code_url = {https://github.com/pboesu/replication_candy_1991},
+ code_doi = {},
+ code_swh = {swh:1:dir:fa45767e4bb56f7807fe2081cfe069881f8b049e},
+ data_url = {https://github.com/pboesu/replication_candy_1991},
+ data_doi = {},
+ review_url = {},
+ type = {Replication},
+ language = {R},
+ domain = {Ecology},
+ keywords = {Insects, categorical regression, R, sequential model}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Algorithmics
+
+ (C++)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4836230
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Lécuyer, F., Danisch, M., and Tabourier, L. 2021. [Re] Speedup Graph Processing by Graph Ordering. ReScience C 7 , 1, #3.
+
+
+
+
+
@article{Lecuyer:2021,
+ author = {Lécuyer, Fabrice and Danisch, Maximilien and Tabourier, Lionel},
+ title = {{[Re] Speedup Graph Processing by Graph Ordering}},
+ journal = {ReScience C},
+ year = {2021},
+ month = may,
+ volume = {7},
+ number = {1},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.4836230},
+ url = {https://zenodo.org/record/4836230/files/article.pdf},
+ code_url = {https://github.com/lecfab/rescience-gorder},
+ code_doi = {},
+ code_swh = {swh:1:dir:e318a0ad72f81e2cb2af1ca614d1c171dd3f0909},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/52},
+ type = {Replication},
+ language = {C++},
+ domain = {Algorithmics},
+ keywords = {graph algorithm, cache optimisation, node ordering, gorder}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4655870
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Boraud, T. and Strock, A. 2021. [Re] A Neurodynamical Model for Working Memory. ReScience C 7 , 1, #1.
+
+
+
+
+
@article{Boraud:2021,
+ author = {Boraud, Theophile and Strock, Anthony},
+ title = {{[Re] A Neurodynamical Model for Working Memory}},
+ journal = {ReScience C},
+ year = {2021},
+ month = apr,
+ volume = {7},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.4655870},
+ url = {https://zenodo.org/record/4655870/files/article.pdf},
+ code_url = {https://github.com/theoboraud/JaegerESN},
+ code_doi = {},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/8},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Recurrent Neural Networks, Echo State Networks, Working Memory}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Game Theory
+
+ (Python 3)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4646680
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Geoffroy, F. 2021. [Re] Assortative matching and search. ReScience C 7 , 1, #2.
+
+
+
+
+
@article{Geoffroy:2021,
+ author = {Geoffroy, Félix},
+ title = {{[Re] Assortative matching and search}},
+ journal = {ReScience C},
+ year = {2021},
+ month = mar,
+ volume = {7},
+ number = {1},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.4646680},
+ url = {https://zenodo.org/record/4646680/files/article.pdf},
+ code_url = {https://github.com/fgeoffroy/-Re-Assortative-matching-and-search},
+ code_doi = {},
+ code_swh = {swh:1:dir:c4b7d774ab458f90c433e321ab969d3f12e410de},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/47},
+ type = {Replication},
+ language = {Python 3},
+ domain = {Game Theory},
+ keywords = {Search-and-matching, markets, biological markets, game theory, Python}
+}
+
+
+
+
+
+Volume 6 (2020)
+
+Issue 3
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4461767
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Torre-Ortiz, C. de la and Nioche, A. 2021. [Re] Neural Network Model of Memory Retrieval. ReScience C 6 , 3, #8.
+
+
+
+
+
@article{Torre-Ortiz:2021,
+ author = {de la Torre-Ortiz, Carlos and Nioche, Aurélien},
+ title = {{[Re] Neural Network Model of Memory Retrieval}},
+ journal = {ReScience C},
+ year = {2021},
+ month = jan,
+ volume = {6},
+ number = {3},
+ pages = {{#8}},
+ doi = {10.5281/zenodo.4461767},
+ url = {https://zenodo.org/record/4461767/files/article.pdf},
+ code_url = {https://github.com/c-torre/replication-recanatesi-2015},
+ code_doi = {},
+ code_swh = {swh:1:dir:0b541aeb4707ecedfbbcdd85adfd0100d748cc03},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/10},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {attractor neural networks, recall, oscillations, memory, neural representations, python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Reinforcement Learning
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4242943
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Brückner, L. and Nioche, A. 2020. [Re] Faster Teaching via POMDP Planning. ReScience C 6 , 3, #7.
+
+
+
+
+
@article{Bruckner:2020,
+ author = {Brückner, Lukas and Nioche, Aurélien},
+ title = {{[Re] Faster Teaching via POMDP Planning}},
+ journal = {ReScience C},
+ year = {2020},
+ month = nov,
+ volume = {6},
+ number = {3},
+ pages = {{#7}},
+ doi = {10.5281/zenodo.4242943},
+ url = {https://zenodo.org/record/4242943/files/article.pdf},
+ code_url = {https://github.com/luksurious/faster-teaching},
+ code_doi = {},
+ code_swh = {swh:1:dir:3335796ebdc27256ec8cb381f8baf60ace85fe9d},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/44},
+ type = {Replication},
+ language = {python},
+ domain = {Reinforcement Learning},
+ keywords = {rescience c, python, automated teaching, concept learning}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Julia)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4139359
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Davies, I. and Eglen, S. 2020. [Re] The principal components of natural images. ReScience C 6 , 3, #6.
+
+
+
+
+
@article{Davies:2020,
+ author = {Davies, Iain and Eglen, Stephen},
+ title = {{[Re] The principal components of natural images}},
+ journal = {ReScience C},
+ year = {2020},
+ month = oct,
+ volume = {6},
+ number = {3},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.4139359},
+ url = {https://zenodo.org/record/4139359/files/article.pdf},
+ code_url = {https://github.com/IainDaviesMaths/Reproduction-Hancock.git},
+ code_doi = {10.5281/zenodo.4139727},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/45},
+ type = {Replication},
+ language = {Julia},
+ domain = {Computational Neuroscience},
+ keywords = {PCA, principal component analysis, MATLAB, V1, natural images, visual cortex}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Ecology
+
+ (julia)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4022518
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Dansereau, G., Banville, F., Basque, E., MacDonald, A., and Poisot, T. 2020. [Re] Chaos in a Three-Species Food Chain. ReScience C 6 , 3, #5.
+
+
+
+
+
@article{Dansereau:2020,
+ author = {Dansereau, Gabriel and Banville, Francis and Basque, Elodie and MacDonald, Andrew and Poisot, Timothée},
+ title = {{[Re] Chaos in a Three-Species Food Chain}},
+ journal = {ReScience C},
+ year = {2020},
+ month = sep,
+ volume = {6},
+ number = {3},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.4022518},
+ url = {https://zenodo.org/record/4022518/files/article.pdf},
+ code_url = {https://github.com/BIO6032/2019_replication_HastingsPowell_1991/},
+ code_doi = {10.5281/zenodo.4012772},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/15},
+ type = {Replication},
+ language = {julia},
+ domain = {Ecology},
+ keywords = {rescience, ecological modelling, food chain, chaos, julia}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Neuroscience
+
+ (Matlab)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4022361
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Hentschke, H. 2020. [Re] Hippocampal Phase-Amplitude Coupling unearthed again. ReScience C 6 , 3, #3.
+
+
+
+
+
@article{Hentschke:2020,
+ author = {Hentschke, Harald},
+ title = {{[Re] Hippocampal Phase-Amplitude Coupling unearthed again}},
+ journal = {ReScience C},
+ year = {2020},
+ month = sep,
+ volume = {6},
+ number = {3},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.4022361},
+ url = {https://zenodo.org/record/4022361/files/article.pdf},
+ code_url = {https://github.com/hhentschke/ReScience_10yrReproChallenge/tree/v.1.0.0},
+ code_doi = {10.5281/zenodo.4021389},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/30},
+ type = {Replication},
+ language = {Matlab},
+ domain = {Neuroscience},
+ keywords = {rescience c, Matlab, hippocampus, cross-frequency coupling, phase-amplitude coupling, theta oscillations, gamma oscillations, cholinergic system, atropine}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computer Science
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3885793
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Mahmoudian, S. 2020. [Re] Measures for investigating the contextual modulation of information transmission. ReScience C 6 , 3, #2.
+
+
+
+
+
@article{BoMahmoudianck:2020,
+ author = {Mahmoudian, Sepehr},
+ title = {[Re] Measures for investigating the contextual modulation of information transmission},
+ journal = {ReScience C},
+ year = {2020},
+ month = jun,
+ volume = {6},
+ number = {3},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.3885793},
+ url = {https://zenodo.org/record/3885793/files/Reproduction_of_Smyth_et_al__1996.pdf},
+ code_url = {https://github.com/sepehrmn/mahmoudian-2020-rescience},
+ code_doi = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/29},
+ type = {Replication},
+ language = {},
+ domain = {Computer Science},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3842360
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Upshall, M. and Shifman, A.R. 2020. [Re] Mathematical analysis of depolarization block mediated by slow inactivation of fast sodium channels in midbrain dopamine neurons. ReScience C 6 , 3, #1.
+
+
+
+
+
@article{Upshall:2020,
+ author = {Upshall, Mary and Shifman, Aaron R.},
+ title = {{[Re] Mathematical analysis of depolarization block mediated by slow inactivation of fast sodium channels in midbrain dopamine neurons}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {3},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.3842360},
+ url = {https://zenodo.org/record/3842360/files/article.pdf},
+ code_url = {https://github.com/mupsh/ReScience_Qian_2014},
+ code_doi = {},
+ code_swh = {swh:1:rev:e1040fe3fbaefef4166964772efa08ada444db6e;origin=https://github.com/mupsh/ReScience_Qian_2014.git},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/9},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Python, depolarization block, dopaminergic neurons}
+}
+
+
+
+
+
+Issue 2 (NeurIPS 2019 Reproducibility Challenge)
+
+
+
+
+
+ Editorial
+
+
+
+
+
+
+ | 10.5281/zenodo.3818627
+
+
+
+
+ | PDF
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+| BibTeX
+
+
+
+
+
+Sinha, K., Pineau, J., Forde, J., Ke, R.N., and Larochelle, H. 2020. NeurIPS 2019 Reproducibility Challenge. ReScience C 6 , 2, #11.
+
+
+
+
+
@article{Sinha:2020,
+ author = {Sinha, Koustuv and Pineau, Joelle and Forde, Jessica and Ke, Rosemary Nan and Larochelle, Hugo},
+ title = {{NeurIPS 2019 Reproducibility Challenge}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#11}},
+ doi = {10.5281/zenodo.3818627},
+ url = {https://zenodo.org/record/3818627/files/article.pdf},
+ code_url = {},
+ code_doi = {},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {},
+ type = {Editorial},
+ language = {},
+ domain = {},
+ keywords = {machine learning, neurips, reproducibility challenge}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in NeurIPS 2019 Reproducibility Challenge
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3818607
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Nayak, N., Raj, V., and Kalyani, S. 2020. [Re] A comprehensive study on binary optimizer and its applicability. ReScience C 6 , 2, #9.
+
+
+
+
+
@article{Nayak:2020,
+ author = {Nayak, Nancy and Raj, Vishnu and Kalyani, Sheetal},
+ title = {{[Re] A comprehensive study on binary optimizer and its applicability}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#9}},
+ doi = {10.5281/zenodo.3818607},
+ url = {https://zenodo.org/record/3818607/files/article.pdf},
+ code_url = {https://github.com/nancy-nayak/rethinking-bnn},
+ code_doi = {},
+ code_swh = {swh:1:dir:fcda11a6bae27b85c1e564dbd7510d8ba80e6f6c},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=y53aaSM5o},
+ type = {Replication},
+ language = {Python},
+ domain = {NeurIPS 2019 Reproducibility Challenge},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in NeurIPS 2019 Reproducibility Challenge
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3818609
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Matosevic, A., Hein, E., and Nuzzo, F. 2020. [Re] Generative Modeling by Estimating Gradients of the Data Distribution. ReScience C 6 , 2, #8.
+
+
+
+
+
@article{Matosevic:2020,
+ author = {Matosevic, Antonio and Hein, Eliisabet and Nuzzo, Francesco},
+ title = {{[Re] Generative Modeling by Estimating Gradients of the Data Distribution}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#8}},
+ doi = {10.5281/zenodo.3818609},
+ url = {https://zenodo.org/record/3818609/files/article.pdf},
+ code_url = {https://github.com/Xemnas0/NCSN-TF2.0},
+ code_doi = {},
+ code_swh = {swh:1:dir:fbec9d7aa3f9e35a60af607b09595304cc30a2a3},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=B1lcYrBgLH},
+ type = {Replication},
+ language = {Python},
+ domain = {NeurIPS 2019 Reproducibility Challenge},
+ keywords = {generative model, tensorflow}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in NeurIPS 2019 Reproducibility Challenge
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3818613
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Liljefors, F., Sorkhei, M., and Broomé, S. 2020. [Re] Unsupervised Scalable Representation Learning for Multivariate Time Series. ReScience C 6 , 2, #6.
+
+
+
+
+
@article{Liljefors:2020,
+ author = {Liljefors, Felix and Sorkhei, Moein and Broomé, Sofia},
+ title = {{[Re] Unsupervised Scalable Representation Learning for Multivariate Time Series}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.3818613},
+ url = {https://zenodo.org/record/3818613/files/article.pdf},
+ code_url = {https://github.com/lilfelix/reproducibility_NeurIPS19},
+ code_doi = {},
+ code_swh = {swh:1:dir:87ee9c9e46eff652b568a19f4d4af1a1663cd55a},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HyxQr65z6S},
+ type = {Replication},
+ language = {Python},
+ domain = {NeurIPS 2019 Reproducibility Challenge},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in NeurIPS 2019 Reproducibility Challenge
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3818617
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Kviman, O., Nilsson, L., and Larsson, M. 2020. [Re] Tensor Monte Carlo: Particle Methods for the GPU Era. ReScience C 6 , 2, #5.
+
+
+
+
+
@article{Kviman:2020,
+ author = {Kviman, Oskar and Nilsson, Linus and Larsson, Martin},
+ title = {{[Re] Tensor Monte Carlo: Particle Methods for the GPU Era}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.3818617},
+ url = {https://zenodo.org/record/3818617/files/article.pdf},
+ code_url = {https://github.com/LinuNils/TMC\_reproduced},
+ code_doi = {},
+ code_swh = {swh:1:dir:7aa1df905b5c3f0a77a8b0c01123dc0013c79280},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=BJxUSaczTH},
+ type = {Replication},
+ language = {Python},
+ domain = {NeurIPS 2019 Reproducibility Challenge},
+ keywords = {deep learning, variational autoencoders, rescience c, python, tensorflow}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in NeurIPS 2019 Reproducibility Challenge
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3818621
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Garg, A. and Kagi, S.S. 2020. [Re] Hamiltonian Neural Networks. ReScience C 6 , 2, #3.
+
+
+
+
+
@article{Garg:2020,
+ author = {Garg, Ayush and Kagi, Sammed Shantinath},
+ title = {{[Re] Hamiltonian Neural Networks}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.3818621},
+ url = {https://zenodo.org/record/3818621/files/article.pdf},
+ code_url = {https://github.com/ayushgarg31/HNN-Neurips2019},
+ code_doi = {},
+ code_swh = {swh:1:dir:c5f6842bd19932d0f3db7bf09b5174e4d5240ad9},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=HJxNSp9MTr},
+ type = {Replication},
+ language = {Python},
+ domain = {NeurIPS 2019 Reproducibility Challenge},
+ keywords = {hamiltonian neural networks, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in NeurIPS 2019 Reproducibility Challenge
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3818623
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+
+
+| BibTeX
+
+
+
+
+
+Ferles, A., Nöu, A., and Valavanis, L. 2020. [Re] Zero-Shot Knowledge Transfer via Adversarial Belief Matching. ReScience C 6 , 2, #2.
+
+
+
+
+
@article{Ferles:2020,
+ author = {Ferles, Alexandros and Nöu, Alexander and Valavanis, Leonidas},
+ title = {{[Re] Zero-Shot Knowledge Transfer via Adversarial Belief Matching}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.3818623},
+ url = {https://zenodo.org/record/3818623/files/article.pdf},
+ code_url = {https://github.com/AlexandrosFerles/NIPS_2019_Reproducibilty_Challenge_Zero-shot_Knowledge_Transfer_via_Adversarial_Belief_Matching},
+ code_doi = {},
+ code_swh = {swh:1:dir:2c366708175b2ed7c83ce6b33a80dd43c8aad915},
+ data_url = {},
+ data_doi = {},
+ review_url = {},
+ type = {Replication},
+ language = {Python},
+ domain = {NeurIPS 2019 Reproducibility Challenge},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in NeurIPS 2019 Reproducibility Challenge
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3818611
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Liu, Y., Xu, J., and Pan, Y. 2020. [Re] When to Trust Your Model: Model-Based Policy Optimization. ReScience C 6 , 2, #7.
+
+
+
+
+
@article{Liu:2020,
+ author = {Liu, Yuting and Xu, Jiahao and Pan, Yiming},
+ title = {{[Re] When to Trust Your Model: Model-Based Policy Optimization}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#7}},
+ doi = {10.5281/zenodo.3818611},
+ url = {https://zenodo.org/record/3818611/files/article.pdf},
+ code_url = {https://github.com/jxu43/replication-mbpo},
+ code_doi = {},
+ code_swh = {swh:1:dir:d89e39582172e356c1f4fdd5b5cbbde21a70bf27},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=rkezvT9f6r},
+ type = {Replication},
+ language = {Python},
+ domain = {NeurIPS 2019 Reproducibility Challenge},
+ keywords = {model-based policy optimization, pytorch, tensorflow}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in NeurIPS 2019 Reproducibility Challenge
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3818625
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Alacchi, G., Lam, G., and Perreault-Lafleur, C. 2020. [Re] Unsupervised Representation Learning in Atari. ReScience C 6 , 2, #1.
+
+
+
+
+
@article{Alacchi:2020,
+ author = {Alacchi, Gabriel and Lam, Guillaume and Perreault-Lafleur, Carl},
+ title = {{[Re] Unsupervised Representation Learning in Atari}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.3818625},
+ url = {https://zenodo.org/record/3818625/files/article.pdf},
+ code_url = {https://github.com/GabrielAlacchi/atari-ari-extensions},
+ code_doi = {},
+ code_swh = {swh:1:dir:9f3337a643ab37a0898e0f0acb9ccf29a0428108},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=GAY8Xw9Qzs},
+ type = {Replication},
+ language = {Python},
+ domain = {NeurIPS 2019 Reproducibility Challenge},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in NeurIPS 2019 Reproducibility Challenge
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3818619
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Gohil, V., Narayanan, S.D., and Jain, A. 2020. [Re] One ticket to win them all: generalizing lottery ticket initializations across datasets and optimizers. ReScience C 6 , 2, #4.
+
+
+
+
+
@article{Gohil:2020,
+ author = {Gohil, Varun and Narayanan, S. Deepak and Jain, Atishay},
+ title = {{[Re] One ticket to win them all: generalizing lottery ticket initializations across datasets and optimizers}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.3818619},
+ url = {https://zenodo.org/record/3818619/files/article.pdf},
+ code_url = {https://github.com/varungohil/Generalizing-Lottery-Tickets},
+ code_doi = {10.5281/zenodo.3700320},
+ code_swh = {swh:1:dir:8a9e53bc8a9028428bbad6a4e77ae3fedae49d30},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=SklFHaqG6S},
+ type = {Replication},
+ language = {Python},
+ domain = {NeurIPS 2019 Reproducibility Challenge},
+ keywords = {lottery ticket hypothesis, pytorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in NeurIPS 2019 Reproducibility Challenge
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3818605
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Singh, A. and Bay, A. 2020. [Re] Improved Calibration and Predictive Uncertainty for Deep Neural Networks. ReScience C 6 , 2, #10.
+
+
+
+
+
@article{Singh:2020,
+ author = {Singh, Aditya and Bay, Alessandro},
+ title = {{[Re] Improved Calibration and Predictive Uncertainty for Deep Neural Networks}},
+ journal = {ReScience C},
+ year = {2020},
+ month = may,
+ volume = {6},
+ number = {2},
+ pages = {{#10}},
+ doi = {10.5281/zenodo.3818605},
+ url = {https://zenodo.org/record/3818605/files/article.pdf},
+ code_url = {https://github.com/MacroMayhem/OnMixup},
+ code_doi = {},
+ code_swh = {swh:1:dir:824bff001a04ed1c4bb78dc6fbed52fb4470b7a5},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://openreview.net/forum?id=JhZOkalsiI},
+ type = {Replication},
+ language = {Python},
+ domain = {NeurIPS 2019 Reproducibility Challenge},
+ keywords = {rescience c, rescience x, network calibration, mixup, python, pytorch}
+}
+
+
+
+
+
+Issue 1 (Ten Years Reproducibility Challenge)
+
+
+
+
+
+ Replication
+
+ in Computer Science
+
+ (C)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.10275726
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Legrand, A. and Velho, P. 2023. [Re] Velho and Legrand (2009) - Accuracy Study and Improvement of Network Simulation in the SimGrid Framework. ReScience C 6 , 1, #20.
+
+
+
+
+
@article{Legrand:2023,
+ author = {Legrand, Arnaud and Velho, Pedro},
+ title = {{[Re] Velho and Legrand (2009) - Accuracy Study and Improvement of Network Simulation in the SimGrid Framework}},
+ journal = {ReScience C},
+ year = {2023},
+ month = dec,
+ volume = {6},
+ number = {1},
+ pages = {{#20}},
+ doi = {10.5281/zenodo.10275726},
+ url = {https://zenodo.org/record/10275726/files/article.pdf},
+ code_url = {https://github.com/alegrand/reproducibility-challenge},
+ code_doi = {},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/39},
+ type = {Replication},
+ language = {C},
+ domain = {Computer Science},
+ keywords = {rescience c, C, perl, R, simulation, SimGrid}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (R)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.5347786
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Eglen, S.J. 2021. [Re] Spatial constraints underlying the retinal mosaics of two types of horizontal cells in cat and macaque. ReScience C 6 , 1, #22.
+
+
+
+
+
@article{Eglen:2021,
+ author = {Eglen, Stephen J.},
+ title = {{[Re] Spatial constraints underlying the retinal mosaics of two types of horizontal cells in cat and macaque}},
+ journal = {ReScience C},
+ year = {2021},
+ month = aug,
+ volume = {6},
+ number = {1},
+ pages = {{#22}},
+ doi = {10.5281/zenodo.5347786},
+ url = {https://zenodo.org/record/5347786/files/article.pdf},
+ code_url = {https://github.com/sje30/rescience-hor},
+ code_doi = {},
+ code_swh = {swh:1:dir:6088b7312865b39a4a5f5af78556bf6da5fa6409},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/34},
+ type = {Replication},
+ language = {R},
+ domain = {Computational Neuroscience},
+ keywords = {retinal mosaics, spatial statistics, R}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Earth sciences
+
+ (R)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4617894
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Bond-Lamberty, B. 2021. [Re] Drivers of evapotranspiration from boreal wildfires. ReScience C 6 , 1, #21.
+
+
+
+
+
@article{Bond-Lamberty:2021,
+ author = {Bond-Lamberty, Ben},
+ title = {{[Re] Drivers of evapotranspiration from boreal wildfires}},
+ journal = {ReScience C},
+ year = {2021},
+ month = mar,
+ volume = {6},
+ number = {1},
+ pages = {{#21}},
+ doi = {10.5281/zenodo.4617894},
+ url = {https://zenodo.org/record/4617894/files/article.pdf},
+ code_url = {https://github.com/bpbond/ten-years-paper33},
+ code_doi = {},
+ code_swh = {swh:1:rev:b8fe7506c23641ff7bc43deed4573feaa6d03947},
+ data_url = {https://github.com/bpbond/ten-years-paper33/blob/master/ET.csv},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/40},
+ type = {Reproduction},
+ language = {R},
+ domain = {Earth sciences},
+ keywords = {Ten Years Reproducibility Challenge, R, Hydrology, Wildfire}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (C)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4543356
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Leblois, A. 2021. [Re] Reproduction of the normal and pathological dynamics in the basal ganglia-thalamo-cortical network. ReScience C 6 , 1, #19.
+
+
+
+
+
@article{Leblois:2021,
+ author = {Leblois, Arthur},
+ title = {{[Re] Reproduction of the normal and pathological dynamics in the basal ganglia-thalamo-cortical network}},
+ journal = {ReScience C},
+ year = {2021},
+ month = feb,
+ volume = {6},
+ number = {1},
+ pages = {{#19}},
+ doi = {10.5281/zenodo.4543356},
+ url = {https://zenodo.org/record/4543356/files/article.pdf},
+ code_url = {https://github.com/aleblois/BGdynamics2006/blob/master/Copie%20de%20simdelai2boucles_all2all_GPe.c},
+ code_doi = {},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/28},
+ type = {Replication},
+ language = {C},
+ domain = {Computational Neuroscience},
+ keywords = {rescience c, basal ganglia, dynamics, neural networks}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Discrete Mathematics
+
+ (C)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4242972
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Enge, A. 2020. [Re] Volume computation for polytopes: Vingt ans après. ReScience C 6 , 1, #17.
+
+
+
+
+
@article{Enge:2020,
+ author = {Enge, Andreas},
+ title = {{[Re] Volume computation for polytopes: Vingt ans après}},
+ journal = {ReScience C},
+ year = {2020},
+ month = dec,
+ volume = {6},
+ number = {1},
+ pages = {{#17}},
+ doi = {10.5281/zenodo.4242972},
+ url = {https://zenodo.org/record/4242972/files/article.pdf},
+ code_url = {https://doi.org/10.5281/zenodo.4293820},
+ code_doi = {10.5281/zenodo.4293820},
+ code_swh = {},
+ data_url = {https://doi.org/10.5281/zenodo.4293875},
+ data_doi = {10.5281/zenodo.4293875},
+ review_url = {https://github.com/ReScience/submissions/issues/27},
+ type = {Replication},
+ language = {C},
+ domain = {Discrete Mathematics},
+ keywords = {rescience c, polytope, volume, C}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Biology
+
+ (SAS)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4290512
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Barnett, A. 2020. [Rp] Estimating trends and seasonality in coronary heart disease. ReScience C 6 , 1, #18.
+
+
+
+
+
@article{Barnett:2020,
+ author = {Barnett, Adrian},
+ title = {{[Rp] Estimating trends and seasonality in coronary heart disease}},
+ journal = {ReScience C},
+ year = {2020},
+ month = nov,
+ volume = {6},
+ number = {1},
+ pages = {{#18}},
+ doi = {10.5281/zenodo.4290512},
+ url = {https://zenodo.org/record/4290512/files/article.pdf},
+ code_url = {https://github.com/agbarnett/tenyears},
+ code_doi = {},
+ code_swh = {swh:1:dir:a7fef2d0e993aa8fcbe0949de721d46a2098ad23},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/21},
+ type = {Reproduction},
+ language = {SAS},
+ domain = {Biology},
+ keywords = {rescience c, rescience x, SAS}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Pattern Recognition
+
+ (Java)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4091742
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Weinman, J. 2020. [Rp] Reproducing "Typographical Features for Scene Text Recognition". ReScience C 6 , 1, #.
+
+
+
+
+
@article{Weinman:2020,
+ author = {Weinman, Jerod},
+ title = {{[Rp] Reproducing "Typographical Features for Scene Text Recognition"}},
+ journal = {ReScience C},
+ year = {2020},
+ month = oct,
+ volume = {6},
+ number = {1},
+ pages = {{#}},
+ doi = {10.5281/zenodo.4091742},
+ url = {https://zenodo.org/record/4091742/files/article.pdf},
+ code_url = {http://hdl.handle.net/11084/23333},
+ code_doi = {11084/23333},
+ code_swh = {swh:1:dir:0c20dd08d449661bbf90f9a209c822b3aeb1edb7},
+ data_url = {http://hdl.handle.net/11084/23336},
+ data_doi = {11084/23336},
+ review_url = {https://github.com/ReScience/submissions/issues/35},
+ type = {Reproduction},
+ language = {Java},
+ domain = {Pattern Recognition},
+ keywords = {scene text recognition, CUDA, Matlab, C, MEX, Java}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Ecology
+
+ (C, R)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4081202
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Boettiger, C. 2020. [Rp] Fluctuation domains in adaptive evolution. ReScience C 6 , 1, #15.
+
+
+
+
+
@article{Boettiger:2020,
+ author = {Boettiger, Carl},
+ title = {{[Rp] Fluctuation domains in adaptive evolution}},
+ journal = {ReScience C},
+ year = {2020},
+ month = sep,
+ volume = {6},
+ number = {1},
+ pages = {{#15}},
+ doi = {10.5281/zenodo.4081202},
+ url = {https://zenodo.org/record/4081202/files/article.pdf},
+ code_url = {https://github.com/cboettig/fluctationDomains},
+ code_doi = {},
+ code_swh = {swh:1:rev:e547c62fd9ae8361d601302200bbc90b26299007},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/16},
+ type = {Reproduction},
+ language = {C, R},
+ domain = {Ecology},
+ keywords = {ten years reproducibility challenge, R, C}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Computational Neuroscience
+
+ (Hoc)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3972130
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Davison, A.P. 2020. [Rp] Dendrodendritic inhibition and simulated odor responses in a detailed olfactory bulb network model. ReScience C 6 , 1, #14.
+
+
+
+
+
@article{Davison:2020,
+ author = {Davison, Andrew P.},
+ title = {{[Rp] Dendrodendritic inhibition and simulated odor responses in a detailed olfactory bulb network model}},
+ journal = {ReScience C},
+ year = {2020},
+ month = aug,
+ volume = {6},
+ number = {1},
+ pages = {{#14}},
+ doi = {10.5281/zenodo.3972130},
+ url = {https://zenodo.org/record/3972130/files/article.pdf},
+ code_url = {https://github.com/apdavison/bulbnet-reproduction},
+ code_doi = {},
+ code_swh = {swh:1:rev:0899bc8af36b50d8cdf5d062562d2721f4602703},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/37},
+ type = {Reproduction},
+ language = {Hoc},
+ domain = {Computational Neuroscience},
+ keywords = {rescience c, NEURON simulator, Hoc}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Aquatic Science
+
+ (Pascal)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3996198
+
+
+
+
+ | PDF
+
+
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Silberbauer, M. 2020. Re ReScience challenge: Geographical Trends in the Water Chemistry of Wetlands in the South-Western Cape Province, South Africas. ReScience C 6 , 1, #13.
+
+
+
+
+
@article{Silberbauer:2020,
+ author = {Silberbauer, Michael},
+ title = {{Re ReScience challenge: Geographical Trends in the Water Chemistry of Wetlands in the South-Western Cape Province, South Africas}},
+ journal = {ReScience C},
+ year = {2020},
+ month = aug,
+ volume = {6},
+ number = {1},
+ pages = {{#13}},
+ doi = {10.5281/zenodo.3996198},
+ url = {https://zenodo.org/record/3996198/files/article.pdf},
+ code_url = {},
+ code_doi = {},
+ code_swh = {swh:1:rev:95a00613e591becafb911c97d9995a8cca68002d},
+ data_url = {http://www.riv.co.za/wv/data/CHEMDATA.DAT},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/25},
+ type = {Reproduction},
+ language = {Pascal},
+ domain = {Aquatic Science},
+ keywords = {water chemistry, maucha, wetland, data visualisation, pascal}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Astronomy
+
+ (fortran)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3956058
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Roukema, B.F. 2020. [¬Rp] Reproducibility of ’Poincaré dodecahedral space parameter estimates.’ ReScience C 6 , 1, #11.
+
+
+
+
+
@article{Roukema:2020,
+ author = {Roukema, Boudewijn F.},
+ title = {{[¬Rp] Reproducibility of 'Poincaré dodecahedral space parameter estimates'}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jul,
+ volume = {6},
+ number = {1},
+ pages = {{#11}},
+ doi = {10.5281/zenodo.3956058},
+ url = {https://zenodo.org/record/3943750/files/Roukema_ReSciC2020.pdf},
+ code_url = {https://codeberg.org/boud/0807.4260},
+ code_doi = {},
+ code_swh = {swh:1:dir:4f1fe8cf5a01bb4637e31ea938eaa5bc25a2b87b},
+ data_url = {https://lambda.gsfc.nasa.gov/data/map/dr3/dfp/wmap_ilc_5yr_v3.fits},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/41},
+ type = {Reproduction},
+ language = {fortran},
+ domain = {Astronomy},
+ keywords = {fortran, cosmology},
+ note = {new version with corrections in the references and correction to link flags; original DOI was 10.5281_zenodo.3943750}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Genetics
+
+ (R)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3959516
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+
+
+| BibTeX
+
+
+
+
+
+Broman, K.W. 2020. [Rp] Reproducibility report: Identifying essential genes by mutagenesis. ReScience C 6 , 1, #12.
+
+
+
+
+
@article{Broman:2020,
+ author = {Broman, Karl W.},
+ title = {{[Rp] Reproducibility report: Identifying essential genes by mutagenesis}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jul,
+ volume = {6},
+ number = {1},
+ pages = {{#12}},
+ doi = {10.5281/zenodo.3959516},
+ url = {https://zenodo.org/record/3959516/files/article.pdf},
+ code_url = {https://github.com/kbroman/Paper_ReScience2020/},
+ code_doi = {10.5281/zenodo.3671998},
+ code_swh = {swh:1:dir:277cad9553dc627f9a4047f38fc19ca1e76aee8c},
+ data_url = {https://github.com/kbroman/Paper_ReScience2020/},
+ data_doi = {10.5281/zenodo.3671998},
+ review_url = {},
+ type = {Reproduction},
+ language = {R},
+ domain = {Genetics},
+ keywords = {rescience c, ten years reproducibility challenge, R, MCMC, tuberculosis, Bayes}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Physics
+
+ (Fortran)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3922195
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Maggi, S. 2020. [Rp] Reproduction of Step width enhancement in a pulse-driven Josephson junction. ReScience C 6 , 1, #10.
+
+
+
+
+
@article{Maggi:2020,
+ author = {Maggi, Sabino},
+ title = {{[Rp] Reproduction of Step width enhancement in a pulse-driven Josephson junction}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jun,
+ volume = {6},
+ number = {1},
+ pages = {{#10}},
+ doi = {10.5281/zenodo.3922195},
+ url = {https://zenodo.org/record/3922195/files/article.pdf},
+ code_url = {https://github.com/sabinomaggi/ten-years-challenge-pulsed-drive},
+ code_doi = {},
+ code_swh = {swh:1:dir:bc7700a81a8fd426d06d89c15c9655998d12c523},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/23},
+ type = {Reproduction},
+ language = {Fortran},
+ domain = {Physics},
+ keywords = {rescience c, fortran, visual basic, josephson junction, voltage standard}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Computational Mechanics
+
+ (C++)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3901241
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Pantalé, O. 2020. [Rp] Parallelization of an object-oriented FEM dynamics code. ReScience C 6 , 1, #8.
+
+
+
+
+
@article{Pantale:2020,
+ author = {Pantalé, Olivier},
+ title = {{[Rp] Parallelization of an object-oriented FEM dynamics code}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jun,
+ volume = {6},
+ number = {1},
+ pages = {{#8}},
+ doi = {10.5281/zenodo.3901241},
+ url = {https://zenodo.org/record/3901241},
+ code_url = {https://github.com/pantale/ReDynELA},
+ code_doi = {},
+ code_swh = {swh:1:dir:e45b8b7efb002231f4081c429c4ca33664d0812d},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/19},
+ type = {Reproduction},
+ language = {C++},
+ domain = {Computational Mechanics},
+ keywords = {C++, Finite Elements Code, Parallel programming, OpenMP}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Fault Tolerance
+
+ (C)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3886739
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Courtès, L. 2020. [Re] Storage Tradeoffs in a Collaborative Backup Service for Mobile Devices. ReScience C 6 , 1, #6.
+
+
+
+
+
@article{Courtes:2020,
+ author = {Courtès, Ludovic},
+ title = {{[Re] Storage Tradeoffs in a Collaborative Backup Service for Mobile Devices}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jun,
+ volume = {6},
+ number = {1},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.3886739},
+ url = {https://zenodo.org/record/3886739/files/article.pdf},
+ code_url = {https://gitlab.inria.fr/lcourtes-phd/edcc-2006-redone},
+ code_doi = {},
+ code_swh = {swh:1:rev:36fde7e5ba289c4c3e30d9afccebbe0cfe83853a;origin=https://gitlab.inria.fr/lcourtes-phd/edcc-2006-redone},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/32},
+ type = {Reproduction},
+ language = {C},
+ domain = {Fault Tolerance},
+ keywords = {rescience c, rescience x, resilience, fault tolerance, C, Scheme}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Fluid dynamics
+
+ (Fortran77)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3889694
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Hinsen, K. 2020. [¬Rp] Stokes drag on conglomerates of spheres. ReScience C 6 , 1, #7.
+
+
+
+
+
@article{Hinsen:2020b,
+ author = {Hinsen, Konrad},
+ title = {{[¬Rp] Stokes drag on conglomerates of spheres}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jun,
+ volume = {6},
+ number = {1},
+ pages = {{#7}},
+ doi = {10.5281/zenodo.3889694},
+ url = {https://zenodo.org/record/3889694/files/article.pdf},
+ code_url = {https://github.com/khinsen/rescience-ten-year-challenge-paper-4},
+ code_doi = {},
+ code_swh = {swh:1:dir:195b7890e84d3bcdc1fdbbbc351c63ac69a64ba0},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/20},
+ type = {Reproduction},
+ language = {Fortran77},
+ domain = {Fluid dynamics},
+ keywords = {protein structure, protein crystals, normal modes, Python}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Computer Science
+
+ (Applesoft Basic)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3886628
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+
+
+| BibTeX
+
+
+
+
+
+Rougier, N.P. 2020. [Rp] LOUPE. ReScience C 6 , 1, #3.
+
+
+
+
+
@article{Rougier:2020,
+ author = {Rougier, Nicolas P.},
+ title = {{[Rp] LOUPE}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jun,
+ volume = {6},
+ number = {1},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.3886628},
+ url = {https://zenodo.org/record/3886628/files/article.pdf},
+ code_url = {https://github.com/rougier/TYRC-apple},
+ code_doi = {},
+ code_swh = {swh:1:dir:378ef456812b3e3c1a605c93da8c15975b6decf6},
+ data_url = {},
+ data_doi = {},
+ review_url = {},
+ type = {Reproduction},
+ language = {Applesoft Basic},
+ domain = {Computer Science},
+ keywords = {ten years reproducibility challenge, apple //e}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Biophysics
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3886447
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Hinsen, K. 2020. [Rp] Structural flexibility in proteins - impact of the crystal environment. ReScience C 6 , 1, #5.
+
+
+
+
+
@article{Hinsen:2020a,
+ author = {Hinsen, Konrad},
+ title = {{[Rp] Structural flexibility in proteins - impact of the crystal environment}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jun,
+ volume = {6},
+ number = {1},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.3886447},
+ url = {https://zenodo.org/record/3886447/files/article.pdf},
+ code_url = {https://github.com/khinsen/rescience-ten-year-challenge-paper-3},
+ code_doi = {},
+ code_swh = {swh:1:dir:8a73b8438b411cc8a58a3db7789ff45690808afa},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/14},
+ type = {Reproduction},
+ language = {Python},
+ domain = {Biophysics},
+ keywords = {protein structure, protein crystals, normal modes, Python}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Biophysics
+
+ (Mathematica)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3886412
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Robert, C.H. 2020. [Rp] Reproducibility report: Estimating friction coefficients of mixed globular/chain molecules, such as protein/DNA complexes. [Biophys J 69, 840-848 (1995)]. ReScience C 6 , 1, #4.
+
+
+
+
+
@article{Robert:2020,
+ author = {Robert, Charles H.},
+ title = {{[Rp] Reproducibility report: Estimating friction coefficients of mixed globular/chain molecules, such as protein/DNA complexes. [Biophys J 69, 840-848 (1995)]}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jun,
+ volume = {6},
+ number = {1},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.3886412},
+ url = {https://zenodo.org/record/3886412/files/article.pdf},
+ code_url = {https://zenodo.org/record/3878075},
+ code_doi = {10.5281/zenodo.3878075},
+ code_swh = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/26},
+ type = {Reproduction},
+ language = {Mathematica},
+ domain = {Biophysics},
+ keywords = {macromolecular structure, protein-DNA assemblies, chromatin, fiber, nucleosome, translational diffusion coefficient, friction coefficient}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Analytical Chemistry
+
+ (FORTRAN77)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3904595
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Delsuc, M.-A. 2020. [Rp] Gifa V.4: A complete package for NMR data set processing. ReScience C 6 , 1, #9.
+
+
+
+
+
@article{Delsuc:2020,
+ author = {Delsuc, Marc-Andr{\'e}},
+ title = {{[Rp] Gifa V.4: A complete package for NMR data set processing}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jun,
+ volume = {6},
+ number = {1},
+ pages = {{#9}},
+ doi = {10.5281/zenodo.3904595},
+ url = {https://zenodo.org/record/3904595/files/article.pdf},
+ code_url = {https://github.com/delsuc/Gifa},
+ code_doi = {},
+ code_swh = {swh:1:dir:57cb6f31528c596cc67ce46e142f3de8cb082bcb},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/33},
+ type = {Reproduction},
+ language = {FORTRAN77},
+ domain = {Analytical Chemistry},
+ keywords = {NMR, data processing, FORTRAN77}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Parallel Programming
+
+ (OCaml)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.4041602
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Di Cosmo, R. and Danelutto, M. 2020. [Rp] Reproducing and replicating the OCamlP3l experiment. ReScience C 6 , 1, #2.
+
+
+
+
+
@article{DiCosmo:2020,
+ author = {Di Cosmo, Roberto and Danelutto, Marco},
+ title = {{[Rp] Reproducing and replicating the OCamlP3l experiment}},
+ journal = {ReScience C},
+ year = {2020},
+ month = apr,
+ volume = {6},
+ number = {1},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.4041602},
+ url = {https://zenodo.org/record/4041602/files/article.pdf},
+ code_url = {https://archive.softwareheritage.org/swh:1:rev:2db189928c94d62a3b4757b3eec68f0a4d4113f0;origin=https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git/},
+ code_doi = {},
+ code_swh = {swh:1:rev:2db189928c94d62a3b4757b3eec68f0a4d4113f0;origin=https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git/},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/22},
+ type = {Reproduction},
+ language = {OCaml},
+ domain = {Parallel Programming},
+ keywords = {rescience c},
+ note = {new version with minor corrections in the embedded hyperlinks; original DOI was 10.5281/zenodo.3763416}
+}
+
+
+
+
+
+
+
+
+
+ Reproduction
+
+ in Chemical Physics
+
+ (Fortran)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3630224
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+McBane, G.C. 2020. [Rp] Reproduction of interaction second virial coefficient calculation for H_2–CO interactions [J. Chem. Phys. vol. 112, 4417 (2000)]. ReScience C 6 , 1, #1.
+
+
+
+
+
@article{McBane:2020,
+ author = {McBane, George C.},
+ title = {{[Rp] Reproduction of interaction second virial coefficient calculation for H$_2$--CO interactions [J. Chem. Phys. vol. 112, 4417 (2000)]}},
+ journal = {ReScience C},
+ year = {2020},
+ month = jan,
+ volume = {6},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.3630224},
+ url = {https://zenodo.org/record/3630224/files/article.pdf},
+ code_url = {http://faculty.gvsu.edu/mcbaneg/virial6-resciencec.zip},
+ code_doi = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/11},
+ type = {Reproduction},
+ language = {Fortran},
+ domain = {Chemical Physics},
+ keywords = {rescience c, chemical physics, potential energy surfaces, virial coefficients, Fortran}
+}
+
+
+
+
+
+Volume 5 (2019)
+
+Issue 3
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3538217
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Larisch, R. 2019. [Re] Connectivity reflects coding a model of voltage-based STDP with homeostasis. ReScience C 5 , 3, #2.
+
+
+
+
+
@article{Larisch:2019,
+ author = {Larisch, Rene},
+ title = {{[Re] Connectivity reflects coding a model of voltage-based STDP with homeostasis}},
+ journal = {ReScience C},
+ year = {2019},
+ month = nov,
+ volume = {5},
+ number = {3},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.3538217},
+ url = {https://zenodo.org/record/3538217/files/article.pdf},
+ code_url = {https://github.com/rLarisch/ReScience-submission/tree/Larisch-2019/code},
+ code_doi = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/57#issuecomment-549728501},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Spike Timing-Dependent Plasticity (STDP), Computational Neuroscience, Unsupervised Learning, Python}
+}
+
+
+
+
+
+
+
+
+
+ Letter
+
+ in Machine Learning
+
+ (c++)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3528175
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Sukhoy, V. and Stoytchev, A. 2019. Eliminating the Variability of Cross-Validation Results with LIBLINEAR due to Randomization and Parallelization. ReScience C 5 , 3, #1.
+
+
+
+
+
@article{Sukhoy:2019,
+ author = {Sukhoy, Vladimir and Stoytchev, Alexander},
+ title = {{Eliminating the Variability of Cross-Validation Results with LIBLINEAR due to Randomization and Parallelization}},
+ journal = {ReScience C},
+ year = {2019},
+ month = nov,
+ volume = {5},
+ number = {3},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.3528175},
+ url = {https://zenodo.org/record/3528175/files/article.pdf},
+ code_url = {https://github.com/sukhoy/cvrep},
+ code_doi = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/6},
+ type = {Letter},
+ language = {c++},
+ domain = {Machine Learning},
+ keywords = {c, c++, randomized algorithms, support vector machines, cross-validation, parallelized learning algorithms}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3545905
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Bock, P. and Alexandre, F. 2019. [Re] The Wisconsin Card Sorting Test: Theoretical analysis and modeling in a neuronal network. ReScience C 5 , 3, #3.
+
+
+
+
+
@article{Bock:2019,
+ author = {Bock, Pauline and Alexandre, Frédéric},
+ title = {[Re] The Wisconsin Card Sorting Test: Theoretical analysis and modeling in a neuronal network},
+ journal = {ReScience C},
+ year = {2019},
+ month = may,
+ volume = {5},
+ number = {3},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.3545905},
+ url = {https://zenodo.org/record/3545905/files/ReScience_Dehaene.pdf
+ },
+ code_url = {https://github.com/PaulineBock/WCSTDehaeneChangeux},
+ code_doi = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/7},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Frontal Cortex, Working Memory, Neural Networks}
+}
+
+
+
+
+
+Issue 2 (ICLR Reproducibility Challenge 2019)
+
+
+
+
+
+ Editorial
+
+
+
+
+
+
+ | 10.5281/zenodo.3158244
+
+
+
+
+ | PDF
+
+
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Pineau, J., Sinha, K., Fried, G., Ke, R.N., and Larochelle, H. 2019. ICLR Reproducibility Challenge 2019. ReScience C 5 , 2, #5.
+
+
+
+
+
@article{Pineau:2019,
+ author = {Pineau, Joelle and Sinha, Koustuv and Fried, Genevieve and Ke, Rosemary Nan and Larochelle, Hugo},
+ title = {{ICLR Reproducibility Challenge 2019}},
+ journal = {ReScience C},
+ year = {2019},
+ month = may,
+ volume = {5},
+ number = {2},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.3158244},
+ url = {https://zenodo.org/record/3158244/files/article.pdf},
+ code_url = {},
+ code_doi = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/submissions/issues/5},
+ type = {Editorial},
+ language = {},
+ domain = {},
+ keywords = {machine learning, ICLR, reproducibility challenge}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Machine Learning
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3160540
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Devos, A., Chatel, S., and Grossglauser, M. 2019. [Re] Meta-learning with differentiable closed-form solvers. ReScience C 5 , 2, #1.
+
+
+
+
+
@article{Devos:2019,
+ author = {Devos, Arnout and Chatel, Sylvain and Grossglauser, Matthias},
+ title = {{[Re] Meta-learning with differentiable closed-form solvers}},
+ journal = {ReScience C},
+ year = {2019},
+ month = may,
+ volume = {5},
+ number = {2},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.3160540},
+ url = {https://zenodo.org/record/3160540/files/article.pdf},
+ code_url = {https://github.com/ArnoutDevos/r2d2},
+ code_doi = {10.5281/zenodo.2662493},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/reproducibility-challenge/iclr_2019/pull/150},
+ type = {Replication},
+ language = {Python},
+ domain = {Machine Learning},
+ keywords = {Machine Learning, Meta-Learning, Few-Shot, Deep-Learning, Python}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Machine Learning
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3161734
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Fuente, A.D. la and Aduviri, R. 2019. [Re] Variational Sparse Coding. ReScience C 5 , 2, #2.
+
+
+
+
+
@article{Fuente:2019,
+ author = {la Fuente, Alfredo De and Aduviri, Robert},
+ title = {{[Re] Variational Sparse Coding}},
+ journal = {ReScience C},
+ year = {2019},
+ month = may,
+ volume = {5},
+ number = {2},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.3161734},
+ url = {https://zenodo.org/record/3161734/files/article.pdf},
+ code_url = {https://github.com/Alfo5123/Variational-Sparse-Coding},
+ code_doi = {10.5281/zenodo.2657330},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/reproducibility-challenge/iclr_2019/pull/146},
+ type = {Replication},
+ language = {Python},
+ domain = {Machine Learning},
+ keywords = {generative models, variational autoencoders, sparse coding}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Machine Learning
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3162890
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Bardi, F., von Baussnern, S., and Gjiriti, E. 2019. [Re] Learning Neural PDE Solvers with Convergence Guarantees ICLR Reproducibility Challenge 2019. ReScience C 5 , 2, #3.
+
+
+
+
+
@article{Bardi:2019,
+ author = {Bardi, Francesco and {von Baussnern}, Samuel and Gjiriti, Emiljano},
+ title = {{[Re] Learning Neural PDE Solvers with Convergence Guarantees ICLR Reproducibility Challenge 2019}},
+ journal = {ReScience C},
+ year = {2019},
+ month = may,
+ volume = {5},
+ number = {2},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.3162890},
+ url = {https://zenodo.org/record/3162890/files/article.pdf},
+ code_url = {https://github.com/francescobardi/pde_solver_deep_learned},
+ code_doi = {10.5281/zenodo.2660730},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/reproducibility-challenge/iclr_2019/pull/136},
+ type = {Replication},
+ language = {Python},
+ domain = {Machine Learning},
+ keywords = {PDE, PDE Solver, Deep Learning, Python, PyTorch}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Machine Learning
+
+ (python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3162114
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Didolkar, A. 2019. [Re] h-detach: Modifying the LSTM gradient towards better optimization. ReScience C 5 , 2, #4.
+
+
+
+
+
@article{Didolkar:2019,
+ author = {Didolkar, Aniket},
+ title = {{[Re] h-detach: Modifying the LSTM gradient towards better optimization}},
+ journal = {ReScience C},
+ year = {2019},
+ month = may,
+ volume = {5},
+ number = {2},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.3162114},
+ url = {https://zenodo.org/record/3162114/files/article.pdf},
+ code_url = {https://github.com/dido1998/h-detach/tree/v1.0},
+ code_doi = {10.5281/zenodo.2657361},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/reproducibility-challenge/iclr_2019/pull/148},
+ type = {Replication},
+ language = {python},
+ domain = {Machine Learning},
+ keywords = {Machine Learning, ICLR Reproducibility Challenge, ICLR 2019}
+}
+
+
+
+
+
+Issue 1
+
+
+
+
+
+ Replication
+
+ in Ecology
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.3234524
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Etherington, T.R. and Lieske, D.J. 2019. [Re] Resampling methods for evaluating classification accuracy of wildlife habitat models. ReScience C 5 , 1, #4.
+
+
+
+
+
@article{Etherington:2019,
+ author = {Etherington, Thomas R. and Lieske, David J.},
+ title = {{[Re] Resampling methods for evaluating classification accuracy of wildlife habitat models}},
+ journal = {ReScience C},
+ year = {2019},
+ month = may,
+ volume = {5},
+ number = {1},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.3234524},
+ url = {https://zenodo.org/record/3234524/files/article.pdf},
+ code_url = {https://github.com/tretherington/ReScience-submission/tree/etherington-lieske},
+ code_doi = {10.5281/zenodo.3229408},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/52},
+ type = {Replication},
+ language = {Python},
+ domain = {Ecology},
+ keywords = {ecology, wildlife, habitat, model}
+}
+
+
+
+
+
+
+
+
+
+ Editorial
+
+
+
+
+
+
+ | 10.5281/zenodo.3069619
+
+
+
+
+ | PDF
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+| BibTeX
+
+
+
+
+
+Hinsen, K. and Rougier, N.P. 2019. ReScience (R)evolution. ReScience C 5 , 1, #3.
+
+
+
+
+
@article{Hinsen:2019,
+ author = {Hinsen, Konrad and Rougier, Nicolas P.},
+ title = {{ReScience (R)evolution}},
+ journal = {ReScience C},
+ year = {2019},
+ month = may,
+ volume = {5},
+ number = {1},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.3069619},
+ url = {https://zenodo.org/record/3069619/files/article.pdf},
+ code_url = {},
+ code_doi = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {},
+ type = {Editorial},
+ language = {},
+ domain = {},
+ keywords = {rescience c, rescience x}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.2611252
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Tennøe, S., Hodne, K., Haug, T.M., Weltzien, F.-A., Einevoll, G.T., and Halnes, G. 2019. [Re] Fast-Activating Voltage- and Calcium-Dependent
+ Potassium (BK) Conductance Promotes Bursting in Pituitary
+ Cells: A Dynamic Clamp Study. ReScience 5 , 1, #2.
+
+
+
+
+
@article{tennoe:2019,
+ author = {Tennøe, Simen and Hodne, Kjetil and Haug, Trude M. and Weltzien, Finn-Arne and Einevoll, Gaute T. and Halnes, Geir},
+ title = {{[Re] Fast-Activating Voltage- and Calcium-Dependent
+ Potassium (BK) Conductance Promotes Bursting in Pituitary
+ Cells: A Dynamic Clamp Study}},
+ journal = {{ReScience}},
+ year = {2019},
+ month = may,
+ volume = {5},
+ number = {1},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.2611252},
+ url = {https://github.com/ReScience-Archives/Tenn-e-Hodne-Haug-Weltzien-Einevoll-Halnes-2019/blob/master/article/tenn%C3%B8e-hodne-haug-weltzien-einevoll-halnes-2018.pdf},
+ code_url = {https://github.com/ReScience-Archives/Tenn-e-Hodne-Haug-Weltzien-Einevoll-Halnes-2019},
+ code_doi = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/53},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Neuroscience, Uncertainty quantification, Pituitary cells}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Ecology
+
+ (Julia)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.2598793
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Caron, D., Lessard, V., Wu, Q., and Poisot, T. 2019. [Re] Insect natural enemies as regulating factors. ReScience 5 , 1, #1.
+
+
+
+
+
@article{caron:2019,
+ author = {Caron, Dominique and Lessard, Vincent and Wu, Qile and Poisot, Timothée},
+ title = {{[Re] Insect natural enemies as regulating factors}},
+ journal = {{ReScience}},
+ year = {2019},
+ month = jan,
+ volume = {5},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.2598793},
+ url = {https://github.com/ReScience-Archives/Caron-Lessard-Wu-Poisot-2019/blob/master/article/Caron-Lessard-Wu-Poisot-2019.pdf},
+ code_url = {https://github.com/ReScience-Archives/Caron-Lessard-Wu-Poisot-2019},
+ code_doi = {},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/50},
+ type = {Replication},
+ language = {Julia},
+ domain = {Computational Ecology},
+ keywords = {population dynamics, ecology, stochastic models}
+}
+
+
+
+
+
+Volume 4 (2018)
+
+Issue 1
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.1327348
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Hathway, P. and Goodman, D.F.M. 2018. [Re] Spike Timing Dependent Plasticity Finds the Start of Repeating Patterns in Continuous Spike Trains. ReScience 4 , 1, #6.
+
+
+
+
+
@article{hathway:2018,
+ author = {Hathway, Pamela and Goodman, Dan F. M.},
+ title = {{[Re] Spike Timing Dependent Plasticity Finds the Start of Repeating Patterns in Continuous Spike Trains}},
+ journal = {{ReScience}},
+ year = {2018},
+ month = aug,
+ volume = {4},
+ number = {1},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.1327348},
+ url = {https://github.com/ReScience-Archives/Hathway-Goodman-2018/blob/master/article/Hathway-Goodman-2018.pdf},
+ code_url = {https://github.com/ReScience-Archives/Hathway-Goodman-2018},
+ code_doi = {10.5281/zenodo.1327348},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/51},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {STDP, Spatio-temporal spike pattern}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Ecology
+
+ (Julia)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.1402676
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Poisot, T. 2018. [Re] On the coexistence of specialists and generalists. ReScience 4 , 1, #7.
+
+
+
+
+
@article{poisot:2018,
+ author = {Poisot, Timothée},
+ title = {{[Re] On the coexistence of specialists and generalists}},
+ journal = {{ReScience}},
+ year = {2018},
+ month = aug,
+ volume = {4},
+ number = {1},
+ pages = {{#7}},
+ doi = {10.5281/zenodo.1402676},
+ url = {https://github.com/ReScience-Archives/Poisot-2018/blob/master/article/Poisot-2018.pdf},
+ code_url = {https://github.com/ReScience-Archives/Poisot-2018},
+ code_doi = {10.5281/zenodo.1402676},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/39},
+ type = {Replication},
+ language = {Julia},
+ domain = {Computational Ecology},
+ keywords = {Community ecology, Specialist, Generalist, Coexistence,
+ Discrete time model}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.1289889
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Bavard, S. and Théro, H. 2018. [Re] Adaptive properties of differential learning rates for positive and negative outcomes. ReScience 4 , 1, #5.
+
+
+
+
+
@article{bavard:2018,
+ author = {Bavard, Sophie and Théro, Héloïse},
+ title = {{[Re] Adaptive properties of differential learning rates for positive and negative outcomes}},
+ journal = {{ReScience}},
+ year = {2018},
+ month = jun,
+ volume = {4},
+ number = {1},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.1289889},
+ url = {https://github.com/ReScience-Archives/Bavard-Thero-2018/raw/master/article/Bavard-Thero-2018.pdf},
+ code_url = {https://github.com/ReScience-Archives/Bavard-Thero-2018},
+ code_doi = {10.5281/zenodo.1289889},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/47},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Reinforcement learning, Q-learning, adaptive learning rates}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.1246659
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Cazé, R., Stimberg, M., and Girard, B. 2018. [Re] Non-additive coupling enables propagation of
+ synchronous spiking activity in purely random networks. ReScience 4 , 1, #1.
+
+
+
+
+
@article{caze:2018,
+ author = {Cazé, Romain and Stimberg, Marcel and Girard, Benoît},
+ title = {{[Re] Non-additive coupling enables propagation of
+ synchronous spiking activity in purely random networks}},
+ journal = {{ReScience}},
+ year = {2018},
+ month = may,
+ volume = {4},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.1246659},
+ url = {https://github.com/ReScience-Archives/Caze-Stimberg-Girard-2018/blob/master/article/Caze_2018.pdf},
+ code_url = {https://github.com/ReScience-Archives/Caze-Stimberg-Girard-2018/},
+ code_doi = {10.5281/zenodo.1246659},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/45},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Dendrites, non-linearities, network, synfire chain}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.1244116
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Shimoura, R.O., Kamij, N.L., Pena, R.F.O., et al. 2018. [Re] The cell-type specific cortical microcircuit: relating
+ structure and activity in a full-scale spiking network
+ model. ReScience 4 , 1, #2.
+
+
+
+
+
@article{shimoura:2018,
+ author = {Shimoura, Renan O. and Kamij, Nilton L. and Pena, Rodrigo F.O. and Cordeiro, Vinicius L. and Ceballos, Cesar C. and Romaro, Cecilia and Roque, Antonio C.},
+ title = {{[Re] The cell-type specific cortical microcircuit: relating
+ structure and activity in a full-scale spiking network
+ model}},
+ journal = {{ReScience}},
+ year = {2018},
+ month = may,
+ volume = {4},
+ number = {1},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.1244116},
+ url = {https://github.com/ReScience-Archives/ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-2017/blob/master/article/ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/ShimouraR-KamijiNL-PenaRFO-CordeiroVL-CeballosCC-RomaroC-RoqueAC-2017/},
+ code_doi = {10.5281/zenodo.1244116},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/43},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Cerebral cortex, Cortical microcircuit, Large-scale models,
+ Layered network, Specificity of connections}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.1241004
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Senden, M., Schuecker, J., Hahne, J., Diesmann, M., and Goebel, R. 2018. [Re] A neural model of the saccade generator in the
+ reticular formation. ReScience 4 , 1, #3.
+
+
+
+
+
@article{senden:2018,
+ author = {Senden, Mario and Schuecker, Jannis and Hahne, Jan and Diesmann, Markus and Goebel, Rainer},
+ title = {{[Re] A neural model of the saccade generator in the
+ reticular formation}},
+ journal = {{ReScience}},
+ year = {2018},
+ month = may,
+ volume = {4},
+ number = {1},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.1241004},
+ url = {https://github.com/ReScience-Archives/Senden-Schuecker-Hahne-Diesmann-Goebel-2018/blob/master/article/senden-schuecker-hahne-diesmann-goebel-2018.pdf},
+ code_url = {https://github.com/ReScience-Archives/Senden-Schuecker-Hahne-Diesmann-Goebel-2018},
+ code_doi = {10.5281/zenodo.1241004},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/46},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Supercomputing Waveform, Relaxation, Parallelization, Rate
+ models, Spiking neural network simulator, Stochastic delay
+ differential equations}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Biology
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.1254629
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Mondeel, T.D.G.A., Ogundipe, V., and Westerhoff, H.V. 2018. [Re] Predicting metabolic biomarkers of human inborn errors
+ of metabolism. ReScience 4 , 1, #4.
+
+
+
+
+
@article{mondeel:2018,
+ author = {Mondeel, Thierry D.G.A. and Ogundipe, Vivian and Westerhoff, Hans V.},
+ title = {{[Re] Predicting metabolic biomarkers of human inborn errors
+ of metabolism}},
+ journal = {{ReScience}},
+ year = {2018},
+ month = may,
+ volume = {4},
+ number = {1},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.1254629},
+ url = {https://github.com/ReScience-Archives/Mondeel-Ogundipe-Westerhoff-2018/blob/master/article/Mondeel_Ogundipe_Westerhoff-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/Mondeel-Ogundipe-Westerhoff-2018},
+ code_doi = {10.5281/zenodo.1254629},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/41},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Biology},
+ keywords = {Flux variability analysis (FVA), inborn errors of metabolism
+ (IEM), metabolic reconstruction}
+}
+
+
+
+
+
+Volume 3 (2017)
+
+Issue 1
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.1003214
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Detorakis, G. 2017. [Re] A Generalized Linear Integrate-and-Fire Neural Model Produces Diverse Spiking Behaviors. ReScience 3 , 1, #7.
+
+
+
+
+
@article{detorakis:2017,
+ author = {Detorakis, Georgios},
+ title = {{[Re] A Generalized Linear Integrate-and-Fire Neural Model Produces Diverse Spiking Behaviors}},
+ journal = {{ReScience}},
+ year = {2017},
+ month = oct,
+ volume = {3},
+ number = {1},
+ pages = {{#7}},
+ doi = {10.5281/zenodo.1003214},
+ url = {https://github.com/ReScience-Archives/Detorakis-2017/blob/master/article/detorakis-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/Detorakis-2017},
+ code_doi = {10.5281/zenodo.1003214},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/35},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Generalized Linear Integrate-and-Fire}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.890901
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Diem, A.K. 2017. [Re] A bidirectional model for communication in the neurovascular unit. ReScience 3 , 1, #9.
+
+
+
+
+
@article{diem:2017,
+ author = {Diem, Alexandra K.},
+ title = {{[Re] A bidirectional model for communication in the neurovascular unit}},
+ journal = {{ReScience}},
+ year = {2017},
+ month = sep,
+ volume = {3},
+ number = {1},
+ pages = {{#9}},
+ doi = {10.5281/zenodo.890901},
+ url = {https://github.com/ReScience-Archives/Diem-2017/blob/master/article/Diem-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/Diem-2017},
+ code_doi = {10.5281/zenodo.890901},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/33},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Neurovascular modelling, Neurovascular unit, Chemical signalling, astrocytes}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Evolution
+
+ (R)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.890884
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Stojić, H. 2017. [Re] How learning can guide evolution. ReScience 3 , 1, #8.
+
+
+
+
+
@article{stojic:2017,
+ author = {Stojić, Hrvoje},
+ title = {{[Re] How learning can guide evolution}},
+ journal = {{ReScience}},
+ year = {2017},
+ month = sep,
+ volume = {3},
+ number = {1},
+ pages = {{#8}},
+ doi = {10.5281/zenodo.890884},
+ url = {https://github.com/ReScience-Archives/Stojic-2017/blob/master/article/Stojic-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/Stojic-2017},
+ code_doi = {10.5281/zenodo.890884},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/36},
+ type = {Replication},
+ language = {R},
+ domain = {Computational Evolution},
+ keywords = {Evolution, Learning, Baldwin effect}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Game Theory
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.847732
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Stollmeier, F. 2017. [Re] A simple rule for the evolution of cooperation on graphs and social networks. ReScience 3 , 1, #5.
+
+
+
+
+
@article{stollmeier:2017,
+ author = {Stollmeier, Frank},
+ title = {{[Re] A simple rule for the evolution of cooperation on graphs and social networks}},
+ journal = {{ReScience}},
+ year = {2017},
+ month = aug,
+ volume = {3},
+ number = {1},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.847732},
+ url = {https://github.com/ReScience-Archives/Stollmeier-2017/blob/master/article/Stollmeier-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/Stollmeier-2017},
+ code_doi = {10.5281/zenodo.847732},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/27},
+ type = {Replication},
+ language = {Python},
+ domain = {Game Theory},
+ keywords = {Evolutionary Game Theory, Networks}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.854616
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Metzner, C. 2017. [Re] Modeling GABA Alterations in Schizophrenia: A Link Between Impaired Inhibition and Gamma and Beta Auditory Entrainment. ReScience 3 , 1, #6.
+
+
+
+
+
@article{metzner:2017,
+ author = {Metzner, Christoph},
+ title = {{[Re] Modeling GABA Alterations in Schizophrenia: A Link Between Impaired Inhibition and Gamma and Beta Auditory Entrainment}},
+ journal = {{ReScience}},
+ year = {2017},
+ month = aug,
+ volume = {3},
+ number = {1},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.854616},
+ url = {https://github.com/ReScience-Archives/Metzner-2017/blob/1.0/article/Metzner-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/Metzner-2017/},
+ code_doi = {10.5281/zenodo.854616},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/30},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Gamma and Beta Oscillations, Auditory Entrainment, Schizophrenia}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computer Graphics
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.802285
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+ | Data
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Rougier, N.P. 2017. [Re] Weighted Voronoi Stippling. ReScience 3 , 1, #4.
+
+
+
+
+
@article{rougier:2017,
+ author = {Rougier, Nicolas P.},
+ title = {{[Re] Weighted Voronoi Stippling}},
+ journal = {{ReScience}},
+ year = {2017},
+ month = jun,
+ volume = {3},
+ number = {1},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.802285},
+ url = {https://github.com/ReScience-Archives/Rougier-2017/blob/master/article/Rougier-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/Rougier-2017},
+ code_doi = {10.5281/zenodo.802285},
+ data_url = {https://github.com/ReScience-Archives/Rougier-2017/tree/master/data},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/28},
+ type = {Replication},
+ language = {Python},
+ domain = {Computer Graphics},
+ keywords = {Stippling, Voronoi, Blue Noise}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.583814
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Rostami, V., Ito, J., Denker, M., and Grün, S. 2017. [Re] Spike Synchronization and Rate Modulation
+ Differentially Involved in Motor Cortical Function. ReScience 3 , 1, #3.
+
+
+
+
+
@article{rostami:2017,
+ author = {Rostami, Vahid and Ito, Junji and Denker, Michael and Grün, Sonja},
+ title = {{[Re] Spike Synchronization and Rate Modulation
+ Differentially Involved in Motor Cortical Function}},
+ journal = {{ReScience}},
+ year = {2017},
+ month = may,
+ volume = {3},
+ number = {1},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.583814},
+ url = {https://github.com/ReScience-Archives/Rostami-Ito-Denker-Gruen-2017/blob/master/article/Rostami-Ito-Denker-Gruen-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/Rostami-Ito-Denker-Gruen-2017},
+ code_doi = {10.5281/zenodo.583814},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/24},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Spike time synchrony, Unitary Events method}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.495237
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Henriques, R.N., Rokem, A., Garyfallidis, E., St-Jean, S., Peterson, E.T., and Correia, M.M. 2017. [Re] Optimization of a free water elimination
+ two-compartment model for diffusion tensor imaging. ReScience 3 , 1, #2.
+
+
+
+
+
@article{henriques:2017,
+ author = {Henriques, Rafael Neto and Rokem, Ariel and Garyfallidis, Eleftherios and St-Jean, Samuel and Peterson, Eric Thomas and Correia, Marta Morgado},
+ title = {{[Re] Optimization of a free water elimination
+ two-compartment model for diffusion tensor imaging}},
+ journal = {{ReScience}},
+ year = {2017},
+ month = apr,
+ volume = {3},
+ number = {1},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.495237},
+ url = {https://github.com/ReScience-Archives/Henriques-Rokem-Garyfallidis-St-Jean-Peterson-Correia-2017/raw/master/article/Henriques-Rokem-Garyfallidis-St-Jean-Peterson-Correia-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/Henriques-Rokem-Garyfallidis-St-Jean-Peterson-Correia-2017},
+ code_doi = {10.5281/zenodo.495237},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/26},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Diffusion-weighted imaging, Diffusion modeling, Diffusion tensor imaging}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.254145
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Shifman, A. 2017. [Re] Ionic Current Model of a Hypoglossal Motoneuron. ReScience 3 , 1, #1.
+
+
+
+
+
@article{shifman:2017,
+ author = {Shifman, Aaron},
+ title = {{[Re] Ionic Current Model of a Hypoglossal Motoneuron}},
+ journal = {{ReScience}},
+ year = {2017},
+ month = jan,
+ volume = {3},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.254145},
+ url = {https://github.com/ReScience-Archives/Shifman-2017/raw/master/article/shifman-2017.pdf},
+ code_url = {https://github.com/ReScience-Archives/Shifman-2017},
+ code_doi = {10.5281/zenodo.254145},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/22},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {}
+}
+
+
+
+
+
+Volume 2 (2016)
+
+Issue 1
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.200334
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Masson, E.L. and Alexandre, F. 2016. [Re] How Attention Can Create Synaptic Tags for the Learning of Working Memories in Sequential Tasks. ReScience 2 , 1, #7.
+
+
+
+
+
@article{lemasson:2016,
+ author = {Masson, Erwan Le and Alexandre, Frédéric},
+ title = {{[Re] How Attention Can Create Synaptic Tags for the Learning of Working Memories in Sequential Tasks}},
+ journal = {{ReScience}},
+ year = {2016},
+ month = dec,
+ volume = {2},
+ number = {1},
+ pages = {{#7}},
+ doi = {10.5281/zenodo.200334},
+ url = {https://github.com/ReScience-Archives/Le_Masson-Alexandre-2016/raw/master/article/Le_Masson-Alexandre-2016.pdf},
+ code_url = {https://github.com/ReScience-Archives/Le_Masson-Alexandre-2016},
+ code_doi = {10.5281/zenodo.200334},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/21},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Deep learning, Associative cortex}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.159545
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Vitay, J. 2016. [Re] Robust timing and motor patterns by taming chaos in recurrent neural networks. ReScience 2 , 1, #5.
+
+
+
+
+
@article{vitay:2016,
+ author = {Vitay, Julien},
+ title = {{[Re] Robust timing and motor patterns by taming chaos in recurrent neural networks}},
+ journal = {{ReScience}},
+ year = {2016},
+ month = oct,
+ volume = {2},
+ number = {1},
+ pages = {{#5}},
+ doi = {10.5281/zenodo.159545},
+ url = {https://github.com/ReScience-Archives/Vitay-2016/raw/master/article/vitay-2016.pdf},
+ code_url = {https://github.com/ReScience-Archives/Vitay-2016},
+ code_doi = {10.5281/zenodo.159545},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/19},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Recurrent neural networks, Reservoir computing,
+ Dynamical systems, Learning Chaos}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neurosience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.161526
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Maksimov, A., Albada, S.J. van, and Diesmann, M. 2016. [Re] Cellular and network mechanisms of slow oscillatory activity (<1 Hz) and wave propagations in a cortical network model. ReScience 2 , 1, #6.
+
+
+
+
+
@article{maksimov:2016,
+ author = {Maksimov, Andrei and van Albada, Sacha J. and Diesmann, Markus},
+ title = {{[Re] Cellular and network mechanisms of slow oscillatory activity (<1 Hz) and wave propagations in a cortical network model}},
+ journal = {{ReScience}},
+ year = {2016},
+ month = oct,
+ volume = {2},
+ number = {1},
+ pages = {{#6}},
+ doi = {10.5281/zenodo.161526},
+ url = {https://github.com/ReScience-Archives/Maksimov-Albada-Diesmann-2016/raw/master/article/maksimov-albada-diesmann-2016.pdf},
+ code_url = {https://github.com/ReScience-Archives/Maksimov-Albada-Diesmann-2016},
+ code_doi = {10.5281/zenodo.161526},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/18},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neurosience},
+ keywords = {NEST, Network Modeling, Up-Down Oscillations, Cortex,
+ Membrane Resistance Measurement}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.61697
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Detorakis, G. 2016. [Re] Multiple dynamical modes of thalamic relay neurons:
+ rhythmic bursting and intermittent phase-locking. ReScience 2 , 1, #4.
+
+
+
+
+
@article{detorakis:2016,
+ author = {Detorakis, Georgios},
+ title = {{[Re] Multiple dynamical modes of thalamic relay neurons:
+ rhythmic bursting and intermittent phase-locking}},
+ journal = {{ReScience}},
+ year = {2016},
+ month = sep,
+ volume = {2},
+ number = {1},
+ pages = {{#4}},
+ doi = {10.5281/zenodo.61697},
+ url = {https://github.com/ReScience-Archives/Detorakis-2016/raw/master/article/detorakis-2016.pdf},
+ code_url = {https://github.com/ReScience-Archives/Detorakis-2016.git},
+ code_doi = {10.5281/zenodo.61697},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/17},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Conductance-based model, Thalamic relay neurons, Intermittent phase-locking, Spindle oscillation, Delta oscillation}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Ecology
+
+ (R)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.50213
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Petchey, O., Plebani, M., and Pennekamp, F. 2016. [Re] Chaos in a long-term experiment with a plankton community. ReScience 2 , 1, #3.
+
+
+
+
+
@article{Petchey:2016,
+ author = {Petchey, Owen and Plebani, Marco and Pennekamp, Frank},
+ title = {{[Re] Chaos in a long-term experiment with a plankton community}},
+ journal = {{ReScience}},
+ year = {2016},
+ month = apr,
+ volume = {2},
+ number = {1},
+ pages = {{#3}},
+ doi = {10.5281/zenodo.50213},
+ url = {https://github.com/ReScience-Archives/Petchey-2016/raw/master/article/article.pdf},
+ code_url = {https://github.com/ReScience-Archives/Petchey-Plebani-Pennekamp-2016},
+ code_doi = {10.5281/zenodo.50213},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/15},
+ type = {Replication},
+ language = {R},
+ domain = {Computational Ecology},
+ keywords = {Forecasting, Prediction, Chaos, Nonlinear dynamics, Plankton
+ community, Species interactions }
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Ecology
+
+ (R)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.47146
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Stachelek, J. 2016. [Re] Least-cost modelling on irregular landscape graphs. ReScience 2 , 1, #2.
+
+
+
+
+
@article{Stachelek:2016,
+ author = {Stachelek, Joseph},
+ title = {{[Re] Least-cost modelling on irregular landscape graphs}},
+ journal = {{ReScience}},
+ year = {2016},
+ month = mar,
+ volume = {2},
+ number = {1},
+ pages = {{#2}},
+ doi = {10.5281/zenodo.47146},
+ url = {https://github.com/ReScience-Archives/Stachelek-2016/raw/master/article/article.pdf},
+ code_url = {https://github.com/ReScience-Archives/Stachelek-2016/},
+ code_doi = {10.5281/zenodo.47146},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/14},
+ type = {Replication},
+ language = {R},
+ domain = {Computational Ecology},
+ keywords = {Least-cost path, Delaunay triangulation, Graph Theory}
+}
+
+
+
+
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.45852
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Viejo, G., Girard, B., and Khamassi, M. 2016. [Re] Speed/accuracy trade-off between the habitual and the
+ goal-directed process. ReScience 2 , 1, #1.
+
+
+
+
+
@article{viejo:2016,
+ author = {Viejo, Guillaume and Girard, Benoît and Khamassi, Mehdi},
+ title = {{[Re] Speed/accuracy trade-off between the habitual and the
+ goal-directed process}},
+ journal = {{ReScience}},
+ year = {2016},
+ month = feb,
+ volume = {2},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.45852},
+ url = {https://github.com/ReScience-Archives/Viejo-Girard-Khamassi-2016/raw/master/article/viejo_girard_khamassi.pdf},
+ code_url = {https://github.com/ReScience-Archives/Viejo-Girard-Khamassi-2016},
+ code_doi = {10.5281/zenodo.45852},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/14},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Neuroscience, Decision making}
+}
+
+
+
+
+
+Volume 1 (2015)
+
+Issue 1
+
+
+
+
+
+ Replication
+
+ in Computational Neuroscience
+
+ (Python)
+
+
+
+
+
+
+
+ | 10.5281/zenodo.27944
+
+
+
+
+ | PDF
+
+
+
+
+
+ | Code
+
+
+
+
+
+
+
+
+
+
+ | Review
+
+
+
+| BibTeX
+
+
+
+
+
+Topalidou, M. and Rougier, N.P. 2015. [Re] Interaction between cognitive and motor cortico-basal
+ ganglia loops during decision making: a computational study. ReScience 1 , 1, #1.
+
+
+
+
+
@article{topalidou:2015,
+ author = {Topalidou, Meropi and Rougier, Nicolas P.},
+ title = {{[Re] Interaction between cognitive and motor cortico-basal
+ ganglia loops during decision making: a computational study}},
+ journal = {{ReScience}},
+ year = {2015},
+ month = aug,
+ volume = {1},
+ number = {1},
+ pages = {{#1}},
+ doi = {10.5281/zenodo.27944},
+ url = {https://github.com/ReScience-Archives/ReScience-Entry-Topalidou-Rougier-2015/raw/1.0/article/article.pdf},
+ code_url = {https://github.com/ReScience-Archives/ReScience-Entry-Topalidou-Rougier-2015},
+ code_doi = {10.5281/zenodo.27944},
+ data_url = {},
+ data_doi = {},
+ review_url = {https://github.com/ReScience/ReScience-submission/pull/3},
+ type = {Replication},
+ language = {Python},
+ domain = {Computational Neuroscience},
+ keywords = {Neuroscience, Basal Ganglia, Python}
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ten-years-author-guidelines.md b/ten-years-author-guidelines.md
new file mode 100644
index 0000000..40ee258
--- /dev/null
+++ b/ten-years-author-guidelines.md
@@ -0,0 +1,54 @@
+# Author guidelines for reproducibility reports
+
+The reproducibility reports written by participants in the ten-years challenge are sufficiently different from standard ReScience articles that our standard rules and guidelines make no sense for them. Please use the following guidelines in preparing your submissions!
+
+## Article
+
+Please address the following topics to the extent that they make sense for your particular case.
+
+In addition to the content covered below, we are interested in the insight resulting from
+the reproducibility experience in relation to the choice of technology, and in your opinion
+on the original source code (clarity, documentation, etc).
+
+### Historical context
+
+- Summarize the scientific question that your code was written to explore.
+- Describe the computational context: Which hardware was used to run the code? Which software infrastructure? Which constraints existed on software development? Which technical choices (language, libraries, ...) were made? Were reproducibility and/or re-usability important criteria?
+- About the original source code: Was it published? Was it archived somewhere? Was there a license for it?
+
+Please provide only information you are certain about. It's OK to forget technical details after many years.
+
+### Retrieval of the software
+
+- Was it easy to find a copy of your source code?
+- Was it easy to locate and setup the dependencies?
+- Provide a list of all dependencies (libraries but also tools such as compilers).
+
+### Execution
+
+Describe what you did in order to run the software today.
+
+- Did you succeed in running the software in a modern computational environment? Or did you have to search for old versions of tools and libraries?
+- Describe the computational environment of the reproduction: hardware, operating system, compiler versions etc.
+- Did you have to modify the software in order to make it run today?
+- Were the original instructions that came with the software sufficient, or did you have to modify or extend them?
+- How close were the results you got to the originally published ones? Include the
+ replicated data table and figure, as we do in other ReScience articles.
+
+If you had to make any modifications to the software or to the instructions that were supplied with it, try to describe which competence another researcher would need in order to do the same work. Would a general familiarity with your programming language and environment have been sufficient?
+
+## Software
+
+If the licenses applying to the original software allow, please make your old software
+available as a repository on GitHub or an equivalent site. In the best case scenario, in
+which the old code is publishable, here is the procedure:
+
+1. Add your old software as a single commit (ideally the initial one) of a new source
+ repository.
+2. Edit the code as necessary to reproduce the results in today's computational environment,
+ committing the changes in logical units in the process. Include the additional tools
+ (scripts, makefiles, ...) that you wrote for re-running your software and the additional
+ instructions.
+3. Make sure your repository contains a license.
+4. Finaly, submit your repository to [Software Heritage](http://save.softwareheritage.org/)
+ for archiving.
diff --git a/ten-years/index.html b/ten-years/index.html
new file mode 100644
index 0000000..78131d7
--- /dev/null
+++ b/ten-years/index.html
@@ -0,0 +1,267 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Ten Years Reproducibility Challenge
+
+Did you ever try to run old code that you wrote for a scientific article you
+published years ago? Did you encounter any problems? Were you successful?
+We are curious to hear your story. This is the reason why we are
+editing a special issue of ReScience to collect these stories.
+
+The ten years reproducibility challenge is an invitation for researchers to try
+to run the code they’ve created for a scientific publication that was published
+more than ten years ago . This code can be anything (statistical analysis,
+numerical simulation, data processing, etc.), can be written in any language
+and can address any scientific domain. The only mandatory condition to enter
+the challenge is to have published a scientific article before 2010 , in a
+journal or a conference with proceedings, which contains results produced by
+code, irrespectively of whether this code was published in some form at the
+time or not.
+
+Note that we do not ask you to write a new version of your old code. We ask you
+instead to try to make your old code to run on modern hardware/software
+(with minimal modifications) in order to check if you can obtain the exact same
+results that were publised at least ten years ago.
+
+Sounds easy? We have good reasons to think this might be more difficult than you
+think. And maybe the first problem you’ll have to solve is to find your own source
+code (see the resources section for help).
+
+Important dates
+
+The challenge will run for a few months, until ~April 1st, 2020~April 30th, 2020 (because
+we’ll need time to review the different submissions). We’ll organize a workshop
+in Bordeaux (France) ~on June 22th, 2020 ~ in autumn (date to be defined) to
+present the results. If you intend to participate to the challenge, make sure
+to also come to the workshop to hear some scary stories.
+
+How to enter the challenge ?
+
+The only mandatory condition to enter the challenge is to have published a
+scientific article before January 1st 2010 and this article must have some
+computational aspects (i.e. code).
+
+
+
+ Step 1 You need to declare your interest in the challenge by posting on
+this GitHub issue the
+article you intend to reproduce (having your article open access would be
+great). This does not engage you in any way. We’ll only use this GitHub
+thread to gently spam you with a few reminders when we’ll be close to the
+deadline (01/04/2020).
+
+
+ Step 2 You have to try to make your old code run on your current
+machine, documenting in the process what is necessary to make it work. For
+example, you may have to downgrade your system or some libraries, to modify
+your original code because some library is nowhere to be found, to reinstall a
+specific compiler or interpreter, etc. In the end, there may be large number
+of different situations: you are unable to run or compile the code, you are
+able to run the code but it does not give you the expected results (or no
+result at all), the program crashed regularly (before getting results), you
+do not remember how to run your program, etc.
+
+
+ Step 3 You have to write a reproducibility report for ReScience (any
+number of pages) and submit it. You’ll have to indicate that this submission
+is for the ten years special issue. Since these reproducibility reports
+are rather different from regular ReScience articles, please check the
+author guidelines
+that we have prepared specifically for this special issue (and be aware that
+they might still evolve a bit).
+
+
+ Step 4 Interact with reviewers during the open peer review and have your
+article published open access (no APC, ReScience is free to read and free to
+publish).
+
+
+ Step 5 Come to visit us in Bordeaux and attend the workshop in June (date
+not yet settled) where we’ll introduce the results of the challenge. We’ll
+also have a bunch of great talks on reproducibility and replicability.
+
+
+
+Frequently Asked Questions
+
+Is there a prize for the challenge? Yes, you will get all our
+consideration. More seriously, there is nothing to gain but insight on
+the reasons why a code becomes non reproducible. We can also send you a print of
+the cool poster above (A2 format).
+
+Can I run the code from someone else? No, because we want original authors
+to re-run their own code. However, if you’re interested in trying to run code
+from someone else, you can submit a “reproducibility report” that will be
+published in a regular issue of ReScience (if accepted after open peer-review).
+
+I cannot find my source code, can I enter the challenge? It mostly depends
+if you have a good story to explain why you do not have your code anymore.
+Writing an article just to say you failed because you did not find the code
+does not sound very exciting. But still, we would like to hear from you. Be
+assured you’re certainly not the only one in that situation.
+
+My original code has been used, converted, modified, upgraded and I’m sure it
+is reproducible That’s good. But what about the original version of the code,
+the one you wrote for your article ? This is this code we want to put to the
+test.
+
+Is it ok to submit an article stating I cannot reproduce my results?
+Yes. We actually expect this case to correspond to the majority of
+situations. There are many possible reasons and we’re interested in knowing
+the exact reasons that prevented you from getting your original results.
+
+Is it ok to submit a one page article stating everything ran fine?
+Yes. But you’ll need to give us some details on how you did it (what language,
+what OS, how are you sure you get the same results, etc.). This will serve for
+a study on what are the best languages, libraries, and tools for reproducibility.
+
+Resources
+
+
+
+ The Wayback Machine is a digital archive of the World
+Wide Web and other information on the Internet. It was launched in 2001 by
+the Internet Archive, a nonprofit organization based in San Francisco,
+California, United States.
+
+
+ Software Heritage ’s ambition is to collect,
+preserve, and share all software that is publicly available in source code
+form. On this foundation, a wealth of applications can be built, ranging from
+cultural heritage to industry and research.
+
+
+ Guix supports transactional upgrades and roll-backs,
+unprivileged package management, and more. When used as a standalone
+distribution, Guix supports declarative system configuration for transparent
+and reproducible operating systems.
+
+
+ Debian is a free operating system (OS)
+with reproducible build
+capacity, archive of the packages for the past
+releases (since 1998) and
+daily snapshots since 2005 , making it
+feasible to find old versions of software of interest and
+debootstrap old environments.
+
+
+ The National Museum of Computing is home to the
+world’s largest collection of working historic computers.
+
+
+ 3.5” Floppy Disk
+readers ,
+Compat Disc readers
+(on Amazon). Just in case you source code is only available on one of this
+archaic supports…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/write/index.html b/write/index.html
new file mode 100644
index 0000000..301c725
--- /dev/null
+++ b/write/index.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+
+
+
+
+
+ ReScience C
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview of the submission process
+
+The ReScience C editorial board unites scientists who are committed to the open
+source community. Each editorial board member is specialised in a specific
+domain of science and is proficient in several programming languages and/or
+environments. Our aim is to provide all authors with an efficient, constructive
+and public editorial process.
+
+Submitted entries are first considered by a member of the editorial board, who
+may decide to reject the submission (mainly because it has already been
+replicated and is publicly available), or assign it to two reviewers for
+further review and tests. The reviewers evaluate the code and the accompanying
+material in continuous interaction with the authors through the PR discussion
+section. If both reviewers managed to run the code and obtain the same results
+as the ones advertised in the accompanying material, and if they consider that
+these results are a replication of the original work, the submission is
+accepted. If any of the two reviewers cannot reproduce the results before the
+deadline, the submission is rejected and authors are encouraged to resubmit an
+improved version later.
+
+How to submit?
+
+
+ Upload your code to a public repository
+(e.g. GitHub )
+ Upload your data (if any) to a public repository
+(e.g. Zenodo )
+ Write the corresponding paper using the proposed
+LaTeX template
+or your own template
+ Fill metadata associated with your submission using the
+provided template
+ Submit your paper
+ Answer reviewers comments and modify your code and paper accordingly
+ Once accepted, you will need to:
+
+ complete the metadata in collaboration with the editor
+ upload your code
+to Zenodo in order to get a DOI.
+
+
+
+
+Criteria for Publication
+
+To be considered for publication in ReScience C, any given submission must
+satisfy the following criteria:
+
+
+ Rigorous methodology
+ Original source code
+ Substantial evidence for replication of the original results or
+explanations why original results cannot be replicated
+
+
+Furthermore, you cannot submit the replication of your own research, nor the
+research of your close collaborators. We believe such restrictions will favor
+the cross-fertilization of research and the spread of knowledge.
+
+ReScience C accepts negative results as well, meaning here a failure to
+replicate the original results. The authors of the failed replication are
+expected to document their claim of failure, and to have attempted to contact
+the authors of the original article.
+
+Article Scope
+
+The accompanying article should help the reader ascertain if the replication was
+successful and as such, the main focus should be on the replicated results and
+on any obstacles encountered during the replication.
+
+In many cases it can be useful to include high-level summaries of the original
+model or of your source code. Your goal should be to make the article
+sufficiently self-contained, but not to repeat all aspects of the original
+article or your documentation. Which amount of detail is sufficient may vary
+from case to case and is ultimately up to the reviewers to judge. If a reader
+has to be familiar with the original article in order to understand your
+explanations, consider that some readers may be unable to access it if it is
+behind a paywall.
+
+Open Access
+
+ReScience C applies the Creative Commons Attribution (CC BY) license to all
+works it publishes. Under the CC BY license, authors retain ownership of the
+copyright for their article, but authors allow anyone to download, reuse,
+reprint, modify, distribute, and/or copy articles in ReScience C journal, so
+long as the original authors and source are cited. No permission is required
+from the authors or the publishers.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+