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

Set node group as the first part of topic name #86

Closed dvmorozov closed 2 years ago

dvmorozov commented 2 years ago

Task

Set node group as the first part of topic name to reduce number of groups and display close topics, not necessarily related by articles

Solution

  1. Modify Python-script to set up node group as the first part of topic identifier. :heavy_check_mark:
  2. Modify JavaScript to display node group by color. :heavy_check_mark:

Predecessor

74