You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try it out online at [penn-chime.phl.io](http://penn-chime.phl.io/)
7
+
## Background
8
+
The [CHIME](https://penn-chime.phl.io/) (COVID-19 Hospital Impact Model for Epidemics) Application is designed to assist hospitals and public health officials with understanding hospital capacity needs as they relate to the COVID pandemic. CHIME enables capacity planning by providing estimates of total daily (i.e. new) and running totals of (i.e. census) inpatient hospitalizations, ICU admissions, and patients requiring ventilation. These estimates are generated using a [SIR (Susceptible, Infected, Recovered)](https://mathworld.wolfram.com/SIRModel.html) model, a standard epidemiological modeling technique. Our model has been validated by several epidemiologists including [Michael Z. Levy, PhD](https://www.dbei.med.upenn.edu/bio/michael-z-levy-phd), Associate Professor of Epidemiology, Department of Biostatistics, Epidemiology and Informatics at the Perelman School of Medicine.
8
9
9
-
Interested in [contributing](https://codeforphilly.github.io/chime/CONTRIBUTING.html)?
10
+
Originally developed in `github.com/pennsignals/chime`, active development is now at `github.com/pennsignals/chime`.
10
11
11
-
Join our [Code For Philly](https://codeforphilly.org/projects/chime) project or our [Slack workspace](https://codeforphilly.org/chat) in the [#covid19-chime-penn](https://codeforphilly.org/chat/covid19-chime-penn) channel if you'd like to chat with us. We'd appreciate your [feedback](http://predictivehealthcare.pennmedicine.org/contact/).
Join our [Code For Philly](https://codeforphilly.org/projects/chime) project or our [Slack workspace](https://codeforphilly.org/chat) in the [#covid19-chime-penn](https://codeforphilly.org/chat/covid19-chime-penn) channel if you'd like to chat with us. We'd appreciate your [feedback](http://predictivehealthcare.pennmedicine.org/contact/).
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,30 +4,30 @@ Welcome, grab a cup of coffee, and let's roll our sleeves up! By participating i
4
4
5
5
## What should I work on?
6
6
7
-
As of March 19, help is especially wanted in these areas:
8
-
9
-
-**Python wizards** for application development ([#chime-app](https://codeforphilly.org/chat?channel=chime-app))
10
-
- Hardening the code
11
-
- Making it more flexible
12
-
- Unit tests!
13
-
-**DevOps heroes** for application hosting ([#chime-ops](https://codeforphilly.org/chat?channel=chime-ops))
14
-
- Maintaining Penn's instance
15
-
- Ensuring easy redeploys
16
-
-**Math and stats friends** for model improvements ([#chime-analysis](https://codeforphilly.org/chat?channel=chime-analysis))
17
-
-**Consulting DevOps champs** to help other public agencies set up their own instances ([#chime-help](https://codeforphilly.org/chat?channel=chime-help)
7
+
Our project work is organized by 4 main areas:
8
+
9
+
| Area | What type of help wanted? | Project Board | Slack channel | Maintainers |
10
+
| --- | --- | --- | --- | --- |
11
+
| App Platform | Python wizards to work on application development, hardening the code, making it more flexible, and unit testing |[Board](https://github.com/CodeForPhilly/chime/projects/3)|[#chime-app](https://codeforphilly.org/chat?channel=chime-app)|@quinndougherty|
12
+
| Analysis | Epidemiologists and other math and stats friends, for model improvements |[Board](https://github.com/CodeForPhilly/chime/projects/5)|[#chime-analysis](https://codeforphilly.org/chat?channel=chime-analysis)|@sam-qordoba, @cjbayesian|
13
+
| DevOps | DevOps heroes (especially if you have Kubernetes experience) for hosting, maintenance, and ensuring easy redeploys. |[Board](https://github.com/CodeForPhilly/chime/projects/2)|[#chime-ops](https://codeforphilly.org/chat?channel=chime-ops)|@moosequest, @themightychris, @lottspot|
14
+
| General Project Ops | Writing, documentation, and project and product management |[Board](https://github.com/CodeForPhilly/chime/projects/6)||@mariekers|
15
+
16
+
As of March 21, help is especially wanted from contributors with experience in Kubernetes and Python.
18
17
19
18
## Before You Begin
20
19
21
-
- Join the [#covid19-chime-penn](https://codeforphilly.org/chat?channel=covid19-chime-penn) channel, and [request write access](https://codeforphilly.slack.com/archives/CV4NGQYMP/p1584665484368300) to the `CodeforPhilly/chime` Github repository.
22
-
- Our highest-priority work is organized in the [Github Project Management board](https://github.com/CodeForPhilly/chime/projects/2). Look for an issue matching your interests & skills in one of the "Ready" columns.
23
-
-Assign yourself to the issue and add a comment to briefly describe your plan.
24
-
- For new ideas, please first discuss the change(s) you wish to make via [issue](https://github.com/codeforphilly/chime/issues) or appropriate Slack channel (platform/app - #chime-app, devops - #chime-ops, modeling - #chime-analysis).
20
+
- Join the [#covid19-chime-penn](https://codeforphilly.org/chat?channel=covid19-chime-penn) channel for project-wide announcements.
21
+
- Our highest-priority work is organized in [Github Project Boards](https://github.com/CodeForPhilly/chime/projects). Look for an issue matching your interests & skills in the "Ready" columns.
22
+
-Comment on the issue to let us know you're picking it up, briefly describe your plan, and go forth!
23
+
- For new ideas, please first discuss the change(s) you wish to make via [issue](https://github.com/codeforphilly/chime/issues) or the appropriate Slack channel (see table above).
25
24
26
25
## Making and Submitting Changes
27
26
28
27
-[Fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) the [CodeforPhilly/chime](https://github.com/CodeForPhilly/chime) repo.
29
28
- Base your work on the `develop` branch.
30
29
- Submit pull requests from your fork, also against the `develop` branch of the `CodeforPhilly/chime` repo.
30
+
- Request review from the relevant maintainer(s).
31
31
- Check your pull request periodically to see if any changes have been requested or any merge conflicts have arisen.
32
32
- If a merge conflict arises, rebase against the latest `develop` branch and force-push the new branch as early as you can. You may need to do this more than once before your changes get merged. Do your best to keep your branch in a mergeable state until it is finished being reviewed and accepted.
33
33
- Note: Frequent contributors with write access can submit pull requests from a new branch in the `CodeforPhilly/chime` repository.
@@ -39,8 +39,8 @@ As of March 19, help is especially wanted in these areas:
39
39
- Maintainers will review pull requests, asking for changes as needed.
40
40
- Once a PR has 1 approval and passes automated tests, maintainers will merge to release branches.
41
41
- Exception: Documentation or infrastructure support PRs can be merged directly to master.
42
-
- Deploys to production must be signed off on by @beckerfluffle or @cchivers.
42
+
- Deploys to production must be signed off by @beckerfluffle or @cchivers.
43
43
44
44
## Requesting Functionality
45
45
46
-
**Stakeholders/Users**: Check the [#covid19-chime-penn](https://codeforphilly.org/chat/covid19-chime-penn) channel on [Slack](https://codeforphilly.org/chat) to see if your need is already being addressed.
46
+
**Stakeholders/Users**: Check the [#chime-users](https://codeforphilly.org/chat/chime-users) channel on [Slack](https://codeforphilly.org/chat) to see if your need is already being addressed.
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# CHIME Documentation
1
+
# CHIME Developer Documentation
2
2
3
-
This book is the living documentation for developers and operators working on [the CHIME project](https://github.com/CodeForPhilly/chime) or running instances of it.
3
+
This book is the living documentation for developers and operators working on [the CHIME project](https://github.com/CodeForPhilly/chime) or running instances of it. Hospitals and public officials, please see [User Documentaiton](https://code-for-philly.gitbook.io/chime/).
4
4
5
5
It is maintained in the [GitBook format](https://gitbookio.gitbooks.io/docs-toolchain/structure.html) within [the `docs/` directory](https://github.com/CodeForPhilly/chime/tree/develop/docs) of the project's main Git repository, and new versions are published automatically upon merge to the `develop` branch to: [codeforphilly.github.io/chime](https://codeforphilly.github.io/chime)
0 commit comments