readme.md

TopicFundeR

TopicFunder is an R package that extracts funding information from the DFG-Database (GEPRIS) and produces dataframes for further analysis and visualization. It originated as a by-product of a master's thesis at the University of Oldenburg, Germany and is developed and maintained by Nico Blokker and Alena Klenke.

Disclaimer

The software in this package is for educational purposes only. It is provided WITHOUT ANY WARRANTY. USE AT YOUR OWN RISK! See LICENSE.txt for further information.

Installation

devtools::install_github('NicoB-UOL/TopicFunder')

What does it do?

The package scrapes information from the GEPRIS-database of the DFG (Deutsche Forschungsgemeinschaft): http://gepris.dfg.de. Since there is no API (yet) it can be used to build and analyze dataframes.

Usage

TL;DR:

Enter a name and get a dataframe back, which you can plot as a network

library(TopicFundeR)
name <- "Nüsslein-Volhard, Christiane"
df <- meta_fun(name, reqtime = 5)
plotteR(df)

Longer version

get_names("Biologie", hits = 5)
## See 'http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/index.jsp' for structure details
## for example set 'fachkollegium' to 201 and 'fach' to 20105

##                          names  ids
## 1              Fromherz, Peter 5470
## 2       Grieshaber, Manfred K. 5564
## 3     Meyer, Elisabeth Irmgard 5981
## 4 Nüsslein-Volhard, Christiane 6080
## 5              Rottland, Franz 6235


NicoB-UOL/TopicFunder documentation built on Aug. 1, 2019, 5:20 p.m.