Create a social network visualization for the co-authorship network using the data provided. The data consist of a single column in the following format: Ghasemaghaei, Maryam; Ebrahimi, Sepideh; Hassanein, Khaled Here, Maryam Ghasemaghaei is the first author of the academic paper, Sepideh Ebrahimi is the second author, and Khaled Hassanein is the third author. In other words, this row suggests that these three authors have collaborated to write a research paper. You don’t need to fix the first and the last names. Hint: Convert the excel to CSV and use the code from one of the iPython notebooks to import this data directly into Python to plot the social network.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Create a social network visualization for the co-authorship network using the data
provided.
The data consist of a single column in the following format:
Ghasemaghaei, Maryam; Ebrahimi, Sepideh; Hassanein, Khaled

Here, Maryam Ghasemaghaei is the first author of the academic paper, Sepideh Ebrahimi
is the second author, and Khaled Hassanein is the third author. In other words, this row
suggests that these three authors have collaborated to write a research paper. You don’t
need to fix the first and the last names. Hint: Convert the excel to CSV and use the code
from one of the iPython notebooks to import this data directly into Python to plot the social
network. 

Expert Solution
Step 1

To create a social network visualization for the co-authorship network, we can use Python's networkx library and matplotlib library.

Here's how we can do it:

  1. Convert the Excel file to CSV format.
  2. Load the data from the CSV file into a list.
  3. Create a graph using networkx library.
  4. Add nodes and edges to the graph.
  5. Draw the graph using matplotlib library.
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Search Engine
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education