https://github.com/computationalphysiology/mps-database-dashapp
https://github.com/computationalphysiology/mps-database-dashapp
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: ComputationalPhysiology
- Language: Python
- Default Branch: main
- Size: 22.5 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
MPS database Dash App
Install
Create virtual environment
python3 -m virtualenv venv
activate it
. venv/bin/activate
and install the dependencies
python3 -m pip install -r requirements.txt
Setup environment variables
Set up username and password
Set username and password
export MPS_DATABASE_USERNAME="my-username"
export MPS_DATAVBASE_PASSWORD="my-password"
export MPS_DATABASE_BASEURL="http://172.16.16.92:8004"
Set caching options
Here showing the default values
export MPS_DATABASE_CACHE_DIR=/Users/finsberg/.cache/mps_database
export MPS_DATABASE_CACHE_DEFAULT_TIMEOUT=3600
Running the app
Debug
python3 -m app
Production
Install gunicorn
python3 -m pip install gunicorn
and then
gunicorn app.main:server
Owner
- Name: Computational Physiology at Simula Research Laboratory
- Login: ComputationalPhysiology
- Kind: organization
- Location: Fornebu, Norway
- Website: https://computationalphysiology.github.io
- Repositories: 51
- Profile: https://github.com/ComputationalPhysiology
GitHub organization for the computational physiology department at Simula Research Laboratory
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year 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