SlideShare a Scribd company logo
1 of 26
ANURADHA CHAKRABORTY (10BM60014)
    MAYANK MOHAN (10BM60048)
   WHAT IS NODEXL?
     “NodeXL is a free, open-source template for
     Microsoft® Excel® 2007 and 2010 that makes it
     easy to explore network graphs. With NodeXL, a
     network edge list can be entered in a worksheet, a
     button can be clicked and graph can be seen, all in
     the familiar environment of the Excel window”

   WHO WILL REQUIRE IT?
    Students who are learning social media network
     analysis
    Professionals who are interested in applying
     network analysis to business problems
WHY IS IT EASY-TO-USE AND APPROPRIATE?

Builds on the familiar spreadsheet paradigm
Provide an easy-to-use tool for nonprogrammers
  A variety of visual properties
  Supports powerful filtering
  Calculates frequently used network metrics
  Offers rich support for diverse visual network layouts
Includes powerful automated features, while allowing for
 manual control graphical design
Integrates metrics, statistical methods, and visualization:
 gains the benefit of all three approaches.
Supports work with modest-sized networks of several
 thousand vertices
STEP 1: IMPORT DATA

To know how to import
data, watch our video:

http://youtu.be/39yXz7
2qdow
STEP 2: TAG NAMES TO VERTICES AND FILTER DATA
STEP 3: CLUSTER THE DATA
   FACEBOOK
   TWITTER
   YOUTUBE
   MAIL
   FLICKR
   and a lot of other social networking sites..
   Search word:
    “Kahaani”
   Limit : 300
   We effectively
    found out the
    two people
    who were
    most effective
    in the
    conversation
   Search word: “Blood
    Cancer”
   Limit : 300
   It is evident that
    Social messages are
    more re-tweeted
    than advertisements
    or other breaking
    news
   We effectively found
    out the two people
    who were most
    effective in the
    conversation
   And finally…
   We searched respectively
    1. “Nike Discount”
    2. “Adidas Discount”
   Search Limit: 300
   What have we found?
“ADIDAS DISCOUNT” vs “NIKE DISCOUNT”
   Search word:
    “Kahaani”
   Limit : 300
   We effectively
    found out the
    two people
    who were
    most effective
    in the
    conversation
   Search word:
    “Kahaani”
   Limit : 300
   We effectively
    found out the
    two people
    who were
    most effective
    in the
    conversation
   Search word:
    “Kahaani”
   Limit : 300
   We effectively
    found out the
    two people
    who were
    most effective
    in the
    conversation
   Search word:
    “Kahaani”
   Limit : 300
   We effectively
    found out the
    two people
    who were
    most effective
    in the
    conversation
   Search word:
    “Kahaani”
   Limit : 300
   We effectively
    found out the
    two people
    who were
    most effective
    in the
    conversation
   Search word:
    “Kahaani”
   Limit : 300
   We effectively
    found out the
    two people
    who were
    most effective
    in the
    conversation
   Flexible Import and Export Import and export graphs in GraphML, Pajek, UCINet,
    and matrix formats
   Direct Connections to Social Networks Import social networks directly from Twitter,
    YouTube, Flickr and email, or use one of several available plug-ins to get networks
    from Facebook, Exchange and WWW hyperlinks.
   Zoom and Scale Zoom into areas of interest, and scale the graph's vertices to reduce
    clutter.
   Flexible Layout Use one of several "force-directed" algorithms to lay out the graph,
    or drag vertices around with the mouse. Have NodeXL move all of the graph's smaller
    connected components to the bottom of the graph to focus on what's important.
   Easily Adjusted Appearance Set the color, shape, size, label, and opacity of
    individual vertices by filling in worksheet cells, or let NodeXL do it for you based on
    vertex attributes such as degree, betweenness centrality or PageRank.
   Dynamic Filtering Instantly hide vertices and edges using a set of sliders—hide all
    vertices with degree less than five, for example.
   Powerful Vertex Grouping Group the graph's vertices by common attributes, or have
    NodeXL analyze their connectedness and automatically group them into clusters.
    Make groups distinguishable using shapes and color, collapse them with a few clicks,
    or put each group in its own box within the graph. "Bundle" intergroup edges to
    make them more manageable.
   Graph Metric Calculations Easily calculate degree, betweenness centrality, closeness
    centrality, eigenvector centrality, PageRank, clustering coefficient, graph density and
    more.
   Task Automation Perform a set of repeated tasks with a single click
WHAT IS A NETWORK?

   “A network or graph is defined as a collection
    of n nodes connected by m edges.
   A network can be
    ◦ Directed: The edges point in one direction
    ◦ Undirected: The edges go in both directions
   Hypergraph :The graphs where the edges can
    join more than two vertices together.
    The edges can be weighted, contain self
    loops, and have different properties within
    the edges or nodes
VERTICES
   In graph theory, a vertex (plural vertices) or node is the
    fundamental unit out of which graphs are formed: an undirected
    graph consists of a set of vertices and a set of edges (unordered
    pairs of vertices), while a directed graph consists of a set of
    vertices and a set of arcs (ordered pairs of vertices)

                        EDGES
   A set of two vertices or an ordered pair, in the case of a directed
    graph
   An edge (a set of two elements) is drawn as a line connecting two
    vertices, called endpoints or (less often) end-vertices
   An edge with end-vertices x and y is denoted by xy (without any
    symbol in between)
   The edge set of G is usually denoted by E(G), or E when there is
    no danger of confusion.
   The size of a graph is the number of its edges, i.e. |E(G)|
TYPES OF NETWORK ANALYSIS METRICS

        AGGREGATE NETWORK METRICS
   A number of metrics describe entire networks
   In some cases, a single network is broken into several disconnected pieces, called
    components
   Example: Network density can be used to systematically compare
    communities, helping analysts decide which communities are highly
    connected and which are sparse

        VERTEX SPECIFIC NETWORK METRICS
   Identifies individuals’ positions within a network
   Paramount among these is the set of centrality measures, which describe how a
    particular vertex can be said to be in the “middle” of a network. It emerges from the
    concept that A person with fewer connections might have more “important”
    connections than someone with more connections
   The following centrality metrics provide quantifiable measures for these concepts:
    ◦    Degree Centrality
    ◦    Betweenness Centralities: Bridge Scores for Boundary Spanner
    ◦    Closeness Centrality: Distance Scores for Broadly Connected People
    ◦    Eigenvector Centrality: Influence Scores for Strategically Connected People
   Degree Centrality
    ◦ Degree centrality is a simple count of the total number of
      connections/edges linked to a vertex
    ◦ It can be thought of as a kind of popularity measure, but a crude one that
      does not recognize a difference between quantity and quality
    ◦ For directed networks, there are two measures of degree: In-degree and
      Out-degree
   Betweenness Centralities: Bridge Scores for Boundary Spanner
    ◦ The distance between vertices who are not neighbors is measured by the
      smallest number of neighbor-to-neighbor hops from one to the other
    ◦ Geo-desic Distance: the shortest path
    ◦ Example: a broker
   Closeness Centrality: Distance Scores for Broadly Connected
    People
    ◦ capturing the average distance between a vertex and every other vertex in
      the network
   Eigenvector Centrality: Influence Scores for Strategically
    Connected People
    ◦ allows for connections to have a variable value, so that connecting to
      some vertices has more benefit than connecting to other
    ◦ Example: Page Rank Algorithm by Google Search Engine
   HOW ARE THE DATA REPRESENTED?
    ◦ Matrix
    ◦ Edge list
   WHAT ARE THE TYPES OF NETWORK?
    ◦   Full and Partial Network
    ◦   Egocentric Network
    ◦   Unimodal Network
    ◦   Bimodal or Affiliation Network
    ◦   Multimodal Network
    ◦   Multiplex Network
HOW CAN NODEXL HELP USERS?
 1. GRAPH METRICS:
    a) Insights about a person’s position within the network,
       helping to identify important or “central” people:
       analysts and managers can better know who to contact
       or influence or bring to the table when trying to
       implement new programs or gain broader
       understanding
    b) identify cliques or persistent social roles that show up in
       many communities
 2. CLUSTERING
    a)   can help identify competing or complementary groups,
         potential allies to form a powerful group, and
         individuals who can connect you to a new group.
 3. NATURE OF THE EGO
   a)    Social Media is a very low-cost advertisement medium
         provided you know the track record of your ego
NodeXL Social Network Analysis Tool

More Related Content

What's hot

Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Xiaohan Zeng
 
Social Network Visualization 101
Social Network Visualization 101Social Network Visualization 101
Social Network Visualization 101librarianrafia
 
Social Network Analysis (SNA) 2018
Social Network Analysis  (SNA) 2018Social Network Analysis  (SNA) 2018
Social Network Analysis (SNA) 2018Arsalan Khan
 
It’s a “small world” after all
It’s a “small world” after allIt’s a “small world” after all
It’s a “small world” after allquanmengli
 
Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview. Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview. Doug Needham
 
The Basics of Social Network Analysis
The Basics of Social Network AnalysisThe Basics of Social Network Analysis
The Basics of Social Network AnalysisRory Sie
 
2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007
2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 20072009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007
2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007Marc Smith
 
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...BAINIDA
 
2009 December NodeXL Overview
2009 December NodeXL Overview2009 December NodeXL Overview
2009 December NodeXL OverviewMarc Smith
 
Overview Of Network Analysis Platforms
Overview Of Network Analysis PlatformsOverview Of Network Analysis Platforms
Overview Of Network Analysis PlatformsNoah Flower
 
NE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISNE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISrathnaarul
 
Social network analysis intro part I
Social network analysis intro part ISocial network analysis intro part I
Social network analysis intro part ITHomas Plotkowiak
 
Introduction to Social Network Analysis
Introduction to Social Network AnalysisIntroduction to Social Network Analysis
Introduction to Social Network AnalysisPremsankar Chakkingal
 
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
 
CS6010 Social Network Analysis Unit III
CS6010 Social Network Analysis   Unit IIICS6010 Social Network Analysis   Unit III
CS6010 Social Network Analysis Unit IIIpkaviya
 
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
 
Mining and analyzing social media part 2 - hicss47 tutorial - dave king
Mining and analyzing social media   part 2 - hicss47 tutorial - dave kingMining and analyzing social media   part 2 - hicss47 tutorial - dave king
Mining and analyzing social media part 2 - hicss47 tutorial - dave kingDave King
 
Preso on social network analysis for rtp analytics unconference
Preso on social network analysis for rtp analytics unconferencePreso on social network analysis for rtp analytics unconference
Preso on social network analysis for rtp analytics unconferenceBruce Conner
 

What's hot (20)

Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
 
Social Network Visualization 101
Social Network Visualization 101Social Network Visualization 101
Social Network Visualization 101
 
Social Network Analysis (SNA) 2018
Social Network Analysis  (SNA) 2018Social Network Analysis  (SNA) 2018
Social Network Analysis (SNA) 2018
 
It’s a “small world” after all
It’s a “small world” after allIt’s a “small world” after all
It’s a “small world” after all
 
Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview. Social Network Analysis Introduction including Data Structure Graph overview.
Social Network Analysis Introduction including Data Structure Graph overview.
 
The Basics of Social Network Analysis
The Basics of Social Network AnalysisThe Basics of Social Network Analysis
The Basics of Social Network Analysis
 
2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007
2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 20072009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007
2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007
 
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
Subscriber Churn Prediction Model using Social Network Analysis In Telecommun...
 
2009 December NodeXL Overview
2009 December NodeXL Overview2009 December NodeXL Overview
2009 December NodeXL Overview
 
Overview Of Network Analysis Platforms
Overview Of Network Analysis PlatformsOverview Of Network Analysis Platforms
Overview Of Network Analysis Platforms
 
NE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISNE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSIS
 
02 Descriptive Statistics (2017)
02 Descriptive Statistics (2017)02 Descriptive Statistics (2017)
02 Descriptive Statistics (2017)
 
Social network analysis intro part I
Social network analysis intro part ISocial network analysis intro part I
Social network analysis intro part I
 
Introduction to Social Network Analysis
Introduction to Social Network AnalysisIntroduction to Social Network Analysis
Introduction to Social Network Analysis
 
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...
 
03 Communities in Networks (2017)
03 Communities in Networks (2017)03 Communities in Networks (2017)
03 Communities in Networks (2017)
 
CS6010 Social Network Analysis Unit III
CS6010 Social Network Analysis   Unit IIICS6010 Social Network Analysis   Unit III
CS6010 Social Network Analysis Unit III
 
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
 
Mining and analyzing social media part 2 - hicss47 tutorial - dave king
Mining and analyzing social media   part 2 - hicss47 tutorial - dave kingMining and analyzing social media   part 2 - hicss47 tutorial - dave king
Mining and analyzing social media part 2 - hicss47 tutorial - dave king
 
Preso on social network analysis for rtp analytics unconference
Preso on social network analysis for rtp analytics unconferencePreso on social network analysis for rtp analytics unconference
Preso on social network analysis for rtp analytics unconference
 

Viewers also liked

Facebook Network Analysis using Gephi
Facebook Network Analysis using GephiFacebook Network Analysis using Gephi
Facebook Network Analysis using GephiSarah Joy Murray
 
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
 
Graphical Social Network Analysis of NHS Change Day 2014
Graphical Social Network Analysis of NHS Change Day 2014Graphical Social Network Analysis of NHS Change Day 2014
Graphical Social Network Analysis of NHS Change Day 2014Mark Outhwaite
 
Boston DataSwap 2013 -- Network Visualization in NodeXL
Boston DataSwap 2013 -- Network Visualization in NodeXLBoston DataSwap 2013 -- Network Visualization in NodeXL
Boston DataSwap 2013 -- Network Visualization in NodeXLcodydunne
 
Analyzing social media networks with NodeXL - Chapter-11 Images
Analyzing social media networks with NodeXL - Chapter-11 ImagesAnalyzing social media networks with NodeXL - Chapter-11 Images
Analyzing social media networks with NodeXL - Chapter-11 ImagesMarc Smith
 
Analyzing social media networks with NodeXL - Chapter-04 images
Analyzing social media networks with NodeXL - Chapter-04 imagesAnalyzing social media networks with NodeXL - Chapter-04 images
Analyzing social media networks with NodeXL - Chapter-04 imagesMarc Smith
 
Analyzing social media networks with NodeXL - Chapter-03 images
Analyzing social media networks with NodeXL - Chapter-03 imagesAnalyzing social media networks with NodeXL - Chapter-03 images
Analyzing social media networks with NodeXL - Chapter-03 imagesMarc Smith
 
Visualize your Twitter network
Visualize your Twitter networkVisualize your Twitter network
Visualize your Twitter networkVerkostoanatomia
 
Social Network Analysis With R
Social Network Analysis With RSocial Network Analysis With R
Social Network Analysis With RDavid Chiu
 
Beauty as a Bridge to NodeXL
Beauty as a Bridge to NodeXLBeauty as a Bridge to NodeXL
Beauty as a Bridge to NodeXLShalin Hai-Jew
 

Viewers also liked (11)

Facebook Network Analysis using Gephi
Facebook Network Analysis using GephiFacebook Network Analysis using Gephi
Facebook Network Analysis using Gephi
 
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
 
Graphical Social Network Analysis of NHS Change Day 2014
Graphical Social Network Analysis of NHS Change Day 2014Graphical Social Network Analysis of NHS Change Day 2014
Graphical Social Network Analysis of NHS Change Day 2014
 
Boston DataSwap 2013 -- Network Visualization in NodeXL
Boston DataSwap 2013 -- Network Visualization in NodeXLBoston DataSwap 2013 -- Network Visualization in NodeXL
Boston DataSwap 2013 -- Network Visualization in NodeXL
 
Analyzing social media networks with NodeXL - Chapter-11 Images
Analyzing social media networks with NodeXL - Chapter-11 ImagesAnalyzing social media networks with NodeXL - Chapter-11 Images
Analyzing social media networks with NodeXL - Chapter-11 Images
 
Analyzing social media networks with NodeXL - Chapter-04 images
Analyzing social media networks with NodeXL - Chapter-04 imagesAnalyzing social media networks with NodeXL - Chapter-04 images
Analyzing social media networks with NodeXL - Chapter-04 images
 
Analyzing social media networks with NodeXL - Chapter-03 images
Analyzing social media networks with NodeXL - Chapter-03 imagesAnalyzing social media networks with NodeXL - Chapter-03 images
Analyzing social media networks with NodeXL - Chapter-03 images
 
Gephi with CSV File
Gephi with CSV FileGephi with CSV File
Gephi with CSV File
 
Visualize your Twitter network
Visualize your Twitter networkVisualize your Twitter network
Visualize your Twitter network
 
Social Network Analysis With R
Social Network Analysis With RSocial Network Analysis With R
Social Network Analysis With R
 
Beauty as a Bridge to NodeXL
Beauty as a Bridge to NodeXLBeauty as a Bridge to NodeXL
Beauty as a Bridge to NodeXL
 

Similar to NodeXL Social Network Analysis Tool

Network Measures Social Computing-Unit 2.pptx
Network Measures Social Computing-Unit 2.pptxNetwork Measures Social Computing-Unit 2.pptx
Network Measures Social Computing-Unit 2.pptxchavanprasad17092001
 
Data Structure Graph DMZ #DMZone
Data Structure Graph DMZ #DMZoneData Structure Graph DMZ #DMZone
Data Structure Graph DMZ #DMZoneDoug Needham
 
Social network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and moreSocial network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and moreWael Elrifai
 
Social network analysis (SNA) - Big data and social data - Telecommunications...
Social network analysis (SNA) - Big data and social data - Telecommunications...Social network analysis (SNA) - Big data and social data - Telecommunications...
Social network analysis (SNA) - Big data and social data - Telecommunications...Wael Elrifai
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network AnalysisWael Elrifai
 
Tdm recent trends
Tdm recent trendsTdm recent trends
Tdm recent trendsKU Leuven
 
An Introduction to Graph Databases
An Introduction to Graph DatabasesAn Introduction to Graph Databases
An Introduction to Graph DatabasesInfiniteGraph
 
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
 
Social Network, Metrics and Computational Problem
Social Network, Metrics and Computational ProblemSocial Network, Metrics and Computational Problem
Social Network, Metrics and Computational ProblemAndry Alamsyah
 
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
 
Lecture 5 - Qunatifying a Network.pdf
Lecture 5 - Qunatifying a Network.pdfLecture 5 - Qunatifying a Network.pdf
Lecture 5 - Qunatifying a Network.pdfclararoumany1
 
Predicting Communication Intention in Social Media
Predicting Communication Intention in Social MediaPredicting Communication Intention in Social Media
Predicting Communication Intention in Social MediaCharalampos Chelmis
 
Community DetectionSlide
Community DetectionSlideCommunity DetectionSlide
Community DetectionSlideAshwini Tokekar
 
community Detection.pptx
community Detection.pptxcommunity Detection.pptx
community Detection.pptxBhuvana97
 
Vinci2011会议演讲PPT
Vinci2011会议演讲PPTVinci2011会议演讲PPT
Vinci2011会议演讲PPTdasiyjun
 
Sharma social networks (1)
Sharma social networks (1)Sharma social networks (1)
Sharma social networks (1)Kuldeep Chand
 
Sharma social networks
Sharma social networksSharma social networks
Sharma social networks9789189793
 
Sharma : social networks
Sharma : social networksSharma : social networks
Sharma : social networksHouw Liong The
 

Similar to NodeXL Social Network Analysis Tool (20)

Network Measures Social Computing-Unit 2.pptx
Network Measures Social Computing-Unit 2.pptxNetwork Measures Social Computing-Unit 2.pptx
Network Measures Social Computing-Unit 2.pptx
 
Data Structure Graph DMZ #DMZone
Data Structure Graph DMZ #DMZoneData Structure Graph DMZ #DMZone
Data Structure Graph DMZ #DMZone
 
Social network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and moreSocial network analysis & Big Data - Telecommunications and more
Social network analysis & Big Data - Telecommunications and more
 
Social network analysis (SNA) - Big data and social data - Telecommunications...
Social network analysis (SNA) - Big data and social data - Telecommunications...Social network analysis (SNA) - Big data and social data - Telecommunications...
Social network analysis (SNA) - Big data and social data - Telecommunications...
 
Social Network Analysis
Social Network AnalysisSocial Network Analysis
Social Network Analysis
 
Tdm recent trends
Tdm recent trendsTdm recent trends
Tdm recent trends
 
An Introduction to Graph Databases
An Introduction to Graph DatabasesAn Introduction to Graph Databases
An Introduction to Graph Databases
 
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...
 
Social Network, Metrics and Computational Problem
Social Network, Metrics and Computational ProblemSocial Network, Metrics and Computational Problem
Social Network, Metrics and Computational Problem
 
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...
 
Sharma social networks
Sharma social networksSharma social networks
Sharma social networks
 
Lecture 5 - Qunatifying a Network.pdf
Lecture 5 - Qunatifying a Network.pdfLecture 5 - Qunatifying a Network.pdf
Lecture 5 - Qunatifying a Network.pdf
 
Predicting Communication Intention in Social Media
Predicting Communication Intention in Social MediaPredicting Communication Intention in Social Media
Predicting Communication Intention in Social Media
 
Community DetectionSlide
Community DetectionSlideCommunity DetectionSlide
Community DetectionSlide
 
community Detection.pptx
community Detection.pptxcommunity Detection.pptx
community Detection.pptx
 
Vinci2011会议演讲PPT
Vinci2011会议演讲PPTVinci2011会议演讲PPT
Vinci2011会议演讲PPT
 
Sharma social networks (1)
Sharma social networks (1)Sharma social networks (1)
Sharma social networks (1)
 
Sharma social networks
Sharma social networksSharma social networks
Sharma social networks
 
Sharma : social networks
Sharma : social networksSharma : social networks
Sharma : social networks
 
Chapter 3.pdf
Chapter 3.pdfChapter 3.pdf
Chapter 3.pdf
 

More from Mayank Mohan

Equity Financing in Infrastructure Sector in India
Equity Financing in Infrastructure Sector in IndiaEquity Financing in Infrastructure Sector in India
Equity Financing in Infrastructure Sector in IndiaMayank Mohan
 
TVS Motors - ABC Costing Summer Internship
TVS Motors - ABC Costing Summer InternshipTVS Motors - ABC Costing Summer Internship
TVS Motors - ABC Costing Summer InternshipMayank Mohan
 
Vodafone HR Practices - A study
Vodafone HR Practices - A studyVodafone HR Practices - A study
Vodafone HR Practices - A studyMayank Mohan
 
Cluster Analysis through survey data for a New Instant noodles
Cluster Analysis through survey data for a New Instant noodlesCluster Analysis through survey data for a New Instant noodles
Cluster Analysis through survey data for a New Instant noodlesMayank Mohan
 
Business Research Methods
Business Research MethodsBusiness Research Methods
Business Research MethodsMayank Mohan
 
TVS Motors _ Summer Intern PPt
TVS Motors _ Summer Intern PPtTVS Motors _ Summer Intern PPt
TVS Motors _ Summer Intern PPtMayank Mohan
 

More from Mayank Mohan (6)

Equity Financing in Infrastructure Sector in India
Equity Financing in Infrastructure Sector in IndiaEquity Financing in Infrastructure Sector in India
Equity Financing in Infrastructure Sector in India
 
TVS Motors - ABC Costing Summer Internship
TVS Motors - ABC Costing Summer InternshipTVS Motors - ABC Costing Summer Internship
TVS Motors - ABC Costing Summer Internship
 
Vodafone HR Practices - A study
Vodafone HR Practices - A studyVodafone HR Practices - A study
Vodafone HR Practices - A study
 
Cluster Analysis through survey data for a New Instant noodles
Cluster Analysis through survey data for a New Instant noodlesCluster Analysis through survey data for a New Instant noodles
Cluster Analysis through survey data for a New Instant noodles
 
Business Research Methods
Business Research MethodsBusiness Research Methods
Business Research Methods
 
TVS Motors _ Summer Intern PPt
TVS Motors _ Summer Intern PPtTVS Motors _ Summer Intern PPt
TVS Motors _ Summer Intern PPt
 

Recently uploaded

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 

Recently uploaded (20)

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 

NodeXL Social Network Analysis Tool

  • 1. ANURADHA CHAKRABORTY (10BM60014) MAYANK MOHAN (10BM60048)
  • 2. WHAT IS NODEXL? “NodeXL is a free, open-source template for Microsoft® Excel® 2007 and 2010 that makes it easy to explore network graphs. With NodeXL, a network edge list can be entered in a worksheet, a button can be clicked and graph can be seen, all in the familiar environment of the Excel window”  WHO WILL REQUIRE IT? Students who are learning social media network analysis Professionals who are interested in applying network analysis to business problems
  • 3. WHY IS IT EASY-TO-USE AND APPROPRIATE? Builds on the familiar spreadsheet paradigm Provide an easy-to-use tool for nonprogrammers  A variety of visual properties  Supports powerful filtering  Calculates frequently used network metrics  Offers rich support for diverse visual network layouts Includes powerful automated features, while allowing for manual control graphical design Integrates metrics, statistical methods, and visualization: gains the benefit of all three approaches. Supports work with modest-sized networks of several thousand vertices
  • 4. STEP 1: IMPORT DATA To know how to import data, watch our video: http://youtu.be/39yXz7 2qdow
  • 5. STEP 2: TAG NAMES TO VERTICES AND FILTER DATA
  • 6. STEP 3: CLUSTER THE DATA
  • 7. FACEBOOK  TWITTER  YOUTUBE  MAIL  FLICKR  and a lot of other social networking sites..
  • 8. Search word: “Kahaani”  Limit : 300  We effectively found out the two people who were most effective in the conversation
  • 9. Search word: “Blood Cancer”  Limit : 300  It is evident that Social messages are more re-tweeted than advertisements or other breaking news  We effectively found out the two people who were most effective in the conversation
  • 10. And finally…  We searched respectively 1. “Nike Discount” 2. “Adidas Discount”  Search Limit: 300  What have we found?
  • 11. “ADIDAS DISCOUNT” vs “NIKE DISCOUNT”
  • 12. Search word: “Kahaani”  Limit : 300  We effectively found out the two people who were most effective in the conversation
  • 13. Search word: “Kahaani”  Limit : 300  We effectively found out the two people who were most effective in the conversation
  • 14. Search word: “Kahaani”  Limit : 300  We effectively found out the two people who were most effective in the conversation
  • 15. Search word: “Kahaani”  Limit : 300  We effectively found out the two people who were most effective in the conversation
  • 16. Search word: “Kahaani”  Limit : 300  We effectively found out the two people who were most effective in the conversation
  • 17. Search word: “Kahaani”  Limit : 300  We effectively found out the two people who were most effective in the conversation
  • 18.
  • 19. Flexible Import and Export Import and export graphs in GraphML, Pajek, UCINet, and matrix formats  Direct Connections to Social Networks Import social networks directly from Twitter, YouTube, Flickr and email, or use one of several available plug-ins to get networks from Facebook, Exchange and WWW hyperlinks.  Zoom and Scale Zoom into areas of interest, and scale the graph's vertices to reduce clutter.  Flexible Layout Use one of several "force-directed" algorithms to lay out the graph, or drag vertices around with the mouse. Have NodeXL move all of the graph's smaller connected components to the bottom of the graph to focus on what's important.  Easily Adjusted Appearance Set the color, shape, size, label, and opacity of individual vertices by filling in worksheet cells, or let NodeXL do it for you based on vertex attributes such as degree, betweenness centrality or PageRank.  Dynamic Filtering Instantly hide vertices and edges using a set of sliders—hide all vertices with degree less than five, for example.  Powerful Vertex Grouping Group the graph's vertices by common attributes, or have NodeXL analyze their connectedness and automatically group them into clusters. Make groups distinguishable using shapes and color, collapse them with a few clicks, or put each group in its own box within the graph. "Bundle" intergroup edges to make them more manageable.  Graph Metric Calculations Easily calculate degree, betweenness centrality, closeness centrality, eigenvector centrality, PageRank, clustering coefficient, graph density and more.  Task Automation Perform a set of repeated tasks with a single click
  • 20. WHAT IS A NETWORK?  “A network or graph is defined as a collection of n nodes connected by m edges.  A network can be ◦ Directed: The edges point in one direction ◦ Undirected: The edges go in both directions  Hypergraph :The graphs where the edges can join more than two vertices together.  The edges can be weighted, contain self loops, and have different properties within the edges or nodes
  • 21. VERTICES  In graph theory, a vertex (plural vertices) or node is the fundamental unit out of which graphs are formed: an undirected graph consists of a set of vertices and a set of edges (unordered pairs of vertices), while a directed graph consists of a set of vertices and a set of arcs (ordered pairs of vertices) EDGES  A set of two vertices or an ordered pair, in the case of a directed graph  An edge (a set of two elements) is drawn as a line connecting two vertices, called endpoints or (less often) end-vertices  An edge with end-vertices x and y is denoted by xy (without any symbol in between)  The edge set of G is usually denoted by E(G), or E when there is no danger of confusion.  The size of a graph is the number of its edges, i.e. |E(G)|
  • 22. TYPES OF NETWORK ANALYSIS METRICS AGGREGATE NETWORK METRICS  A number of metrics describe entire networks  In some cases, a single network is broken into several disconnected pieces, called components  Example: Network density can be used to systematically compare communities, helping analysts decide which communities are highly connected and which are sparse VERTEX SPECIFIC NETWORK METRICS  Identifies individuals’ positions within a network  Paramount among these is the set of centrality measures, which describe how a particular vertex can be said to be in the “middle” of a network. It emerges from the concept that A person with fewer connections might have more “important” connections than someone with more connections  The following centrality metrics provide quantifiable measures for these concepts: ◦ Degree Centrality ◦ Betweenness Centralities: Bridge Scores for Boundary Spanner ◦ Closeness Centrality: Distance Scores for Broadly Connected People ◦ Eigenvector Centrality: Influence Scores for Strategically Connected People
  • 23. Degree Centrality ◦ Degree centrality is a simple count of the total number of connections/edges linked to a vertex ◦ It can be thought of as a kind of popularity measure, but a crude one that does not recognize a difference between quantity and quality ◦ For directed networks, there are two measures of degree: In-degree and Out-degree  Betweenness Centralities: Bridge Scores for Boundary Spanner ◦ The distance between vertices who are not neighbors is measured by the smallest number of neighbor-to-neighbor hops from one to the other ◦ Geo-desic Distance: the shortest path ◦ Example: a broker  Closeness Centrality: Distance Scores for Broadly Connected People ◦ capturing the average distance between a vertex and every other vertex in the network  Eigenvector Centrality: Influence Scores for Strategically Connected People ◦ allows for connections to have a variable value, so that connecting to some vertices has more benefit than connecting to other ◦ Example: Page Rank Algorithm by Google Search Engine
  • 24. HOW ARE THE DATA REPRESENTED? ◦ Matrix ◦ Edge list  WHAT ARE THE TYPES OF NETWORK? ◦ Full and Partial Network ◦ Egocentric Network ◦ Unimodal Network ◦ Bimodal or Affiliation Network ◦ Multimodal Network ◦ Multiplex Network
  • 25. HOW CAN NODEXL HELP USERS? 1. GRAPH METRICS: a) Insights about a person’s position within the network, helping to identify important or “central” people: analysts and managers can better know who to contact or influence or bring to the table when trying to implement new programs or gain broader understanding b) identify cliques or persistent social roles that show up in many communities 2. CLUSTERING a) can help identify competing or complementary groups, potential allies to form a powerful group, and individuals who can connect you to a new group. 3. NATURE OF THE EGO a) Social Media is a very low-cost advertisement medium provided you know the track record of your ego