Browse Source

[DATALAD RUNCMD] create dataset_description.json

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "python3 code/bids_conversion/highspeed-bids-description.py",
 "dsid": "94ae2510-f811-11ea-a3da-00e04c10078d",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [
  "dataset_description.json"
 ],
 "pwd": "."
}
^^^ Do not change lines above ^^^
Lennart Wittkuhn 3 years ago
parent
commit
5aed1a4dc8
1 changed files with 12 additions and 14 deletions
  1. 12 14
      dataset_description.json

+ 12 - 14
dataset_description.json

@@ -1,23 +1,21 @@
 {
-    "Acknowledgements": "TODO: whom you want to acknowledge",
+    "Acknowledgements": "This work was funded by a research group grant awarded to NWS by the Max Planck Society (M.TN.A.BILD0004). We thank Eran Eldar, Sam Hall-McMaster and Ondrej Zika for helpful comments on a previous version of this manuscript, Gregor Caregnato for help with participant recruitment and data collection, Anika Loewe, Sonali Beckmann and Nadine Taube for assistance with MRI data acquisition, Lion Schulz for help with behavioral data analysis, Michael Krause for support with cluster computing and all participants for their participation. Lennart Wittkuhn is a pre-doctoral fellow of the International Max Planck Research School on Computational Methods in Psychiatry and Ageing Research (IMPRS COMP2PSYCH). The participating institutions are the Max Planck Institute for Human Development, Berlin, Germany, and University College London, London, UK. For more information, see https://www.mps-ucl-centre.mpg.de/en/comp2psych.",
     "Authors": [
-        "TODO:",
-        "First1 Last1",
-        "First2 Last2",
-        "..."
+        "Lennart Wittkuhn",
+        "Nicolas W. Schuck"
     ],
     "BIDSVersion": "1.0.1",
-    "DatasetDOI": "TODO: eventually a DOI for the dataset",
+    "DatasetDOI": "https://gin.g-node.org/lnnrtwttkhn/highspeed-bids/",
     "Funding": [
-        "TODO",
-        "GRANT #1",
-        "GRANT #2"
+        "M.TN.A.BILD0004"
     ],
-    "HowToAcknowledge": "TODO: describe how to acknowledge -- either cite a corresponding paper, or just in acknowledgement section",
-    "License": "TODO: choose a license, e.g. PDDL (http://opendatacommons.org/licenses/pddl/)",
-    "Name": "TODO: name of the dataset",
+    "HowToAcknowledge": "Please cite: Wittkuhn, L. and Schuck, N. W. (2020). Faster than thought: Detecting sub-second activation sequences with sequential fMRI pattern analysis. bioRxiv. doi: 10.1101/2020.02.15.950667",
+    "License": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0",
+    "Name": "Faster than thought: Detecting sub-second activation sequences with sequential fMRI pattern analysis",
     "ReferencesAndLinks": [
-        "TODO",
-        "List of papers or websites"
+        "Wittkuhn, L. and Schuck, N. W. (2020). Faster than thought: Detecting sub-second activation sequences with sequential fMRI pattern analysis. bioRxiv. doi: 10.1101/2020.02.15.950667"
+    ],
+    "EthicsApprovals": [
+        "The research protocol was approved by the ethics commission of the German Psychological Society (DPGs), reference number: NS 012018"
     ]
 }