Skip to content

clarissastaudt/Datenjournalismus_BAfoeG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data journalism: Visualizing BAföG

This project explores datasets regarding BAföG (German student grant system). Emphasis is put on the development of the grant rate and average monthly granted sum over time as well as differences between states.

Structure

project
│   README.md
│   LICENSE
|   ...
│
└─── data
│   │   ...
│   
└─── R
│   │   development.R
│   │   money.R
│   │   helpers.R
│   
└─── website
│   │   ...

The project is divided into three subfolders.

data contains the raw BAföG datasets.

R consists of all R files handling the statistical analysis of the data, whereby development.R deals with all analysis regarding the development of the grant rate over time. money.R conducts calculations concerning financial data, e.g. the development of the average monthly granted sum of money over time. helpers.R contains functions, which are shared between the other two scripts.

The folder website contains all files for the project website, which was implemented with Vue.js. It loads static data that was previously generated by the R scripts.

Results

The resulting project website can be found under: https://datenjournalismus-bafoeg.web.app/#/

License

This project was conducted during the winter term of 2019/2020 as part of the master course "Daten - IT - Kommunikation" at Karlsruher Institut für Technologie.

Concept and Implementation by:

  • Alina Burlakov (KIT)
  • Clarissa Staudt (FU and TU Berlin)
  • Marcus Mikorski (KIT)
  • Nina Neser (KIT)
  • Sun Mengqiong (KIT)

Distributed under GPLv3 License. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published