ajlyon
About
- Username
- ajlyon
- Joined
- Roles
- Member
Comments
-
I can confirm that EEBO isn't working. It's a cookie issue-- we may have to add another intermediary request to get the RIS, or write a scraper instead.
-
Our resident political scientist and style developer can probably fix this in his sleep, so I'll leave this to adamsmith to fix.
-
No need-- I just confirmed with p. 24 of the style manual: List all references alphabetically by author (CMS 16.93). Give the full first name instead of an initial, unless the author is widely known by initials. Double-space all lines and indent all…
-
And apparently that's exactly what is coded into the APSA style-- sort by author, then title. Can you provide a link to the APSA style guide to confirm that that's not the desired sorting?
-
I'm not sure what you need to do to fix it, but the items are clearly sorted in alphabetical order by title.
-
The core team (2-3 paid developers) hasn't managed to work on this. The best chance of it happening is if someone steps up and contributes a patch that enables this behavior.
-
There is a button in Standalone's preferences to open about:config-- perhaps you can enter the key there and it'll work?
-
The only properly safe and reliable way to do work like this is by interacting with Zotero programmatically-- either by running JavaScript against the local Zotero install using something like MozRepl, or by using the server API to make the changes …
-
This, like many suggestions, would be great as a third-party service that used the server API to talk to Zotero proper. This is something that could be built with universal web glue like the startup-of-the-month, Ifttt (http://ifttt.com/) -- if some…
-
The mapping to primary creator types (the ones in the list I provided), seems to be done in the database, so you can find the rather opaque mapping of their IDs here: https://www.zotero.org/trac/browser/extension/trunk/system.sql#L1017 But that won…
-
And if you're interested in seeing which fields are supported for which type, and don't mind really ugly Java, see: https://github.com/ajlyon/zandy/blob/master/src/com/gimranov/zandy/client/data/Item.java#L1230 This latter bit of info is available …
-
This looks like it: Zotero.Cite.System._zoteroNameMap = { "author":"author", "bookAuthor":"container-author", "composer":"composer", "editor":"editor", "interviewer":"interviewer", "recipient":"recipie…
-
You usually need to insert one citation manually, using the insert citation button, before pasting in citations. Otherwise, though, this should work.
-
The CrossRef data is missing basic, required info like the article title: http://www.crossref.org/openurl/?url_ver=Z39.88-2004&req_dat=zter:zter321&rft_id=info:doi/10.1023/A:1005448416571&format=unixref&redirect=false Contact th…
-
Well, we could then assume that it is set to the correct country, in the correct format. Or maybe "jurisdiction" is a better field, since patents could be from non-country (non-state) actors? In any case, we could then prepend its content to "P…
-
Do we have access to the country field from patents in CSL?
-
First of all, the problem of broken citations in the word processor mentioned by mel47 is no longer an issue, since Zotero 3.0 lets you merge citations in a way that preserves those links. Still, there is no automated or semi-automated process …
-
Fixed and pushed. I don't know why they were disabled either, but they certainly do work.
-
Great! I'll push it out now.
-
Still, though, is this an option? For something like Zotero Standalone, which has non-negligible startup time and which needs to be open to receive cites from browsers, this would be a reasonable behavior.
-
The issue was over the summer: ajlyon@kechkene:~/development/zotero/zotsvn/zotero/chrome/content/zotero/xpcom$ svn log openurl.js ------------------------------------------------------------------------ r10231 | simon | 2011-08-22 20:59:11 -0…
-
Fixed. Turned out to be a small encoding issue: Please go to http://github.com/ajlyon/translators/raw/master/Factiva.js and save the file to the translators directory of your Zotero data directory (http://www.zotero.org/support/zotero_data). …
-
I'm on it, and I can confirm that articles from The Times don't work. Unfortunately, the site is indeed horrendously complex-- I'm impressed that Simon managed to make it work at all. I'll see what I can do.
-
The script is here: https://github.com/citation-style-language/utilities/blob/master/make-dependent.sh We can actually take the lists in any tabular format-- XLS is fine too, since we can convert to CSV pretty easily.
-
Please go to http://github.com/ajlyon/translators/raw/master/Factiva.js and save the file to the translators directory of your Zotero data directory (http://www.zotero.org/support/zotero_data). It should start working again. If this works for y…
-
The site doesn't provide any metadata on the data presented; the RDF applies to the Digest itself, not the table: It does contain information on the table, but not in a standard format: Someone could probably write a translato…
-
Ok. Please go to http://github.com/ajlyon/translators/raw/master/Google Patents.js and save the file to the translators directory of your Zotero data directory (http://www.zotero.org/support/zotero_data). It should start working again. If this work…
-
ZotFile can extract comments and highlighting on Macs, and will support the same under Windows and Linux as soon as someone steps up and compiles the extraction routine for those platforms: http://forums.zotero.org/discussion/5301/6/zotero-plugin-to…
-
Translator status, of course, would be a great boon. So we can aim for a more appropriate introduction in the support wiki and redirect there for now, then post the status page at that URL when it's ready? I'll see what I can do to make the support…
-
I'm inclined to see if the Voyager folks can fix this, and advocate running a new search for the item as a workaround, since I don't see a way for us to revive the session using the translator, and we don't know a priori what format (UTF-8 or not, r…