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

Pop-up window displaying latest articles by topic #79

Closed dvmorozov closed 1 year ago

dvmorozov commented 1 year ago

Task

  1. Click on any node of graph #74 should display pop-up window showing list of latest articles for the topic. :heavy_check_mark:
  2. Implement script extracting and preparing lists of latest 10 articles for every topic. Sort in time-reverse order. :heavy_check_mark:
  3. Integrate graph with the main page. :heavy_check_mark:
  4. Fill pop-up window with data, create hyperlinks to articles. :heavy_check_mark:

Solution

  1. jQuery dialog is used instead of Bootstrap because it has minimalistic style.
  2. URL is constructed as http://arxiv.org/abs/0705.0123.
  3. Frame is not used for graph.

References

https://arxiv.org/help/find