https://github.com/ibttf/isolation-index
Independent research project tracking risk factors for social isolation in different US counties.
https://github.com/ibttf/isolation-index
data-science data-visualization gis mapbox psychology react
Last synced: 5 months ago
JSON representation
Independent research project tracking risk factors for social isolation in different US counties.
- Host: GitHub
- URL: https://github.com/ibttf/isolation-index
- Owner: ibttf
- Created: 2023-09-01T05:50:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T22:12:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T18:39:19.763Z (6 months ago)
- Topics: data-science, data-visualization, gis, mapbox, psychology, react
- Language: JavaScript
- Homepage: https://isolationindex.com
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Isolation Index
Interactive map and research project that displays risk factors most related to social isolation, and the American counties that are most affected by them respectively.
Deployed on https://isolationindex.com
## Table of Contents
- [General Info](#general-information)
- [GitHub Repo](#github-repo)
- [Technologies Used](#technologies-used)
- [Setup](#setup)
- [Usage](#usage)
- [Project Status](#project-status)
- [Room for Improvement](#room-for-improvement)## General Information
This project was built independently using React and Jupyter Notebook.## GitHub Repo
- [Monorepo] https://github.com/roylee0912/isolation-index
## Technologies Used
- React 17.0.2
- Jupyter Notebook
- Python
- Pandas
- Numpy## Environment Setup
### Clone repository
**clone** the project repository from github: [https://github.com/roylee0912/revieword](https://github.com/roylee0912/isolation-index)
```console
$ git clone https://github.com/roylee0912/isolation-index
```### Application Install
When you're ready to start building your project, run:
```sh
cd
npm install
npm start```
## Usage
1. [`View the Map`] After about a 20 second loading phase, you should see every US county outlined on the map in light red. There will be a toggle to show state boundaries that only loads after the map does.
2. [`Risk Factors`] Below the map, there is an ordered list of risk factors for social isolation. Click on the risk factor name to read more about it, and click on the checkbox next to the name to see it toggled on the map.
3. [`References`] to see every reference used in the research portion of the project, click on "References."
## Project Status
- Project is: _in progress_.
## Room for Improvement
- Add a toggle to see data for individual states instead of counties.
- Add a loading screen while the map loads.