|
1 | 1 | # NCD Risk Factor: Physical Inactivity |
2 | 2 |
|
3 | | -The original intention of this repository is to provide a translation of the risk factor `NC_RFInactivity` from Spectrum. |
4 | | -After this, the risk factor, and its interventions, can be modified as new releases of the model(s). |
5 | | - |
6 | | -## Data sources |
7 | | -- TYPE_OF_DATA: FILEPATH_OF_EXCEL_WORKBOOK -> WORKSHEET_NAME |
8 | | -- Prevalence: ./data/GBD_Country_Data.xlsx -> PIA_Guthold_2018 |
9 | | -- Relative Risks: ./data/RiskFactorData.xls -> RR |
10 | | -- Impact Factors: ./data/RiskFactorData.xls -> ImpactFactors |
11 | | - |
12 | | -# Intervention Mapping |
13 | | -## P1 Provide physical activity assessment, counselling, and behaviour change support as part of routine primary health care services through the use of a brief intervention |
14 | | -- Brief advice as part of routine care 95% |
15 | | -## P2 Implement sustained, population wide, best practice communication campaigns to promote physical activity, with links to community-based programmes and environmental improvements to enable and support behaviour change. |
16 | | -- Awareness campaigns to encourage increased physical activity 95% |
| 3 | +## Overview |
| 4 | + |
| 5 | +This repository provides a translation of the risk factor `NC_RFInactivity` from Spectrum. It serves as a foundation for future modifications of the risk factor and its associated interventions as new model releases become available. |
| 6 | + |
| 7 | +## Data Components |
| 8 | + |
| 9 | +Risk Factors analysis requires three types of data: |
| 10 | + |
| 11 | +1. Prevalence |
| 12 | +2. Relative Risks |
| 13 | +3. Intervention Impacts (Impact Factors) |
| 14 | + |
| 15 | +### Data Sources |
| 16 | + |
| 17 | +| Data Type | File Path | Worksheet Name | |
| 18 | +|-----------|-----------|----------------| |
| 19 | +| Prevalence | `./data/GBD_Country_Data.xlsx` | PIA_Guthold_2018 | |
| 20 | +| Relative Risks | `./data/RiskFactorData.xls` | RR | |
| 21 | +| Impact Factors | `./data/RiskFactorData.xls` | ImpactFactors | |
| 22 | + |
| 23 | +### Accessing the Data |
| 24 | + |
| 25 | +The Spectrum data is available in the `data/` directory of this repository. |
| 26 | + |
| 27 | +For a computer-friendly version of this data: |
| 28 | + |
| 29 | +1. Clone this repository |
| 30 | +2. Run the `./extract_data.sh` script |
| 31 | + |
| 32 | +**Prerequisites:** |
| 33 | +- Bash shell |
| 34 | +- Python (accessible via `python` command) |
| 35 | + |
| 36 | +## Interventions |
| 37 | + |
| 38 | +### P1: Primary Care Integration |
| 39 | + |
| 40 | +**Intervention:** Provide physical activity assessment, counselling, and behaviour change support as part of routine primary health care services through the use of a brief intervention. |
| 41 | + |
| 42 | +**Implementation:** |
| 43 | +- Brief advice as part of routine care (95% coverage) |
| 44 | + |
| 45 | +### P2: Population-wide Communication Campaigns |
| 46 | + |
| 47 | +**Intervention:** Implement sustained, population-wide, best practice communication campaigns to promote physical activity, with links to community-based programmes and environmental improvements to enable and support behaviour change. |
| 48 | + |
| 49 | +**Implementation:** |
| 50 | +- Awareness campaigns to encourage increased physical activity (95% coverage) |
| 51 | + |
| 52 | +## Contributing |
| 53 | + |
| 54 | +[Notes on how to contribute] |
| 55 | + |
| 56 | +## License |
| 57 | + |
| 58 | +[Insert appropriate license information here] |
| 59 | + |
| 60 | +## Contact |
| 61 | + |
| 62 | +For questions or further information, please contact [insert contact information]. |
0 commit comments