Caleydo / pathfinder

Pathfinder is a tool for the visual exploration of paths in large graphs.
http://pathfinder.caleydo.org/
BSD 3-Clause "New" or "Revised" License
26 stars 8 forks source link

Integrate Citation Network Data #1

Closed alexsb closed 8 years ago

alexsb commented 9 years ago

As a demo dataset we want to visualize co-authorships between InfoVis researchers.

Nodes: People, Papers Edges: Papers? Institutions? Sets: Institutions (could also be nodes), Research Fields (InfoVis, Visualization, HCI), Topic areas (graphs, evaluation, etc), keywords?

We could acquire the data by scraping from google scholar. Here are two scrapers: https://github.com/ckreibich/scholar.py http://www.icir.org/christian/scholar.html

We could use the InfoVis label as a top-level filter: https://scholar.google.com/citations?view_op=search_authors&hl=en&mauthors=label:information_visualization

IEEE Xplore is another option: http://libguides.mit.edu/apis

Microsoft academic search did something like this in the past. It is vastly outdated though.

image

Another project that uses that type of data by Marian Dörk: http://mariandoerk.de/pivotpaths/ This was done at MS research, so probably uses MS data (outdated)

CiteVis by Stasko & co @georgia tech http://www.cc.gatech.edu/gvu/ii/citevis/ This includes the data file - if we're lazy we could just use that: http://www.cc.gatech.edu/gvu/ii/citevis/infovis-citation-data.txt

Another vis using (I guess) this data: http://lliquid.github.io/citematrix/ http://www.cc.gatech.edu/gvu/ii/citevis/VIS25/

sgratzl commented 9 years ago

current dataset to import: http://datahub.io/dataset/dblp

sgratzl commented 9 years ago

problem: the importer crashed while having already a neo4j database of 5GB loaded ~ 700.000 articles which took with the current cypher statement >10h

alexsb commented 9 years ago

OK, either we subset or we use the citevis dataset.

alexsb commented 9 years ago

Any progress on that?

alexsb commented 9 years ago

Or to ask this differently: is the database file somewhere?

sgratzl commented 9 years ago

see gdrive

alexsb commented 8 years ago

Done