Team Members (in alphabetical order)
- Core Team: Qinyue Hao, Jasmine Hwang, Dan Li, Peishan Li, Rina Shin, Connie Xu, Hanyu Zhang
- Supporting Team: Zhiwen Huang, Cara Latinazo, Xingchen Li, Soobin Oh, Lizabeth Singh, Mengying Xu, Tianqing Zhou
This project is developed by graduate students in the Social Sciences program of Columbia University in collaboration with the UN SDG Fund. The objectives of this project is to develop models that could define and quantitatively measure the networks among the 17 Sustainable Development Goals (SDG). To do this we built two models, one text model based on indicator descriptions from UN SDG Indicator Metadata, and coefficient networks based on coefficients calculated using UN SDG Indicator Database. The team also looks at the similarity between the two models, and the generalizability of the network model from the two example countries. The importance of this project lies in the context that the different domains of SDGs are interconnected and cannot be effectively resolved without being considered as interdependent, and the fact that although this networks should be both theoretical and evidence-based, few research have been conducted to validate their empirial groundings.
Languages used include Python and R.
Additional information about the project can be found on the project slides here
Team member contact information can also be found on the slides.
For the coefficient model chooses two specific countries, Indonesia and Guatemala.
The two countries were chosen considering countries of interest from the UN Joint SDG Fund, geographical distribution differences, similarities in factors such as population density, political stability, etc., as well as relative data availability.
For the coefficient model, the team is looking at data starting from 2012 to 2020.
-
Text Model
-
Coefficient Social Network Model
-
QAP Analysis
-
Other Visualization works could be seen in the seperate folder on GitHub as well as in the team's final presentation slides.
-
Text Model
-
Coefficient Social Network Model
- UN_SDG_2_Functions.py This python package includes a function called preprocess. If users
import UN_SDG_2_Functions
, read an SDG file (2012-2021) CSV from the API, they can use this function to directly pivot data into indicator metric / time (year) format.
-
QAP Analysis
-
Data Visualization
Original data sources include:
Preprocessed data:
-
Text Model
-
Coefficient Social Network Model
- Indonesia.csv: contains data of UN SDG Indicators for Indonesia from 2012 to 2021 (Output from the code)
- Guatemala.csv: contains data of UN SDG Indicators for Guatemala from 2012 to 2021 (Output from the code)
- QAP Analysis
Note: If users have feedback, please feel free to contact our team with questions, issues, and concerns.