Skip to content
/ bibVis Public

visualize your BibTex file by year, Top Journals and Top Authors

License

Notifications You must be signed in to change notification settings

ithar14/bibVis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo MIT License

description

a tool for scholars and academics to evaluate their BibTex files and generate charts by Year, Top Journals, and Top Authors. These visualizations make it simple to spot trends and patterns in the data.

Dev Process : The relevant fields of the uploaded file are retrieved using Regex, converted to JSON data, and visualized using d3.js.

Tools: { HTML,CSS,JavaScript, JSON, d3.js };

check it out at .bibVis

todo

  • interactive pie chart
  • add value to bar chart
  • first/last name
  • drag and drop function