Sen descrición

Lucas Gautheron b0fbf8e700 include the pdf %!s(int64=3) %!d(string=hai) anos
.datalad b700e888b4 [DATALAD] new dataset %!s(int64=3) %!d(string=hai) anos
code e374b340dd confusion matrix calculation relying on the package more %!s(int64=3) %!d(string=hai) anos
vandam-data @ 9c39475ffd 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
.gitattributes b700e888b4 [DATALAD] new dataset %!s(int64=3) %!d(string=hai) anos
.gitignore b0fbf8e700 include the pdf %!s(int64=3) %!d(string=hai) anos
.gitmodules 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
Fig1a.eps 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
Fig1a.tex 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
Fig1b.eps 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
Fig1b.tex 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
Fig2.tex 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
Fig3a.jpg 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
Fig3b.jpg 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
Fig4.pdf b0fbf8e700 include the pdf %!s(int64=3) %!d(string=hai) anos
Fig5.pdf b0fbf8e700 include the pdf %!s(int64=3) %!d(string=hai) anos
Makefile 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
README.md 646e0ff06e readme fixes %!s(int64=3) %!d(string=hai) anos
main.pdf b0fbf8e700 include the pdf %!s(int64=3) %!d(string=hai) anos
main.tex b0fbf8e700 include the pdf %!s(int64=3) %!d(string=hai) anos
references.bib b0fbf8e700 include the pdf %!s(int64=3) %!d(string=hai) anos
requirements.txt 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
spbasic.bst 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
spmpsci.bst 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
spphys.bst 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
svglov3.clo 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos
svjour3.cls 57350fb10e initial commit %!s(int64=3) %!d(string=hai) anos

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