This repo represents an example of paper repo. For documentation on the example itself, see the example_details.md
file.
A. Author1, B. Author2, "Paper Name" in Paper Name, vol. 1, no. 1, pp. 1-6, Month Year, doi: 10.1093/ajae/aaq063
Online_Non_Collocated_Estimation_of_Payload_and_Articular_Stress_for_Real_Time_Human_Ergonomy_Assessment.mp4
Description of how to install the software and run the software to produce the plots and images in the paper. Both the installation process and the processing run should require as less user input as possible (ideally, none).
Ideally the installation should be reproducible also in the future. Some basic guidelines to do this are:
- If you are using dependencies provided by apt, specify the stable apt distribution you used for your tests,
- if you are using a rolling release distro such as PyPI or conda-forge, pin all your dependencies, i.e. explicitly specify their versions,
- if you download a dependency as a git repo, specify the tag or commit to use
For more info, check the documentation available in this repo.
If you find the work useful, please consider citing:
@ARTICLE{ajae/aaq063,
author={Author1, Alfred and Author2, Beatrice},
journal={Journal},
title={Paper Tile},
year={2021},
volume={1},
number={1},
pages={1-6},
doi={10.1093/ajae/aaq063}}
This repository is maintained by:
@GitHubUserName |