Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwilby/opensourcefair4rs
A quarto talk on open source research software and the FAIR4RS principles.
https://github.com/davidwilby/opensourcefair4rs
Last synced: 1 day ago
JSON representation
A quarto talk on open source research software and the FAIR4RS principles.
- Host: GitHub
- URL: https://github.com/davidwilby/opensourcefair4rs
- Owner: davidwilby
- License: cc-by-sa-4.0
- Created: 2023-11-23T09:53:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-06T09:57:48.000Z (11 months ago)
- Last Synced: 2023-12-06T12:45:57.520Z (11 months ago)
- Language: SCSS
- Homepage: http://www.davidwilby.dev/opensourcefair4rs/
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Slides for a talk on open source research software and the FAIR4RS principles.
## Events
Events that this talk has been presented at:
* Open Research Conversations, The University of Sheffield, Wednesday 6th December 2023.## Using these slides
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.## Contributing
I welcome contributions to these slides, please make a fork of this repository, make your changes and open a pull request against this repo.## 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`