Browse Source

update readme and add white paper link

Konstantin-Klemens Lurz 1 year ago
parent
commit
8414a08cfa
1 changed files with 1 additions and 5 deletions
  1. 1 5
      README.md

+ 1 - 5
README.md

@@ -19,13 +19,11 @@
 - `static23656-14-22-GrayImageNet-94c6ff995dac583098847cfecd43e7b6`
 - `static23964-4-22-GrayImageNet-94c6ff995dac583098847cfecd43e7b6`
 
-
-
 # Dataset Structure
 
 Below we provide a brief explanation of the dataset structure and how to access all the information contained in them.
 
-Have a look at our white paper for in depth description of the data. [https://link_to_arxiv_submission](https://gin.g-node.org/cajal/Sensorium2022)
+Have a look at our white paper for in depth description of the data. [White paper on arXiv](https://arxiv.org/abs/2206.08666)
 
 We provide the datasets in the .zip format. Unzipping them will create two folders **data** and **meta**.
 
@@ -45,7 +43,6 @@ We provide the datasets in the .zip format. Unzipping them will create two folde
       
         However, for the evaluation of submissions in the competition, we require the responses to be **standardized** (i.e. `r = r/(std_r)`).
         
-        For more information, please refer to the [**Submission Section**](../submission_tutorial/)
     - **trials:** This directory contains trial-specific meta data. 
         They contain single 1-d NumPy arrays for each trial variable. 
         
@@ -83,7 +80,6 @@ The datasets `26872-17-20` (Sensorium) `27204-5-13` (Sensorium+) are different f
 - The responses to all *test* or *final_test* images is withheld (the response arrays are present, but zeroed out)
 - Information about order of trials is withheld (i.e. the *trial_idx* is hashed)
 - For **Sensorium**, the behavioral variables and eye position are withheld (arrays are present, but zeroed out)
-
 # License
 This data is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>. This license requires that you contact us before you use the data in your own research. In particular, this means that you have to ask for permission if you intend to publish a new analysis performed with this data (no derivative works-clause).