SlideShare a Scribd company logo
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
Node XL - features and demo
   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
Node XL - features and demo

More Related Content

PPTX
Multi-Tenancy
PPTX
Airbnb: Social Media Strategy
DOCX
Digital marketing
PDF
Bizagi how create timeline for digital transformation
PPTX
Social Media Portfolio
PDF
Niezbędnik strategiczny - Linkedin PRO
PDF
Facebook
PPT
Twitter Ppt Presenation
Multi-Tenancy
Airbnb: Social Media Strategy
Digital marketing
Bizagi how create timeline for digital transformation
Social Media Portfolio
Niezbędnik strategiczny - Linkedin PRO
Facebook
Twitter Ppt Presenation

What's hot (20)

PDF
Social Media Marketing Portfolio Example
PPTX
Whatsapp marketing
PPSX
Proposal for social media marketing 2 2
PPTX
Social Media Marketing Internship Program_PPT1
PPTX
Digital marketing
PPT
IMPACT-Social Media and Your Business
PDF
Acing Google Ads in 2022 (With Insider Tips Straight from Google)
PPTX
Social Media in the Business Environment
PDF
Instagram Marketing Made Simple
PPTX
Social Media Presentation .pptx
PPTX
Go Viral with Social Media Strategy
PPTX
Digital marketing overview, digital marketing ,DIGITAL MARKETING, Digital Mar...
PDF
Growth Hacking Fundamentals @ Echelon Jakarta (by Growth Hacking Asia)
PDF
Career Opportunities in Digital Marketing
PPTX
Healthcare Digital Marketing – FrontEnders Healthcare Consulting
PPTX
Crafting a Digital Marketing Plan
PDF
Digital Marketing of Hospitals in Hyderabad
PPTX
Smart contract
PPTX
Social Media Portfolio
PPTX
Blockchain in IoT and Other Considerations by Dinis Guarda
Social Media Marketing Portfolio Example
Whatsapp marketing
Proposal for social media marketing 2 2
Social Media Marketing Internship Program_PPT1
Digital marketing
IMPACT-Social Media and Your Business
Acing Google Ads in 2022 (With Insider Tips Straight from Google)
Social Media in the Business Environment
Instagram Marketing Made Simple
Social Media Presentation .pptx
Go Viral with Social Media Strategy
Digital marketing overview, digital marketing ,DIGITAL MARKETING, Digital Mar...
Growth Hacking Fundamentals @ Echelon Jakarta (by Growth Hacking Asia)
Career Opportunities in Digital Marketing
Healthcare Digital Marketing – FrontEnders Healthcare Consulting
Crafting a Digital Marketing Plan
Digital Marketing of Hospitals in Hyderabad
Smart contract
Social Media Portfolio
Blockchain in IoT and Other Considerations by Dinis Guarda
Ad

Viewers also liked (15)

PDF
Facebook Network Analysis using Gephi
PPTX
2015 pdf-marc smith-node xl-social media sna
PDF
Graphical Social Network Analysis of NHS Change Day 2014
PPTX
Boston DataSwap 2013 -- Network Visualization in NodeXL
PPTX
2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007
PPTX
2009 December NodeXL Overview
PPTX
2013 NodeXL Social Media Network Analysis
PPT
Analyzing social media networks with NodeXL - Chapter-11 Images
PPT
Analyzing social media networks with NodeXL - Chapter-04 images
PPT
Analyzing social media networks with NodeXL - Chapter-03 images
PDF
Gephi with CSV File
PPT
Visualize your Twitter network
PDF
Social Network Analysis With R
PPTX
Simplifying Social Network Diagrams
PDF
Beauty as a Bridge to NodeXL
Facebook Network Analysis using Gephi
2015 pdf-marc smith-node xl-social media sna
Graphical Social Network Analysis of NHS Change Day 2014
Boston DataSwap 2013 -- Network Visualization in NodeXL
2009 - Node XL v.84+ - Social Media Network Visualization Tools For Excel 2007
2009 December NodeXL Overview
2013 NodeXL Social Media Network Analysis
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-03 images
Gephi with CSV File
Visualize your Twitter network
Social Network Analysis With R
Simplifying Social Network Diagrams
Beauty as a Bridge to NodeXL
Ad

Similar to Node XL - features and demo (20)

PPTX
Network analysis lecture
PDF
Graph Analytics with Greenplum and Apache MADlib
PPTX
20121001 pawcon 2012-marc smith - mapping collections of connections in socia...
PPTX
LSS'11: Charting Collections Of Connections In Social Media
PPTX
20111103 con tech2011-marc smith
PPTX
20120301 strata-marc smith-mapping social media networks with no coding using...
PPTX
Mining and analyzing social media part 2 - hicss47 tutorial - dave king
PPTX
20121010 marc smith - mapping collections of connections in social media with...
PDF
Mathematical Foundations For Social Network Analysis
PDF
Graph Analyses with Python and NetworkX
PPTX
Social Network Analysis (SNA) 2018
PPTX
Apache Spark GraphX highlights.
PPTX
AI Class Topic 5: Social Network Graph
PPT
Social Networks of Performance
PPTX
Network Measures Social Computing-Unit 2.pptx
PDF
Social network analysis basics
PPTX
Social Network Analysis Introduction including Data Structure Graph overview.
PPTX
COM494_SNA metrics
PPTX
The Science Of Social Networks
Network analysis lecture
Graph Analytics with Greenplum and Apache MADlib
20121001 pawcon 2012-marc smith - mapping collections of connections in socia...
LSS'11: Charting Collections Of Connections In Social Media
20111103 con tech2011-marc smith
20120301 strata-marc smith-mapping social media networks with no coding using...
Mining and analyzing social media part 2 - hicss47 tutorial - dave king
20121010 marc smith - mapping collections of connections in social media with...
Mathematical Foundations For Social Network Analysis
Graph Analyses with Python and NetworkX
Social Network Analysis (SNA) 2018
Apache Spark GraphX highlights.
AI Class Topic 5: Social Network Graph
Social Networks of Performance
Network Measures Social Computing-Unit 2.pptx
Social network analysis basics
Social Network Analysis Introduction including Data Structure Graph overview.
COM494_SNA metrics
The Science Of Social Networks

More from Mayank Mohan (6)

PPTX
Equity Financing in Infrastructure Sector in India
PPTX
TVS Motors - ABC Costing Summer Internship
PPT
Vodafone HR Practices - A study
DOCX
Cluster Analysis through survey data for a New Instant noodles
PDF
Business Research Methods
PPT
TVS Motors _ Summer Intern PPt
Equity Financing in Infrastructure Sector in India
TVS Motors - ABC Costing Summer Internship
Vodafone HR Practices - A study
Cluster Analysis through survey data for a New Instant noodles
Business Research Methods
TVS Motors _ Summer Intern PPt

Recently uploaded (20)

PDF
Complications of Minimal Access Surgery at WLH
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Pre independence Education in Inndia.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Classroom Observation Tools for Teachers
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Institutional Correction lecture only . . .
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Complications of Minimal Access Surgery at WLH
Renaissance Architecture: A Journey from Faith to Humanism
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Pre independence Education in Inndia.pdf
Microbial disease of the cardiovascular and lymphatic systems
VCE English Exam - Section C Student Revision Booklet
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Classroom Observation Tools for Teachers
O7-L3 Supply Chain Operations - ICLT Program
102 student loan defaulters named and shamed – Is someone you know on the list?
TR - Agricultural Crops Production NC III.pdf
PPH.pptx obstetrics and gynecology in nursing
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
01-Introduction-to-Information-Management.pdf
Institutional Correction lecture only . . .
FourierSeries-QuestionsWithAnswers(Part-A).pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf

Node XL - features and demo

  • 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
  • 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