Skip to content

Commit d5e6f5c

Browse files
authored
Create article.yaml
1 parent afb7e64 commit d5e6f5c

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

10.5281_zenodo.3885793/article.yaml

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
# To be filled by the author(s) at the time of submission
2+
# -------------------------------------------------------
3+
4+
# Title of the article:
5+
# - For a successful replication, it should be prefixed with "[Re]"
6+
# - For a failed replication, it should be prefixed with "[¬Re]"
7+
# - For other article types, no instruction (but please, not too long)
8+
title: "[Re] Measures for investigating the contextual modulation of information transmission"
9+
10+
# List of authors with name, orcid number, email and affiliation
11+
# Affiliation "*" means contact author
12+
authors:
13+
- name: Sepehr Mahmoudian
14+
orcid: 0000-0003-0884-9343
15+
email: sepehr.mahmoudian@gmail.com
16+
affiliations: 1,2,*
17+
18+
# List of affiliations with code (corresponding to author affiliations), name
19+
# and address. You can also use these affiliations to add text such as "Equal
20+
# contributions" as name (with no address).
21+
affiliations:
22+
- code: 1
23+
name: Department of Data-driven Analysis of Biological Networks, Campus Institute for Dynamics of Biological Networks, Georg August University Göttingen
24+
address: Göttingen, Germany
25+
26+
- code: 2
27+
name: MEG Unit, Brain Imaging Center, Goethe University Frankfurt
28+
address: Frankfurt, Germany
29+
30+
31+
# List of keywords (adding the programming language might be a good idea)
32+
keywords: information theory, contextual amplification, python
33+
34+
# Code URL and DOI/SWH (url is mandatory for replication, doi after acceptance)
35+
# You can get a DOI for your code from Zenodo, or an SWH identifier from
36+
# Software Heritage.
37+
# see https://guides.github.com/activities/citable-code/
38+
code:
39+
- url: https://github.com/sepehrmn/mahmoudian-2020-rescience
40+
- doi:
41+
- swh: swh:1:dir:c707f7af830f2cf32cf42c9515cc95ffd5fc5e2c
42+
43+
# Date URL and DOI (optional if no data)
44+
data:
45+
- url:
46+
- doi:
47+
48+
# Information about the original article that has been replicated
49+
replication:
50+
- cite: Smyth, D., Phillips, W. A. and Kay, J.(1996)'Measures for investigating the contextual modulation of information transmission',Network:Computation in Neural Systems,7:2,307 — 316 # Full textual citation
51+
- bib: Smyth1996 # Bibtex key (if any) in your bibliography file
52+
- url: https://www.tandfonline.com/doi/abs/10.1088/0954-898X_7_2_011 # URL to the PDF, try to link to a non-paywall version
53+
- doi: 10.1088/0954-898X/7/2/011 # Regular digital object identifier
54+
55+
# Don't forget to surround abstract with double quotes
56+
abstract: "The input to a neuron can be categorized as driving or contextual.
57+
There are many ways to write formulations for contextual amplification.
58+
information theory can be used to study the different forms
59+
of information transmission. Here the original article on using three-way
60+
mutual and conditional mutual information to study contextual amplification
61+
is replicated and the Python code is made public."
62+
63+
# Bibliography file (yours)
64+
bibliography: bibliography.bib
65+
66+
# Type of the article
67+
# Type can be:
68+
# * Editorial
69+
# * Letter
70+
# * Replication
71+
type: Replication
72+
73+
# Scientific domain of the article (e.g. Computational Neuroscience)
74+
# (one domain only & try to be not overly specific)
75+
domain: Computational Neuroscience
76+
77+
# Coding language (main one only if several)
78+
language: Python
79+
80+
81+
# To be filled by the author(s) after acceptance
82+
# -----------------------------------------------------------------------------
83+
84+
# For example, the URL of the GitHub issue where review actually occured
85+
review:
86+
- url: https://github.com/ReScience/submissions/issues/29
87+
88+
contributors:
89+
- name: Olivia Guest
90+
orcid: 0000-0002-1891-0972
91+
role: editor
92+
- name: Reubs J Walsh
93+
orcid: 0000-0002-5592-7562
94+
role: reviewer
95+
- name: Daniel Schmid
96+
orcid: 0000-0002-2439-9453
97+
role: reviewer
98+
- name: Abdullah Makkeh
99+
orcid: 0000-0002-3581-8262
100+
role: reviewer
101+
102+
# This information will be provided by the editor
103+
dates:
104+
- received: April 18, 2020
105+
- accepted: June 5, 2020
106+
- published: June 9, 2020
107+
108+
# This information will be provided by the editor
109+
article:
110+
- number: 2 # Article number will be automatically assigned during publication
111+
- doi: 10.5281/zenodo.3885793 # DOI from Zenodo
112+
- url: https://zenodo.org/record/3885793/files/Reproduction_of_Smyth_et_al__1996.pdf # Final PDF URL (Zenodo or rescience website?)
113+
114+
# This information will be provided by the editor
115+
journal:
116+
- name: "ReScience C"
117+
- issn: 2430-3658
118+
- volume: 6
119+
- issue: 3

0 commit comments

Comments
 (0)