https://github.com/allfed/vital-industry-p4e
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.4%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: allfed
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: main
- Size: 293 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
https://github.com/allfed/vital-industry-p4e/blob/main/
# Vital Industry P4E Calculations [](https://osf.io/preprints/osf/h7wte)  [](https://opensource.org/licenses/Apache-2.0) - Supplementary code for the [Guesstimate model](https://www.getguesstimate.com/models/23914) used in the paper "[Developing back-up plans to protect vital sectors in super-pandemics](https://osf.io/preprints/osf/h7wte)". - Contains calculations for the probability that all rapidly-accessible pandemic-proof PPE (P4E) can cover vital worker requirements and code for generating Figure 1 from the paper. ## Installation To install this repo, we recommend setting up a virtual environment. This will ensure that the package and its dependencies are isolated from other projects on your machine, which can prevent conflicts and make it easier to manage your dependencies. Here are the steps to follow: * Create a virtual environment using either conda or mamba by running the command `conda env create -f environment.yml`. This will create an environment called "vital-industry-p4e". A virtual environment is like a separate Python environment, which you can think of as a separate "room" for your project to live in, it's own space which is isolated from the rest of the system, and it will have it's own set of packages and dependencies, that way you can work on different projects with different versions of packages without interfering with each other. * Activate the environment by running `conda activate vital-industry-p4e`. This command will make the virtual environment you just created the active one, so that when you run any python command or install any package, it will do it within the environment. * Install the package by running `pip install -e .` in the main folder of the repository. This command will install the package you are currently in as a editable package, so that when you make changes to the package, you don't have to reinstall it again. If you encounter any issues, feel free to open an issue in the repository.
Owner
- Name: ALLFED
- Login: allfed
- Kind: organization
- Website: http://allfed.info/
- Repositories: 11
- Profile: https://github.com/allfed
Feeding everyone, no matter what.
GitHub Events
Total
- Member event: 1
- Push event: 5
- Create event: 2
Last Year
- Member event: 1
- Push event: 5
- Create event: 2