-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
99 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# CONTRIBUTING |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 w4h Toolkit | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# w4h-documentation | ||
End user documentation for the W4H platform | ||
# W4H Documentation | ||
|
||
Documentation for the W4H Toolkit. | ||
|
||
[Home](docs/index.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## Other things: | ||
# Other things | ||
|
||
1. If you want to try how to set up, try in this link: https://labs.play-with-docker.com/ | ||
|
||
2. There is a 5min video to show how to set up the environment: https://drive.google.com/file/d/1basc9nWQKclpZJgMq-K81KAGihfxkdb2/view?usp=sharing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Home | ||
|
||
## Introduction | ||
|
||
### What is the W4H Toolkit? | ||
|
||
The W4H Toolkit provides an ecosystem of tools health researchers can use to collect, store, query and analyze wearable and EHR data. | ||
|
||
### A Progressive Toolkit | ||
|
||
W4H Toolkit is an ecosystem that covers most of the common features needed when using wearables in a clinical study or or trial. As studies can have very different requirements, W4H toolkit is designed to be flexible and incrementally adoptable. These are some of the use cases we currently support: | ||
|
||
- Collect Fitbit and Garmin data | ||
- Analyze compliance | ||
- Transform the data, e.g., to compute energy expenditure | ||
- Produce data reports for patients in a study | ||
- Provide approximate queries, e.g., to query the HR of a cohort over an extended period of time | ||
- Running your data science notebooks on Apache Spark | ||
- Implementing data workflows using the library to simplify how you interact with wearable data. | ||
|
||
Some of these use cases are provided both in notebooks and in dashboard. | ||
|
||
## Quick Start | ||
|
||
The best way to try the toolkit is to use the Docker container by following the [Quick Start](quick-start.md) that will get you up and running with the dashboard and some sample notebooks in less than 20 minutes. | ||
|
||
## Components | ||
|
||
The toolkit includes the following components: | ||
|
||
- [Dashboard](dashboard/index.md): provides data input forms and visual analytics. | ||
- [Notebooks](notebooks/index.md): is a collection of sample notebooks that demonstrate include Panda and Spark notebooks. | ||
- [w4h-datasets](notebooks/): is a collection of datasets used in the W4H examples. | ||
- [Postgres Extensions](): provides useful extensions to queries data in the W4H database. | ||
- [Library](w4h-core): core python library of high-level commands to simplify how users interact with wearable data, making the platform more accessible and user-friendly. | ||
|
||
## Best Practices | ||
|
||
### Production Deployment | ||
|
||
## Extra Topics | ||
|
||
### Extending the Dashboard | ||
|
||
### Using your own Postgres Database | ||
|
||
### Contributing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Quick Start | ||
|
||
The W4H Toolkit provides an ecosystem of tools to manage and analyze wearable and other EHR data. We have created a Docker container to give you an overview of what's included in the toolkit. | ||
|
||
## Starting the Container | ||
|
||
You will need to install the `Docker Engine` by following the instructions to [Install Docker Engine](https://docs.docker.com/engine/install/) for your platform. | ||
|
||
Once that is done start and type `uscimsc/w4h` in the search bar and select the `preview` tagged image. After pulling to download the image, run the container by clicking on the “run” icon under “Actions” next to the image name. | ||
|
||
![images/](images/docker_readme.png) | ||
|
||
## Using the Dashboard | ||
|
||
## Using the Sample Notebookes | ||
|
||
## Next Steps | ||
|