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.

Slides:



Advertisements
Similar presentations
Excel Spread Sheet- plug in dates along top row skipping column A.
Advertisements

Help File For User Creation Click the “Course” button for Creating/Add User.
Lesson 1 Review Part 3 Microsoft Office The ___ allow you to move up/down or right/left in a worksheet. Scroll bars.
Microsoft Excel 2010 ® ® Tutorial 6: Managing Multiple Worksheets and Workbooks.
Prim’s Algorithm from a matrix A cable TV company is installing a system of cables to connect all the towns in the region. The numbers in the network are.
Visual Enterprise Deep Dive September 21, 2006 Presented by Trevor Moore.
Netscape Composer Add A Custom Button. Launch Composer File>New Composer Page Select The Table Icon.
Chapter 9 Creating Graphs in Illustrator. Objectives Create a graph Edit a graph using the Graph Data window Use the Group Selection tool Use the Graph.
NU Data Excel Orientation Graphing of Screening Data and Basic Graphing Functions.
By: Jose Mahendra Aji. First you must click the start button on the bottom left of your screen. Type in “Microsoft office excel” in the search section.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
Spreadsheets and Marks © Nipawin School Division 2003.
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
SPREADSHEET BASICS SPREADSHEET BASICS What are the benefits of using a spreadsheet to solve a problem?
Nyhoff, ADTs, Data Structures and Problem Solving with C++, Second Edition, © 2005 Pearson Education, Inc. All rights reserved Graphs.
Database Essentials. Key Terms Big Data Describes a dataset that cannot be stored or processed using traditional database software. Examples: Google search.
Access Manual 2 By Dhawala Kovuri Elham S.Khorasani Ismail Guneydas.
CSC 240 (Blum)1 Forms and Importing Data in Access.
Plotting in Microsoft Excel. 1) Enter your data into the Excel spreadsheet in table format. Your data should have column headers, row headers and data.
Class 10: Introduction to CINET Using CINET for network analysis and visualization Network Science: Introduction to CINET 2015 Prof. Boleslaw K. Szymanski.
This tutorial will assist you in creating graphs from downloadable excel files.
Creating Graphs in Illustrator
The Report Generator Viewing Student Outcomes. Install the Report Generator In a browser, go to Click.
CRSD Technology Training Tony Judice. Quick Access Toolbar – can be modifiedSave as… allows you to save the file to a different location and also as an.
Function Of Microsoft Words Tables. Where Table section is located Table section is located on top row with File, Edit, View, Insert, Format, Tools, Window.
Uses of Major Chart Types Column charts are used to compare values across categories by using vertical bars.
Overview of DCPDS Regional User’s Module The purpose of this module is to allow regional DCPDS users to download their regional transaction files. Any.
CHAPTER 7: PRINTING By: Miguel Sandria. INTRODUCTION AND PAGE SETUP  The spreadsheets may contain a great amount of information, therefore, we must remember.
1.5 LooGix.com Experience and Creation Meg Moring.
Schoolnet Training Module 3 D. Tierney. Hover over Classrooms Click on Student Performance Click on tab Student Analysis Click on Advanced, create your.
Graphs Basic properties.
Creating and Editing Charts in Microsoft Excel Lunch and Learn: May 17, 2005.
Using Instagram for Marketing.  Window Shopping Theory  Food Looks Better than it Sounds  Visual Reality.
Source: CSE 214 – Computer Science II Graphs.
Spreadsheet Basics Computer Technology What is a spreadsheet? Spreadsheets are: –Applications that track, analyze, and chart numeric information –Used.
Design and Analysis of Algorithms Introduction to graphs, representations of a graph Haidong Xue Summer 2012, at GSU.
Corey Rausch, Dae Park, Mark Bailey, Bianca Sande, Shealinna Ge Microsoft Excel 2007 Adding Images, Clip Art, and Smart Art.
Third Grade Home Directory/H-Drive The location on the server where individual users can save their work. This directory is named the same as the username.
Graphing How to make a graph using Excel. Step 1 Go to Mr Cook’s Web site and go to LINKS and find the section marked Excel Data Set A or B. If your last.
Excel Charts and Graphs
Microsoft PowerPoint Illustrated
Dataset Dataset Nodes1.csv(1,000 nodes) Edges1.csv(14,116 edges)
13.4 Product of Two Matrices
How to Make a Graph for a Biology Lab
15. Directed graphs and networks
Copyright © Zeph Grunschlag,
Click the mouse button or press the Space Bar to display the answers.
NETVIZZ Facebook
WOCAT Mapping methodology
Printing Address Labels
CS 367 – Introduction to Data Structures
Tutorial 6: Managing Multiple Worksheets and Workbooks
Gephi Gephi is a tool for exploring and understanding graphs. Like Photoshop (but for graphs), the user interacts with the representation, manipulate the.
Excel in M.E. –Using add-ins
Microsoft FrontPage 2003 Illustrated Complete
Grauer and Barber Series Microsoft Excel Chapter Four
Network Visualization
CS320n –Visual Programming
Uses of Excel- एक्सेल उपयोग
Using Excel to Make a Graph
Chapter 22: Elementary Graph Algorithms I
Let’s Learn About Spreadsheets
Chapter 14 Graphs © 2006 Pearson Addison-Wesley. All rights reserved.
Tutorial 7 – Integrating Access With the Web and With Other Programs
Graphs G = (V, E) V are the vertices; E are the edges.
GRAPHS G=<V,E> Adjacent vertices Undirected graph
Netscape Composer Add A Custom Button.
Graph Vocabulary.
Spreadsheets and Data Management
TERMS AND CONDITIONS   These PowerPoint slides are a tool for lecturers, and as such: YOU MAY add content to the slides, delete content from the slides,
Presentation transcript:

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 from Facebook or Twitter but in this case we make our data in a ‘traditional way’: searching and finding ourselves the relations between

1.Take a picture, a lot of pictures. 2.Add your photos with the hashtag #NWUAB on Instagram. 3.Choose a hashtag for your teamwork. 4.Add other relational hashtags. #NWUAB #UAB #Campus #enjoy

Nodes 1.Search the hashtag #NWUAB and look all the pictures with this hashtag. 2.Choose the 10 most representative pictures. 3.Open a spreadsheet in Excel and write all the hashtags in two columns. One column for the ID number and one column for Label (complete hashtag) 4.Save as….csv (sheet no book) 5.Now we have a nodes

Edges 1.Open a new spreadsheet for the edges 2.You need 4 columns: “Source”, “Target”, “Weight” and “Type” 3.In the “source” column put the Id number (hashtag) and indicate the relation with other hashtag in the “target” column (Appear together in the same picture). 4.The weight* of the edge indicates how many times a hashtag appears linked to another hashtag. 5.Type: Undirected. An is a graph in which the two endpoints of each edge are not distinguished from each other. 6.Save as….csv spreadsheet. *A weight is a numerical value, assigned as a label to a vertex or edge of a graph. A weighted graph is a graph whose vertices or edges have been assigned weights; more specifically, a vertex-weighted graph has weights on its vertices and an edge- weighted graph has weights on its

Edges Now, each row of the file is a node or an

Gephi Open Gephi and create a new project. You start by clicking 'Import CSV' button in Data Laboratory as seen in the picture. At first, you can import the nodes'

Import …and you do the same with the

First overview In the overview window you can see the first graphical representation. Let's go to analyze