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

ZerolAcqua/bibliometrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published