+ http://sclboston.com/2008/10/21/float-on.

Slides:



Advertisements
Similar presentations
Cosponsorship Data 280,000 bills proposed in the U.S. House and Senate from 1973 to 2004 (93rd-108th Congresses) recorded in Thomas over 2.1 million cosponsorship.
Advertisements

Class 12: Communities Network Science: Communities Dr. Baruch Barzel.
Dr. Henry Hexmoor Department of Computer Science Southern Illinois University Carbondale Network Theory: Computational Phenomena and Processes Social Network.
22C:19 Discrete Math Graphs Fall 2010 Sukumar Ghosh.
22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
CSE 5243 (AU 14) Graph Basics and a Gentle Introduction to PageRank 1.
Social Network Analysis and Its Applications By Paul Rossman Indiana University of Pennsylvania.
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.
Zdravko Markov and Daniel T. Larose, Data Mining the Web: Uncovering Patterns in Web Content, Structure, and Usage, Wiley, Slides for Chapter 1:
CSE 321 Discrete Structures Winter 2008 Lecture 25 Graph Theory.
HCC class lecture 22 comments John Canny 4/13/05.
22C:19 Discrete Math Graphs Spring 2014 Sukumar Ghosh.
Network Measures Social Media Mining. 2 Measures and Metrics 2 Social Media Mining Network Measures Klout.
Stochastic Approach for Link Structure Analysis (SALSA) Presented by Adam Simkins.
Projects ( ) Ida Mele. Rules Students have to work in teams (max 2 people). The project has to be delivered by the deadline that will be published.
Social Networks Corina Ciubuc.
A Distributed and Privacy Preserving Algorithm for Identifying Information Hubs in Social Networks M.U. Ilyas, Z Shafiq, Alex Liu, H Radha Michigan State.
Properties of networks to be considered in their visualization Jan Terje Bjørke.
Data Analysis in YouTube. Introduction Social network + a video sharing media – Potential environment to propagate an influence. Friendship network and.
7.1 and 7.2: Spanning Trees. A network is a graph that is connected –The network must be a sub-graph of the original graph (its edges must come from the.
 Building Networks. First Decisions  What do the nodes represent?  What do the edges represent?  Know this before doing anything with data!
Susan O’Shea The Mitchell Centre for Social Network Analysis CCSR/Social Statistics, University of Manchester
Spectral Analysis based on the Adjacency Matrix of Network Data Leting Wu Fall 2009.
L – Modelling and Simulating Social Systems with MATLAB Lesson 6 – Graphs (Networks) Anders Johansson and Wenjian Yu (with S. Lozano.
Introduction to Graph Theory
Friends. Who are your friends in school? Friends Who are your friends in school? Why are they your friend?
GRAPHS. Graph Graph terminology: vertex, edge, adjacent, incident, degree, cycle, path, connected component, spanning tree Types of graphs: undirected,
Problem of the Day Divide:.
Class 2: Graph Theory IST402. Can one walk across the seven bridges and never cross the same bridge twice? Network Science: Graph Theory THE BRIDGES OF.
Importance Measures on Nodes Lecture 2 Srinivasan Parthasarathy 1.
Topical Analysis and Visualization of (Network) Data Using Sci2 Ted Polley Research & Editorial Assistant Cyberinfrastructure for Network Science Center.
SOCIAL NETWORK ANALYSIS: INTRODUCTION FEATURING R & NETDRAW WITH APPLICATIONS FROM LITERATURE.
From digital to craft: How to make a data matrix with SNS data There are many applications that allow its users to visualize different networks directly.
CRIM6660 Terrorist Networks Lesson 1: Introduction, Terms and Definitions.
Introduction to Graph & Network Theory Thinking About Networks: From Metabolism to the Genome to Social Conflict Summer Workshop for Teachers June 27 th.
Data-driven business Professor Henri Schildt
Centralities (Gephi and Python)
Jane Austen’s Lady Susan: Visualizing Data as Network Graphs
Groups of vertices and Core-periphery structure
Central nodes (Python and Gephi).
Social Networks Analysis
Structural Properties of Networks: Introduction
NETVIZZ Facebook
Comparison of Social Networks by Likhitha Ravi
Core Methods in Educational Data Mining
Gephi Gephi is a tool for exploring and understanding graphs. Like Photoshop (but for graphs), the user interacts with the representation, manipulate the.
Network analysis.
Community detection in graphs
Network Visualization
Graphs: Gathering Data from Data
2. Find the equation of line of regression
Structural balance.
CSE 321 Discrete Structures
Graph Operations And Representation
Network Approaches John D. Prochaska, DrPH, MPH
Central Nodes (Python and Gephi).
Character Character Main weakness: Main weakness: Main strength:
Neural Networks Chapter 4
Gephi.
CS 594: Empirical Methods in HCC Social Network Analysis in HCI
(Social) Networks Analysis II
Graphs G = (V, E) V are the vertices; E are the edges.
Practical Applications Using igraph in R Roger Stanton
Centralities Using Gephi and Python Prof. Ralucca Gera,
The Overview Panel on Gephi 0.9.1
The Power of Networks.
Graphs: An Introduction
Graphs G = (V,E) V is the vertex set.
Presentation transcript:

+ http://sclboston.com/2008/10/21/float-on

Centrality - Influence

Betweeness - Bridge

http://www. worldrecordsacademy http://www.worldrecordsacademy.org/sports/highest_parachute_landing-world_record_set_near_Mount_Everest_90357.htm

BiPartite

1 is in Org A, B 2 is in Org A Change people to interests

Matrix Network Graph i j W 1 2 3 4 5 6 Edge List w/Weights Matrix

I j W A B 1 C 2 Edge List Matrix Network Graph

+ Group Member

Divide and Conquer Data Processing Visualization Weights: ‘tnet’ Gephi Graphviz

tnet

Matrix

Group - Member method=“newman”

Relationship of Characters in the book Les Miserables

http://gephi.org/tutorials/gephi-tutorial-quick_start.pdf

Import

Strength of Weak Ties

Eigenvector Centrality

Degree – Weighted Degree Hub - PageRank

Betweenness A measure of connectedness between (sub)components of the graph http://en.wikipedia.org/wiki/Centrality#Betweenness_centrality 5/4/2019

Silicon Valley Members with first name A-D 15 Startup Meetups each with 1000+ Members

Picking the Right Layout

Paul Butler, from his Facebook page: “I defined weights for each pair of cities as a function of the Euclidean distance between them and the number of friends between them. “ “I plotted lines between the pairs by weight, so that pairs of cities with the most friendships between them were drawn on top of the others.” https://www.facebook.com/notes/facebook-engineering/visualizing-friendships/469716398919 http://paulbutler.org/archives/visualizing-facebook-friends/