-
Notifications
You must be signed in to change notification settings - Fork 9
A starter readme. #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
38d42ce
Fix README to correspond to actual cookiecutter fields.
samcunliffe 1aa9a4d
A skeleton CITATION.cff
samcunliffe dae8fb1
Make the linters happy.
samcunliffe 0663c23
Merge branch 'main' into start-readme
samcunliffe 6b7d6a4
Apply suggestions from code review
samcunliffe f91016f
Merge branch 'main' into start-readme
samcunliffe 19b164c
Merge branch 'main' into start-readme
samcunliffe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| cff-version: 1.2.0 | ||
| message: "If you use this software, please cite it as below." | ||
| authors: | ||
| - family-names: { { cookiecutter.surname } } | ||
| given-names: { { cookiecutter.first_name } } | ||
| orcid: https://orcid.org/1234-5678-9101-1121 | ||
| title: { { cookiecutter.project_name } } | ||
| doi: xx.yyy/zenodo.zzz | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,101 @@ | ||
| # {{ cookiecutter.project_name }} | ||
|
|
||
| [](https://github.com/pre-commit/pre-commit) | ||
| [![Actions Status][actions-badge]][actions-link] | ||
|
|
||
| <!-- | ||
| [![PyPI version][pypi-version]][pypi-link] | ||
| [![Conda-Forge][conda-badge]][conda-link] | ||
| [![PyPI platforms][pypi-platforms]][pypi-link] | ||
| --> | ||
|
|
||
| <!-- prettier-ignore-start --> | ||
| [actions-badge]: https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/workflows/CI/badge.svg | ||
| [actions-link]: https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/actions | ||
| [conda-badge]: https://img.shields.io/conda/vn/conda-forge/{{cookiecutter.project_slug}} | ||
| [conda-link]: https://github.com/conda-forge/{{cookiecutter.project_slug}}-feedstock | ||
| [pypi-link]: https://pypi.org/project/{{cookiecutter.project_slug}}/ | ||
| [pypi-platforms]: https://img.shields.io/pypi/pyversions/{{cookiecutter.project_slug}} | ||
| [pypi-version]: https://img.shields.io/pypi/v/{{cookiecutter.project_slug}} | ||
|
|
||
| <!-- prettier-ignore-end --> | ||
|
|
||
| {{cookiecutter.project_short_description}} | ||
|
|
||
| This project is developed in collaboration with the [Centre for Advanced Research Computing](https://ucl.ac.uk/arc), University College London. | ||
|
|
||
| ## About | ||
|
|
||
| ### Project Team | ||
|
|
||
| {{cookiecutter.full_name}} ([{{cookiecutter.email}}](mailto:{{cookiecutter.email}})) | ||
|
|
||
| <!-- TODO: how do we have an array of collaborators ? --> | ||
|
|
||
| ### Research Software Engineering Contact | ||
|
|
||
| Centre for Advanced Research Computing, University College London | ||
| ([arc-collab@ucl.ac.uk](mailto:arc-collab@ucl.ac.uk)) | ||
|
|
||
| ## Built With | ||
|
|
||
| <!-- TODO: can cookiecutter make a list of frameworks? --> | ||
|
|
||
| [Framework 1](https://something.com) | ||
| [Framework 2](https://something.com) | ||
| [Framework 3](https://something.com) | ||
|
|
||
| ## Getting Started | ||
|
|
||
| ### Prerequisites | ||
|
|
||
| Any tools or versions of languages needed to run code. For example specific Python or Node versions. Minimum hardware requirements also go here. | ||
|
|
||
| ### Installation | ||
|
|
||
| How to build or install the application. | ||
|
|
||
| ### Running Locally | ||
|
|
||
| How to run the application on your local system. | ||
|
|
||
| ### Running Tests | ||
|
|
||
| How to run tests on your local system. | ||
|
|
||
| ## Roadmap | ||
|
|
||
| - [x] Initial Research | ||
| - [ ] Minimum viable product <-- You are Here | ||
| - [ ] Alpha Release | ||
| - [ ] Feature-Complete Release | ||
| - [x] Initial Research | ||
| - [ ] Minimum viable product <-- You are Here | ||
| - [ ] Alpha Release | ||
| - [ ] Feature-Complete Release | ||
|
|
||
| ## Licence | ||
samcunliffe marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Distributed under the terms of the `{{cookiecutter.licence}}`\_ licence. | ||
|
|
||
| ## Citation | ||
p-j-smith marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Please cite [xx.yyy/zenodo.zzzz](https://doi.org/xx.yyy/zenodo.zzzzz) for this work if you use this code. | ||
|
|
||
| <details> | ||
| <summary>BibTEX</summary> | ||
|
|
||
| ```bibtex | ||
| @article{xxx2023paper, | ||
| title={Title}, | ||
| author={Author}, | ||
| journal={arXiv}, | ||
| year={2023} | ||
| } | ||
| ``` | ||
|
|
||
| </details> | ||
|
|
||
| ## Acknowledgements | ||
|
|
||
| This work was funded by a grant from the {{ cookiecutter.funder }}. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.