zambujo / r4data

🚧 Location of projects running under the Swiss Programme for Research on Global Issues for Development (r4d) 🌐

Home Page:https://zambujo.github.io/r4data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swiss research programmes for development

Gitmoji

The goal of this project is to show the projects running under the Swiss Programme for Research on Global Issues for Development (r4d) on the world map.

research-earth.ch proof-of-concept

Data dictionary

projects.csv

Subset of P3_GrantExport.csv from P3.

Attribute Type Description
project_number character P3 grant id
project_title character P3 grant title
funding_instrument factor r4d, SPIRIT, etc.
start_date date %b %Y
end_date date %b %Y
approved_amount integer Grant size in CHF
running boolean Inform whether grant is running
institution character coordinating institution
university character coordinating university

people.csv

Attribute Type Description
project_number character P3 grant id
person_id_snsf character P3 person id
role factor Project as
institute_name character Details
institute_place character Details
institute_id_p3 character P3 institute ID

gmaps.csv

Attribute Type Description
institute_id character P3 institute number
gmaps_id character Google maps id
gmaps_lat numeric Latitude
gmaps_lng numeric Longitude
gmaps_name character Name on google maps
gmaps_addr character Address on google maps
gmaps_www character Webpage on google maps
gmaps_country character Country on google maps

disciplines.csv

Attribute Type Description
project_number character P3 grant id
disciplines character P3 discipline name
tier integer Discipline hierarchy

Explore the raw data.

Schema

Simplified Tree

.
β”œβ”€β”€ DESCRIPTION
β”œβ”€β”€ LICENSE
β”œβ”€β”€ install.R
β”œβ”€β”€ data
β”‚   β”œβ”€β”€ disciplines.csv
β”‚   β”œβ”€β”€ gmaps.csv
β”‚   β”œβ”€β”€ people.csv
β”‚   β”œβ”€β”€ projects.csv
β”‚   └── schema.svg
β”œβ”€β”€ docs
β”‚   └── index.html
β”œβ”€β”€ inst
β”‚   └── extdata
β”‚       └── p3-tables.yml
β”œβ”€β”€ README.md
└── Rmd
    β”œβ”€β”€ explore.Rmd
    └── gather.Rmd

License

Distributed under the MIT License.

Acknowledgments

See list of packages in DESCRIPTION file.

About

🚧 Location of projects running under the Swiss Programme for Research on Global Issues for Development (r4d) 🌐

https://zambujo.github.io/r4data

License:MIT License


Languages

Language:R 84.4%Language:Makefile 15.6%