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

Node color intensity should display rate of adding new articles to the topic #82

Closed dvmorozov closed 2 years ago

dvmorozov commented 2 years ago

Solution

  1. Modify Python-script to compute A exp(-1 (now - publish_time)) for articles in the topic list.
  2. Set up node opacity according to the value. Variable opacity looks more interesting than color intensity. Moreover, groups have fixed colors. In the case of variable intensity, the color should be computed by script.

Alternative

  1. Do opacity computing on JavaScript-side. This will utilize actual client time.

Predecessor

74

Reference

https://www.geeksforgeeks.org/d3-js-color-opacity/