Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Repo to store all downstream data for PEDLR.

Christoph Koch e8210b195b Add bic to model fitting 8 місяців тому
.datalad a3c52f4328 [DATALAD] new dataset 1 рік тому
analysis 0097030f16 Pre-release derivatives 11 місяців тому
figures 6f2c599a04 Add annotated fig pcrt 11 місяців тому
model_fitting e8210b195b Add bic to model fitting 8 місяців тому
parameter_recovery 0097030f16 Pre-release derivatives 11 місяців тому
posterior_pred_checks 0097030f16 Pre-release derivatives 11 місяців тому
simulation 70b6576585 Did files exit annex? 1 рік тому
.gitattributes ce0657b272 Make sure README.md and LICENSE are not annexed 1 рік тому
.gitignore 68a51730cc Add figure pdfs and rename seplr to valence in figs 1 рік тому
LICENSE 0f9bfa5964 Add license and readme 1 рік тому
README.md 68f7a28703 Update 'README.md' 1 рік тому

README.md

pedlr-derivatives

Repo to store all results originating from PEDLR experiment data.

Data set structure

├── LICENSE               # License file (CC BY-SA 4.0)
├── README.md             # This file
├── analysis              # Dir containing .html files of analysis notebooks
│   ├── results_01.html       # Main results (behavior)
│   ├── results_02.html       # Main results (modeling)
│   └── (...)
├── figures               # Dir containing .pdf of figures and .tsv to reproduce
│   └── (...)
├── model_fitting         # Dir containing results of model fitting
│   └── (...)
├── parameter_recovery    # Dir containing parameter recovery results
│   └── (...)
└── simulation            # Dir holding simulations of models playing the task
    └── (...)