Creating basic authorship network using Knime’s network plugin

Hi,

 

I would appreciate help to understand how to create network using Knime’s network plugin based in the following structure (two columns of a CSV file; in the column Author, the authors are separated by comma):

 

Author (Column)                                       Article (Column)

Author1, Author2, Author3                        Article A

Author1, Author2                                      Article B

Author4                                                    Article C

 

From this information, I would like to create:

 

a) a network in which the ‘articles’ are nodes and the authors are connected to the articles (visual network example in the attached PDF).

 

b) a network in which the ‘articles’ are link’s attributes and the authors are connected each other through the article’s links in a collaboration network (visual network example in the attached PDF).

 

Many thanks in advance,

Cadu

Hi Cadu

I attached my example workflows that I generated several weeks ago when starting with the network mining nodes. Maybe this helps to understand how one can create different networks.

 

I used Cytoscape as a network viewer.

 

Frank

 

Hi Frank,

 

Many many thanks for make available the workflows (this here and the other one related to the Wildcard Tagger in the TextProcessing). Now its my time to run them and learn...

 

All the best,

Cadu