edsu / etudier

Extract a citation network from Google Scholar
161 stars 27 forks source link

Improve D3 visualization and README #10

Closed Neo-101-zz closed 2 years ago

Neo-101-zz commented 5 years ago

Inspired by eyaler, D3 visualization is improved. Following features are added:

Corresponding parts of README is modified too.

html output before modification:

屏幕快照 2019-09-08 上午10 56 02

html output after modification:

屏幕快照 2019-09-08 上午10 52 54

It seems that the title and author of nodes overlap. But user can easy distinguish them by panning, zooming and highlighting

p16i commented 4 years ago

What do you think if we show the title and author names of certain nodes? For example, we can show only the attributes only for articles with more than x citations. For the other nodes, we show only when a mouse hovers on them.

edsu commented 3 years ago

omg, how did I miss this! I'm going to try to resolve the conflict and see if there is still a chance of merging this because it looks awesome!

edsu commented 2 years ago

I did merge this in and modified it pretty heavily, mostly to format the code, remove things that weren't being used, and then made some improvements like showing the citation direction, and using networkx for neighborhood detection. Thanks for the prod to making it better!