Hello all,
I have been keeping an eye on this intriguing work of PID Graph. It’s a very cool idea. However, I am somewhat puzzled about how citation counts are computed, and I thought I’d better ask. If I understand, correctly citation counts are a function of the number of relations, of a specific type, in the DOI metadata.
Below there is a query for three DOIs, all of them with at least one an IsCitedBy
relation, which would lead me to believe that all of them would have at least one citation count. However, the PID Graph citation computation does not match that assumption. Is there something I am not grasping correctly?
{
works(ids:["10.1594/wdcc/cops_rsdu_imkfixrs","10.5439/1025143","10.4125/pd0015th"]){
nodes{
id
citationCount
referenceCount
relatedIdentifiers{
relatedIdentifierType
relationType
}
}
}
}
Thanks for the effort
Simon