Bibliography plus abstracts
I've searched the database, and I cannot find up-to-date information on how I might produce a bibliography with abstracts. Has that issue been addressed over the past year and a half. I notice that it has been discussed in or around 2009.
What I have in mind here is something that is not especially uncommon in programmes such as Zotero. Suppose one wants to produce a lengthy bibliography wherein each entry would be followed by an abstract, if one exists for that entry. Can that be done in Zotero? It can in many other programmes.
Here is an example of what I have in mind from Library Master. I've shortened the abstract for obvious reasons.
Agassi, Joseph. "Rationality and the 'Tu Queque' Argument." Inquiry XVI, no. Winter
(1973): 395-406.
ABSTRACT: The "tu quoque" argument is the argument that since in the end
rationalism rests on an irrational choice of and commitment to rationality,
rationalism is as irrational as any other comitment. The question raised
here is, in what sense is a rationalist committed to his rationality, or an
irrationalist to his specific axiom? The tradition views only the life-long....
Thank you in advance for answering the query.
MWP
What I have in mind here is something that is not especially uncommon in programmes such as Zotero. Suppose one wants to produce a lengthy bibliography wherein each entry would be followed by an abstract, if one exists for that entry. Can that be done in Zotero? It can in many other programmes.
Here is an example of what I have in mind from Library Master. I've shortened the abstract for obvious reasons.
Agassi, Joseph. "Rationality and the 'Tu Queque' Argument." Inquiry XVI, no. Winter
(1973): 395-406.
ABSTRACT: The "tu quoque" argument is the argument that since in the end
rationalism rests on an irrational choice of and commitment to rationality,
rationalism is as irrational as any other comitment. The question raised
here is, in what sense is a rationalist committed to his rationality, or an
irrationalist to his specific axiom? The tradition views only the life-long....
Thank you in advance for answering the query.
MWP
http://www.zotero.org/support/dev/citation_styles
MWP
http://forums.zotero.org/discussion/4671/editing-apa-style-to-include-abstract-for-annotated-bibliography/
If you search the forum for annotated bibliography you'll find more on this, including several threads with example code.
you'll need a separate style: go here http://gist.github.com/374729
download the style by right-clicking on "Raw" at the top right and "Save LInk as..."
you'll have a file called apa-annotated.csl, drag and drop it to any open Firefox Window and it will install.
Once installed you can select between Annotated American Psych... and the regular style.
(Now me:) I was able to install the APA style located at "github" and make a few minor modifications to it. But this is not the style that I want. What I want is the comparable Chicago style. Is this style at github too? I cannot seem to locate it if it is there. Can someone give me directions? In advance, thanks.
MWP
There already is a Chicago Annotated on the repository. Take that style and replace <text variable="note" .../> towards the end of it with <text variable="abstract".../>
Here are general instructions
http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
<text variable="abstract" prefix=" Abstract: "
/>
near the bottom of the file.
If I might just point out something: It is my impression that most people will not try amending a style file because they think that it will foul-up their database if they make a mistake. But, correct me if I am wrong. If I understand this correctly, changing a style file cannot affect the database, but will affect only they way the data is presented on screen and eventually on paper? Is that right?
Again, thank you. I know that I would not have known what instruction and where to enter it in the "Chicago Annotated" if it had not been for your help.
MWP
<bibliography line-spacing="1" entry-spacing="1" [...other options...]>
Because this has to interact with the word processor it doesn't always work as desired, but as a general rule it should. You can obviously play with those values to see if you have any better luck.
Illich, Ivan. Limits to Medicine: Medical Nemesis: The Exploitation of Health. Toronto: McClelland and Stewart Ltd., 1976.
———. The Rivers North of the Future. Edited by David Cayley. Toronto: House of Anansi, 2009. ABSTRACT: When Ivan Illich died in 2002, several obituaries painted this monsignor-turned-social critic as a man past his best whose later work lacked the social relevance of his influential debut, Deschooling Society. David Cayley, Illich’s friend and colleague since the 1970s, and producer of a radio series for CBC’s Ideas and a companion book, Ivan Illich in Conversation (House of Anansi, 1990), presents the …
What you are no seeing here is the indentation, but it does that too. However, I cannot copy it to this comment.
I wonder if the Chicago style in question is preventing double-spacing. If it is, I cannot find the command that is doing this. I've looked, but with no success. Thanks for your help. I would not have known what to do on my own.
MWP
0" in the bibliography - just remove that and you should get an extra line.
XML Parsing Error: mismatched tag. Expected: </style>.
Location: file:///C:/Documents%20and%20Settings/User/Application%20Data/Mozilla/Firefox/Profiles/f25yh804.default/zotero/styles/chicago-note-bibliography.csl
Line Number 511, Column 6: </bibliography>
-----^
Notice, I am no making any sort of modification to the line that reads </style> . In fact, I am working about fifteen lines above the line that reads </style> when I delete the line you suggest deleting.
The message above superimposes itself on the Google opening page in a pale yellow colour when I try to install the modifies style.
I think that I am going to leave well-enough alone. I've run out of modifications to try.
Thanks again.
MWP
entry-spacing="0"
bit.
<bibliography...
(or you deleted that bit)
Since for Zotero the bibliography never starts, it throws an error when you try to end it with </bibliography
you can post the style to gist.github as a public gist if you want to.
Simply put, I've noticed that if I delete spacing-value="0" on line 485, beginning at column 111, I get the error message above. If I re-introduce spacing-value="0", the error message does not appear when I install the style. By the way, I am speaking of the style Chicago-annotated-bibliography.cls
MWP
There is definitely a syntax error in your edited version of the style, and it will definitely be simple to fix.
Please paste a copy of the edited style (the version that produces the error) to http://gist.github.com/, save it as a "public gist", and post the URL from the address bar back here so one of us can take a look.
I can absolutely promise you, with 100% certainty, that you're doing something more than just deleting entry-spacing="0"
My best guess would be that you delete, together with entry-spacing="0" the closing bracket > at the end of the line, but that's just a guess.
I'd recommend you try this out in the test pane instead of re-installing the style each time:
chrome://zotero/content/tools/csledit.xul
you'll get immediate feedback there.
L. 485 tells Zotero that the bibliography section starts there. If the line is broken, Zotero doesn't know the bibliography section starts. L. 512 - </bibliography> - tells Zotero that the bibliography section ends there. But if Zotero has never been told that the bibliography section started - i.e. if line 485 is somehow broke - it gets confused and throws an error. That's what's going on here.
edit: and what fbennett says - if you can't spot the error yourself, post a copy of your version of the style.
Just to clarify: 1) No, I did not delete the bracket ">" I suspected that it was there as an end of line requirement. 2) If by the expression "the line is broken" you mean that part of a word is on one line and a remaining part is on another line, then that is not happening. I know that something like that is verboten. However, if a break can be hidden from a text editor like TreePad, or another text editor of that nature, or if there is invisible code somewhere, then maybe. This leads me to ask the question: Should I be editing a style with a text editor, or should I be using something else?
I am going to try to try to find the solution to this over the next little while. When I do, I'll report back. Again, thank you.
MWP
By "the line is broken" I mean that something isn't right with it. I have no idea what without being able to take a look.
Go here: https://gist.github.com/2a249bd58b4f6e723325
MWP
But also - this is the version with entry-spacing="0" which I understand has been working all along. If I remove it, it's still working for me.
I'd have to see a version that throws the error that poirmw describes.
I may have misread this, but I thought that someone in a position to know on the forum stated that it could be achieved by deleting entry-spacing="0" and replacing this with line-spacing="1". But I must have misread the intent of that statement. In any case, I see that I can achieve this within MSWord by modifying "Styles and Formatting." In fact, now I recall. It was someone on the forum who stated that that should not have to be done through MSWord or OO, and that that sort of modification should be possible within the style programme.
MWP
I may have misread this, but I thought that someone in a position to know on the forum stated that it could be achieved by deleting entry-spacing="0" and replacing this with line-spacing="1". </blockquote>
no, you understood all of that correctly. You wouldn't even have needed to insert line-spacing="1", as that is the default value. You're doing something else wrong and without you posting the style that you tried to modify and that isn't working for you to github I have no way of telling you what. I took the style you posted to github and removed entry-spacing="0" and that worked for me.
1. The github file is the style with which I am having problems. All you have to do to have may problems is place line-spacing+"1" in the place where entry-spacing="0" currently is, and it should result in a failure to install.
2. What I did not know is that line-spacing+"1" is the default value. But if it is the default value, why is it that I am not getting double spacing between entries with the github file as it is, (which by the way is otherwise working well)? The only way I can get double spacing between entries is through MSWord.
3. I too notice that the style worked well even if entry-spacing="0" was or was not there.
If you add line-spacing="1" to the style you posted it still works file.
If you add line-spacing+"1" it fails - no one ever told you to do that (I hope).
edit: so to clarify - if you get an installation error when installing a csl file, post it to github. I can tell you quickly and with certainty what's going wrong. But I really need exactly the version of the style that fails. If you can't get line spacing to work right, although you're able to change entry-spacing and line-spacing settings I can't help you and you're better of fixing that in word.