qmra

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

https://github.com/kwb-r/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: KWB-R
  • License: mit
  • Default Branch: main
  • Size: 5.87 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 4 years ago · Last pushed about 4 years 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

  • Name: Kompetenzzentrum Wasser Berlin gGmbH (KWB)
  • Login: KWB-R
  • Kind: organization
  • Email: kontakt@kompetenz-wasser.de
  • Location: Berlin, Germany

KWB is an international centre for water research and knowledge transfer

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
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 107
  • Total Committers: 1
  • Avg Commits per committer: 107.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
wseis w****s@p****e 107
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

tools/requirements.txt pypi
  • django-crispy-forms *
  • django-extensions *
  • django-formtools *
  • django-import-export *
  • django-pandas *
  • markdown2 *
  • numpy *
  • pandas *
  • plotly *
  • python-decouple *