Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.25 KB

index.md

File metadata and controls

36 lines (27 loc) · 1.25 KB
title
Journals

We suggest to first contact the journal itself to report any issues. Many issues can be resolved with the assistance of the editor-in-chief or the data editor of the journal. We provide a (possibly incomplete) list of such reporting mechanisms. Some are specifically oriented towards replication packages, others may be a general feedback form.

Select a journal: --Select a journal-- {% for row in site.data.reporting %} {% if forloop.first %} {% endif %} {{ row["Name"] }} {% endfor %}

Also check the answers to the survey conducted by the Institute for Replication about whether journals publish comments and replications.

<script> function redirectToJournal() { var journal = document.getElementById("journalSelector").value; if (journal != "none") { window.location = journal; } } </script>