Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.15
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2011 at 19:37 UTC
Updated:
12 May 2011 at 02:32 UTC
In addition to the ability to support the importing of PubMed IDs, I needed the ability to import PubMed XML exports. The following patch updates:
Adds a pubmed xml import format in biblio.import.export.inc
Adds an additional XPath to search for the pubmed DOI if it doesn't find it on the default in pubmed/EntrezPubmedArticle.php
Adds the logic to import pubmed XML data in pubmed/biblio_pm.module
| Comment | File | Size | Author |
|---|---|---|---|
| biblio_pubmed_xml_import.patch | 3.57 KB | kmadel |
Comments
Comment #1
rjerome commentedI've pushed a modified version of this to all the branches
http://drupalcode.org/project/biblio.git/commit/128f124
http://drupalcode.org/project/biblio.git/commit/291144c
http://drupalcode.org/project/biblio.git/commit/926eafd
Ron.