earcanal
About
- Username
- earcanal
- Joined
- Roles
- Member
Comments
-
@WizardOfBoz - same workaround resolved this for me with Zotero 6.0.4 on Unbuntu 21.04. Feels like some kind of search path issue.
-
https://gist.github.com/paulsharpeY/0e67002b41d5d43c4c4ef9ddd3124fa0
-
Great. Is there a github repo that would make a good home for this. It's very useful!
-
Fantastic, that also works for me. Thanks for writing this. Do you know why all HTML tags are prefixed with html:? e.g. 01-introduction ... I need to remove the prefix to view the output in a browser.
-
Thanks, this ticks the human-readable requirement: pandoc --lua-filter count-cite.lua 01-introduction.Rmd | pandoc --bibliography=references.bib --citeproc > foo.html but the references are still in ascending alphabetical order.
-
Thanks, that's pretty close! This gives me a count of citation keys across the files which make up my thesis: pandoc --lua-filter count-cite.lua *.Rmd | sort -r -k 2 Is there a way to inject something like this into a pandoc pipeline so that it ge…
-
Fair enough. Probably my ignorance of how CSL works. I assumed it was XSLT, so you could count() any type of node you can select.
-
@bwiernik: number of times I've cited a work in my work. @adamsmith: I was hoping to avoid that approach (or at least find some existing code to do it, because I'm lazy). A benefit of using CSL is that the results would be a human-readable referenc…
-
As a PhD student with an imminent viva, I would like to generate a reference list sorted by citation frequency, as a rough metric of "importance". My source is R Markdown, so I don't think I can use Reference Extractor. The only approach I can curr…
-
Perfect. Thanks for clarifying.
-
APA 7, Table 8.1 says that narrative citations with two authors should be "Salas and D’Agostino (2020)", but pandoc (via R Markdown in R Studio) is rendering as "Salas & D’Agostino (2020)". Any idea how I can resolve this? YAML: ... bibliogra…
-
On Ubuntu 18.04 after a "full upgrade" to Zotero 5.0.93 I found that my desktop icon had "gone generic". All of the symlinks were correct, but I had to use "properties" to set some kind of hidden security flag on zotero.desktop before the generic ic…
-
I tag things I've read with 'haveread'. A few use cases for this: As a reader, I would like to know when I read an article. As a judge of a reader, I would like to know what a reader has read, and when they read it.
-
But you _can_ copy the keywords as a block, Add a tag, paste them in, and they will be added as individual tags.
-
Thanks. Moved. https://forums.zotero.org/discussion/64057/items-in-collection-b-not-in-collection-a-use-case
-
Note that the Ctrl (Windows) collection highlight doesn't work if you're trying to locate the containing collection of duplicate items or search results. I discovered this whilst trying to hack together a solution using existing features to the fol…
-
I'd still like this! Is there a more formal way to add it as a feature request? From an implementation pov, I wondered if it's possible to just periodically cache eigenfactor metrics, and include these (or null) on item CrUD.
-
+1
-
Either of these approaches complete my workflow. Thanks.
-
Thanks, this is really helpful for filtering imported literature searches. My workflow is now 1) import (from Web of Science) which puts everything in a collection 2) drag everything onto a tag (e.g. 'filterme') 3) from library root, Shift…
-
Next time I run into the problem I'll try to remember to document it here. It sounds like there may be an even better solution to the ones you've already offered.
-
Thanks for the workaround. I sometimes come across items where I can't grab a citation with the browser plugin but I *can* get a citation for that item from Google Scholar. I guess it's possible that GS can go direct to the clipboard?
-
I replicated the process oulined by @rgouldin which covers most of my use case. The only niggle was that my item wasn't saved directly to the collection I wanted it in (I had to move it afterwards from the main Library). Is it possible to save dir…
-
Works for me. Thanks for your persistence. :)
-
Strangely, with FF the "Saving to ..." dialog doesn't disappear but the item *is* saved to a collection.
-
I'm still having this problem. Any thoughts on what to do next?
-
Standalone debug log: D48978505 Chrome debug log: D1719969774
-
Zotero Connector: 4.0.21 Just noticed that this doesn't match (recently auto-updated) standalone Zotero. Does that matter? I don't know how to update the connector.
-
Thanks for the rapid response and workaround.
-
I get the following error "An error occurred while saving this item. Check Known Translator Issues for more information." Report ID: 1459901845 URL: http://plato.stanford.edu/entries/language-thought/#StaLOT Zotero Connector 4.0.8.2 OS: Ubuntu 14.…