Assignments of SNA subject.
Create a parser to convert from plain dump of emails to .csv format in order to import it from Gephi. Each node must be an email and each edge between nodes is constructed if those two are on the same mailing group on any email.
Create a parser to convert from movies and actors file to .csv format. Each node is a movie and each edge is created if there is one or more actors having worked on both movies (weight is also updated).
Create a model of a random network (Erdös-Renyi) given the number of nodes an the probability of the edges being created. Optionally the model could also generate several networks with the same parameters. The output must be csv formatted.
Create a model of a scale-free network (Barabasi-Albert) given the number of links of an incoming node and the number of steps. Optionally the model could also generate several networks with the same parameters. The output must be csv formatted.
Analysis of the coauthorship network of researchers at our faculty. The final report is not uploaded here.