SWD3: Research Software Development documentation and course notes.
You can add markdown and the page will automatically build when pushed to GitHub.
Note that this repository is also configured to build via a GitHub action. HTML pages are not tracked via version control.
You can use pip to install the package heading_converter to run the scripts in this project. These scripts pull in the content from presentations and format them as an article. The environment with this package must be active before using Quarto to render the material.
You can install the locally stored version in this repo with the Conda
environment.yml:
cd heading_converter
conda env create -f environment.yml
conda activate heading-conv-env
quarto previewInstall the most recent development version (may not be stable):
pip install <PACKAGE_NAME>@git+https://github.com/<USER_NAME>/<REPO_NAME>Or install a specific version (version 0.1.0 in this example; please check the releases page):
pip install https://github.com/<USER_NAME>/<REPO_NAME>/archive/refs/tags/v0.1.0.tar.gz
# or
pip install <PACKAGE_NAME>@git+https://github.com/m<USER_NAME>/<REPO_NAME>@v0.1.0Below is a list of contributors (in chronological order of addition) with associated Contributor Role Taxonomy (CRediT) roles. Please see the CRediT website for definitions of roles.
- Maeve Murphy Quinlan: conceptualization, writing (original draft), writing (review and editing), data curation, methodology.
- Creation of website, Python workflows, GitHub actions.
- Redesign of course.
Please use the suggested citation in the sidebar (under "Cite this repository"), or view the CITATION.cff file.
This material is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License, and is copyrighted by the University of Leeds.