Mapping Your Digital Audiences Nicole Fernandez, Georgetown Erin Gamble, Charrosé King,

Slides:



Advertisements
Similar presentations
Network Overview Discovery and Exploration for Excel (NodeXl) Hands On Exercise Presented by: Samer Al-khateeb Class: Social Media Mining and Analytics.
Advertisements

Network Matrix and Graph. Network Size Network size – a number of actors (nodes) in a network, usually denoted as k or n Size is critical for the structure.
Lecture 5 Graph Theory. Graphs Graphs are the most useful model with computer science such as logical design, formal languages, communication network,
Where we are Node level metrics Group level metrics Visualization
Introduction to NodeXL Like MSPaint™ for graphs. — the Community.
Analysis and Modeling of Social Networks Foudalis Ilias.
Social Network Analysis of the Farm to Plate Network,
Social Network Analysis and Its Applications By Paul Rossman Indiana University of Pennsylvania.
18 July 2013 Knowledge Mapping of Transportation Research Board Committees SPEAKERS: Jacob Speigler & Andrew Seredick, Kent State University, School of.
2 The NodeXL Project Team About Me Introductions Marc A. Smith Chief Social Scientist Connected Action Consulting Group
Relationship Mining Network Analysis Week 5 Video 5.
 Copyright 2011 Digital Enterprise Research Institute. All rights reserved. Digital Enterprise Research Institute Enabling Networked Knowledge.
1 Representing Graphs. 2 Adjacency Matrix Suppose we have a graph G with n nodes. The adjacency matrix is the n x n matrix A=[a ij ] with: a ij = 1 if.
By: Roma Mohibullah Shahrukh Qureshi
Social Network Analysis Social Computing Foothill College.
First Steps to NetViz Nirvana: Evaluating Social Network Analysis with NodeXL 1.
Copyright © hutchinson associates 2005 The Knowledge is in the Network Patti Anklam June Holley Valdis Krebs Using Network Analysis to Understand and Improve.
Readability Metrics for Network Visualization Cody Dunne and Ben Shneiderman Human-Computer Interaction Lab & Department of Computer Science University.
Enabling citizen mapping of government networks with NodeXL Derek Hansen and Marc Smith.
CSE 321 Discrete Structures Winter 2008 Lecture 25 Graph Theory.
Using Social Networks to Analyze Sexual Relations by Amanda Dargie.
SOCIAL MEDIA METRICS Chapter What Matters is Measured  In many ways, social media marketing mimics online advertising in terms of the viable.
Clicking, Connecting, and Converting: Discovering Donor Value and the Importance of Being the Charity of Choice.
Analyzing Social Media Networks with NodeXL
Network Measures Social Media Mining. 2 Measures and Metrics 2 Social Media Mining Network Measures Klout.
MAINTAINING QUALITY IN BLENDED LEARNING: FROM CLASSROOM ASSESSMENT TO IMPACT EVALUATION PART I: DESIGNING AND EVALUATING LEARNING Suzanne Weinstein, Ph.D.
CS105 Introduction to Social Network Lecture: Yang Mu UMass Boston.
Analysis and Modeling of the Open Source Software Community Yongqin Gao, Greg Madey Computer Science & Engineering University of Notre Dame Vincent Freeh.
Social Networks Corina Ciubuc.
Using Social Network Analysis as a Tool to Evaluate Medication Management in Ambulatory Care Clare Tolliver, Dr. Andrea Kjos (mentor) Drake University.
Properties of networks to be considered in their visualization Jan Terje Bjørke.
Graph Theory Chapter 6 from Johnsonbaugh Article(6.1, 6.2)
Adesh Khadka IT Director, MOF
Social Network Analysis: What it Is, How it Works, and How You Can Do It Prof. Paul Beckman San Francisco State University.
Lecture 12: Network Visualization Slides are modified from Lada Adamic, Adam Perer, Ben Shneiderman, and Aleks Aris.
Graph Theory in Computer Science
Evaluating and Working with a Marketing Professional: How to make the relationship work! 1.
Readability Metrics for Network Visualization Cody Dunne and Ben Shneiderman Human-Computer Interaction Lab & Department of Computer Science University.
Science: Graph theory and networks Dr Andy Evans.
Social Networks: Agent-based Modelling and Social Network Analysis with PAJEK ESRC Research Methods Festival, Oxford, 17 th-20th July 2006, & Oxford Spring.
Vertices and Edges Introduction to Graphs and Networks Mills College Spring 2012.
Advanced Methods and Analysis for the Learning and Social Sciences PSY505 Spring term, 2012 April 25, 2012.
Presentation Template Social Network Analysis using Socilyzer.
Special Topics in Educational Data Mining HUDK5199 Spring 2013 March 25, 2012.
Chapter 5 Social Network Analysis: Techniques to Discover How Work Really Gets Done.
The Future of Financial Marketing Paul Rapino Sr Director Microsoft Advertising Vertical Industry Solutions Presented at the Journal of Financial Advertising.
CONNECTING PEOPLE & RESOURCES. Keast, 2011 INTEGRATION – UNPACKED: CONNECTIONS.
A project from the Social Media Research Foundation: Finding direction in a sea of connection:
Most of contents are provided by the website Graph Essentials TJTSD66: Advanced Topics in Social Media.
Introduction to Graph Theory
+ Big Data, Network Analysis Week How is date being used Predict Presidential Election - Nate Silver –
Its a specific set of linkages among a defined set of persons with the additional property that the characteristics of these linkages as a whole may be.
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
Importance Measures on Nodes Lecture 2 Srinivasan Parthasarathy 1.
SOCIAL MEDIA METRICS Chapter 10 Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall 1-10.
+ Welcome to PAHO/WHO Sustainable Development and Health Toolkit for the UN Global Conference RIO + 20 Welcome to PAHO/WHO Sustainable Development and.
Strategies to Build Online Presence for Business.
SIUE STEM Center EXTERNAL Social Network Analysis: Fall 2013
Classroom network analysis
Principles of Network Analysis
Applications of graph theory in complex systems research
Nicole Steen-Dutton, ClickDimensions
Centrality in Social Networks
Centralities (4) Ralucca Gera,
Why Social Graphs Are Different Communities Finding Triangles
Graph Operations And Representation
CS 594: Empirical Methods in HCC Social Network Analysis in HCI
Graph and Link Mining.
Richard Anderson Lecture 5 Graph Theory
Analyzing Massive Graphs - ParT I
Presentation transcript:

Mapping Your Digital Audiences Nicole Fernandez, Georgetown Erin Gamble, Charrosé King, March 6, 2015 #15NTC #15NTCdigmap

Housekeeping #15NTCdigmap Collaboration Notes: Evaluation Survey:

NodeXL—free tool Download it here:

Who We Are Nicole Fernandez Adjunct Lecturer for Georgetown University’s Communication, Culture, and Technology Erin Gamble Online Media Director for ACDI/VOCA Charrosé King Online Media Coordinator for ACDI/VOCA

Why is mapping important? Image source: Wikimedia Commons

What can I expect today? Intro to Social Network Analysis Case study examples Tool demonstrations Further resources

What is Social Network Analysis?

Social Network Analysis (SNA) Social network analysis is not just about Facebook.

Social Network Analysis (SNA) SNA is a way to look at relationship information and interactions.

Social Network Analysis Applying graph theory to sociological studies Nodes Links Flow

SNA Graph

SNA Graph and Matrix = ABCD A-110 B1-11 C11-0 D010-

Metrics Overview

What is does your graph represent? What are the nodes? What are the edges?

An Undirected Graph Task: Determine Degree

Deg(A) = 4 Deg (B) = 2

Directed Graph

INDEGREEOUTDEGREE S21 N22 R01 T11 L11

Density

Density: First Ask How Many Possible Relationships?

Density = Actual Ties / Possible Ties

This graph has a Density of.4

Paths: Get from A to D Walk ACED Length 3 Walk ABD Length 2 Walk AD Length 1 This is our Shortest Path

Shortest Paths are needed so we can calculate closeness centrality

Closeness Centrality Node A vs. Node C

Graph Metrics VertexDegree In- Degree Out- Degree Betweenness Centrality Closeness Centrality A B C D E

Closeness Centrality of Node A ToBCDE From A ABABCABCDABCE Length1233

Closeness Centrality as Average Shortest Path Length 1.Identify Shortest Paths to all other nodes 2.Identify the length of those paths 3.Average those lengths

Closeness Centrality of Node A = 2.25 ToBCDE From A ABABCABCDABCE Length1233

Betweenness Centrality Potential Measure of Brokerage For a particular node, how many shortest paths is that node inside?

ABCDE A ABABCABCDABCE B BCBCDBCE C CDCE D DCE E

What is the Betweenness Centrality of Node B?

Focus on Node B ABCDE A ABABCABCDABCE B BCBCDBCE C CDCE D DCE E

Graph Metrics VertexDegree In- Degree Out- Degree Betweenness Centrality A B C D E

Eigenvector Centrality Not just who you are connected to, but who are they connected to?

Eigenvector Centrality is a way to distinguish nodes with equal degree.

Compare Nodes Y and Z

Both Have Degree 4

Node Y is Connected to a More Connected Node

NodeXL will calculate it for you!

Practical Applications: Context Matters

Recognize the Impact of Missing Data

Social Media Context Directed Graphs Provide Additional Detail

Mapping Examples Let’s dig into some case studies

Case Study: Girls Inc. DC Question: Who should Girls Inc. DC interact with on Twitter?

#StrongSmartBold February 2-7, 2015

#StrongSmartBold February 9-12, 2015

#STEM and #Girls

Case Study: Fundraising Question: What insights can we gain from mapping online contributions?

Kenya Fundraising

Egypt Fundraising

Campaign Overlap

Case Study: Online Audience Analysis Question: How does our online audience connect to ACDI/VOCA?

Survey of External Audience

Methodology for SNA Component Pulled data from external survey questionnaire Created edge lists Used NodeXL to analyze connections Used SPSS (statistical analysis software) to create cross- tabulations

Findings Bipartite graph without isolates (i.e., without “No” responses)

Findings Website * Enewsletter Crosstabulation Count EnewsletterTotal B_Enewsletter_YesNo Website A_Website_Yes No Total

Findings Twitter * Facebook Crosstabulation Count FacebookTotal D_Facebook_YesNo Twitter C_Twitter_Yes4812 No Total

Outcomes »Shared findings with colleagues »Developed outreach strategies »Repeated cycle: issued new survey  analyze findings  strategize and optimize outreach

Practical Steps: Using NodeXL

Include Attributes on the Vertices Page

NodeXL demo Which NTCs have you been to? D.C. Minneapolis San Francisco Atlanta

What do I do now? 1.Download NodeXL 2.Identify what data you want to map Online and offline Current audience, fundraising, etc. New audience opportunities 3.Be flexible. Be curious Ask questions Look for patterns Repeat investigations

Thoughts and questions? Experiences to share?

Remember networks are fluid. You can shape them with both online and offline interactions.

Before an event

After an event

Thank you! Evaluation Survey: Collaboration Notes: #15NTCdigmap Nicole Fernandez, Erin Gamble, Charrosé King,

Since 1963 and in 146 countries, ACDI/VOCA has empowered people to succeed in the global economy.