adamsmith
About
- Username
- adamsmith
- Joined
- Roles
- Member
Comments
-
Yes, I've seen this & discussed it with our (Syracuse) library: it looks like that page was accessed using an openurl service, as e.g. used by Zotero's "Library Lookup" functionality. While that page looks like a regular Primo page, it actually …
-
See also https://www.zotero.org/support/dev/exposing_metadata for some strategies on making your dashboard work with the Save to Zotero button, which is the expected way to save items to Zotero.
-
Zotero should be very conservative in deleting attachments and it's certainly looking at more than the attachment title (basically it's trying to make sure that they're identical files) -- why do you want to keep both attachments?
-
Both Word for Windows and LibreOffice (on any platform) are indeed much faster than the GDocs integration. Word for Mac not so much. (I agree on GDocs as a platform for initial, collaborative drafting, but I do tend to move documents out of there bo…
-
I don't think this is possible, no, the citations actually need to register with Zotero -- note that even within google docs, cutting and pasting citations will break them if the person doing so doesn't have the connector installed. Any reason you…
-
You should start debug with the page open, then reload the page in your browser and click the Save to Zotero button, wait while it saves, then go back to the connector preferences and submit the debug output.
-
There is no such thing as a double or two-step command in app to app communication.
-
You wouldn't be able to get the group libraries onto your laptop without syncing in the first place.
-
Zotero would need to have a way to send a command to an external PDF reader that specifies "open the PDF at this location". As far as Zotero devs know, there is no such command. It's possible that individual PDF readers, including Acrobat, have imp…
-
Generally yes, but the fact that it doesn't work when uploaded doesn't bode well -- the visual editor isn't terribly resource effective and struggles with large styles like the updated CMoS ones. There aren't any new features in the style that shou…
-
(also, everyone who has answered you in your threads is a developer)
-
(@poettli, to explain, the option appears automatically when the style specifies short forms on container titles anywhere; that's what happened here)
-
to be clear, Chicago Manual doesn't and shouldn't use any journal abbreviations, so we'd hope that the preference there doesn't have any impact.
-
Only way to do this is by modifying the exporter ('translator') -- wouldn't be terribly hard to do, here's the relevant bit: https://github.com/zotero/translators/blob/master/CSV.js#L237
-
Nein gibt es nicht, wird es wohl auch in Zukunft nicht geben. Du kannst Dich nach einem WebDAV anbieter umgucken (einige Unis bieten z.B. Nextcloud an, was auch WebDAV unterstützt) -- das funktioniert für die mobilen Apps (nicht für die Web Library).
-
I'd definitely cite this as a journal article. Journal article doesnt mean peer reviewed (which this isn't).
-
Yeah, right-click --> Move to seems like the most convenient option here (drag&drop also doesn't work for me on the Windows beta)
-
Not currently (and probably not before you finish your BA). That said, what exactly do you need? Unless you need to access files via the web library or use a group, finding a WebDAV server with sufficient free storage (I don't think 2GB should be ha…
-
Why does this matter? If you want to follow the style for the _American_ Psychological Association, use English (US) -- that doesn't have to be the same as your document language in Word, you can still set that to British English. While there is so…
-
which word processor are you using?
-
All exports are style agnostic -- in CSV, that means you have every field in its own column, so "AMA" (or any other style description) doesn't really make sense. How exactly are you planning to use this in Drupal? The Biblio module has import from…
-
Can you access them in your web library? Otherwise the issue would be that they never sync _up_ to the server and you'd need to sync the computer that actually has the PDFs.
-
Have you seen https://www.zotero.org/support/dev/client_coding/javascript_api#exampleitem_field_changes (the second part where the item field are modified, not the search part)? Your code (LLM generated I assume? There's also a random item variable …
-
FWIW, I don't believe that's fixable in the style (i.e. with current CSL functionality), so this will not happen any time soon, I'm afraid.
-
This sounds like something that should probably be fixed in Zotero (technically: the citation processor), but in the meantime, see the "nocase" option here: https://www.zotero.org/support/kb/rich_text_bibliography
-
Right, but doesn't that mean "Genre" is mapped incorrectly for films? A movie genre is a specific thing and it doesn't match up (counterintuitively, admittedly) with CSL genre. I'm fine with removing the variable from the style, but medium term woul…
-
Assuming these are recent imports -- Pubmed is currently down (see https://forums.zotero.org/discussion/125707/zotero-does-not-find-articles-with-pmid#latest ) and you're getting poor quality imports as a fallback (you should have seen an error mess…
-
You can do this using CONCAT in Excel along the lines of CONCAT("@book{", B2, ", title = {", C2, "}, author ={", D2 etc.) This sort of restructuring of semi-structured into structured information is also something LLMs are great at -- you can give…
-
No, you have the Zotero connector installed, not Zotero itself. You can't use Google doc integration without the Zotero app. See https://www.zotero.org/support/kb/installing_on_a_chromebook for installing the app on a chromebook and note that it wil…
-
So do you have Zotero installed as an app via Crostini or not?