Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 746 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 746 Bytes

Bibliometrics Project

This project analyzes bibliometric data using Python and pandas library. It performs various analyses on the data and generates insights.

Introduction

This project aims to analyze bibliometric data to gain insights into author affiliations, author keywords, nationality and institutions, and collaboration networks.

Installation

To run this project, you need to have Jupyter Notebook installed. You also need Python and the following libraries:

  • pandas
  • numpy
  • matplotlib==3.7.3 (limited to this version due to seaborn compatibility issues)
  • seaborn
  • networkx

You can install the libraries using the following command:

pip install pandas seaborn networkx numpy
pip install matplotlib==3.7.3