Welcome to the Epi-Lab, the public research hub of The Red Cell Theory! This repository is dedicated to to our research conducted in a participatory manner with our community. I believe in open science and transparency, containing shared datasets, statistical scripts, and results from our various participatory research initiatives.
This repository houses all the components of our research projects, from raw data to final reports. The structure is designed to make our methods and findings as clear and reproducible as possible.
epi-lab/
βββ datasets/ # Datasets used in our analyses
β βββ cleaned/ # Processed and cleaned data files
β βββ raw/ # Original, untouched raw data
βββ documentation/ # Data dictionaries, codebooks, and project info
βββ methods/ # Research protocols and questionnaires
βββ results/ # Visualizations, graphics, and reports
βββ scripts/ # R, Python, or other analysis scripts
βββ CONTRIBUTIONS.md # Guidelines for community contributions
βββ README.md # This file
datasets/
: Contains the data for our studies. We separateraw/
data (the original, unaltered files) fromcleaned/
data (files that have been processed for analysis).documentation/
: Includes essential information for understanding the datasets, such as data dictionaries (explaining variables) and codebooks.methods/
: Holds documents detailing our research methodologies, including study protocols and the questionnaires used for data collection.results/
: The outputs of our analyses. This includesgraphics/
(plots, charts) andreports/
(summaries, articles).scripts/
: Contains the code (e.g., in R or Python) used to clean the data and perform the statistical analyses, ensuring our results can be independently verified.
- Data Files: Primarily in
.csv
or.json
formats. - Scripts: Mostly written in
R
,Python
orStata
. - Documents: In Markdown (
.md
) or PDF (.pdf
) format.
This is a participatory project, and we welcome contributions! Whether it's suggesting a new analysis, helping to clean data, or providing feedback on our methods, your input is valuable. Please see the CONTRIBUTIONS.md
file for more details on how to get involved. If you have questions or ideas, feel free to open an issue.