fbennett
About
- Username
- fbennett
- Joined
- Roles
- Member
Comments
-
Mendeley and Zotero use the same citation formatter (written by yours truly). I can't speak for either project, but Zotero is probably the more likely of the two to introduce full legal style support in the main product in the medium term (say withi…
-
All members of the official Zotero family (Standalone and Zotero for Firefox) use the same code, across all platforms (Windows, Mac, Linux). There are minor differences between Standalone and Zotero for Firefox, but only because Standalone does not …
-
The Bluebook styles in the official Zotero style repository haven't had much attention for the past couple of years. That's not due to neglect; full support for the Bluebook style is difficult at present, given some (temporary) limitations in Zotero…
-
More difficult is the case where no volume number is given. If the primary volume number is expressed as a year, and there is an "issue number" that increments from 1 within each year, then the OSCOLA cite would be: Safet Orucevic, ‘Mostar: Europe’s…
-
Nice one. Certainly food for thought. I'll play around with the processor code a little, and wait to see what Sebastian and Rintze have to say.
-
There is a button in the word processor for inserting a bibliography, near the button for inserting references. If the style you are using supports a bibliography, just put the cursor in the document where you want the bibliography, and click on th…
-
What happens if you type a space, then backspace, after entering the characters?
-
@sweis2: Here is a style file to get you started. It does more or less what you describe, if items are dragged into a plain text editor. https://gist.github.com/fbennett/c97459fb86ad9e92a87b Download the style with the "Raw" link, then install…
-
For reference, here is the thread on the Zotero fix.
-
@egrebnev: A fix for this was released in Zotero, and I had applied it locally but neglected to push out a fresh MLZ release. Updating MLZ should make everything right again. My apologies for the inconvenience; if there are any other glitches, do p…
-
No need for any sudden moves. This looks like breakage that has already been fixed upstream. I'll post back within an hour or so with news.
-
That should work, but I work wrap the cs:choose in a macro for readability. Whatever variables are actually rendered via cs:substitute will be suppressed in the remainder of the cite. (Edit: Also, your condition should trigger only when a containe…
-
This is easy enough to set up, but for a specialized style for personal use, you will be better off in the long run if you read the documentation on CSL and cast it yourself. That way, you will have more flexibility, and when the output needs to be …
-
There was an update to the RTF/ODF Scan plugin last week. If you (or your computer) updated the plugin recently, the update may be the cause of the trouble. In any case, the plugin should never produce invalid XML. If you still have a copy of the b…
-
I've pushed a processor version that adds whitespace after the prefix unless the text is from a non-romanlike script, and before the suffix if it leads with an opening bracket or parens.
-
Yes. Just change the style in Document Preferences in the word processor.
-
The bug: unfortunately, the RTF/ODF Scan seems to have stopped working completely for the document I'm working on, when I'm using this facility. I've sent you the failing document. This should be fixed now. The RTF/ODF Scan button goes missing from …
-
Yes, but if the sort keys are changed, the bibliography entry form should change to put the date immediately after the author, for readability. The simplest thing would be to explore zotero.org/styles, and find an existing style that does what you …
-
That style sorts by author, then by title. Dates are not used in the sort.
-
What do you mean by "the zotero that I have downloaded"? You should only need Zotero Standalone, and the Zotero connector plugin for your (non-Firefox?) browser.
-
This is now possible in the CSL processor used In Zotero, but the facility is very new (as in hours new), and it would require some changes in Zotero itself to take advantage of it. http://citationstylist.org/2014/06/20/csl-dynamic-linking-in-citep…
-
@bianca11: Would be very surprised to learn that the Zotero style repository is missing a style that is covered by Word's bibliography support. What is the style's name, or what do typical references look like?
-
I'll take a look. It's a good idea, and there is no harm in having multiple lines of defense.
-
Could do, but if we apply normalize() to the input, we can avoid the potential for similar glitches elsewhere in the code. It wasn't an oversight particularly -- up until the last couple of Firefox releases, localeCompare() itself was not very relia…
-
Um ... we'd have to look at the style to be sure, but I think what is happening is that the sort is coming out correctly (so localeCompare() is doing its thing -- the author names are treated as equivalent, and the sort is falling over to the title)…
-
The sort is performed with JavaScript localeCompare(), so the byte-level encoding may not be determinative. Once we have str.normalize() to work with, we can add that in the processor and it should come right. (Oh, wait, I get your point. Yes, that…
-
Glad to hear that the fix worked. This problem with mixed encodings should cease to be a problem in the near future.
-
I wonder whether there might be a difference in the encoded form of the í in García. What happens after you manually retype the author name in each of those references (not selecting from the pulldown list, but manually retyping each one)?
-
(Actually, the archive field is already covered by the Abbreviation Filter. If a citation renders the "archive" variable with form="short", an entry should appear in the Abbreviation Filter popup, in the "Series Title, Archive" list.)
-
Thanks for checking. With a copy of a document containing a failing reference, we should be able to sort it out. I'll send you a private forum message. (Good point on archive abbreviations. I'll add it to the "Titles" group in the next release, whe…
Upgrade Storage