299
Shalin Hai-Jew Kansas State University Aesthesia March 2, 2017 Marianna Kistler Beach Museum of Art Kansas State University (updated)

Formations & Deformations of Social Network Graphs

Embed Size (px)

Citation preview

Page 1: Formations & Deformations of Social Network Graphs

Shalin Hai-Jew

Kansas State University

Aesthesia

March 2, 2017

Marianna Kistler Beach Museum of Art

Kansas State University

(updated)

Page 2: Formations & Deformations of Social Network Graphs

Social network graphs are node-link (vertex-edge; entity-relationship) diagrams that show relationships between people and groups. Open-source tools like NodeXL Basic (available on Microsoft’s CodePlex) enable the capture of network data from select social media platforms through third-party add-ons and social media APIs. From social groups, relational clusters are extracted with clustering algorithms which identify intensities of connections. Visually, structural relational data is conveyed with layout algorithms in two-dimensional space. Using these various layout options and built-in visual design features, it is possible to aesthetically “deform” the network graph data for visual effects. This presentation introduces novel datasets and novel data visualizations.

2

node(vertex)(ego, entity)

link(edge)(relationship)

Page 3: Formations & Deformations of Social Network Graphs

Network Graph Challenges

Challenge 1:

Can you spot the nodes and the links in the following network

graphs (particularly in the deformed ones)?

Challenge 2:

How many network graphs are in this slideshow?

(Of course, some are hidden.)

3

Page 4: Formations & Deformations of Social Network Graphs

SETTING THE STAGE:

“NATURAL” FORMS of NETWORK GRAPHS

Part 1: Formations w/ alphanumeric labels to get a sense of what social network

graphs look like

Part 2: Formations w/o alphanumeric labels to get a sense of layout algorithms and

grouping algorithms

NETWORK GRAPH DEFORMATIONS

Part 3: Deformations to get a sense of what’s possible with the

data visualizations

4

Page 5: Formations & Deformations of Social Network Graphs

5

(with alphanumeric labels)

Page 6: Formations & Deformations of Social Network Graphs

6mass_media article network on Wikipedia (1 deg.)

Page 7: Formations & Deformations of Social Network Graphs

7#media hashtag network on Twitter

Page 8: Formations & Deformations of Social Network Graphs

8#media hashtag network on Twitter

Page 9: Formations & Deformations of Social Network Graphs

9#media hashtag network on Twitter

Page 10: Formations & Deformations of Social Network Graphs

10#media hashtag network on Twitter

Page 11: Formations & Deformations of Social Network Graphs

11#media hashtag network on Twitter

Page 12: Formations & Deformations of Social Network Graphs

12#food hashtag network on Twitter (lim. 200 Tweets)

Page 13: Formations & Deformations of Social Network Graphs

13#media related tags network on Flickr (1.5 deg.), with subgraph images

Page 14: Formations & Deformations of Social Network Graphs

14“life” keyword search on Twitter, basic network, with subgraph images

Page 15: Formations & Deformations of Social Network Graphs

15

(without alphanumeric labels)

(based on common built-in

layout algorithms…

and clustering representations)

Page 16: Formations & Deformations of Social Network Graphs

16

Page 17: Formations & Deformations of Social Network Graphs

17

Page 18: Formations & Deformations of Social Network Graphs

18

Page 19: Formations & Deformations of Social Network Graphs

19

Page 20: Formations & Deformations of Social Network Graphs

20

Page 21: Formations & Deformations of Social Network Graphs

21

Page 22: Formations & Deformations of Social Network Graphs

22

Page 23: Formations & Deformations of Social Network Graphs

23

Page 24: Formations & Deformations of Social Network Graphs

24

Page 25: Formations & Deformations of Social Network Graphs

25

Page 26: Formations & Deformations of Social Network Graphs

polar graph layout algorithm

polar absolute layout algorithm

26

Page 27: Formations & Deformations of Social Network Graphs

27

treemap(grouping / clustering)

(with Sugiyamalayoutof groups / clusters)

Page 28: Formations & Deformations of Social Network Graphs

28

packed rectangles(grouping / clustering)

(with grid layout of groups / clusters)

Page 29: Formations & Deformations of Social Network Graphs

29

packed rectangles(grouping / clustering)

(with Harel-Koren Fast Multiscale layoutof groups / clusters)

Page 30: Formations & Deformations of Social Network Graphs

30

force-directed(grouping / clustering)

(with Fruchterman-Reingold force-based layout of groups / clusters)

Page 31: Formations & Deformations of Social Network Graphs

31

force-directed(grouping / clustering)

(with Fruchterman-Reingold layout of groups / clusters)

Page 32: Formations & Deformations of Social Network Graphs

32

force-directed(grouping / clustering)

(with Fruchterman-Reingold layout of groups / clusters)

Page 33: Formations & Deformations of Social Network Graphs

Clauset-Newman-Moore

Wakita-Tsurumi

33

Page 34: Formations & Deformations of Social Network Graphs

Girvan-Newman

(for smaller graphs)

Connected Components

34

Page 35: Formations & Deformations of Social Network Graphs

Motifs

(subgraph micro structures)

Vertex Attribute: PageRank

35

Page 36: Formations & Deformations of Social Network Graphs

Data worksheets: Edges, vertices, groups, group vertices, overall (summary) metrics, and additional worksheets depending on the social media data source All expressed in row data in related worksheets

Basic edge data: Dyadic followership, relational reciprocation, relationship type, dates (UTC) of the relationship, URLs, #hashtags, and others

Basic vertex data: Name, image URLs, in-degree, out-degree, betweenness centrality, closeness centrality, eigenvector centrality, PageRank, clustering coefficient, reciprocated vertex pair ratio, and others

Clustering: Group (cluster) partitioning by empirically observed low-dimension distance-based measures (which are variable)

Motifs: Mini-subgraphs that show dyadic, triadic, quadratic,…node relationships in the social network (as a general definition) In NodeXL, the “Group by Motif” visualization

shows three types of small-group node relationships: fan motifs (a central node as a connector to otherwise unconnected nodes), D-connector motifs (dyadic nodes connected by multiple intermediary nodes), and clique motifs (with interconnected nodes)

36

Page 37: Formations & Deformations of Social Network Graphs

37

anything goes…

except no outright manual manipulation of the image or its elements…

except no placement of an external background image in the graph pane…

except no faux or simulated data…

except no data manipulation…

except no visual editing or post-production outside the tool…

except no graph image rotation…

except no inclusion of words or lettering or numbering…

Page 38: Formations & Deformations of Social Network Graphs

38

Page 39: Formations & Deformations of Social Network Graphs

39

Page 40: Formations & Deformations of Social Network Graphs

40

Page 41: Formations & Deformations of Social Network Graphs

41

Page 42: Formations & Deformations of Social Network Graphs

42

Page 43: Formations & Deformations of Social Network Graphs

43

Page 44: Formations & Deformations of Social Network Graphs

44

Page 45: Formations & Deformations of Social Network Graphs

45

Page 46: Formations & Deformations of Social Network Graphs

46

Page 47: Formations & Deformations of Social Network Graphs

47

Page 48: Formations & Deformations of Social Network Graphs

48

Page 49: Formations & Deformations of Social Network Graphs

49

Page 50: Formations & Deformations of Social Network Graphs

50

Page 51: Formations & Deformations of Social Network Graphs

51

Page 52: Formations & Deformations of Social Network Graphs

52

Page 53: Formations & Deformations of Social Network Graphs

53

Page 54: Formations & Deformations of Social Network Graphs

54

Page 55: Formations & Deformations of Social Network Graphs

1. Extracting social network data from a social media platform (via third-party add-ons to NodeXL)

2. Data processing• Processing graph metrics

• Identifying sub-structures such as groups or clusters, motifs, or connected components (through clustering algorithms)

3. Creating graph visualizations in the graph pane with layout algorithms

4. Analyzing the data visualizations

5. Deforming the visualizations based on the NodeXL tools alone

55

Page 56: Formations & Deformations of Social Network Graphs

56

Page 57: Formations & Deformations of Social Network Graphs

57

Page 58: Formations & Deformations of Social Network Graphs

58

Page 59: Formations & Deformations of Social Network Graphs

59

Page 60: Formations & Deformations of Social Network Graphs

60

Page 61: Formations & Deformations of Social Network Graphs

61

Page 62: Formations & Deformations of Social Network Graphs

62

Page 63: Formations & Deformations of Social Network Graphs

63

Page 64: Formations & Deformations of Social Network Graphs

64

Page 65: Formations & Deformations of Social Network Graphs

65

Page 66: Formations & Deformations of Social Network Graphs

66

Page 67: Formations & Deformations of Social Network Graphs

67

Page 68: Formations & Deformations of Social Network Graphs

68

Page 69: Formations & Deformations of Social Network Graphs

69

Page 70: Formations & Deformations of Social Network Graphs

70

Page 71: Formations & Deformations of Social Network Graphs

71

Page 72: Formations & Deformations of Social Network Graphs

72

Page 73: Formations & Deformations of Social Network Graphs

Selection of data for extraction from social media platform …with rate limiting, built-in tool limits, and other

limits, and …with user-set parameters for the data extraction type and seeding terms

Data limiting Selection of data processing measures Selection of grouping algorithm Layout algorithm Autofill selections from columns Dynamic filters Group effects Graph options Scale Zoom Layout iteration (with or without updates

to the data processing) Element selection / highlighting Resizing the graph pane Fluorescing colors

with RGB (red, green, blue) or HSL (hue, saturation, lightness) swap outs

…all within data limits, machine processing limits, and parameter pre-sets in the software (at every step in the sequence)…on glass monitors with light-emitting phosphors

73

Page 74: Formations & Deformations of Social Network Graphs

74

Page 75: Formations & Deformations of Social Network Graphs

75

Page 76: Formations & Deformations of Social Network Graphs

76

Page 77: Formations & Deformations of Social Network Graphs

77

Page 78: Formations & Deformations of Social Network Graphs

78

Page 79: Formations & Deformations of Social Network Graphs

79

Page 80: Formations & Deformations of Social Network Graphs

80

Page 81: Formations & Deformations of Social Network Graphs

81

Page 82: Formations & Deformations of Social Network Graphs

82

Page 83: Formations & Deformations of Social Network Graphs

83

Page 84: Formations & Deformations of Social Network Graphs

84

Page 85: Formations & Deformations of Social Network Graphs

85

Page 86: Formations & Deformations of Social Network Graphs

86

Page 87: Formations & Deformations of Social Network Graphs

87

Page 88: Formations & Deformations of Social Network Graphs

88

Page 89: Formations & Deformations of Social Network Graphs

89

Page 90: Formations & Deformations of Social Network Graphs

90

Page 91: Formations & Deformations of Social Network Graphs

data structures, clustering algorithms, and layout

algorithms account for a majority of the visual

differences and effects…

and the decorative elements in the visuals affect only a small

portion

91

Page 92: Formations & Deformations of Social Network Graphs

92

Page 93: Formations & Deformations of Social Network Graphs

93

Page 94: Formations & Deformations of Social Network Graphs

94

Page 95: Formations & Deformations of Social Network Graphs

95

Page 96: Formations & Deformations of Social Network Graphs

96

Page 97: Formations & Deformations of Social Network Graphs

97

Page 98: Formations & Deformations of Social Network Graphs

98

Page 99: Formations & Deformations of Social Network Graphs

99

Page 100: Formations & Deformations of Social Network Graphs

100

Page 101: Formations & Deformations of Social Network Graphs

101

Page 102: Formations & Deformations of Social Network Graphs

102

Page 103: Formations & Deformations of Social Network Graphs

103

Page 104: Formations & Deformations of Social Network Graphs

104

Page 105: Formations & Deformations of Social Network Graphs

105

Page 106: Formations & Deformations of Social Network Graphs

106

Page 107: Formations & Deformations of Social Network Graphs

107

Page 108: Formations & Deformations of Social Network Graphs

108

Page 109: Formations & Deformations of Social Network Graphs

109

Page 110: Formations & Deformations of Social Network Graphs

it’s the residua that enable some of the cooler visual

effects;

however, there are some “anchor points,” too, beyond

which changes cannot be made;

in experimentation, it’s easy to end up in a visually

irredeemable place, but the “reset all” buttons exist for a

reason

110

Page 111: Formations & Deformations of Social Network Graphs

111

Page 112: Formations & Deformations of Social Network Graphs

112

Page 113: Formations & Deformations of Social Network Graphs

113

Page 114: Formations & Deformations of Social Network Graphs

114

Page 115: Formations & Deformations of Social Network Graphs

115

Page 116: Formations & Deformations of Social Network Graphs

116

Page 117: Formations & Deformations of Social Network Graphs

117

Page 118: Formations & Deformations of Social Network Graphs

118

Page 119: Formations & Deformations of Social Network Graphs

119

Page 120: Formations & Deformations of Social Network Graphs

120

Page 121: Formations & Deformations of Social Network Graphs

121

Page 122: Formations & Deformations of Social Network Graphs

122

Page 123: Formations & Deformations of Social Network Graphs

123

Page 124: Formations & Deformations of Social Network Graphs

124

Page 125: Formations & Deformations of Social Network Graphs

125

Page 126: Formations & Deformations of Social Network Graphs

126

Page 127: Formations & Deformations of Social Network Graphs

127

Page 128: Formations & Deformations of Social Network Graphs

sometimes,

a glance at network graph metrics is sufficient to let you

know what visualization possibilities are available (with

enough experience);

sometimes,

a glance at network graph

metrics can be highly misleading about what

visualizations are possible

128

Page 129: Formations & Deformations of Social Network Graphs

also, an early graph map of the data (without graph metrics,

without grouping) can also reveal a lot about the data’s

social groupness and connectivity;

the “hard fun” in this endeavor though is the pursuit of visual

surprise

129

Page 130: Formations & Deformations of Social Network Graphs

130

Page 131: Formations & Deformations of Social Network Graphs

131

Page 132: Formations & Deformations of Social Network Graphs

132

Page 133: Formations & Deformations of Social Network Graphs

133

Page 134: Formations & Deformations of Social Network Graphs

134

Page 135: Formations & Deformations of Social Network Graphs

135

Page 136: Formations & Deformations of Social Network Graphs

136

Page 137: Formations & Deformations of Social Network Graphs

137

Page 138: Formations & Deformations of Social Network Graphs

138

Page 139: Formations & Deformations of Social Network Graphs

139

Page 140: Formations & Deformations of Social Network Graphs

140

Page 141: Formations & Deformations of Social Network Graphs

141

Page 142: Formations & Deformations of Social Network Graphs

142

Page 143: Formations & Deformations of Social Network Graphs

143

Page 144: Formations & Deformations of Social Network Graphs

144

Page 145: Formations & Deformations of Social Network Graphs

145

Page 146: Formations & Deformations of Social Network Graphs

146

Page 147: Formations & Deformations of Social Network Graphs

…but first experiment very broadly to actually learn the tool and its behaviors (don’t lock in to some

“go to’s” simply because you know how those work)

…some data extractions take days, and processing some visualizations

from large datasets can take days (so schedule time on backup

computers)

147

Page 148: Formations & Deformations of Social Network Graphs

148

Page 149: Formations & Deformations of Social Network Graphs

149

Page 150: Formations & Deformations of Social Network Graphs

150

Page 151: Formations & Deformations of Social Network Graphs

151

Page 152: Formations & Deformations of Social Network Graphs

152

Page 153: Formations & Deformations of Social Network Graphs

153

Page 154: Formations & Deformations of Social Network Graphs

154

Page 155: Formations & Deformations of Social Network Graphs

155

Page 156: Formations & Deformations of Social Network Graphs

156

Page 157: Formations & Deformations of Social Network Graphs

157

Page 158: Formations & Deformations of Social Network Graphs

158

Page 159: Formations & Deformations of Social Network Graphs

159

Page 160: Formations & Deformations of Social Network Graphs

160

Page 161: Formations & Deformations of Social Network Graphs

161

Page 162: Formations & Deformations of Social Network Graphs

162

Page 163: Formations & Deformations of Social Network Graphs

163

Page 164: Formations & Deformations of Social Network Graphs

164

Page 165: Formations & Deformations of Social Network Graphs

…all available underlying data should be processed because

there may be interesting patterns available for discovery

…graph metrics include vertex degree, in-degree, out-degree,

betweenness and closeness centralities, eigenvector

centrality, PageRank, edge reciprocation, group metrics,

and other details;

…there is also geolocational data, time data, and other

scraped data

…there are subgraph images165

Page 166: Formations & Deformations of Social Network Graphs

166

Page 167: Formations & Deformations of Social Network Graphs

167

Page 168: Formations & Deformations of Social Network Graphs

168

Page 169: Formations & Deformations of Social Network Graphs

169

Page 170: Formations & Deformations of Social Network Graphs

170

Page 171: Formations & Deformations of Social Network Graphs

171

Page 172: Formations & Deformations of Social Network Graphs

172

Page 173: Formations & Deformations of Social Network Graphs

173

Page 174: Formations & Deformations of Social Network Graphs

174

Page 175: Formations & Deformations of Social Network Graphs

175

Page 176: Formations & Deformations of Social Network Graphs

176

Page 177: Formations & Deformations of Social Network Graphs

177

Page 178: Formations & Deformations of Social Network Graphs

178

Page 179: Formations & Deformations of Social Network Graphs

179

Page 180: Formations & Deformations of Social Network Graphs

180

Page 181: Formations & Deformations of Social Network Graphs

181

Page 182: Formations & Deformations of Social Network Graphs

182

Page 183: Formations & Deformations of Social Network Graphs

…and it’s pretty important to visualize data in different ways (and with text

labels) to exploit all the meaning that can be found in that data…and to

engage with

the underlying data, and not

the visualization alone per se

…all network graphs have to be read along with the underlying datasets for

actual research-quality meaning;

183

Page 184: Formations & Deformations of Social Network Graphs

184

Page 185: Formations & Deformations of Social Network Graphs

185

Page 186: Formations & Deformations of Social Network Graphs

186

Page 187: Formations & Deformations of Social Network Graphs

187

Page 188: Formations & Deformations of Social Network Graphs

188

Page 189: Formations & Deformations of Social Network Graphs

189

Page 190: Formations & Deformations of Social Network Graphs

190

Page 191: Formations & Deformations of Social Network Graphs

191

Page 192: Formations & Deformations of Social Network Graphs

192

Page 193: Formations & Deformations of Social Network Graphs

193

Page 194: Formations & Deformations of Social Network Graphs

194

Page 195: Formations & Deformations of Social Network Graphs

195

Page 196: Formations & Deformations of Social Network Graphs

196

Page 197: Formations & Deformations of Social Network Graphs

197

Page 198: Formations & Deformations of Social Network Graphs

198

Page 199: Formations & Deformations of Social Network Graphs

199

Page 200: Formations & Deformations of Social Network Graphs

200

Page 201: Formations & Deformations of Social Network Graphs

…often without any reference to x- or y- axes just spatiality in a

two-dimensional plane

…where physical proximity sometimes matters

…where sizes of objects sometimes matter

…where colors of objects sometimes matter

…where connecting lines always matter

…where arrows on the ends of lines always matter

201

Page 202: Formations & Deformations of Social Network Graphs

202

Page 203: Formations & Deformations of Social Network Graphs

203

Page 204: Formations & Deformations of Social Network Graphs

204

Page 205: Formations & Deformations of Social Network Graphs

205

Page 206: Formations & Deformations of Social Network Graphs

206

Page 207: Formations & Deformations of Social Network Graphs

207

Page 208: Formations & Deformations of Social Network Graphs

208

Page 209: Formations & Deformations of Social Network Graphs

209

Page 210: Formations & Deformations of Social Network Graphs

210

Page 211: Formations & Deformations of Social Network Graphs

211

Page 212: Formations & Deformations of Social Network Graphs

212

Page 213: Formations & Deformations of Social Network Graphs

213

Page 214: Formations & Deformations of Social Network Graphs

214

Page 215: Formations & Deformations of Social Network Graphs

215

Page 216: Formations & Deformations of Social Network Graphs

216

Page 217: Formations & Deformations of Social Network Graphs

217

Page 218: Formations & Deformations of Social Network Graphs

218

Page 219: Formations & Deformations of Social Network Graphs

But why?

…focusing on the journey, not the destination …learning the tool, every last function and the

practical and theoretical limits …understanding how data and graph data

metrics relate to visualizations (and gaining a sense of how data visualizations are perceived and what they communicate)

…making the tool do things that its maker(s) did not intend (albeit in a friendly sense)

…enjoying graphs that look like signals but are actually just pleasant noise (with a smallamount of actual information)

…digital doodling and pretty for pretty’s sake

But why not?

…a cost in time

…a cost in computer processing

…alarming the makers of the tool with the network graph “hairballs”

219

Page 220: Formations & Deformations of Social Network Graphs

… When deforming social network graphs, you’re

playing to the following:

the social media platform (and how people are using it at that particular slice-in-time)

the extracted social data (and serendipitous aspects of that data)

the software (NodeXL and APIs)

how people perceive visually and their tendency to see patterns

your innate need for play, and

your enjoyment at amusing others

The trick…and the secret

Huh, how did I get here?!

The trick is to remember your way in and your way out of the deformations (which ultimately means you learn the tool and its many functionalities and how to troubleshoot within the tool)

The secret is that the eye candy (deformed network graphs) is to motivate the learning and defuse learning frustrations (while learning network analysis and NodeXL) and to increase learning persistence

220

Page 221: Formations & Deformations of Social Network Graphs

221

Page 222: Formations & Deformations of Social Network Graphs

222

Page 223: Formations & Deformations of Social Network Graphs

223

Page 224: Formations & Deformations of Social Network Graphs

224

Page 225: Formations & Deformations of Social Network Graphs

225

Page 226: Formations & Deformations of Social Network Graphs

226

Page 227: Formations & Deformations of Social Network Graphs

227

Page 228: Formations & Deformations of Social Network Graphs

228

Page 229: Formations & Deformations of Social Network Graphs

229

Page 230: Formations & Deformations of Social Network Graphs

230

Page 231: Formations & Deformations of Social Network Graphs

231

Page 232: Formations & Deformations of Social Network Graphs

232

Page 233: Formations & Deformations of Social Network Graphs

233

Page 234: Formations & Deformations of Social Network Graphs

234

Page 235: Formations & Deformations of Social Network Graphs

235

Page 236: Formations & Deformations of Social Network Graphs

236

Page 237: Formations & Deformations of Social Network Graphs

237

Page 238: Formations & Deformations of Social Network Graphs

The presenter is using a version of NodeXL that is between the free and open-source NodeXL Basic (a limited version) and the function-added commercial NodeXL Pro… on Excel 2016. NodeXL stands for Network Overview,

Discovery and Exploration for Excel. This “template” add-on to Excel was formerly known as NetViz.

There is a server version available.

The NodeXL template / add-on is available on Microsoft’s CodePlex site.

The third-party add-ons to NodeXL enable access to social media application programming interfaces (APIs) and open-source structures like MediaWiki. Data captured include unstructured

(image), semi-structured (text), and structured data (numerical).

238

Page 239: Formations & Deformations of Social Network Graphs

How to define relationship and depth of relationship Frequencies and types of interactions

Conveying relationships with shapes, lines, and placement in 2D space Emplace data objects with some

likelihood of covering the 2D space and with some balance (but not symmetry)

Using colors strategically and non-offensively (general neutrality for edges, color for vertices)

Uses shapes and shape sizes strategically and non-offensively

Require data limits to enable visualization in fixed physical space (2D and 3D)

Require alignment with human visual capabilities and visual sense-making (and understanding the limits of perception with dense data and visual occlusions)

239

Page 240: Formations & Deformations of Social Network Graphs

All data visualizations are original and based on unique social media datasets. The data visualizations here are not from any prior presentation or publication. Sometimes, one dataset was used for

multiple data visualizations.

The social network platforms used here include Twitter (microblogging site), Wikipedia (MediaWiki understructure, a crowd-sourced online encyclopedia), and Flickr (video and image-sharing site).

The social network graph types include #hashtag networks, keyword search networks, user networks, related tags networks, and article-article networks.

240

Page 241: Formations & Deformations of Social Network Graphs

The social networks are all directional single-mode graphs. The direction of relationships are

indicated.

The nodes represent one type of a thing instead of multiple types.

Clusters are created based on inter-relating around topics of shared interest, and such clusters are captured through unsupervised learning. Groups are not pre-labeled with any

classification but are just “Group 1,” “Group 2,” and such in descending order.

There are ways to cluster by vertex attribute, connected component, or other methods.

These included sociograms that… consist of 30 – 100,000+ nodes/vertices

each

contain 1 – 8,000+ groups (which vary based on which clustering algorithms are used).

consist of 1 - 1.5 - 2 degrees when degree is a definable parameter in the data extraction.

241

Page 242: Formations & Deformations of Social Network Graphs

242

Page 243: Formations & Deformations of Social Network Graphs

243

Page 244: Formations & Deformations of Social Network Graphs

244

Page 245: Formations & Deformations of Social Network Graphs

245

Page 246: Formations & Deformations of Social Network Graphs

246

Page 247: Formations & Deformations of Social Network Graphs

247

Page 248: Formations & Deformations of Social Network Graphs

248

Page 249: Formations & Deformations of Social Network Graphs

249

Page 250: Formations & Deformations of Social Network Graphs

250

Page 251: Formations & Deformations of Social Network Graphs

251

Page 252: Formations & Deformations of Social Network Graphs

252

Page 253: Formations & Deformations of Social Network Graphs

253

Page 254: Formations & Deformations of Social Network Graphs

254

Page 255: Formations & Deformations of Social Network Graphs

255

Page 256: Formations & Deformations of Social Network Graphs

256

Page 257: Formations & Deformations of Social Network Graphs

So social network graphs represent people’s relationships based on various types of relating; they may be understood at global network scale (most broad level)

as various mixes of subgroups and motifs

as (egos) (most granular level)

Relationships may be one-to-oneself (isolate, reflexive self-loop), one-to-one (dyadic), one-to-several, one-to-many, several-to-several, several-to-many, many-to-one, many-to-several, many-to-many Relationships cost, so people are selective

when they connect… There is a trust premium in every connection.

Relationships may benefit their members, so people are strategic and tactical when they connect…

Relationships are dynamic and changing over time, with varying levels of speed-of-change (especially on social media platforms).

In a social ecology, the interrelationships often determine power and capabilities; resource distribution;

information sharing 257

Page 258: Formations & Deformations of Social Network Graphs

“Relating” online include the following: Undeclared transient (ad hoc)

relationships:

replying to, retweeting, commenting, mentioning, collaboration, co-funding, co-authorship, co-editing, co-tagging digital contents, and others

Declared formalized and announced relationships:

following, un-following, friending, unfriending, relational status updates, and others

258

Page 259: Formations & Deformations of Social Network Graphs

General types of available data on social media include the following: Content data: text messages, audio,

photos, video, shared digital objects, and others

Trace data: who interacts with whom (which enables drawing of the social network graphs), when messages are shared, when accounts are created, when accounts are closed, and others

Metadata: locational information, “folk” tags linked to digital contents, auto-tags linked to digital contents, system information of those contacting social media platforms, and others

259

Page 260: Formations & Deformations of Social Network Graphs

260

Page 261: Formations & Deformations of Social Network Graphs

261

Page 262: Formations & Deformations of Social Network Graphs

262

Page 263: Formations & Deformations of Social Network Graphs

263

Page 264: Formations & Deformations of Social Network Graphs

264

Page 265: Formations & Deformations of Social Network Graphs

265

Page 266: Formations & Deformations of Social Network Graphs

266

Page 267: Formations & Deformations of Social Network Graphs

267

Page 268: Formations & Deformations of Social Network Graphs

268

Page 269: Formations & Deformations of Social Network Graphs

269

Page 270: Formations & Deformations of Social Network Graphs

270

Page 271: Formations & Deformations of Social Network Graphs

271

Page 272: Formations & Deformations of Social Network Graphs

272

Page 273: Formations & Deformations of Social Network Graphs

273

Page 274: Formations & Deformations of Social Network Graphs

274

Page 275: Formations & Deformations of Social Network Graphs

275

Page 276: Formations & Deformations of Social Network Graphs

276

Page 277: Formations & Deformations of Social Network Graphs

In general, people relate and connect around shared interests and similarity (homophily). Human similarity can be a predictor of long-

term relating and bonding.

Some relate around heterophily or interpersonal differences.

In terms of online fame, the power law applies—with a few garnering most of the followership and attention. Then the rest of the frequency curve involves

a long tail of those with few close friends.

Actual reciprocal relationships are not so common. The followed do not often follow-back.

On social media, people often pose (perform socially) and over-share for imagined audiences.

One-to-many virality does not truly exist. It’s often the bigger entities (governments,

corporations) that are the ones that push designed messages one-to-many that often create trending topics.

Social influence is concentrated at cores.

277

Page 278: Formations & Deformations of Social Network Graphs

Over time, there are predictable evolutionary patterns with online social networks. For one, “isolates” (singletons),

“whiskers,” and subgroups either meld with a larger connected component in an online community, or they simply disappear. In other words, nodes move to the core and connect with the social mass or move out of that particular network.

Mainline interests have to converge for people to continue participation in a community.

278

Page 279: Formations & Deformations of Social Network Graphs

Virtual relationships are ephemeral, with varying degrees of friending and unfriending. Average length of FB relationships are said

to be about three years.

People looking for romance are often entranced by ‘bots, who stand in for actual people. People may be “catfished” into “relationships” by automata (scripts). Also, a majority of people who encounter

Twitter ‘bots are unable to tell that they are not people and will accept them as friends (and give them access to their real social networks).

Predictive analytics have been applied to the length of people’s romantic relationships with fairly high accuracy. The time period length of initial

interactivity is one indicator of overall relationship longevity.

279

Page 280: Formations & Deformations of Social Network Graphs

Individually, people can be fairly accurately profiled psychologically by what they post online. People’s social circles may be used to

profile the individual even if he / she does not have a direct online presence.

There are geographical effects on virtual connectivity. The physical real has effects on the virtual. Likewise, language and culture have

effects on social media usage.

The cyber-physical confluence exists.

People’s geolocational check-ins have been used to profile individuals as to their lifestyles and behaviors because people tend towards habitual “patterns of life” and times/places where they are comfortable. With a few data points, people’s

likelihood of being in a particular place at a certain time may be projected with fairly high accuracy into the future (out about a little over a year).

280

Page 281: Formations & Deformations of Social Network Graphs

281

Page 282: Formations & Deformations of Social Network Graphs

282

Page 283: Formations & Deformations of Social Network Graphs

283

Page 284: Formations & Deformations of Social Network Graphs

284

Page 285: Formations & Deformations of Social Network Graphs

285

Page 286: Formations & Deformations of Social Network Graphs

286

Page 287: Formations & Deformations of Social Network Graphs

287

Page 288: Formations & Deformations of Social Network Graphs

288

Page 289: Formations & Deformations of Social Network Graphs

289

Page 290: Formations & Deformations of Social Network Graphs

290

Page 291: Formations & Deformations of Social Network Graphs

291

Page 292: Formations & Deformations of Social Network Graphs

292

Page 293: Formations & Deformations of Social Network Graphs

293

Page 294: Formations & Deformations of Social Network Graphs

294

Page 295: Formations & Deformations of Social Network Graphs

295

Page 296: Formations & Deformations of Social Network Graphs

296

Page 297: Formations & Deformations of Social Network Graphs

297

Page 298: Formations & Deformations of Social Network Graphs

Dr. Shalin Hai-Jew Instructional Designer

iTAC, Kansas State University

785-532-5262

[email protected]

For more information about social network graphs and the analytics aspects, please see “Beauty as a Bridge to NodeXL” (on SlideShare).

Thanks to Dr. Brent Chamberlain and the sponsors of “Aesthesia” for including me.

Thanks also to the Social Media Research Foundation (SMRF), which promotes “Open Tools, Open Data, Open Scholarship for Social Media” and enables free and open access to NodeXL.

The presenter has no tie to either SMRF or CodePlex.

298

Page 299: Formations & Deformations of Social Network Graphs

299