Export Abstract
Hi all,
I am new to Zotero and I was wondering how I could export the abstracts that go with my citations. Every time I try to export I fail to bring the abstract. Also, if possible I would love to export to excel. Also, if possible I would love to export the location of the image file on my hard drive to excel.
Cheers,
Will
I am new to Zotero and I was wondering how I could export the abstracts that go with my citations. Every time I try to export I fail to bring the abstract. Also, if possible I would love to export to excel. Also, if possible I would love to export the location of the image file on my hard drive to excel.
Cheers,
Will
Actual exports - e.g. to RIS - include abstracts.
Most citation styles don't, though, but see this thread for some options
http://forums.zotero.org/discussion/73/annotated-bibliography/#Item_16
Also reports have abstracts (right-click--> generate report).
There is no usable Excel export option - generally it wouldn't be impossible to create a citation style that exports to a semicolon-separated text file (which is like a .csv so Excel can import it). The main problem here is how you want it to look exactly - which fields go where etc.
I am using zotero for non-citation based work. I am compiling webpages in an easily manageable format and hope to eventually use the new silverlight software, pivot.
My hope was to query my zotero data to produce .csv or .xls file which opened with excel to show each entry with the columns: path to image of website, blank, date that i entered (not any of the automatically generated dates), author name, title, abstract. The easiest way seemed like it would involve a zotero export function.
I don't really know if that is feasible or how to begin.
For what you want, it would actually quite easy to write a csv export as a regular citation style if I understand you correctly:
All that would be for one item type (website)?
essentially all you would want is to have in the bibliography section of the style
<text variable="URL"/>
<text value="; ;"/>
<text variable="issued"/>
<text value=";"/>
<text variable="author"/>
<text value=";"/>
<text variable="title"/>
<text value=";"/>
<text variable="abstract"/>
you can see if this together with these instructions is enough,
http://www.zotero.org/support/csl_simple_edits
or I can quickly write that style for you, although I'd be helpful if you uploaded a google doc with three or four sample lines.
Will
Will
http://gist.github.com/500876
you can download the style using the "Raw" link on that page.
Install by dragging to an open Firefox Window.
There isn't much going on in that style, so you should be able to understand it easily.
Let me know how it goes.
Then pick the CSV-Export. I cannot seem to get the choice to make a .csv file. When I copy to clip board and paste into excel, or change .rtf to .csv, all the data appears on one line. How do I get in a spreadsheet form?
Will
select the items, right-click-->create bibliography --> clipboard --> copy this into a text editor (like notepad) and save as .csv
open that with Excel
I would like it broken into columns: path to the saved image of the website (snapshot); blank; date; author; abstract.
Thanks for your prompt responses!
Maybe use import or something? Sorry, I don't have Excel - just tried this in open office calculator and that works.
Zotero doesn't output that easily - it will just be the URL
Will
Zotero doesn't output that path with a citation style, which means you have to write an export translator (similar to the RIS one) in java script - more work and less people able to do it.
But even there I'm not sure how easily you can get to the path for the snapshot, I've never seen that in Zotero output.
edit: generally what noksagt says, though I'm not sure how going through RIS would help - that doesn't export the path to the snapshot either, maybe he can clarify.
We could potentially improve support for EndNote by making a custom EndNote import filter and/or by pointing to a specific version of an RIS import filter that already exists. However, Thomson Reuters claims restrictions on all filters, including user-created ones. I would, therefore, direct anyone who had problems importing valid RIS into EndNote to refer to EndNote's support for a solution.
Any help would be appreciated!
https://gist.github.com/843991
Might I suggest that upon import of RIS if there is an N2 tag it should be imported into the Zotero abstract field. If there is no N2 tag but an AB tag that should be imported into the Zotero abstract field.
Also, SpringerLink (and if I remember correctly, others as well) use the tag DO for doi number instead of M3. If an RIS record contains no M3 tag but contains a DO tag, might there be a test of the DO field for a string that "looks like" a doi number and, if so import it.
Thanks.
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).
If this works for you, please post here so that I can submit this change to be pushed to all users.
In those cases it's actually possible to re-assign the fields post RIS - the SpringerLink translator already does some cleaning up (though I thought it didn't work?).
Changing regular RIS import is trickier - the types of testing you suggest are possible, but also make a super-crucial translator more fragile, which I'm not sure is a good idea.
However, there is a problem with the page numbers. The final page number is repeated.
"367-383" becomes "367-383-383"
see the article at:
10.1007/BF02287690
or at:
10.1023/B:JOFV.0000032635.42145.66
Responding to adamsmith's question about sites having translators --
With SpringerLink the toolbar icon brings full metadata for some articles, incomplete metadata for most articles, and prompts an error for many journal's articles. Even for the articles that cause a Zotero error, a download of a Reference Manager format of the RIS includes all metadata when viewed in a text editor. With some SpringerLink journals, the address bar icon doesn't appear (but I can download complete RIS metadata).
The ProCite is the default selection.
Thanks.
Ajlyon will know this better, but remember there being some type of obstacle that made fixing it really hard to impossible.