Skip to content

Commit 130a156

Browse files
committed
Merge branch 'develop' of github.com:CodeForPhilly/chime into update_v1_1_5
2 parents bb5b1fa + 03ec6b3 commit 130a156

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Our project work is organized by 4 main areas:
88

99
| Area | What type of help wanted? | Project Board | Slack channel | Maintainers |
1010
| --- | --- | --- | --- | --- |
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 |
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) | @brianthomasross |
1212
| 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 |
1313
| 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 |
1414
| General Project Ops | Writing, documentation, and project and product management | [Board](https://github.com/CodeForPhilly/chime/projects/6) | | @mariekers |

docs/operations/helm/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Next let's assume we want to deploy elasticsearch to a testing namespace. Lets c
3636
$ helm install --name elasticsearch --namespace test-es elastic/elasticsearch
3737
```
3838

39-
Now you can monitor the pods to see if elasticearch is up and ready.
39+
Now you can monitor the pods to see if elasticsearch is up and ready.
4040

4141
Now lets say we want to make some changes to the options for deploying elasticsearch.
4242
You can create a file in `values` called `Elasticsearch.yaml`. And to deploy these changes
@@ -113,4 +113,3 @@ helm upgrade -i -f values/metricbeat.yaml --name metricbeat --namespace test-es
113113
```
114114

115115
Metricbeat and filebeat are both configured by default to start pulling metrics/logs from the k8s cluster and ship to the local Elasticsearch instance.
116-

src/penn_chime/locales/en.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ en:
9292
presentation-references-acknowledgements-text: |+
9393
* AHA Webinar, Feb 26, James Lawler, MD, an associate professor University of Nebraska Medical Center, What Healthcare Leaders Need To Know: Preparing for the COVID-19
9494
* We would like to recognize the valuable assistance in consultation and review of model assumptions by Michael Z. Levy, PhD, Associate Professor of Epidemiology, Department of Biostatistics, Epidemiology and Informatics at the Perelman School of Medicine
95+
* The PPE tool was developed by Kristian Lum, James Johndrow, April Cardone, Barry Fuchs, Cody E. Cotner,
96+
Olivia Jew, Richard Eden, Ravi B. Parikh, Gary E. Weissman, Christian Terwiesch, and Kevin G. Volpp from various departments across
97+
the University of Pennsylvania (Department of Computer and
98+
Information Science; Wharton School; Perelman School of Medicine; Center for Health Incentives and Behavioral
99+
Economics) and Penn Medicine (Hospital of the University of Pennsylvania).
95100
* Finally we'd like to thank [Code for Philly](https://codeforphilly.org/) and the many members of the open-source community that [contributed](https://github.com/CodeForPhilly/chime/graphs/contributors) to this project.
96101
presentation-copyright: "© 2020, The Trustees of the University of Pennsylvania"
97102
presentation-download: |+

0 commit comments

Comments
 (0)