Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Software-development
Basic Info
- Host: GitHub
- Owner: murphyqm
- License: mit
- Language: Python
- Default Branch: main
- Size: 1.39 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Created almost 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Citation
README.md
Sustainable Software Development webapp
This GitHub repository contains contents for an introductory course on software development, including interactive exercises, pdf slides, and links to GitHub codespace templates. This app is built using Python, primarily leverging the streamlit library.
Additionally, this repository is a template with all the requirements to quickly build and deploy a Python streamlit app.
If you found the tools here useful in your research, or if you use these materials for teaching, please cite this resource.
Author: Maeve Murphy Quinlan, 2024
Owner
- Name: Maeve Murphy Quinlan
- Login: murphyqm
- Kind: user
- Repositories: 2
- Profile: https://github.com/murphyqm
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Sustainable Software Dev
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Maeve
family-names: Murphy Quinlan
name-particle: Maeve
email: earmmu@leeds.ac.uk
affiliation: University of Leeds
orcid: 'https://orcid.org/0000-0003-2958-1008'
identifiers:
- type: url
value: 'https://software-dev.streamlit.app/'
description: Webapp URL
- type: url
value: 'https://github.com/murphyqm/software-dev'
description: GitHub Repository
- type: doi
value: 'https://doi.org/10.5281/zenodo.13868947'
description: Zenodo archive
repository-code: 'https://github.com/murphyqm/software-dev'
url: 'https://software-dev.streamlit.app/'
abstract: >
Contents for an introductory course on software
development, including interactive exercises, pdf slides,
and links to GitHub codespace templates. This app is built
using Python, primarily leverging the streamlit library.
keywords:
- Python
- conda
- git
- software development
license: MIT
commit: '7a0b5c0'
version: v1.0.0
date-released: '2024-10-01'
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Dependencies
requirements.txt
pypi
- altair *
- matplotlib *
- numpy *
- scipy *
- seaborn *
- streamlit *