Template:Citation lookup

From SEQwiki
Jump to: navigation, search

This template works by querying the official EuropePMC REST API with a given PMID. The returned values are assigned to properties in the calling page.

Template:Altmetric lookup

Example:

 {{ Citations lookup | pmid = <PMID> }}

Currently we only assign the 'number of citations' value to the property.


TODO

  • Perhaps pull in details of the citing papers? The REST result has them...
    • Note, for the time being, we set page parameter to 4000 to effectively suppress the citations list, as we just want the citations hitCount.

Template code