Skip to content

Collect data about research papers from scholar.google.com profile of multiple author using Flask

Notifications You must be signed in to change notification settings

Colluded-Projects/pub_collectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a project for SIH2024

If you can see this then the repo is public and our submission was rejected.

Installation

Download the zip file from the release section and extract it

How to Run

Run the app.py using

python3 app.py

Dependency

This application uses Flask framework.

pip3 install flask pandas scholarly requests python-docx openpyxl

What is the project?

This application allows you to upload a Excel file which contains names of authors in the first column with the title author_nm.

graph TD
    A[Input] -- Excel file (Faculty name) --> B[Excel parser]
    B --> D[Name]
    B --> E[Title]
    B --> F[Year]
    B --> G[Venue: Conf./Journal]
    B --> H[Generate Output which accepts queries]
    H --> I[?q=All - Generate publication record presented in conf. AND journal for all years]
    H --> J[?q=y-Journal - Year wise Journal publication record]
    H --> K[?q=y-Conf. - Year wise Conf. publication record]
    H --> L[?q=y-range - publication record based on custom year duration entered]
Loading

How can you contribute?

Upload this on pypl so you can install the project from pip3.

Credits

@San, @kay, @chandinivasana, @Deepikat11

About

Collect data about research papers from scholar.google.com profile of multiple author using Flask

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •