Git Product home page Git Product logo

wicked-problem-unu's Introduction

Nexus_Wicked-Problems-UNU

A Python and SQL implementation to find patterns in 7000 publication metadata from SCOPUS

This is a part of Wicked Science project from United Nations University - FLORES, Dresden.

We were curious about how the different problem sructure keywords (Wicked, Complex, Uncertain and Conflict) trends with Social Science Dimension (Policy and Governance) in Resource Nexus (Water,Soil, Food, Waste and Energy) around different regions in the world.

We first downloaded the csv data from Scopus using the following keyword combination:

( AUTHKEY ( wicked* ) OR AUTHKEY ( uncertain* ) OR AUTHKEY ( complex* ) OR AUTHKEY ( conflict* ) AND AUTHKEY ( "Water" ) OR AUTHKEY ( "Soil" ) OR AUTHKEY ( "Waste" ) OR AUTHKEY ( "Energy" ) OR AUTHKEY ( "Food" ) AND AUTHKEY ( "Governance" ) OR AUTHKEY ( "Policy" ) ) OR ( TITLE ( wicked* ) OR TITLE ( uncertain* ) OR TITLE ( complex* ) OR TITLE ( conflict* ) AND TITLE ( "Water" ) OR TITLE ( "Soil" ) OR TITLE ( "Waste" ) OR TITLE ( "Energy" ) OR TITLE ( "Food" ) AND TITLE ( "Governance" ) OR TITLE ( "Policy" ) ) OR ( ABS ( wicked* ) OR ABS ( uncertain* ) OR ABS ( complex* ) OR ABS ( conflict* ) AND ABS ( "Water" ) OR ABS ( "Soil" ) OR ABS ( "Waste" ) OR ABS ( "Energy" ) OR ABS ( "Food" ) AND ABS ( "Governance" ) OR ABS ( "Policy" ) ) AND ( LIMIT-TO ( SUBJAREA , "SOCI" ) ) AND ( EXCLUDE ( PUBYEAR , 2021 ) ) AND ( LIMIT-TO ( LANGUAGE , "English" ) )

This Generated a 7041 results!

image

We download the following data image

Data Cleaning and concatnation(Tool: Python, Compiler: Google Colab)

However we mostly need the author name, author keywords, title, abstract and their affiliation. Scopus allows only data of 2000 at a time thus the data was downloaded in 4 year wise chunks

  1. 1953-2010.csv
  2. 2011-2014.csv
  3. 2015-2017.csv
  4. 2018-2010.csv A python joiner was built using pandas framework to join the files The joined file is named as: 1953-2020.csv 1953-2020.xlsx

assign an index and outputting a csv file for pattern matching in SQL

SQL Pattern Matching (Tool: PostGreSQL) Structure

the pattern matching in intended to find co-occurance or the intersections of the keywords of Problem Structure, Social Science Dimensions and Resource Nexus. The implementation

Problem Structure:

  1. Wicked
  2. Conflict
  3. Complex
  4. Uncertain

Social Science Dimensions:

  1. Governance
  2. Policy

Resource Nexus:

  1. Water
  2. Soil
  3. Food
  4. Energy
  5. Waste

The details of column creation, pattern matching codes, formulas are listed in this file

The results are included in the results folder

Country/ Regional Diffusion (Tool: Google Sheet)

We were curious about how over the time the keywords diffused in different regions globally to find a trend in publication. The results was generated from the affiliation column by detecting countries abd joining the results from the SQL outputs

wicked-problem-unu's People

Contributors

akifnu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.