A template repo for the standard RSE project
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sollicitudin ante at eleifend eleifend. Sed non vestibulum nisi. Aliquam vel condimentum quam. Donec fringilla et purus at auctor. Praesent euismod vitae metus non consectetur. Sed interdum aliquet nisl at efficitur. Nulla urna quam, gravida eget elementum eget, mattis nec tortor. Fusce ut neque tellus. Integer at magna feugiat lacus porta posuere eget vitae metus.
Curabitur a tempus arcu. Maecenas blandit risus quam, quis convallis justo pretium in. Suspendisse rutrum, elit at venenatis cursus, dolor ligula iaculis dui, ut dignissim enim justo at ligula. Donec interdum dignissim egestas. Nullam nec ultrices enim. Nam quis arcu tincidunt, auctor purus sit amet, aliquam libero. Fusce rhoncus lectus ac imperdiet varius. Sed gravida urna eros, ac luctus justo condimentum nec. Integer ultrices nibh in neque sagittis, at pretium erat pretium. Praesent feugiat purus id iaculis laoreet. Proin in tellus tristique, congue ante in, sodales quam. Sed imperdiet est tortor, eget vestibulum tortor pulvinar volutpat. In et pretium nisl.
Dr L. Ipsum, Newcastle University ([email protected])
Professor D. Sit Amet, XY University ([email protected])
C. Adipiscing
RSE Team
Newcastle University
([email protected])
This section is intended to list the frameworks and tools you're using to develop this software. Please link to the home page or documentatation in each case.
Framework 1
Framework 2
Framework 3
Any tools or versions of languages needed to run code. For example specific Python or Node versions. Minimum hardware requirements also go here.
How to build or install the applcation.
How to run the application on your local system.
How to run tests on your local system.
Deploying to a production style setup but on the local system. Examples of this would include venv
, anaconda
, Docker
or minikube
.
Deploying to the production system. Examples of this would include cloud, HPC or virtual machine.
Any links to production environment, video demos and screenshots.
- Initial Research
- Minimum viable product <-- You are Here
- Alpha Release
- Feature-Complete Release
Protected and can only be pushed to via pull requests. Should be considered stable and a representation of production code.
Should be considered fragile, code should compile and run but features may be prone to errors.
A branch per feature being worked on.
https://nvie.com/posts/a-successful-git-branching-model/
Please cite the associated papers for this work if you use this code:
@article{xxx2021paper,
title={Title},
author={Author},
journal={arXiv},
year={2021}
}
This work was funded by a grant from the UK Research Councils, EPSRC grant ref. EP/L012345/1, “Example project title, please update”.