[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Building scientific articles coauthorship network
Page 1 of 1

Building scientific articles coauthorship network

Posted: 20 Oct 2017 07:05
by rjalex
Is anyone aware of any asset to extract authors from PubMed articles and build an undirected graph of co-authorship?

What I mean is that given one article with say 4 authors, I will have to build edges between any of them and all others.

Also when I meet the same coauthorship pair should I add weight to the corresponding edge ?

I tried using rentrez from the R package but still need to learn.

Tried using the Flink tool from pubmed plus Table 2 Net and got close but not what I need.

Scripts to achieve this in Perl Python etc ?

Thank you for any suggestion