Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 868 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 868 Bytes

PaperLines

This repository contains a dynamic and interactive data visualization project built with Vue.js and D3.js. It provides a unique way to visualize academic papers and their references. Each paper is represented as a node in a force-directed graph, and references between papers are represented as links. Users can click on a node to highlight it and view the paper’s title. The list of referenced papers is also displayed, and clicking on a paper in the list highlights the corresponding node in the graph.

Preview

Sequence.01.mp4

Installation

Get an API key from Semantic Scholar and add it to the .env.local file.

VITE_SEMANTIC_SCHOLAR_API_KEY=

Install packages

npm install

Run server

npm run dev