An exploration and visualization of the participation of ERC member countries in FP8 using R.
The European Research Council (ERC) provides country statistics freely available online. The numbers refer to both evaluated and granted projects submitted to the ERC. Here, the numbers are provided in CSV for analysis.
Variable | Class | Description |
---|---|---|
iso2c | character | iso2c country code |
call_year | integer | 2007 - 2020 |
funding_scheme | factor | StG , CoG , AdG , PoC , SyG |
research_domain | factor | LS , PE , SH |
research_panel | factor | LS1 - SH6 |
projects | factor | evaluated , granted |
n | integer | number of projects |
π‘ The numbers of evaluated projects can be lower than the number granted projects because of researchers' mobility between countries during the time lag between evaluation and approval of projects.
.
βββ DESCRIPTION
βββ Dockerfile
βββ LICENSE
βββ Makefile
βββ R
β βββ indicators.R
β βββ indices.R
β βββ overview.R
β βββ packages.R
β βββ rankings.R
βββ README.md
βββ data
β βββ erc_country_stats.rds
βββ data-raw
β βββ erc_country_stats.csv
β βββ metadata.yml
β βββ prepare.R
βββ docs
β βββ index.html
βββ notebooks
βββ exploration.Rmd
π§ Clone this repo and then run (requires docker):
make run
Distributed under the MIT License.
See list of packages in DESCRIPTION file.