Difference between revisions of "Network Visualization"

From Cyborg Anthropology
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Visualizing Facebook Data – A Short Tutorial==
+
===NameGenWeb===
[[File:Aaron-Parecki-Facebook-Graph.jpg|700px|thumb|center|Aaron Parecki's Facebook Network]]
+
A Facebook application that allows you to download a file that can be visualized with a number of network visualization programs.  
  
{{clear}}
+
[[How to Download Facebook a Social Graph with NameGenWeb]]
===Instructions===
+
 
#Open up Internet Explorer and log into Facebook.
+
===UCINet===
#Go to http://apps.facebook.com/namegenweb/
+
Takes .dl date from NameGenWeb.  
#Allow the application to use your data, if it asks.
+
 
#The page should look like the image below.
+
===NetDraw===
#Click on the UCInet link (it's in purple).
+
Takes .dl files from UCINet and draws them.  
#You should see the following page. Don't touch your computer or browser while this process completes. It shouldn't take more than 5-7 minutes. Wait until it says “Thank you for waiting”, “Your network is now available”.
+
 
#Either download the file or right click where it says “this link” and “Save Target As...” to save the file to your Desktop or My Documents folder.
+
===Macros and Notepad++===
#If you see something that looks like this, then go to File, Save As, and save the file to your Desktop or My Documents folder.
+
 
#Write an E-mail to caseorganic@gmail.com with the file attached. I'll send you back a full resolution image of your network.
+
Here's how to run a macro on a .dl file in Notepad++ to show the central node of the social network graph.  
 +
 
 +
Add another number to the node count (n=) at the top of the file.  
 +
 
 +
Copy all single names to end of the list.  
 +
 
 +
Press the record button. Put cursor at end of first person in the new list's last name. Press the down arrow, then hit end, then space and the person's first and last name in CamelCase, no spaces. Hit stop.  
 +
 
 +
Go to Run, and then Run Macro Multiple Times. Choose "Until End of File". You should have your name in the file.  
 +
 
 +
Add the new name, CamelCased, to the first part of the list.
 +
 
 +
[[Image:ariel-waldman-social-graph.png|500px|thumb|right|Example Social Graph]]
 +
 
 +
[[Category:Projects]]

Latest revision as of 19:59, 4 June 2011

NameGenWeb

A Facebook application that allows you to download a file that can be visualized with a number of network visualization programs.

How to Download Facebook a Social Graph with NameGenWeb

UCINet

Takes .dl date from NameGenWeb.

NetDraw

Takes .dl files from UCINet and draws them.

Macros and Notepad++

Here's how to run a macro on a .dl file in Notepad++ to show the central node of the social network graph.

Add another number to the node count (n=) at the top of the file.

Copy all single names to end of the list.

Press the record button. Put cursor at end of first person in the new list's last name. Press the down arrow, then hit end, then space and the person's first and last name in CamelCase, no spaces. Hit stop.

Go to Run, and then Run Macro Multiple Times. Choose "Until End of File". You should have your name in the file.

Add the new name, CamelCased, to the first part of the list.

Example Social Graph