Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph displaying references hierarchy between articles #92

Open
dvmorozov opened this issue Sep 10, 2022 · 1 comment
Open

Graph displaying references hierarchy between articles #92

dvmorozov opened this issue Sep 10, 2022 · 1 comment
Assignees
Labels
feature New feature

Comments

@dvmorozov
Copy link
Owner

dvmorozov commented Sep 10, 2022

Task

  1. Help find most influential articles in the topic.
  2. Display most influential article in the topic node. ❓

Solution

  1. Implement Python script to compute cumulative number of references through other articles. ✔️
  2. Implement Python script to get list of most influential authorities.
  3. Modify Python script from arxiv-public-datasets to add last updating date.
  4. Implement graph page and JavaScripts to load and visualize data. Use Circle Packing graph.
  5. Add hyperlink opening graph in separate browser tab.

Data

https://www.kaggle.com/datasets/Cornell-University/arxiv
https://github.com/mattbierbaum/arxiv-public-datasets/tree/821d543e9ed9d04426e8a76d471cd94ed92ff994

References

https://pypi.org/project/anytree/
https://www.delftstack.com/howto/python/trees-in-python/

https://pypi.org/project/treelib/
https://treelib.readthedocs.io/en/latest/

Related

#74 #107

@dvmorozov dvmorozov added the feature New feature label Sep 10, 2022
@dvmorozov dvmorozov self-assigned this Sep 10, 2022
@dvmorozov
Copy link
Owner Author

Script from arxiv-public-datasets requires python 3.7.
Use
sudo docker pull python:3.7.14-bullseye
sudo docker run -it -v arxiv-public-datasets-directory:/root python:3.7.14-bullseye /bin/bash

@dvmorozov dvmorozov changed the title Graph displaying cross-references between articles Graph displaying references hierarchy between articles Oct 29, 2022
dvmorozov added a commit that referenced this issue Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant