12
Categorical Categorical Relationships in History Relationships in History of InfoVis Publications of InfoVis Publications CS533C Project Update CS533C Project Update by Alex Gukov by Alex Gukov

Categorical Relationships in History of InfoVis Publications

  • Upload
    terri

  • View
    22

  • Download
    0

Embed Size (px)

DESCRIPTION

Categorical Relationships in History of InfoVis Publications. CS533C Project Update by Alex Gukov. Goals. Provide visual overview of InfoVis publication history Author collaboration network Paper co-citation network Identify key influences Major research categories - PowerPoint PPT Presentation

Citation preview

Page 1: Categorical Relationships in History of InfoVis Publications

Categorical Relationships in Categorical Relationships in History of InfoVis PublicationsHistory of InfoVis Publications

CS533C Project Update CS533C Project Update

by Alex Gukovby Alex Gukov

Page 2: Categorical Relationships in History of InfoVis Publications

GoalsGoals

Provide visual overview of InfoVis Provide visual overview of InfoVis publication historypublication history• Author collaboration networkAuthor collaboration network• Paper co-citation networkPaper co-citation network

Identify key influencesIdentify key influences• Major research categoriesMajor research categories• Influential authors and papers within a Influential authors and papers within a

categoriescategories• Related categoriesRelated categories

Page 3: Categorical Relationships in History of InfoVis Publications

DatasetDataset

Filtered 2004 InfoVis Contest dataFiltered 2004 InfoVis Contest data• InfoVis publication history from 1995 to 2002InfoVis publication history from 1995 to 2002• Original data cleaned up by Indiana University Original data cleaned up by Indiana University

contestantscontestants Medium size networkMedium size network

• 614 InfoVis articles with detailed metadata614 InfoVis articles with detailed metadata• 8502 references with limited metadata8502 references with limited metadata• 1036 authors1036 authors

Paper metadataPaper metadata• Title, year, abstract, keywords, Title, year, abstract, keywords,

Page 4: Categorical Relationships in History of InfoVis Publications

Previous WorkPrevious Work

• Node link diagram of Node link diagram of highly cited papers, highly cited papers, published authorspublished authors

• Clearly identifies Clearly identifies important papers, important papers, authors through node authors through node sizesize

• Does not relate authors, Does not relate authors, papers to research papers to research categoriescategories

Indiana University contest entryIndiana University contest entry

Page 5: Categorical Relationships in History of InfoVis Publications

Previous WorkPrevious Work IN-SPIRE by Pacific Northwest National LaboratoryIN-SPIRE by Pacific Northwest National Laboratory

• Scatter plot of Scatter plot of publicationspublications

• Plot positioning based Plot positioning based on themes extracted on themes extracted from metadatafrom metadata

• Clearly identifies Clearly identifies dominant themesdominant themes

• Does not make use of Does not make use of citation datacitation data

Page 6: Categorical Relationships in History of InfoVis Publications

CriticismCriticism

Want to relate publication network Want to relate publication network data with corresponding category data with corresponding category informationinformation

Page 7: Categorical Relationships in History of InfoVis Publications

Proposed VisualizationProposed Visualization Reduce the data set by using highly cited Reduce the data set by using highly cited

papers, published authorspapers, published authors Visualize collaboration and co-citation Visualize collaboration and co-citation

networks with node-link graphsnetworks with node-link graphs Augment the plots with category Augment the plots with category

information using background colorinformation using background color

Page 8: Categorical Relationships in History of InfoVis Publications

Graphing publication Graphing publication networksnetworks Node-link diagrams with papers, authors as Node-link diagrams with papers, authors as

graph nodesgraph nodes Node size proportional to the number of Node size proportional to the number of

received citationsreceived citations Node colorNode color• Paper publication datePaper publication date• Number of papers written by an authorNumber of papers written by an author

Force-directed layout using topology and Force-directed layout using topology and category information as cuescategory information as cues

Page 9: Categorical Relationships in History of InfoVis Publications

Visualizing categoriesVisualizing categories

Identify a small number of categories from Identify a small number of categories from paper metadatapaper metadata• Process titles, abstracts, keywordsProcess titles, abstracts, keywords• Reduce dimensionality, clusterReduce dimensionality, cluster

Partition space around the graph nodes Partition space around the graph nodes after layout is completeafter layout is complete

Color the background of each node with Color the background of each node with corresponding category ( use light colors )corresponding category ( use light colors )• Author is assigned the mean category of his/her Author is assigned the mean category of his/her

publicationspublications

Page 10: Categorical Relationships in History of InfoVis Publications

MockupMockup

Page 11: Categorical Relationships in History of InfoVis Publications

ImplementationImplementation Category identificationCategory identification• Use PCA to reduce noiseUse PCA to reduce noise• Use k-means on the resulting dataUse k-means on the resulting data

Graph visualizationGraph visualization• Prefuse Visualization toolkit(Java)Prefuse Visualization toolkit(Java)• Built-in force-directed layout engineBuilt-in force-directed layout engine

• Background space partitioningBackground space partitioning• Partition using a Voronoi diagramPartition using a Voronoi diagram• Use CGAL geometry toolkit (C++)Use CGAL geometry toolkit (C++)

Page 12: Categorical Relationships in History of InfoVis Publications

Current ProgressCurrent Progress Data graphingData graphing• Setup Prefuse and experimented with a sample Setup Prefuse and experimented with a sample

social network graphing applicationsocial network graphing application Category identificationCategory identification• Access database converted to xmlAccess database converted to xml• Preprocessing data for use in MatlabPreprocessing data for use in Matlab