Endnote Import Format
I have a reference source (US EPA library catalog) which only publishes it's citations in EndNote Import Format. The file looks like this (there is no line wrapping in the source file):
%M 60828144
%T Microbial source tracking guide document
%L EPA 600/R-05-064
%I U.S. Environmental Protection Agency, Office of Research and Development,
%D 2005
%U http://nepis.epa.gov/Exe/ZyPURL.cgi?Dockey=2000D20V.txt http://www.epa.gov/nrmrl/pubs0705.html
Just wondering if there is an easy way to import files like this?
Thanks!
%M 60828144
%T Microbial source tracking guide document
%L EPA 600/R-05-064
%I U.S. Environmental Protection Agency, Office of Research and Development,
%D 2005
%U http://nepis.epa.gov/Exe/ZyPURL.cgi?Dockey=2000D20V.txt http://www.epa.gov/nrmrl/pubs0705.html
Just wondering if there is an easy way to import files like this?
Thanks!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
http://endnote.com/sites/en/files/support/endnotex6machelp.pdf
%0 Journal Article
(or any other type descriptor). That's also the way it's defined in the document you link to.
What's the URL of the EPA library catalog? Quite possibly we could support that natively.
Here's the url for the library catalog:
http://cfpub.epa.gov/ols/catalog/catalog_lookup.cfm
I think Zotero import ignores additional whitespaces (as long as there's at least one) so that shouldn't matter.
Try searching for this in the keyword field: EPA/600/R-05/064
When you get the record, select it, then go down to "Action". Hit the dropdown and select the Endnote (Import) option. Then you can hit the 'SAVE or PRINT" button.
There are other options for saving with more information, but they don't seem to be in a standard format.
Thanks for the help! We use a lot of EPA references!
J
For item types - is everything in that library an EPA report? That would make things a lot easier.
edit: cut and paste
https://dl.dropboxusercontent.com/u/29002616/EPA-example.txt
This includes technical reports, journal articles, and a book or two. No designation of what is what.
I'm not sure if you noticed, but there is a "Full Record" button, which displays more metadata.
Also, it may be hard to include file attachments. A lot of them are links to other webpages, but some are direct links to PDFs. If we let Zotero figure out the mime type, it will end up taking a lot of snapshots. We can try to filter out some of the common domains that are not direct PDF links, but it looks like that may be a huge list. I think one solution would be a doHead request to determine mime type (which we currently can't do from within translators). Alternatively (and I think probably a better way to go), I think we may alter Zotero's attachment policy. If mime type is not specified and snapshot is not explicitly set to true, we should probably _not_ be taking snapshots. But maybe there are places where that's not desirable. I can't think of one right now.
I'll cross the attachment bridge once I get there - I'd love to get them, but since this is mainly a library catalog, I don't think many people expect them.
Jason
https://groups.google.com/forum/#!forum/zotero-dev
where aurimas and I will be happy to help.
If MARC is in a human-readable form it's a little trickier since you'll need to re-convert it to regular MARC (we can point you to samples if that becomes relevant).
If you end up just scraping from the page, have a look at the Framework:
http://www.zotero.org/support/dev/translators/framework
which makes that quite simple.
Any problems let us know.