暂无描述

Lucas Gautheron 3bd3413f7a Merge overleaf-2021-05-11-1025 into main 3 年之前
code e1ed125346 Updates from Overleaf 3 年之前
vandam-data @ 9c39475ffd 57350fb10e initial commit 3 年之前
.gitattributes 57350fb10e initial commit 3 年之前
.gitignore 5685f2cfec minor fixes 3 年之前
.gitmodules 57350fb10e initial commit 3 年之前
Fig1a.eps 57350fb10e initial commit 3 年之前
Fig1a.tex 57350fb10e initial commit 3 年之前
Fig1b.eps 57350fb10e initial commit 3 年之前
Fig1b.tex 57350fb10e initial commit 3 年之前
Fig2.tex 57350fb10e initial commit 3 年之前
Fig3a.jpg 57350fb10e initial commit 3 年之前
Fig3b.jpg 57350fb10e initial commit 3 年之前
Fig4.pdf 5685f2cfec minor fixes 3 年之前
Fig5.pdf 5685f2cfec minor fixes 3 年之前
Makefile 57350fb10e initial commit 3 年之前
README.md 646e0ff06e readme fixes 3 年之前
main.tex aefd8faae4 adding one more keyword 3 年之前
references.bib 57350fb10e initial commit 3 年之前
requirements.txt 57350fb10e initial commit 3 年之前
spbasic.bst 57350fb10e initial commit 3 年之前
spmpsci.bst 57350fb10e initial commit 3 年之前
spphys.bst 57350fb10e initial commit 3 年之前
svglov3.clo 57350fb10e initial commit 3 年之前
svjour3.cls 57350fb10e initial commit 3 年之前

README.md

Managing, storing and sharing long-form recordings and their annotations

Introduction

This repository contains the source of the paper "Managing, storing and sharing long-form recordings and their annotations" by Lucas Gautheron et al.

It demonstrates how the use of DataLad combined with the ChildProject package helps design reproducible research on day-long recordings of children.

This repository has been built upon the Automatically Reproducible Paper Template by Adina Wagner.

Reproducing the paper

Before anything, make sure you have installed DataLad (see here for instructions) and latexmk.

  • Install the repository with DataLad:
datalad install -r git@gin.g-node.org:/LAAC-LSCP/managing-storing-sharing-paper.git
cd managing-storing-sharing-paper
  • Install dependencies
pip install -r requirements.txt
  • Cleanup generated files
make clean
  • Trigger the build
make main.pdf