0% found this document useful (0 votes)
82 views1 page

CSE3021 - Social and Information Networks - Digital Assessment I

This document outlines the requirements for a social network analysis assignment with two parts. Part A asks students to write a 1000 word paper on recent trends or applications of social network analysis. Part B asks students to complete a programming/scripting assignment based on their registration number, with options that include analyzing Twitter data or coding parallel graph algorithms.

Uploaded by

Tanya Gautam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views1 page

CSE3021 - Social and Information Networks - Digital Assessment I

This document outlines the requirements for a social network analysis assignment with two parts. Part A asks students to write a 1000 word paper on recent trends or applications of social network analysis. Part B asks students to complete a programming/scripting assignment based on their registration number, with options that include analyzing Twitter data or coding parallel graph algorithms.

Uploaded by

Tanya Gautam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CSE3021 – Social and Information Networks – Digital Assessment I

Part A (Mandatory Assignment Question to all)

Question: Recent Trends in (or Applications of) Social Network Analysis


Note:
 Write up of about 1000 words is expected in Part A assignment.
 Part A assignment can be a team work.

Part B (Choose your question as given below)

Note: A student has to select his/her question according to the scheme given below.
YourQuestionNo = LastDigitOfYourRegNo % 6

The choice of Programming/Scripting language is left to the student.

0. a) Write a program/script to list all of your Twitter followers.


b) Code a Parallel Algorithm to compute Closeness Centrality Measure.

1. a) Write a program/script to list all of whom you follow, in Twitter.


b) Code a Parallel Algorithm to compute Betweenness Centrality Measure.

2. a) Write a program/script to list all of your Twitter friends.


b) Code a Parallel Clique/Community Detection Algorithm in Social Networks.

3. a) Write a program/script to list top 100 Twitter followers of Mr. Sachin Tendulkar.
b) Code a Parallel Algorithm for traversing a Graph.

4. a) Write a program/script to print the top 10 trending topics in INDIA.


b) Code a Parallel Algorithm for finding the shortest path between a pair of nodes in a graph.

5. a) Write a program/script to print the recent 100 tweets by a user.


b) Code a Parallel Clique/Cluster detection Algorithm.

You might also like