Git Product home page Git Product logo

researchvisualizer's Introduction

ResearchVisualizer

A tool for visualizing and exploring research publications. Given the vast collection of research literature that exists and is being produced, searching for the right documents is a challenging problem. This is especially true for someone exploring a new area with little background. ResearchVisualizer aims to fix that by using visualization techniques to make the search process easy.

The tool stores publication metadata as a json file with the following schema:

{ "id" : Int, "title" : String, "authors" : List, "abstract" : String, "keywords" : Option[List], "type" : Int, "venue" : String, "year" : Int }

Type encodes the type of publication (0-conference, 1-journal, 2-book)

Citations are stored as links between papers

{ "source" : Int, "target" : Int }

Running locally: Open a terminal and cd to the project directory. Then start a local server. A simply python server should suffice: python -m SimpleHTTPServer 8888

Then open your browser and go to localhost:8888/publications.html

This will open the primary publications visualization.

Dependencies: This tool uses the following Javascript libraries:

  1. d3.js (http://d3js.org)
  2. underscore.js (http://underscorejs.org/)

researchvisualizer's People

Contributors

nishanttotla avatar

Watchers

 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.