fbennett
About
- Username
- fbennett
- Joined
- Roles
- Member
Comments
-
The description page says that it supports MARC import and export - maybe it is possible to turn on MARC record access in the user-level UI?
-
That would be possible, but it would obviously need a flag somewhere in the CSL code of the style. Not sure what to do in the processor for the time being. The flipping code currently takes effect only on parens inside the layout affixes, which is …
-
No worries, it was good to revisit this end of the code. Whether paens flipping is offered or not, we seem to have an issue with the nesting priority of item prefix and layout prefix. Worth further discussion maybe.
-
I have a working solution in a revised draft of the processor that handles nesting correctly across the entire citation, to arbitrary nesting depth. There is one logic/design issue to settle before it's released. Some citation forms contain square …
-
You should be able to force the long name form on ibid and ibid-with-locator references by setting it explicitly in conditional blocks above the near-note form. Normally no author name is used on those forms, though, so it hasn't been an issue in th…
-
Oh, no, I take that back. It's failing when the parens are set as affixes to the overall citation (on cs:layout). Should be able to fix that.
-
It's apparently set up to switch to brackets only in note styles. I'll loosen that constraint.
-
Thanks! I've done a round of revisions to the translator (still in draft as a pull request), to draw on the RIS for native HeinOnline content. It will fall back to COinS where RIS is not available. It seems to be working correctly, we'll see how it …
-
You should be able to try the revised processor by installing one of the Propachi plugins: https://juris-m.github.io/downloads/#csl-stuff A Propachi plugin swaps the latest citeproc-js version into Zotero. It should be removed when the next ve…
-
Europe has introduced a system of identifiers for legislation and court judgements, and the UN has its own peculiar system of document identifiers. These are both niche uses, but important ones for authors who need them. It would be great if they co…
-
Found the bug: I wasn't setting "near-note" to true when testing for ambiguity in citations. The bug could well have affected other styles as well. I will post again when the processor patch plugins have been updated with this change. Thanks again …
-
Confirmed. Weird that it runs the condition correctly, but fails to shorten the name. I'll look into it tomorrow - thanks for reporting!
-
@tog: I would like to look at this problem, to see if there really is a bug (I maintain the citation formatter). It would be helpful if you could paste a full copy of your style into https://gist.github.com, save it as a "public gist", and post the…
-
It seems that individual records uniformly provide metadata as an RIS object, as well as a link to the PDF. I'm not sure if the RIS, in particular, is new, but that seems the way to go. I'll need to reconstruct part of the translator, but it'll be d…
-
Hmm. The COinS records give the last page as the value for "spage", which looks to be a bug at their end. I reckon that it will eventually be fixed, but we can adjust for the nonce by scraping the correct value displayed in the page. Working on it .…
-
Unless you are hacking the internals of Zotero itself, the extracted data that Aurimas has published should serve: http://aurimasv.github.io/z2csl/typeMap.xml
-
I'll try to look into problems with the HeinOnline translator this week.
-
As far as I know, the code for this is still in the processor. It would only be triggered when the enclosing parentheses are in the Prefix field of the first item in the citation, and the Suffix field of the last. Parens in the word-processor docume…
-
Also, which selection do you make when the changed-item dialog pops up? (For the moment, though, I think we can assume that the changed-item dialog and the refresh error are unrelated. I have another idea to try out for reproducing the problem here…
-
Still working on it. I'll be tied down with administrative work today, but a quick question: if you pop the key reported in the error (RZFQ43C9) into the Juris-M search field, does it show an item? If so, it may help if you can export that item as C…
-
@bluunksaesn: I haven't reproduced the failure, but I did find a couple of bugs in the code for creators that may have triggered the error you are seeing. It would affect embedded items with creator variants, where the item is deleted from the datab…
-
It's sticking on a creator variant (all of the fields in the JSON key should be empty). I'll try to reproduce the fault this weekend. If I don't have any luck, I may come back with a fresh version that produces a little more debugging information.
-
I get the error (comma between inner and out quotes) when the entry data for the title is this: Head of PADRES: 'We're Still 2nd Class in Church' I get correct output (comma moved inside both quotes) with this: Head of PADRES: "We're Still 2nd Class…
-
A Firefox-signed copy of the latest Firefox plugin release is up now (as 4.0.28.7m49): https://github.com/Juris-M/zotero/releases/latest Give it a try, it should avoid the error you are seeing.
-
Alexander: The most likely cause is a title that consists of a number. I'll include a patch to control for that in the next release, which I'm working on now.
-
[I]t seems to me that in undertaking the creation of something like Zotero, there should be some awareness of such citation styles long before any code is written.This raises a smile, but it doesn't bring us any closer to supporting composite styles…
-
The standalone client is available from the Juris-M site: https://juris-m.github.io/downloads
-
That's the Firefox ban on unsigned plugins biting. You can run the Juris-M standalone client, and use it with the standard Zotero connector for Google Chrome or Safari. I am in the final stages of some changes for release in an update to Juris-M, …
-
Which operating system?
-
That's correct. Plural recognition may fail in the current version, but your timing is good - I am currently working on a rewrite of the code that handles numeric fields, which will be ready for release in another couple of weeks. When it's done, pl…
Upgrade Storage