Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwilby/researchsoftwaremethods
A talk for Sheffield undergraduates on methods in Research Software Engineering
https://github.com/davidwilby/researchsoftwaremethods
git github rse testing
Last synced: about 1 month ago
JSON representation
A talk for Sheffield undergraduates on methods in Research Software Engineering
- Host: GitHub
- URL: https://github.com/davidwilby/researchsoftwaremethods
- Owner: davidwilby
- License: cc-by-sa-4.0
- Created: 2021-04-21T11:24:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T16:10:58.000Z (almost 2 years ago)
- Last Synced: 2023-04-27T14:41:20.531Z (over 1 year ago)
- Topics: git, github, rse, testing
- Language: JavaScript
- Homepage: http://www.davidwilby.dev/ResearchSoftwareMethods/
- Size: 16.6 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Research Software Engineering Methods Talk
## Using these slides
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.## Rendering the slides locally
These slides are produced using [Quarto](https://quarto.org).In order to render them locally, you will need to install Quarto from .
Quarto documents can be rendered in either:
* VSCode
* RStudio (> 2022.07.1+554)
* Jupyter
* TerminalFull instructions can be found at the link above, however in brief:
* In RStudio, open `index.qmd`, above the document click `Render`
* In the terminal, run `quarto render`## Contributing
Contributions and improvements are very welcome! Please fork this repo and make a pull request against the `main` branch.
Please ensure that your document compiles successfully with the instructions above.