Analyzing Granted Projects of the European Research Council (ERC) to Understand Where Science Money Goes
This repository contains code for the Ben Gurion University "The Art of Analyzing Big Data - The Data Scientist’s Toolbox (372.2.5401)" course project. This code was created with Python(3.10), pandas, numpy and more libraries.
-
Data - ERC data, ERC dates, google scholar publications per year, google scholar citations per year, google coauthors
-
Code - project notebook, grants dates scrapping, google scholar scrapping.
-
Report - Report.
- Clone this repository.
- Open cmd/shell/terminal and go to project folder:
cd ERC_analysis
- Create conda environment:
conda env create -f environment.yml
- Activate conda environment
conda activate env
- Install dependencies
while read requirement; do conda install --yes $requirement; done < requirements.txt
- Run each notebook in the environment.
Please let me know if you find bugs or something that needs to be fixed.
Hope you enjoy.