2010-06-30 15:52:32 PDT
When I try to import them in Refbase, I get "There were validation errors regarding the data you entered:" and below "Unrecognized data format!"
....
- is it normal that the Endnote and RefWorks import fail? Is it a configuration issue on my side, a bad output from inspire?
Endnote XML is supported by refbase. As far as I know, the Endnote XML format has horrible documentation & differs from version-to-version of Endnote, so it is hard to say whether Spires is technically "wrong." Most Endnote XML files have the structure
<xml><records><record>and refbase expects this for format autodetection, but bibutils does not seem to actually require it. Spires does not put their records in an <xml> trunk, so refbase's autodetection does not work. Perhaps includes/import.inc.php can be modified to not rely on the '<xml>' being there (or, as a work-around, you can add this to your data manually). But the Spires Endnote XML export is still a bit "strange." No reference type is specified, for instance & bibutils can't seem to import the 'authors' branch (don't know, offhand, why). Have you successfully imported the Endnote XML from Spires into any other program? I'm a bit hesitant to spend a lot of time diagnosing their issues & suggesting improvements to them or patching bibutils/refbase while the service is still in beta and they encourage the use of slac.stanford.edu/spires.
RefWorks XML is not a supported format yet. It is only the
tagged RefWorks format that is supported. Support for RefWorks XML will likely follow support by bibutils.
- is there a way not to get duplicates after an import? Are there some unique fields?
Better duplicate handling is planned. But you can use duplicate_search.php for now.