Problem/Motivation
The PMCID field is part of the standard output for the NLM styled citation. It is conspicuous in its absence.
Steps to reproduce
Import a publication with both PMID and PMCID values, and notice the lack of PMCID information in the resulting publication. A sample to test with is PMID 26996306.
Proposed resolution
Add a PMCID field to the Bibcite entity, and populate it when importing references via PubMed lookup. The code I am proposing works in conjunction with code I will post in the related Bibliography & Citation - PubMed (bibcite_pubmed) issue.
Remaining tasks
Add tests?
User interface changes
A PMCID field is added to the Create/Edit form.
API changes
NA.
Data model changes
PMCID (bibcite_pmcid) field is added.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3354102-bibcite-add-pmcid-1.patch | 131.36 KB | byronveale |
Issue fork bibcite-3354102
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
byronveale commentedPatch attached.
Comment #4
bkosborneComment #5
aardwolf commentedPlanned to include it in beta5.
Comment #6
aardwolf commentedComment #8
byronveale commentedThis has been committed to 3.0.x branch, so, “fixed”?