Нема описа

Lucas Gautheron 646e0ff06e readme fixes пре 3 година
code 57350fb10e initial commit пре 3 година
vandam-data @ 9c39475ffd 57350fb10e initial commit пре 3 година
.gitattributes 57350fb10e initial commit пре 3 година
.gitignore 57350fb10e initial commit пре 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 57350fb10e initial commit пре 3 година
Fig5.pdf 57350fb10e initial commit пре 3 година
Makefile 57350fb10e initial commit пре 3 година
README.md 646e0ff06e readme fixes пре 3 година
main.tex 57350fb10e initial commit пре 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