-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/wwsalmon/hacklytics-cecil-c…
- Loading branch information
Showing
1 changed file
with
38 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,39 @@ | ||
# Hacklytics project: COVID immunity tracker | ||
<img width="100" alt="A syringe-shaped rocket doodle" src="https://user-images.githubusercontent.com/77285010/218306834-22f8b223-07a0-4804-a4a3-b89593177f9a.png"> | ||
|
||
Team Cecil Separated Values (Pomona College) | ||
# Hacklytics project: COVID vaccine effectiveness tracker - BoostOnTime! | ||
|
||
Team *Cecil Separated Values (Pomona College)* | ||
|
||
> Please reorder and rename these titles and delete my silly comments before submitting thx | ||
## Try our tracker! | ||
|
||
> The link to the website | ||
## Motivation | ||
|
||
Lorem Ipsum | ||
|
||
## Project structure | ||
|
||
## Data source | ||
|
||
## Data processing | ||
The raw data has multiple columns containing mixed datatypes, especially the time data. The time data are given in different units such as weeks or months and some are also given in intervals (e.g. 2-6 months, >14 weeks). As our project focuses on the vaccine effectiveness over time so as to remind users to take booster shots on time, we would like to quantify these string entries into numerical entries with a unit of days. | ||
|
||
To ensure the accuracy of our visual display, we matched and eliminated the data entries that only provide an open interval (e.g. > 2 weeks), as it would not provide the most time-sensitive data point. For a closed interval (e.g. 8-10 days), we again used regex expressions to extract the upper and lower bounds. We then multiplied the numeros in the substring by 7 or 30 days if the substrings 'week' and 'month' are matched in these entries so as to convert them into units of days. | ||
|
||
Similarly, we unified and filtered the data entries for dosage sequence, vaccine brand and represented groups. The processed data are then imported into the webapp. | ||
|
||
## <@samson maybe you could write some more sections about web dev?> | ||
|
||
## Demo & 1-minute tutorial | ||
|
||
> Maybe we can even plug the video link here. | ||
## Future Plans & Applications | ||
<img width="300" alt="A calendar doodle" src="https://user-images.githubusercontent.com/77285010/218306356-ead545bf-13ed-43a4-8e2c-909be0b865df.png"> | ||
|
||
|
||
## Boost it up! | ||
> idk why I made this section, maybe just put in some whitty catch phrases |