qmra

Web-application for calculating microbial risk in water and water reuse systems

https://github.com/wseis/qmra

Science Score: 44.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
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

Web-application for calculating microbial risk in water and water reuse systems

Basic Info
  • Host: GitHub
  • Owner: wseis
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 6.29 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 3
Created over 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

qmra

Web-application for calculating microbial risk for drinking water and water reuse systems.

Installation

This software can be found here, but also can be run locally. For local installation:

- install git
- setup and activate a virtual environment
- clone this repository
- cd into qmra/tools

Install django

``` pip install django

```

Install necessary requirements

```python

pip install -r requirements.txt

```

Create new superuser for admin page

``` python manage.py createsuperuser

```

run app locally

``` python manage.py runserver

```

Owner

  • Login: wseis
  • Kind: user

Citation (CITATION.cff)

cff-version: 0.1.3
message: "If you use this software, please cite it as below."
authors:
  - family-names: Seis
    given-names: Wolfgang
    orcid: https://orcid.org/0000-0002-7436-8575
title: "QMRA"
version: 0.1.3
doi: 10.5281/zenodo.6457511
date-released: 2022-04-13

GitHub Events

Total
  • Push event: 2
  • Pull request event: 3
  • Create event: 1
Last Year
  • Push event: 2
  • Pull request event: 3
  • Create event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 235
  • Total Committers: 2
  • Avg Commits per committer: 117.5
  • Development Distribution Score (DDS): 0.009
Past Year
  • Commits: 4
  • Committers: 2
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
wseis w****s@p****e 233
adaurat 1****t 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 2
  • Total pull requests: 56
  • Average time to close issues: N/A
  • Average time to close pull requests: 18 days
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.05
  • Merged pull requests: 51
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 minutes
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mrustl (2)
Pull Request Authors
  • wseis (66)
  • adaurat (7)
  • mrustl (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/deploy.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
tools/requirements.txt pypi
  • crispy-bootstrap4 *
  • django-anymail *
  • django-crispy-forms *
  • django-extensions *
  • django-formtools *
  • django-import-export *
  • django-pandas *
  • markdown2 *
  • numpy *
  • pandas ==1.5.3
  • plotly *
  • python-decouple *