Importing from Endnotes
I am having trouble importing endnotes into zotero. I managed to copy across 140 articles all at once (in RIS format), which worked fine, but for some reason I don't seem to be able to import anymore across in bulk. When I try it will only import one article at a time.
Any ideas? I am using endnote x3 and zotero 2.1.6.
Any ideas? I am using endnote x3 and zotero 2.1.6.
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
When I import the records across, only the first one copies across. I get no error messages.
But to use them, type something like:
<code>TY - JOUR
I cannot replicate this. I seem to remember people reporting something similar in the past & it has turned out to be that they weren't actually exporting more than one reference.AU - Shannon,Claude E.
PY - 1948/07//
TI - A Mathematical Theory of Communication
JO - Bell System Technical Journal
SP - 379
EP - 423
VL - 27
ER - </code>
TY - Book
AU - Wright, Robert E
AU - Sylla, Robert
PB - Pickering and Chatto
PY - 2003
ST - History of Corporate Finance
TI - History of Corporate Finance
ID - 517
ER - (blank)
TY - Book
AU - Zola, Emile
OP - 1891
PB - Pocket Classics
PY - 1991
ST - L'Argent
TI - L'Argent
ID - 1012
ER- (blank)
I have tried to import anything between 2-150 records and only the first record copies across, so I am unclear as to why/how I managed to copy 140 records across but unable to do this since.
TY - Book
Imports for me just fine (with the caveat that they are typed as documents instead of books). Copy it & select import from clipboard.AU - Wright, Robert E
AU - Sylla, Robert
PB - Pickering and Chatto
PY - 2003
ST - History of Corporate Finance
TI - History of Corporate Finance
ID - 517
ER - (blank)
TY - Book
AU - Zola, Emile
OP - 1891
PB - Pocket Classics
PY - 1991
ST - L'Argent
TI - L'Argent
ID - 1012
ER - (blank)
Also I have over 1000 records to transfer. To go through and manually changed the "book" titles is somewhat time consuming and slightly offputting. It seems very unhelpful that in Zotero "book" is not a valid RIS type when it's such a common source of information. Thanks anyway for sorting this out for me.
See for yourself:
http://www.refman.com/support/risformat_reftypes.asp
The valid item type in RIS is "BOOK" in all capitals. It would seem relatively easy to search and replace
TY - Book
with
TY - BOOK
in your ris file.
Please go to http://github.com/ajlyon/zotero-bits/raw/master/RIS.js and save the file to the translators directory of your Zotero data directory (http://www.zotero.org/support/zotero_data).
It should start working. If this works for you, please post here so that I can submit this change to be pushed to all users.
AB = N2
DO = M3
with the revised version.
Also, it would be helpful to test the SN field and (if it is 8 characters without a "-" separating the two four character strings) make sure that the proper hyphen is added.
Certainly, the export to RIS should continue to use the standard and not one of the popular variants.
Thanks
I'm a little hesitant to add much more logic to SN processing-- as we've discussed, the hyphen in ISSN is purely cosmetic. I have code already written to validate the ISSN (it has a check digit) and add the hyphen, but I think I want to hold off on adding it until we actually need to distinguish between ISBN and ISSN -- right now no types have both. When the schema change happens, we'll need to distinguish them and the code will be added, I suppose.
I use Zotero to grab article records from journal publishers that aren't equipped to send me article metadata by FTP. Zotero each week saves hours of work involved in adding article records into SafetyLit. I'll edit my import import from MODS script to add the hyphen -- my "find the journal in a nearby library" utility uses the OCLC WorldCat system and that requires the ISSN with a hyphen. Strange, because the hyphen gets stripped out during the journal identification process.
My use of Zotero is written into the letters of agreement with several publishers. I am trying to work with the publishers to get their metadata standardized and to make it Zotero-ready. (SafetyLit is a free online bibliographic database that contains articles from the scholarly literature of more than 30 distinct professional disciplines and more than 11,000 scholarly journals. SafetyLit is presented without advertising.)
It's pretty clear that ISSN will be added for books in the next schema update, with Zotero 2.2 or 3.0. What other item types will require both ISBN and ISSN, in your experience?
Industrial Safety Series (Elsevier)
ISSN: 0921-9110
ISBN: 978-0-444-53081-3
ISBN: 978-0-444-52119-4
ISBN: 978-0-444-82881-1
There are many other examples from Elsevier and a few from Springer and Sage. If you want more of them let me know and I will find and report others.
I contacted the folks at WorldCat about the hyphen issue and they agreed. They said that the hyphen will no longer be required.
As you said the ISSN hyphen is purely cosmetic. However, I would rather not have a mix of journal ISSN records in SafetyLit with and without the hyphen. I have modified the SafetyLit import from MODS to add the hyphen and validate the ISSN.
Thanks for providing a concrete example.