Twitterverse Exploration

From edegan.com
Revision as of 18:02, 26 July 2016 by GunnyLiu (talk | contribs) (Created page with "{{McNair Projects |Project Title=Twitterverse Exploration (Tool) |Topic Area=Resources and Tools |Owner=Gunny Liu |Start Term=Summer 2016 |Status=Active |Deliverable=Tool |Aud...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


McNair Project
Twitterverse Exploration
Project logo 02.png
Project Information
Project Title
Start Date
Deadline
Primary Billing
Notes
Has project status
Copyright © 2016 edegan.com. All Rights Reserved.



Exploration Notes

NodeXL

  • Summary: Comprehensive in its application of formal graph theory and highly customizable, NodeXL is a MSExcel-based tool that pulls queries tweet data and create graphs populated by nodes (@twitterhandles) and edges (follower/following relationship, mentions, replies, favroites, etc).
  • Operates on Twitter's Streaming API, requires user authentication
  • Demo: In the following test case done by www.pewinternet.org, where user attempted to graph the community activity regarding the topic "pew internet", he entered a list of search strings all including the keywords "pew internet" over a fixed period of 58 days and some misc hours. His edges are created for each mention and reply that appeared in the time bracket. His edge colors and widths are proportional to the number of mentions/replies that occurred between two nodes (users). The color and transparency of his nodes are related to follower values, i.e. how many followers does each node have..
  • Thoughts: In the case of McNair, this can is directly transferrable:
    • Identify trending hashtags of technologies and events, and use them as query inputs - this would give us an idea of the parties involved and directly related to an event
    • Identify trending mentions of new startups, and use them as query inputs - this would tell us what parties are involved with the founding, funding or IPO/Acq of these startups
    • More importantly, NodeXL generates important graph metrics such as:
      • Centrality (Eigenvector centrality, Closeness centrality, Betweenness centrality) - with betweenness centrality being the most obviously useful in telling us which nodes connect subgraphs together
      • Clustering coefficient

TBC