From fea067ff30ab5e2a1bc0b4a56a7c2e0d40c2a539 Mon Sep 17 00:00:00 2001 From: Charlie Whittaker Date: Mon, 17 Jan 2022 10:14:32 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c36e88..bdbe282 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ Other than the required R packages (specified in each script), running the code More information and details about the software and its use via R are available here: https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started. ## Installation Guide and Instructions for Use -The following instructions require that all the relevant `R` packages have been installed by the user and that STAN has been installed. To replicate and reproduce the analyses presented in this paper, clone this repository and download it your local machine. Then, run the relevant set of scripts: +The following instructions require that all the relevant `R` packages have been installed by the user and that STAN has been installed. To replicate and reproduce the analyses presented in this paper, download the [release](https://github.com/cwhittaker1000/anopheleseasonality/releases/tag/v1.0.0) associated with this repository. Be sure to read the intrusctions that accompany the release to ensure all the large files get placed in the right directories. Then, run the relevant set of scripts: - Scripts in [Analyses/2_Time_Series_GP_Fitting_and_Analyses](./Analyses/2_Time_Series_GP_Fitting_and_Analyses) fit Negative Binomial Gaussian Processes to smooth the time-series, characterise their temporal properties and cluster these into dynamical archetypes. - Scripts in [Analyses/3_Figure_Plotting](./Analyses/3_Figure_Plotting) produce the specific plots and figures present in the paper. ## Note -- This repository contains all of the datasets/outputs generated in the analyses carried out except for a small number which are larger than GitHub's maximum allowed file size. These particularly large outputs are available via the pinned Github Release associated with this repository. +- This repository contains all of the datasets/outputs generated in the analyses carried out except for a small number which are larger than GitHub's maximum allowed file size. These particularly large outputs (alongside the rest of the repo) are available for download via the pinned [Github Release](https://github.com/cwhittaker1000/anopheleseasonality/releases/tag/v1.0.0) associated with this repository. - The fact we have included all of these files means the repository/release is **very** large - if users do not intend to reproduce all of the analyses (but are instead interested in a particular analysis e.g. the predictive mapping or the time-series clustering), only downloading the data and files relevant to the specific analysis of interest should reduce the size significantly. -- Scripts in [Analyses/1_Covariate_Extraction_and_Collation](./Analyses/1_Covariate_Extraction_and_Collation) carry out the raw processing of rainfall data (from CHIRPS via Google Earth Engine: https://developers.google.com/earth-engine/datasets/catalog/UCSB-CHG_CHIRPS_DAILY) and a suite of environmental of environmental covariates (sources for each detailed in [0_Raster_Processing.R](./Analyses/1_Covariate_Extraction_and_Collation/0_Raster_Processing.R)) specific to the location each study was carried out in. The total size of these files is >20Gb and they are not provided with the repo - if the raw files are required, they must be redownloaded from the relevant sources. - - Instead, we provide the processed versions of the rainfall data (available in [Location_Specific_CHIRPS_Rainfall](./Datasets/CHIRPS_Rainfall_Data/Location_Specific_CHIRPS_Rainfall)) and environmental variables (available via the GitHub release associated with this repository). +- Scripts in [Analyses/1_Covariate_Extraction_and_Collation](./Analyses/1_Covariate_Extraction_and_Collation) carry out the raw processing of rainfall data (from CHIRPS via Google Earth Engine: https://developers.google.com/earth-engine/datasets/catalog/UCSB-CHG_CHIRPS_DAILY) and a suite of environmental of environmental covariates (sources for each detailed in [0_Raster_Processing.R](./Analyses/1_Covariate_Extraction_and_Collation/0_Raster_Processing.R)) specific to the location each study was carried out in. The total size of these raw data files is >20Gb and they are not provided with the repo - if the raw files are required, they must be redownloaded from the relevant sources. + - Instead, we provide the processed versions of the rainfall data (available in [Location_Specific_CHIRPS_Rainfall](./Datasets/CHIRPS_Rainfall_Data/Location_Specific_CHIRPS_Rainfall)) and environmental variables (available via the GitHub release associated with this repository) specifically required to reproduce the analyses presented here. Any issues, please post an issue on this Github repository or feel free to reach out at charles.whittaker16@imperial.ac.uk 😄 From 756babf29524807397940d045c2c7b31e15ae610 Mon Sep 17 00:00:00 2001 From: Charlie Whittaker Date: Mon, 17 Jan 2022 10:15:48 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdbe282..0d885a6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Other than the required R packages (specified in each script), running the code More information and details about the software and its use via R are available here: https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started. ## Installation Guide and Instructions for Use -The following instructions require that all the relevant `R` packages have been installed by the user and that STAN has been installed. To replicate and reproduce the analyses presented in this paper, download the [release](https://github.com/cwhittaker1000/anopheleseasonality/releases/tag/v1.0.0) associated with this repository. Be sure to read the intrusctions that accompany the release to ensure all the large files get placed in the right directories. Then, run the relevant set of scripts: +The following instructions require that all the relevant `R` packages have been installed by the user and that STAN has been installed. To replicate and reproduce the analyses presented in this paper, download the [Github Release](https://github.com/cwhittaker1000/anopheleseasonality/releases/tag/v1.0.0) associated with this repository. Be sure to read the intrusctions that accompany the release to ensure all the large files get placed in the right directories. Then, run the relevant set of scripts: - Scripts in [Analyses/2_Time_Series_GP_Fitting_and_Analyses](./Analyses/2_Time_Series_GP_Fitting_and_Analyses) fit Negative Binomial Gaussian Processes to smooth the time-series, characterise their temporal properties and cluster these into dynamical archetypes. - Scripts in [Analyses/3_Figure_Plotting](./Analyses/3_Figure_Plotting) produce the specific plots and figures present in the paper. @@ -32,7 +32,7 @@ The following instructions require that all the relevant `R` packages have been - This repository contains all of the datasets/outputs generated in the analyses carried out except for a small number which are larger than GitHub's maximum allowed file size. These particularly large outputs (alongside the rest of the repo) are available for download via the pinned [Github Release](https://github.com/cwhittaker1000/anopheleseasonality/releases/tag/v1.0.0) associated with this repository. - The fact we have included all of these files means the repository/release is **very** large - if users do not intend to reproduce all of the analyses (but are instead interested in a particular analysis e.g. the predictive mapping or the time-series clustering), only downloading the data and files relevant to the specific analysis of interest should reduce the size significantly. - Scripts in [Analyses/1_Covariate_Extraction_and_Collation](./Analyses/1_Covariate_Extraction_and_Collation) carry out the raw processing of rainfall data (from CHIRPS via Google Earth Engine: https://developers.google.com/earth-engine/datasets/catalog/UCSB-CHG_CHIRPS_DAILY) and a suite of environmental of environmental covariates (sources for each detailed in [0_Raster_Processing.R](./Analyses/1_Covariate_Extraction_and_Collation/0_Raster_Processing.R)) specific to the location each study was carried out in. The total size of these raw data files is >20Gb and they are not provided with the repo - if the raw files are required, they must be redownloaded from the relevant sources. - - Instead, we provide the processed versions of the rainfall data (available in [Location_Specific_CHIRPS_Rainfall](./Datasets/CHIRPS_Rainfall_Data/Location_Specific_CHIRPS_Rainfall)) and environmental variables (available via the GitHub release associated with this repository) specifically required to reproduce the analyses presented here. + - Instead, we provide the processed versions of the rainfall data (available in [Location_Specific_CHIRPS_Rainfall](./Datasets/CHIRPS_Rainfall_Data/Location_Specific_CHIRPS_Rainfall)) and environmental variables (available via the [GitHub Release](https://github.com/cwhittaker1000/anopheleseasonality/releases/tag/v1.0.0) associated with this repository) specifically required to reproduce the analyses presented here. Any issues, please post an issue on this Github repository or feel free to reach out at charles.whittaker16@imperial.ac.uk 😄 From d8f7f2354717de9bbf3f943a5a7139e8988833bf Mon Sep 17 00:00:00 2001 From: Charlie Whittaker Date: Mon, 17 Jan 2022 10:47:07 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0d885a6..b50847d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # anopheleasonality - Seasonality and Dynamics of Indian Anophelines 📈🦟 + +[![DOI](https://zenodo.org/badge/326513361.svg)](https://zenodo.org/badge/latestdoi/326513361) + + + ## Overview This repository contains the code used to analyse the results of a systematic review exploring the seasonality of various Anopheline species endemic to India. This review was carried out in order to identify entomological surveys in which mosquito collections had been conducted monthly (or finer resolution) over a period of at least a year.