GithubHelp home page GithubHelp logo

publishdat's Introduction

publishdat

assimilating and organizing journal publication data

Scrape a bunch of journal publication data Linkcollector.py first scrapes the links and saves in text files. Scraper.py actually goes to each link and saves the url, title, authors, abstract and citations in csv file scraper was written a long time ago, it is very messy and output is not reliable, need to update it.

Data is stored in csv files, rawdata.csv.

#NLTK PROJECT Analyze.py has a bunch of functions that use this data from csv file Insights.py is the higher level functions which generalize the Analyze functions to accept input from user.

Extracted data in other files.

  • cleaned data saved in cleandata.csv
  • author wise info saved as author dictionaries in authordict.csv

Extracts details and rankings of all authors by citations, number of coauthors etc, Extracts author research keywords and finds similar authors using keywords similarity.

#GRAPH PROJECT Grapher.py extracts an undirected graph of authors connected by co-authorship weighted by number of shared citations. saved in graph.csv Also extracts a directed graph of coauthroship, weighted by relative contributions of source author towards target authors citations, saved in bigraph.csv Finds shortest directed path between two authors using Djikstra. graphnodes.csv and graphedges.csv files created for Gephi import format for visualization.

publishdat's People

Contributors

niranjansd avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.