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

Visualise the Citation Tree #40

Open
RichardLitt opened this issue Nov 30, 2014 · 5 comments
Open

Visualise the Citation Tree #40

RichardLitt opened this issue Nov 30, 2014 · 5 comments

Comments

@RichardLitt
Copy link
Member

It would be great if you could visualize the tree of citations you may be interested in following.

Use case: The root is the current document. Throughout the document, you see references to the references. At any point, you can click on a reference (for example, a [1]), and you can see a pop-up with the citation from the references list that corresponds to that number. (The word references is confusing; here, I mean both the footnote number and it's corresponding item). If that document is open access, you can click and follow through to that document. The Sidebar will remain open. If you wish, you can then open a visualization of your current node - the new document - and it's root, the document you were previously on.

Some help to do this in d3: http://nicolashery.com/integrating-d3js-visualizations-in-a-react-app/

@jameswweis
Copy link
Member

Awesome -- glad this made it up here. Adam and I had an image representing this from several months ago. I’ll upload it if I find it.

@RichardLitt
Copy link
Member Author

Yep. But closed until possible.

@RichardLitt
Copy link
Member Author

Perhaps we can use Plot.ly for this.

@RichardLitt
Copy link
Member Author

@jameswweis
Copy link
Member

This is great! Easily downloadable and 29.8GiB for the entire graph.
To build a citation tree, we could just have ‘Paper ID’ as nodes (from the
‘Papers’ dataset), and then draw directed edges from each ‘Paper ID’ to each
‘Paper reference ID’ (from the ‘PaperReferences’ datasets).
Lots of other information here as well, though -- Journals, conferences,
keywords, fields of study -- this is a really rich data set.
I’m happy to process some of this into either a visualization (although we
wouldn’t want it all in memory at once) or some other format that would be
useful.
James W. Weis

On Fri, Sep 18, 2015 at 11:32 AM, Richard Littauer < [email protected] > wrote:
http://blogs.msdn.com/b/msr_ er/archive/2015/06/26/ announcing-the-microsoft-
academic-graph-let-the- research-begin.aspx


Reply to this email directly or view it on GitHub .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants