https://github.com/bansallab/indoor_outdoor
Tip revision: 2a0e6c7e35bc07eb2fb901e202dca7e64fc9fe5c authored by Zachary Susswein on 02 April 2023, 16:11:23 UTC
Clean up paths and add required data
Clean up paths and add required data
Tip revision: 2a0e6c7
README.md
# Disentangling the rhythms of human activity in the built environment for airborne transmission risk
This repository provides the data and source code for the following study: Zachary Susswein, Eva Rest, Shweta Bansal. "Disentangling the rhythms of human activity in the built environment for airborne transmission risk". https://doi.org/10.1101/2022.04.07.22273578 (currently in peer review)
## Data
Data on the indoor activity seasonality metric (\sigma) that we define in this work can be found in the `indoor_activity_data` directory. The `indoor_activity_2018_2020.csv` file contains weekly, county-level (fips) indoor activity estimates.
## Analysis
#### Time series clustering
Python code for the time series clustering in this work can be found in the `time_series_clustering` directory.
#### Sinusoidal fits
R code for the sinusoidal fits in this work can be found in the `sinusoidal_fit` directory.