Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puria/awesome-contact-tracing
Curated list of projects inherents to contact tracing
https://github.com/puria/awesome-contact-tracing
List: awesome-contact-tracing
awesome awesome-list buildforcovid19 contact-tracing privacy
Last synced: 2 months ago
JSON representation
Curated list of projects inherents to contact tracing
- Host: GitHub
- URL: https://github.com/puria/awesome-contact-tracing
- Owner: puria
- License: cc0-1.0
- Created: 2020-04-15T13:17:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T04:49:40.000Z (over 4 years ago)
- Last Synced: 2024-05-20T00:07:59.540Z (7 months ago)
- Topics: awesome, awesome-list, buildforcovid19, contact-tracing, privacy
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- ultimate-awesome - awesome-contact-tracing - Curated list of projects inherents to contact tracing. (Other Lists / PowerShell Lists)
README
# Awesome Contact Tracing [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
> Curated list of projects inherents to contact tracing
In public health, contact tracing is the process of identification of persons who may have come into contact with an infected person ("contacts") and subsequent collection of further information about these contacts. By tracing the contacts of infected individuals, testing them for infection, treating the infected and tracing their contacts in turn, public health aims to reduce infections in the population.
— Wikipedia## Contents
- [🎓 Theory](#-theory)
- [💾 Software](#-software)
- [📚 Resources](#-resources)
- [Datasets](#datasets)
- [👤 Contributing](#-contributing)
- [💼 License](#-license)## 🎓 Theory
### Specifications- [DP-3T Decentralized Privacy-Preserving Proximity Tracing](https://github.com/DP-3T/documents)
- [PACT: Private Automated Contact Tracing](https://pact.mit.edu/)
- [Specification and reference implementation of the TCN Protocol for decentralized, privacy-preserving contact tracing](https://github.com/TCNCoalition/TCN)
- [Apple|Google Privacy-Preserving Contact Tracing](https://www.apple.com/covid19/contacttracing/)
- [ROBERT ROBust and privacy-presERving proximity Tracing protocol](https://github.com/ROBERT-proximity-tracing/documents)### Models
- [Models of SEIRS epidemic dynamics with extensions, including network-structured populations, testing, contact tracing, and social distancing](https://github.com/ryansmcgee/seirsplus)### Whitepapers
- [Quantifying dynamics of SARS-CoV-2 transmission suggests that epidemic control and avoidance is feasible through instantaneous digital contact tracing](https://github.com/BDI-pathogens/covid-19_instant_tracing)
- [Decentralized Privacy-Preserving Proximity Tracing](https://github.com/DP-3T/documents/blob/master/DP3T%20White%20Paper.pdf)
- [The PACT protocol specification](https://pact.mit.edu/wp-content/uploads/2020/04/The-PACT-protocol-specification-ver-0.1.pdf)
- [Privacy Preserving Contact Tracer](https://github.com/TracingWithPrivacy/paper/blob/master/pp-contact-tracer.pdf)
- [Analysis of DP3T Between Scylla and Charybdis](https://eprint.iacr.org/2020/399.pdf)
- [Unified research on privacy-preserving contact tracing and exposure notification](https://docs.google.com/document/d/16Kh4_Q_tmyRh0-v452wiul9oQAiTRj8AdZ5vcOJum9Y/edit?ts=5e801c37#)
- [BlueTrace: A privacy-preserving protocol for community-driven contact tracing across borders](https://bluetrace.io/static/bluetrace_whitepaper-938063656596c104632def383eb33b3c.pdf)**[🔝 back to top](#contents)**
---
## 💾 Software
### Libraries
#### JavaScript
- [Demonstration of the Google/Apple Contact Tracing cryptography specification](https://github.com/readwritetools/contact-tracing)#### Android
- [DP3T-SDK for Android](https://github.com/DP-3T/dp3t-sdk-android)#### iOS
- [DP3T-SDK for iOS](https://github.com/DP-3T/dp3t-sdk-ios)
- [Objective-C header and synthesized Swift interface for Apple & Google's Contact Tracing Framework](https://github.com/BDI-pathogens/covid-19_instant_tracing)#### Rust
- [Holds various things for proximity contact tracing](https://github.com/mitsuhiko/proximity-tracing)### Embedded
- [DECODE Proximity embedded](https://github.com/dyne/decode-proximity-hw)### Apps
- [ITO](https://github.com/ito-org)
- [safepaths](http://safepaths.mit.edu/)
- [CoEpi](https://www.coepi.org/)
- [Hansel](https://github.com/gethansel/hansel)
- [Rakning C-19](https://github.com/aranja/rakning-c19-app)**[🔝 back to top](#contents)**
---
## 📚 Resources
### Articles
- [Decentralized Privacy-Preserving Proximity Tracing crypto made easy](https://medium.com/@jaromil/decentralized-privacy-preserving-proximity-tracing-cryptography-made-easy-af0a6ae48640)
- [Why proximity-tracing is important and its integrity should be contextual](https://medium.com/@jaromil/why-proximity-tracing-is-important-and-its-integrity-should-be-contextual-2b46e5681a45)
- [The Limits of Location Tracking in an Epidemic](https://www.aclu.org/report/aclu-white-paper-limits-location-tracking-epidemic)
- [COVID-19 tracking- and tracingapp and healthapp NL Open Letter](http://allai.nl/wp-content/uploads/2020/04/Online-version-Letter-to-President-Rutte-Ministers-De-Jonge-Van-Rijn-Grapperhaus-re.-COVID-19-apps.pdf)### Lists
- [Crowdsourced list of projects related to COVID-19 contact tracing](https://github.com/shankari/covid-19-tracing-projects)**[🔝 back to top](#contents)**
---
## Datasets
- [Epi-Collect uses location data from Google Takeout to build an open source contact tracing dataset](https://github.com/epicollect/epi-collect)**[🔝 back to top](#contents)**
---
## 👤 Contributing
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
1. 🔀 [FORK IT](../../fork)
2. Create your feature branch `git checkout -b feature/branch`
3. Commit your changes `git commit -am 'Add some fooBar'`
4. Push to the branch `git push origin feature/branch`
5. Create a new Pull Request
6. 🙏 Thank youBig thanks to all [contributors](https://github.com/puria/awesome-contact-tracing/graphs/contributors)
who have helped to build this list.**[🔝 back to top](#contents)**
---
## 💼 License
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0)To the extent possible under law, [Puria Nafisi Azizi](https://github.com/puria)
has waived all copyright and related or neighboring rights to this work.**[🔝 back to top](#contents)**