dvmorozov / arxiv

ArxivExpress - arxiv.org client for Android and iOS, ArxivNavigator - interactive arxiv.org metadata visualization. I would appreciate any way of contributing: GitHub issue, email or pull request.
https://dvmorozov.github.io/arxiv/
Other
0 stars 0 forks source link

Graph displaying rate of adding articles by topic #83

Closed dvmorozov closed 2 years ago

dvmorozov commented 2 years ago

Solution

  1. Use bar-chart representing number of articles for given topic by year. :heavy_check_mark:
  2. Implement script extracting data and saving it as JavaScript-file. :heavy_check_mark:
  3. Add graph into pop-up window which is displayed by mouse click on a node in the main graph #74 (make tab control). :heavy_check_mark:

References

https://d3-graph-gallery.com/graph/custom_axis.html#axislabels https://observablehq.com/@d3/bar-chart-transitions https://observablehq.com/@d3/bar-chart https://jqueryui.com/tabs/