fbennett
About
- Username
- fbennett
- Joined
- Roles
- Member
Comments
-
For a Zotero-compatible solution Juris-M will export inaccessible references to a chosen group library to which the current user has access. The features is described here. Not exactly your use case, but we use this here for supervision, and it is …
-
Thoughts, everyone?
-
I can't reproduce the duplication fault here (yet), but there does appear to be a bug in the works. The Section field is being remapped in citations to CSL "locator", with a "sec." prefix on the field. This is correct only in Juris-M, where "Sectio…
-
Translations and transliterations are possible with any style, including standard CSL styles, using the Juris-M reference manager. If you don't need legal style support, standard CSL should work fine. For editing alternatives, you could use the CSL …
-
For everyone having problems with RTF/ODF Scan recently, installing the latest version from here will fix things: https://juris-m.github.io/downloads/#auxiliary-plugins You will need to install manually the first time;after that upgrades will be au…
-
Tested here and got the same result. Then I checked the code, which is written to touch only the first character in the field, leaving the rest unchanged (so it's doing what you would expect from the code). Then I checked the CSL Specification: “cap…
-
Can you check the version of the plugin in Firefox? Should be able to get that from the 3-bars menu (upper-right), then "Add-ons," "Extensions," and then the "More" link for RTF/ODF Scan.
-
That happens automatically, and follows the rules of the style you have selected for your document or bibliography.
-
On the initial format, if you mean the formal in the placeholder, we're not set up to do full citation formatting there, sorry.
-
Thanks so much for putting in time on this. It helps a lot to have specific information on the failure. First thought is that we could embed skeleton metadata in the document, but I'll do a more careful inspection first - expected behavior would be…
-
Yeah, I'm not confident on the cause of the trouble. If you can reproduce the failure with a smaller document, it will be helpful.
-
Sorry, I didn't mean to suggest that Juris-M itself was part of a solution; the RTF/ODF plugin is just hosted there. You can disable or remove Juris-M and go back to Zotero. I haven't looked in the document, but if there are link wrappers around th…
-
Less certain this time, but try the latest release on Juris-M and see if it does better on your test document.
-
An update is now ready, you can fetch it here. I was able to reproduce the error in a simple document, and the revised version processes it without corruption issues. (Although there was code in there to transform quotation marks in various ways, i…
-
As a followup, it looks like we did account for this, but with the JavaScript upgrade in the latest Firefox, the code for it is no longer recognized. Fix up soon ...
-
@charlespeterson: The documents you posted above were enough. The cause is clear, and I'll post an update to the plugin soon. There are two bad references in the scanned document, with these citations (generated by the plugin): anon. President's in…
-
You can't style strings set in the affix attributes. You can add it as a localized term, like this:
-
There is a syntax error in the style at line 375. The label element there needs a variable attribute (like the one above it). Try fixing that first, and see if disambiguation starts working correctly on that item type.
-
For raw PDFs, you can drag them into Zotero, and then right-click on them and select "Retrieve Metadata for PDF." If that doesn't yield anything, you'll need to use "Create Parent Item," and enter the details manually. When fetching a PDF document …
-
I need to get out more: I had no idea this scheme existed.
-
There was some legacy code in there. I've patched things up and made a release. If you reinstall from here it will work again.
-
The regexp in the plugin is indeed crazy - working in DOM or a DOM-like structure (which I guess is what a VBA implementation would do) is better engineering, and would assure that inserts are valid. The reason I went with regexp against the serial…
-
@chituokol1: It would be really nice to get the scan working with DOCX files. I'd be happy to advise if the code needs explaining.
-
Localization seems pretty important for this one. You could use both approaches, so that joins are set with two name attributes (one for initial-initial, another for initial-familyName), and the "degrading" of non-breaking spaces to breaking counte…
-
Oops, that's not right. I found another bug as well: the group delimiter was being swallowed by explicit year-suffix. Both are fixed in the latest Propachi plugins.
-
No one has asked for it, but if reserving the option is important, the i-to-f join could be set in a separate attribute. Wouldn't it be confusing to have one delimiter set in the style body and another in the locale, though?
-
The delimiter itself would be in the initialize-with options in the body of the style. The locale option would just be a boolean to indicate that the non-break join should extend to the gap between the initials and the family name element. An (exces…
-
You will need to provide more detail about what you have done, what you expect to happen, and what actually happens. Just in case: you can post an explanation in your own language if it is not English.
-
I've gone ahead and released a version of the processor with the strategy I had in mind. All tests pass, and the new code should not have any effect on existing styles, nor on styles run in locales other than French or Russian. You can run the new c…
-
The bugs in the processor have been fixed, and the original style code should run okay in the new version (with the caveat the original-date will mess things up, as per above). To try the code, install one of the Propachi plugins. (The plugin can an…
Upgrade Storage