SlideShare ist ein Scribd-Unternehmen logo
1 von 57
NodeXL
Network overview, discovery and exploration
                    for
         Microsoft Excel 2007
        http://www.codeplex.com/nodexl
              Dan Fay (Microsoft Research - Redmond)
                      Cody Dunne (U Maryland)
                         Marc Smith (Telligent)
             Vladimir Barash (MSR Silicon Valley/Cornell)
            Tony Capone (Microsoft Research - Redmond)
        Natasa Milic-Frayling (Microsoft Research - Cambridge)
     Eduarda Mendes Rodrigues (Microsoft Research - Cambridge)
                      Eric Gleave (U Washington)
                       Adam Perer (U Maryland)
                   Ben Shneiderman (U Maryland)
The NodeXL Team
Problem: No network chart in Excel
Problem: No
network chart in
     Excel
NodeXL: Network analysis and visualization tool

• Cyclic Graph data structures have limited
  support in existing Office tools
• Network analysis is of growing importance in
  academic, commercial, and Internet social
  media contexts
• Existing network analysis tools have command
  line interfaces or demand steep learning
  curves
• Many network data sets already live in Excel!
NodeXL: Goal: Make SNA easier
• Existing Social Network Tools are challenging
  for many novice users
• Tools like Excel are widely used
• Leveraging a spreadsheet as a host for SNA
  lowers barriers to network data analysis and
  display
Social Network Analysis Toolkit
        Tools to support the study of the social network structure of
              social media and other directed graph structures




                            User Experience              Computer Scientist
   Sociologist
                        Information Visualization      Algorithmicist for Social
                                                         Network Measures
  “What are the
                        “What are the best UI/UX
   structures of
                         workflows for network         “What are the measures
communication in            analysis tools?”          and algorithms needed for
     scientific                                       understanding networks?”
  discussions?”
8
The Ties that Blind?




                       9
The Ties that Blind?




                 Reply-To Network
                 Network at distance 2 for the most prolific author of the
                 microsoft.public.internetexplorer.general newsgroup
11
Darwin Bell
The Ties that Blind?




           Pajek without modification can
     sometimes reveal structures of great interest.
Mapping
Newsgroup
Social
Ties




Microsoft.public.windowsxp.server.general
                                                   13
    Two “answer people” with an emerging    3rd.
14
Distinguishing attributes:
        • Answer person
          – Outward ties to local isolates
          – Relative absence of triangles
          – Few intense ties


        • Reply Magnet
          – Ties from local isolates often
            inward only
          – Sparse, few triangles
          – Few intense ties


                                             15
Distinguishing attributes:
        • Answer person
          – Outward ties to local isolates
          – Relative absence of triangles
          – Few intense ties


        • Discussion person
          – Ties from local isolates often
            inward only
          – Dense, many triangles
          – Numerous intense ties


                                             16
Clear and consistent signatures
       of an “Answer Person”
                                   100




                                    10




                                    1
                                         0   1   2   4   8   16   32   64




• Light touch to numerous threads initiated by
  someone else
• Most ties are outward to local isolates
• Many more ties to small fish than big fish

                                                                            17
Roles Project
                                                         • Using Netscan
Answer Person, microsoft.public.windows.server.general
                                                           data to derive
                                                           social roles in
                                                           Usenet
Discussion, rec.kites



                                                         • Next steps:
                                                           quantify &
Flame, alt.flame
                                                           explore in more
                                                           depth
Social Support, alt.support.divorce

       PUBLISHED in HICSS, JCMC, JoSS, IEEE Internet
      Communications (special issue on Social Networks)                      18
NodeXL:
Network Overview, Discovery and Exploration
for Excel
• Leverage spreadsheet for storage of edge and
  vertex data
The NodeXL project is

Available via the CodePlex

Open Source Project

Hosting Site:

http://www.codeplex.com/nodexl
NodeXL workflow

data importation > processing > calculation > refinement >
a network graph that tells a useful story
These steps include:

   • Import data from several sources and file formats
   • Scrub data: Merge duplicate edges
   • Calculate network metrics
   • Insert sub-graph images
   • Auto-fill columns (and map data to display attributes):
        - Set shape, color, opacity, size, and label/tooltip
   • Create clusters
   • Show graph
   • Read workbook
   • Adjust layout
   • Layout Again
   • Dynamic Filters – selectively hide edges and nodes
NodeXL: Import data from multiple sources:

                       • Multiple network
                         “spigots” provide
                         edge lists from
                         several common
                         sources and data
                         formats.
Social media platforms are
A source of multiple
Social network data sets:

“Friends”
“Replies”
“Follows”
“Comments”
“Reads”
“Co-edits”
“Co-mentions”
“Hybrids”
Export data to alternate file formats:




  Prepare data for analysis
NodeXL: Import edges from other spreadsheets




• Map data columns from existing spreadsheets
NodeXL: Merge Duplicate Edges (if any)




• Aggregate duplicate edges and add a
  “Tie Strength Column” to store the count of
  “duplicates” (edges could be from multiple
  time slices).
NodeXL: Calculate Network Analytics and Metrics

• Starter library of
  basic network
  measures
• Users may unselect
  resource intensive
  measures
NodeXL: Insert network sub-graph images

• Create “ego-
  centric”
  networks for
  each node in
  the network
• Select number
  of degrees out
  to include
NodeXL:

Display nodes
with subgraph
images
sorted by
network
attributes
using Excel
Data|Sort
NodeXL:
Get reports of   Metric                  Value
                 Graph Type                         Directed
global network
                 Unique Edges                          7,852
metrics          Edges With Duplicates                    0
                 Total Edges                           7,852


                 Self-Loops                              10


                 Vertices                               174


                 Graph Density                   0.260514259
NodeXL: Display whole graph




• Toggle display of whole graph display pane
  with Show/Hide Graph Pane
NodeXL: Create a new whole graph display




• Select “Read Workbook” to load the graph into
  the Display Pane.
• The title “Document Actions” is imposed by Excel
NodeXL: Viewing the whole graph
NodeXL: Using Dynamic Filters to simplify the graph


                          • Each data column
                            (including dates)
                            associated with an
                            edge or vertex is
                            exposed with a slider
                            filter.
                          • Filtered nodes and
                            edges turn gray or
                            become invisible
NodeXL: Apply dynamic filters to the data
NodeXL: Map data to display attributes
• Map Edge
  and Vertex
  attributes
  to size,
  width,
  color,
  opacity,
  and shape
NodeXL: Decorated Network Graphs
NodeXL: filtered, decorated, labeled networks
NodeXL: Clustered networks
NodeXL: Add URLS to Right-click menu of Nodes
NodeXL: Filtered clusters
Right click the canvass to control
attributes of selected nodes
NodeXL: Import social networks from email
NodeXL: Import social networks from email
Systematic Yet Flexible
Network Analysis Tasks
1. Overall network metrics (e.g. number of nodes, number of
   edges, density, diameter)
2. Node rankings (e.g. degree, betweenness, closeness
   centrality)
3. Edge rankings (e.g. weight, betweenness centrality)
4. Node rankings in pairs (e.g. degree vs. betweenness, plotted
   on a scatter gram)
5. Edge rankings in pairs
6. Cohesive subgroups (e.g. finding communities in networks)
7. Multiplexity (e.g. analyzing comparisons between different
   edge types, such as friends vs. enemies)
Shneiderman, Perer, Dunne
Sub Graph                               Whole
     /                                  Graph
 All Time                                  /
                                       All Time




                   Filtering Network
                       Diagrams




      Sub Graph
           /
        Narrow
      Time Slice
                                         Whole
                                         Graph
                                            /
                                         Narrow
                                       Time Slice
Random Layout
Fruchterman-Reingold Layout
          (Dense)
Fruchterman-Reingold Layout
          (Loose)
Random Layout
  (Decorated)
X = In-degree, Y = Out-degree
NodeXL Next Steps
• Enhanced layout controls
  – Smart selection of nodes
• Clustering and composite nodes
  – Add/remove a node to/from a cluster
  – Add/remove a node to/from a composite
• Add social network data sources:
  – Twitter, YouTube, Facebook, Outlook, Messenger,
    etc.
NodeXL Partnerships and community
•   University of Maryland
•   Northwestern University
•   Ohio University
•   Stanford University
•   University of Pennsylvania

7,000 + downloads on Codeplex
NodeXL User tasks and goals
NodeXL
Network overview, discovery and exploration
                    for
         Microsoft Excel 2007
        http://www.codeplex.com/nodexl
              Dan Fay (Microsoft Research - Redmond)
                      Cody Dunne (U Maryland)
                         Marc Smith (Telligent)
             Vladimir Barash (MSR Silicon Valley/Cornell)
            Tony Capone (Microsoft Research - Redmond)
        Natasa Milic-Frayling (Microsoft Research - Cambridge)
     Eduarda Mendes Rodrigues (Microsoft Research - Cambridge)
                      Eric Gleave (U Washington)
                       Adam Perer (U Maryland)
                   Ben Shneiderman (U Maryland)

Weitere ähnliche Inhalte

Was ist angesagt?

A comparative study of social network analysis tools
A comparative study of social network analysis toolsA comparative study of social network analysis tools
A comparative study of social network analysis toolsDavid Combe
 
How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...Jeromy Anglim
 
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Denis Parra Santander
 
New Metrics for New Media Bay Area CIO IT Executives Meetup
New Metrics for New Media Bay Area CIO IT Executives MeetupNew Metrics for New Media Bay Area CIO IT Executives Meetup
New Metrics for New Media Bay Area CIO IT Executives MeetupTatyana Kanzaveli
 
Social Network Visualization 101
Social Network Visualization 101Social Network Visualization 101
Social Network Visualization 101librarianrafia
 
20120301 strata-marc smith-mapping social media networks with no coding using...
20120301 strata-marc smith-mapping social media networks with no coding using...20120301 strata-marc smith-mapping social media networks with no coding using...
20120301 strata-marc smith-mapping social media networks with no coding using...Marc Smith
 
Exploring Social Media with NodeXL
Exploring Social Media with NodeXL Exploring Social Media with NodeXL
Exploring Social Media with NodeXL Shalin Hai-Jew
 
The Basics of Social Network Analysis
The Basics of Social Network AnalysisThe Basics of Social Network Analysis
The Basics of Social Network AnalysisRory Sie
 
Social network analysis intro part I
Social network analysis intro part ISocial network analysis intro part I
Social network analysis intro part ITHomas Plotkowiak
 
Social Network Analysis (SNA) 2018
Social Network Analysis  (SNA) 2018Social Network Analysis  (SNA) 2018
Social Network Analysis (SNA) 2018Arsalan Khan
 
Overview Of Network Analysis Platforms
Overview Of Network Analysis PlatformsOverview Of Network Analysis Platforms
Overview Of Network Analysis PlatformsNoah Flower
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network AnalysisSujoy Bag
 
Social Network Analysis and Visualization
Social Network Analysis and VisualizationSocial Network Analysis and Visualization
Social Network Analysis and VisualizationAlberto Ramirez
 
2000 - CSCW - Conversation Trees and Threaded Chats
2000  - CSCW - Conversation Trees and Threaded Chats2000  - CSCW - Conversation Trees and Threaded Chats
2000 - CSCW - Conversation Trees and Threaded ChatsMarc Smith
 
2000-ACM SIGCHI-The social life of small graphical chat spaces
2000-ACM SIGCHI-The social life of small graphical chat spaces2000-ACM SIGCHI-The social life of small graphical chat spaces
2000-ACM SIGCHI-The social life of small graphical chat spacesMarc Smith
 

Was ist angesagt? (20)

A comparative study of social network analysis tools
A comparative study of social network analysis toolsA comparative study of social network analysis tools
A comparative study of social network analysis tools
 
How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...How to conduct a social network analysis: A tool for empowering teams and wor...
How to conduct a social network analysis: A tool for empowering teams and wor...
 
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
Network Visualization guest lecture at #DataVizQMSS at @Columbia / #SNA at PU...
 
New Metrics for New Media Bay Area CIO IT Executives Meetup
New Metrics for New Media Bay Area CIO IT Executives MeetupNew Metrics for New Media Bay Area CIO IT Executives Meetup
New Metrics for New Media Bay Area CIO IT Executives Meetup
 
Social Network Visualization 101
Social Network Visualization 101Social Network Visualization 101
Social Network Visualization 101
 
20120301 strata-marc smith-mapping social media networks with no coding using...
20120301 strata-marc smith-mapping social media networks with no coding using...20120301 strata-marc smith-mapping social media networks with no coding using...
20120301 strata-marc smith-mapping social media networks with no coding using...
 
Exploring Social Media with NodeXL
Exploring Social Media with NodeXL Exploring Social Media with NodeXL
Exploring Social Media with NodeXL
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
Roles In Networks
Roles In NetworksRoles In Networks
Roles In Networks
 
The Basics of Social Network Analysis
The Basics of Social Network AnalysisThe Basics of Social Network Analysis
The Basics of Social Network Analysis
 
Social network analysis intro part I
Social network analysis intro part ISocial network analysis intro part I
Social network analysis intro part I
 
Social Network Analysis (SNA) 2018
Social Network Analysis  (SNA) 2018Social Network Analysis  (SNA) 2018
Social Network Analysis (SNA) 2018
 
Overview Of Network Analysis Platforms
Overview Of Network Analysis PlatformsOverview Of Network Analysis Platforms
Overview Of Network Analysis Platforms
 
06 Community Detection
06 Community Detection06 Community Detection
06 Community Detection
 
07 Network Visualization
07 Network Visualization07 Network Visualization
07 Network Visualization
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
15 Network Visualization and Communities
15 Network Visualization and Communities15 Network Visualization and Communities
15 Network Visualization and Communities
 
Social Network Analysis and Visualization
Social Network Analysis and VisualizationSocial Network Analysis and Visualization
Social Network Analysis and Visualization
 
2000 - CSCW - Conversation Trees and Threaded Chats
2000  - CSCW - Conversation Trees and Threaded Chats2000  - CSCW - Conversation Trees and Threaded Chats
2000 - CSCW - Conversation Trees and Threaded Chats
 
2000-ACM SIGCHI-The social life of small graphical chat spaces
2000-ACM SIGCHI-The social life of small graphical chat spaces2000-ACM SIGCHI-The social life of small graphical chat spaces
2000-ACM SIGCHI-The social life of small graphical chat spaces
 

Ähnlich wie 2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007

Gephi short introduction
Gephi short introductionGephi short introduction
Gephi short introductionSébastien
 
High-Performance Graph Analysis and Modeling
High-Performance Graph Analysis and ModelingHigh-Performance Graph Analysis and Modeling
High-Performance Graph Analysis and ModelingNesreen K. Ahmed
 
DataStax | Network Analysis Adventure with DSE Graph, DataStax Studio, and Ti...
DataStax | Network Analysis Adventure with DSE Graph, DataStax Studio, and Ti...DataStax | Network Analysis Adventure with DSE Graph, DataStax Studio, and Ti...
DataStax | Network Analysis Adventure with DSE Graph, DataStax Studio, and Ti...DataStax
 
Graph Neural Networks for Recommendations
Graph Neural Networks for RecommendationsGraph Neural Networks for Recommendations
Graph Neural Networks for RecommendationsWQ Fan
 
Chi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic SparklinesChi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic SparklinesLeo Frishberg
 
2009-C&T-NodeXL and social queries - a social media network analysis toolkit
2009-C&T-NodeXL and social queries - a social media network analysis toolkit2009-C&T-NodeXL and social queries - a social media network analysis toolkit
2009-C&T-NodeXL and social queries - a social media network analysis toolkitMarc Smith
 
g-Social - Enhancing e-Science Tools with Social Networking Functionality
g-Social - Enhancing e-Science Tools with Social Networking Functionalityg-Social - Enhancing e-Science Tools with Social Networking Functionality
g-Social - Enhancing e-Science Tools with Social Networking FunctionalityNicholas Loulloudes
 
The world is the computer and the programmer is you
The world is the computer and the programmer is youThe world is the computer and the programmer is you
The world is the computer and the programmer is youDavide Carboni
 
20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworks20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworkstm1966
 
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会Eiji Sekiya
 
Relationships Matter: Using Connected Data for Better Machine Learning
Relationships Matter: Using Connected Data for Better Machine LearningRelationships Matter: Using Connected Data for Better Machine Learning
Relationships Matter: Using Connected Data for Better Machine LearningNeo4j
 
Mining Social Graph Data
Mining Social Graph DataMining Social Graph Data
Mining Social Graph DataDrew Conway
 
SP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with GephiSP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with GephiJohn Breslin
 
Data Structure Graph DMZ #DMZone
Data Structure Graph DMZ #DMZoneData Structure Graph DMZ #DMZone
Data Structure Graph DMZ #DMZoneDoug Needham
 

Ähnlich wie 2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007 (20)

Gephi short introduction
Gephi short introductionGephi short introduction
Gephi short introduction
 
High-Performance Graph Analysis and Modeling
High-Performance Graph Analysis and ModelingHigh-Performance Graph Analysis and Modeling
High-Performance Graph Analysis and Modeling
 
DataStax | Network Analysis Adventure with DSE Graph, DataStax Studio, and Ti...
DataStax | Network Analysis Adventure with DSE Graph, DataStax Studio, and Ti...DataStax | Network Analysis Adventure with DSE Graph, DataStax Studio, and Ti...
DataStax | Network Analysis Adventure with DSE Graph, DataStax Studio, and Ti...
 
Graph Neural Networks for Recommendations
Graph Neural Networks for RecommendationsGraph Neural Networks for Recommendations
Graph Neural Networks for Recommendations
 
Chi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic SparklinesChi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic Sparklines
 
2009-C&T-NodeXL and social queries - a social media network analysis toolkit
2009-C&T-NodeXL and social queries - a social media network analysis toolkit2009-C&T-NodeXL and social queries - a social media network analysis toolkit
2009-C&T-NodeXL and social queries - a social media network analysis toolkit
 
g-Social - Enhancing e-Science Tools with Social Networking Functionality
g-Social - Enhancing e-Science Tools with Social Networking Functionalityg-Social - Enhancing e-Science Tools with Social Networking Functionality
g-Social - Enhancing e-Science Tools with Social Networking Functionality
 
SNAwithNeo4j
SNAwithNeo4jSNAwithNeo4j
SNAwithNeo4j
 
The world is the computer and the programmer is you
The world is the computer and the programmer is youThe world is the computer and the programmer is you
The world is the computer and the programmer is you
 
Manos
ManosManos
Manos
 
20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworks20191107 deeplearningapproachesfornetworks
20191107 deeplearningapproachesfornetworks
 
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会
 
Relationships Matter: Using Connected Data for Better Machine Learning
Relationships Matter: Using Connected Data for Better Machine LearningRelationships Matter: Using Connected Data for Better Machine Learning
Relationships Matter: Using Connected Data for Better Machine Learning
 
F14 lec12graphs
F14 lec12graphsF14 lec12graphs
F14 lec12graphs
 
Mining Social Graph Data
Mining Social Graph DataMining Social Graph Data
Mining Social Graph Data
 
lec6a.ppt
lec6a.pptlec6a.ppt
lec6a.ppt
 
Chug dl presentation
Chug dl presentationChug dl presentation
Chug dl presentation
 
SP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with GephiSP1: Exploratory Network Analysis with Gephi
SP1: Exploratory Network Analysis with Gephi
 
Data Structure Graph DMZ #DMZone
Data Structure Graph DMZ #DMZoneData Structure Graph DMZ #DMZone
Data Structure Graph DMZ #DMZone
 
CINET: A Cyber-Infrastructure for Network Science Overview
CINET: A Cyber-Infrastructure for Network Science OverviewCINET: A Cyber-Infrastructure for Network Science Overview
CINET: A Cyber-Infrastructure for Network Science Overview
 

Mehr von Marc Smith

How to use social media network analysis for amplification
How to use social media network analysis for amplificationHow to use social media network analysis for amplification
How to use social media network analysis for amplificationMarc Smith
 
Think link what is an edge - NodeXL
Think link   what is an edge - NodeXLThink link   what is an edge - NodeXL
Think link what is an edge - NodeXLMarc Smith
 
2017 05-26 NodeXL Twitter search #shakeupshow
2017 05-26 NodeXL Twitter search #shakeupshow2017 05-26 NodeXL Twitter search #shakeupshow
2017 05-26 NodeXL Twitter search #shakeupshowMarc Smith
 
2016 SocialMedia.Org Marc Smith-NodeXL-Social Media SNA
2016 SocialMedia.Org Marc Smith-NodeXL-Social Media SNA2016 SocialMedia.Org Marc Smith-NodeXL-Social Media SNA
2016 SocialMedia.Org Marc Smith-NodeXL-Social Media SNAMarc Smith
 
20151001 charles university prague - marc smith - node xl-picturing political...
20151001 charles university prague - marc smith - node xl-picturing political...20151001 charles university prague - marc smith - node xl-picturing political...
20151001 charles university prague - marc smith - node xl-picturing political...Marc Smith
 
2015 #MMeasure-Marc Smith-NodeXL Mapping social media using social network ma...
2015 #MMeasure-Marc Smith-NodeXL Mapping social media using social network ma...2015 #MMeasure-Marc Smith-NodeXL Mapping social media using social network ma...
2015 #MMeasure-Marc Smith-NodeXL Mapping social media using social network ma...Marc Smith
 
2015 pdf-marc smith-node xl-social media sna
2015 pdf-marc smith-node xl-social media sna2015 pdf-marc smith-node xl-social media sna
2015 pdf-marc smith-node xl-social media snaMarc Smith
 
2014 TheNextWeb-Mapping connections with NodeXL
2014 TheNextWeb-Mapping connections with NodeXL2014 TheNextWeb-Mapping connections with NodeXL
2014 TheNextWeb-Mapping connections with NodeXLMarc Smith
 
Think Link: Network Insights with No Programming Skills
Think Link: Network Insights with No Programming SkillsThink Link: Network Insights with No Programming Skills
Think Link: Network Insights with No Programming SkillsMarc Smith
 
20130724 ted x-marc smith-digital health futures empowerment or coercion
20130724 ted x-marc smith-digital health futures empowerment or coercion20130724 ted x-marc smith-digital health futures empowerment or coercion
20130724 ted x-marc smith-digital health futures empowerment or coercionMarc Smith
 
2013 passbac-marc smith-node xl-sna-social media-formatted
2013 passbac-marc smith-node xl-sna-social media-formatted2013 passbac-marc smith-node xl-sna-social media-formatted
2013 passbac-marc smith-node xl-sna-social media-formattedMarc Smith
 
20121010 marc smith - mapping collections of connections in social media with...
20121010 marc smith - mapping collections of connections in social media with...20121010 marc smith - mapping collections of connections in social media with...
20121010 marc smith - mapping collections of connections in social media with...Marc Smith
 
20121001 pawcon 2012-marc smith - mapping collections of connections in socia...
20121001 pawcon 2012-marc smith - mapping collections of connections in socia...20121001 pawcon 2012-marc smith - mapping collections of connections in socia...
20121001 pawcon 2012-marc smith - mapping collections of connections in socia...Marc Smith
 
2012 ona practitioner-courseflyer
2012 ona practitioner-courseflyer2012 ona practitioner-courseflyer
2012 ona practitioner-courseflyerMarc Smith
 
20120622 web sci12-won-marc smith-semantic and social network analysis of …
20120622 web sci12-won-marc smith-semantic and social network analysis of …20120622 web sci12-won-marc smith-semantic and social network analysis of …
20120622 web sci12-won-marc smith-semantic and social network analysis of …Marc Smith
 
20111123 mwa2011-marc smith
20111123 mwa2011-marc smith20111123 mwa2011-marc smith
20111123 mwa2011-marc smithMarc Smith
 
20111103 con tech2011-marc smith
20111103 con tech2011-marc smith20111103 con tech2011-marc smith
20111103 con tech2011-marc smithMarc Smith
 
2011 IEEE Social Computing Nodexl: Group-In-A-Box
2011 IEEE Social Computing Nodexl: Group-In-A-Box2011 IEEE Social Computing Nodexl: Group-In-A-Box
2011 IEEE Social Computing Nodexl: Group-In-A-BoxMarc Smith
 
20110830 Introducing the Social Media Research Foundation
20110830 Introducing the Social Media Research Foundation20110830 Introducing the Social Media Research Foundation
20110830 Introducing the Social Media Research FoundationMarc Smith
 
Personal Digital Archiving 2011 - Charting Collections of Connections in Soci...
Personal Digital Archiving 2011 - Charting Collections of Connections in Soci...Personal Digital Archiving 2011 - Charting Collections of Connections in Soci...
Personal Digital Archiving 2011 - Charting Collections of Connections in Soci...Marc Smith
 

Mehr von Marc Smith (20)

How to use social media network analysis for amplification
How to use social media network analysis for amplificationHow to use social media network analysis for amplification
How to use social media network analysis for amplification
 
Think link what is an edge - NodeXL
Think link   what is an edge - NodeXLThink link   what is an edge - NodeXL
Think link what is an edge - NodeXL
 
2017 05-26 NodeXL Twitter search #shakeupshow
2017 05-26 NodeXL Twitter search #shakeupshow2017 05-26 NodeXL Twitter search #shakeupshow
2017 05-26 NodeXL Twitter search #shakeupshow
 
2016 SocialMedia.Org Marc Smith-NodeXL-Social Media SNA
2016 SocialMedia.Org Marc Smith-NodeXL-Social Media SNA2016 SocialMedia.Org Marc Smith-NodeXL-Social Media SNA
2016 SocialMedia.Org Marc Smith-NodeXL-Social Media SNA
 
20151001 charles university prague - marc smith - node xl-picturing political...
20151001 charles university prague - marc smith - node xl-picturing political...20151001 charles university prague - marc smith - node xl-picturing political...
20151001 charles university prague - marc smith - node xl-picturing political...
 
2015 #MMeasure-Marc Smith-NodeXL Mapping social media using social network ma...
2015 #MMeasure-Marc Smith-NodeXL Mapping social media using social network ma...2015 #MMeasure-Marc Smith-NodeXL Mapping social media using social network ma...
2015 #MMeasure-Marc Smith-NodeXL Mapping social media using social network ma...
 
2015 pdf-marc smith-node xl-social media sna
2015 pdf-marc smith-node xl-social media sna2015 pdf-marc smith-node xl-social media sna
2015 pdf-marc smith-node xl-social media sna
 
2014 TheNextWeb-Mapping connections with NodeXL
2014 TheNextWeb-Mapping connections with NodeXL2014 TheNextWeb-Mapping connections with NodeXL
2014 TheNextWeb-Mapping connections with NodeXL
 
Think Link: Network Insights with No Programming Skills
Think Link: Network Insights with No Programming SkillsThink Link: Network Insights with No Programming Skills
Think Link: Network Insights with No Programming Skills
 
20130724 ted x-marc smith-digital health futures empowerment or coercion
20130724 ted x-marc smith-digital health futures empowerment or coercion20130724 ted x-marc smith-digital health futures empowerment or coercion
20130724 ted x-marc smith-digital health futures empowerment or coercion
 
2013 passbac-marc smith-node xl-sna-social media-formatted
2013 passbac-marc smith-node xl-sna-social media-formatted2013 passbac-marc smith-node xl-sna-social media-formatted
2013 passbac-marc smith-node xl-sna-social media-formatted
 
20121010 marc smith - mapping collections of connections in social media with...
20121010 marc smith - mapping collections of connections in social media with...20121010 marc smith - mapping collections of connections in social media with...
20121010 marc smith - mapping collections of connections in social media with...
 
20121001 pawcon 2012-marc smith - mapping collections of connections in socia...
20121001 pawcon 2012-marc smith - mapping collections of connections in socia...20121001 pawcon 2012-marc smith - mapping collections of connections in socia...
20121001 pawcon 2012-marc smith - mapping collections of connections in socia...
 
2012 ona practitioner-courseflyer
2012 ona practitioner-courseflyer2012 ona practitioner-courseflyer
2012 ona practitioner-courseflyer
 
20120622 web sci12-won-marc smith-semantic and social network analysis of …
20120622 web sci12-won-marc smith-semantic and social network analysis of …20120622 web sci12-won-marc smith-semantic and social network analysis of …
20120622 web sci12-won-marc smith-semantic and social network analysis of …
 
20111123 mwa2011-marc smith
20111123 mwa2011-marc smith20111123 mwa2011-marc smith
20111123 mwa2011-marc smith
 
20111103 con tech2011-marc smith
20111103 con tech2011-marc smith20111103 con tech2011-marc smith
20111103 con tech2011-marc smith
 
2011 IEEE Social Computing Nodexl: Group-In-A-Box
2011 IEEE Social Computing Nodexl: Group-In-A-Box2011 IEEE Social Computing Nodexl: Group-In-A-Box
2011 IEEE Social Computing Nodexl: Group-In-A-Box
 
20110830 Introducing the Social Media Research Foundation
20110830 Introducing the Social Media Research Foundation20110830 Introducing the Social Media Research Foundation
20110830 Introducing the Social Media Research Foundation
 
Personal Digital Archiving 2011 - Charting Collections of Connections in Soci...
Personal Digital Archiving 2011 - Charting Collections of Connections in Soci...Personal Digital Archiving 2011 - Charting Collections of Connections in Soci...
Personal Digital Archiving 2011 - Charting Collections of Connections in Soci...
 

Kürzlich hochgeladen

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 

Kürzlich hochgeladen (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 

2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007

  • 1. NodeXL Network overview, discovery and exploration for Microsoft Excel 2007 http://www.codeplex.com/nodexl Dan Fay (Microsoft Research - Redmond) Cody Dunne (U Maryland) Marc Smith (Telligent) Vladimir Barash (MSR Silicon Valley/Cornell) Tony Capone (Microsoft Research - Redmond) Natasa Milic-Frayling (Microsoft Research - Cambridge) Eduarda Mendes Rodrigues (Microsoft Research - Cambridge) Eric Gleave (U Washington) Adam Perer (U Maryland) Ben Shneiderman (U Maryland)
  • 3. Problem: No network chart in Excel
  • 5. NodeXL: Network analysis and visualization tool • Cyclic Graph data structures have limited support in existing Office tools • Network analysis is of growing importance in academic, commercial, and Internet social media contexts • Existing network analysis tools have command line interfaces or demand steep learning curves • Many network data sets already live in Excel!
  • 6. NodeXL: Goal: Make SNA easier • Existing Social Network Tools are challenging for many novice users • Tools like Excel are widely used • Leveraging a spreadsheet as a host for SNA lowers barriers to network data analysis and display
  • 7. Social Network Analysis Toolkit Tools to support the study of the social network structure of social media and other directed graph structures User Experience Computer Scientist Sociologist Information Visualization Algorithmicist for Social Network Measures “What are the “What are the best UI/UX structures of workflows for network “What are the measures communication in analysis tools?” and algorithms needed for scientific understanding networks?” discussions?”
  • 8. 8
  • 9. The Ties that Blind? 9
  • 10. The Ties that Blind? Reply-To Network Network at distance 2 for the most prolific author of the microsoft.public.internetexplorer.general newsgroup
  • 12. The Ties that Blind? Pajek without modification can sometimes reveal structures of great interest.
  • 13. Mapping Newsgroup Social Ties Microsoft.public.windowsxp.server.general 13 Two “answer people” with an emerging 3rd.
  • 14. 14
  • 15. Distinguishing attributes: • Answer person – Outward ties to local isolates – Relative absence of triangles – Few intense ties • Reply Magnet – Ties from local isolates often inward only – Sparse, few triangles – Few intense ties 15
  • 16. Distinguishing attributes: • Answer person – Outward ties to local isolates – Relative absence of triangles – Few intense ties • Discussion person – Ties from local isolates often inward only – Dense, many triangles – Numerous intense ties 16
  • 17. Clear and consistent signatures of an “Answer Person” 100 10 1 0 1 2 4 8 16 32 64 • Light touch to numerous threads initiated by someone else • Most ties are outward to local isolates • Many more ties to small fish than big fish 17
  • 18. Roles Project • Using Netscan Answer Person, microsoft.public.windows.server.general data to derive social roles in Usenet Discussion, rec.kites • Next steps: quantify & Flame, alt.flame explore in more depth Social Support, alt.support.divorce PUBLISHED in HICSS, JCMC, JoSS, IEEE Internet Communications (special issue on Social Networks) 18
  • 19. NodeXL: Network Overview, Discovery and Exploration for Excel • Leverage spreadsheet for storage of edge and vertex data
  • 20. The NodeXL project is Available via the CodePlex Open Source Project Hosting Site: http://www.codeplex.com/nodexl
  • 21. NodeXL workflow data importation > processing > calculation > refinement > a network graph that tells a useful story These steps include: • Import data from several sources and file formats • Scrub data: Merge duplicate edges • Calculate network metrics • Insert sub-graph images • Auto-fill columns (and map data to display attributes): - Set shape, color, opacity, size, and label/tooltip • Create clusters • Show graph • Read workbook • Adjust layout • Layout Again • Dynamic Filters – selectively hide edges and nodes
  • 22. NodeXL: Import data from multiple sources: • Multiple network “spigots” provide edge lists from several common sources and data formats.
  • 23. Social media platforms are A source of multiple Social network data sets: “Friends” “Replies” “Follows” “Comments” “Reads” “Co-edits” “Co-mentions” “Hybrids”
  • 24.
  • 25. Export data to alternate file formats: Prepare data for analysis
  • 26. NodeXL: Import edges from other spreadsheets • Map data columns from existing spreadsheets
  • 27. NodeXL: Merge Duplicate Edges (if any) • Aggregate duplicate edges and add a “Tie Strength Column” to store the count of “duplicates” (edges could be from multiple time slices).
  • 28. NodeXL: Calculate Network Analytics and Metrics • Starter library of basic network measures • Users may unselect resource intensive measures
  • 29. NodeXL: Insert network sub-graph images • Create “ego- centric” networks for each node in the network • Select number of degrees out to include
  • 30. NodeXL: Display nodes with subgraph images sorted by network attributes using Excel Data|Sort
  • 31. NodeXL: Get reports of Metric Value Graph Type Directed global network Unique Edges 7,852 metrics Edges With Duplicates 0 Total Edges 7,852 Self-Loops 10 Vertices 174 Graph Density 0.260514259
  • 32. NodeXL: Display whole graph • Toggle display of whole graph display pane with Show/Hide Graph Pane
  • 33. NodeXL: Create a new whole graph display • Select “Read Workbook” to load the graph into the Display Pane. • The title “Document Actions” is imposed by Excel
  • 34. NodeXL: Viewing the whole graph
  • 35. NodeXL: Using Dynamic Filters to simplify the graph • Each data column (including dates) associated with an edge or vertex is exposed with a slider filter. • Filtered nodes and edges turn gray or become invisible
  • 36. NodeXL: Apply dynamic filters to the data
  • 37. NodeXL: Map data to display attributes • Map Edge and Vertex attributes to size, width, color, opacity, and shape
  • 39. NodeXL: filtered, decorated, labeled networks
  • 41. NodeXL: Add URLS to Right-click menu of Nodes
  • 43. Right click the canvass to control attributes of selected nodes
  • 44. NodeXL: Import social networks from email
  • 45. NodeXL: Import social networks from email
  • 46.
  • 47. Systematic Yet Flexible Network Analysis Tasks 1. Overall network metrics (e.g. number of nodes, number of edges, density, diameter) 2. Node rankings (e.g. degree, betweenness, closeness centrality) 3. Edge rankings (e.g. weight, betweenness centrality) 4. Node rankings in pairs (e.g. degree vs. betweenness, plotted on a scatter gram) 5. Edge rankings in pairs 6. Cohesive subgroups (e.g. finding communities in networks) 7. Multiplexity (e.g. analyzing comparisons between different edge types, such as friends vs. enemies) Shneiderman, Perer, Dunne
  • 48. Sub Graph Whole / Graph All Time / All Time Filtering Network Diagrams Sub Graph / Narrow Time Slice Whole Graph / Narrow Time Slice
  • 52. Random Layout (Decorated)
  • 53. X = In-degree, Y = Out-degree
  • 54. NodeXL Next Steps • Enhanced layout controls – Smart selection of nodes • Clustering and composite nodes – Add/remove a node to/from a cluster – Add/remove a node to/from a composite • Add social network data sources: – Twitter, YouTube, Facebook, Outlook, Messenger, etc.
  • 55. NodeXL Partnerships and community • University of Maryland • Northwestern University • Ohio University • Stanford University • University of Pennsylvania 7,000 + downloads on Codeplex
  • 56. NodeXL User tasks and goals
  • 57. NodeXL Network overview, discovery and exploration for Microsoft Excel 2007 http://www.codeplex.com/nodexl Dan Fay (Microsoft Research - Redmond) Cody Dunne (U Maryland) Marc Smith (Telligent) Vladimir Barash (MSR Silicon Valley/Cornell) Tony Capone (Microsoft Research - Redmond) Natasa Milic-Frayling (Microsoft Research - Cambridge) Eduarda Mendes Rodrigues (Microsoft Research - Cambridge) Eric Gleave (U Washington) Adam Perer (U Maryland) Ben Shneiderman (U Maryland)

Hinweis der Redaktion

  1. “You can make a mess.”