Live data from Hacker News

Zotero: Free, easy-to-use tool to collect, organize, cite, and share research

zotero.org

31–40 of 206 posts

Re: Zotero: Free, easy-to-use tool to collect, organize, cite, and share research

#31
Great app, but I find myself accidentally bookmarking sites via the Chrome extension with no way to undo except for manually deleting the entry in desktop.

Any consumer app would've had this implemented by now but that's the tradeoff of being FOSS.

https://github.com/zotero/zotero-connectors/issues/301

Re: Zotero: Free, easy-to-use tool to collect, organize, cite, and share research

#33
post #17

I found Zotero very confusing to use. But maybe I am not the target demographic. I have always just used vim txt files for notes, using cli tools like grep to find what I need.

Generating the citation text in whatever format people like is a time saver.

More like a life saver. It is hard to imagine the time it takes to fix references in a review article, never mind a PhD thesis, even with a proper bibliography tool. A bit less so with LaTeX, but still very useful.

Re: Zotero: Free, easy-to-use tool to collect, organize, cite, and share research

#34

Earlier quoted context omitted.

I’ve been using Zotero since it was in beta in 2007, and have a library with tens of thousands of items. As dstillman says that’s hardly unusual. It works perfectly (it’s just a SQLite db with a mature, well-designed schema after all), and syncs perfectly across five devices.

Funny, we tried probably your solution for imports? urschrei/pyzotero is yours? Failed all the time. To be fair we got a lot of 5xx, so maybe we were just out of luck. Anyway time ran out with that project.

I can imagine many reasons why attempting to create 17k items via the web API without some kind of batch processing and/or rate limiting may not have been a successful endeavour.

Re: Zotero: Free, easy-to-use tool to collect, organize, cite, and share research

#35
Zotero is, if you're not in the market for a closed source silo like EndNote, the only game left in town. Mendeley went full on Evil, and Papers for Mac is Mac only, closed source, and missing dozens of functionalities that are absolutely a must have in academic writing and research.

An absolute must have is BetterBibTex (https://retorque.re/zotero-better-bibtex/), which adds better Citekey management and, my personal highlight, "export on add" functionality. In short, everything I save into a specific folder in my library gets exported as a .bib file right away. That way I can click a button in my browser and have the citation ready in my LaTeX editor, Word, or Obsidian (https://github.com/hans/obsidian-citation-plugin) within seconds.

The latest beta also adds full Markdown export for Notes. I tend to keep my notes on papers in Zotero, attached to the paper, but export them for filing in Obsidian (which I then feed into MkDocs for our work group's large repo).

Unless you need Apple Pages support, which Apple keeps to itself and only sells for mighty moolah to a select few, Zotero can do anything EndNote can do, is Open Source, and with that won't drive your PI up the wall with yet another expense.

Re: Zotero: Free, easy-to-use tool to collect, organize, cite, and share research

#36
Past related threads:

Zotero: Personal Research Assistant - https://news.ycombinator.com/item?id=22694891 - March 2020 (206 comments)

Mendeley encrypts users' database after Zotero provides an importer - https://news.ycombinator.com/item?id=18977461 - Jan 2019 (119 comments)

Zotero: An open-source tool to help collect, organize, cite, and share research - https://news.ycombinator.com/item?id=17606929 - July 2018 (163 comments)

EndNote maker's lawsuit over open-source Zotero dismissed - https://news.ycombinator.com/item?id=646121 - June 2009 (6 comments)

GMU sued for Zotero - https://news.ycombinator.com/item?id=319975 - Sept 2008 (3 comments)

Re: Zotero: Free, easy-to-use tool to collect, organize, cite, and share research

#37

Zotero is, if you're not in the market for a closed source silo like EndNote, the only game left in town. Mendeley went full on Evil, and Papers for Mac is Mac only, closed source, and missing dozens of functionalities that are absolutely a must have in academic writing and research. An absolute must have is BetterBibTex ( https://retorque.re/zotero-better-bibtex/ ), which adds better Citekey management and, my perso…

I believe Pages is free for Mac users. I do agree that Zotero is a an awesome product.

Re: Zotero: Free, easy-to-use tool to collect, organize, cite, and share research

#38
I am a longtime user of Zotero and a paying subscriber too. I use Zotfile extension to manage PDF files in Zotero. The best feature of this extension is bulk renaming filenames using a predefined filename format such as authors-year-article name. Most academic papers pdf files have weird names such as "1-s2.0-S0007681321001221-main.pdf". Before Zotero and Zotfile I used to manually rename them. Then I found out that Zotero extracts metadata automatically from PDF files and can use them for renaming the files. Zotfile gives you more control. Check it out: http://zotfile.com

I saw dstillman has commented here. Dan, thanks a lot for your tireless work to make Zotero the best reference manager!

Re: Zotero: Free, easy-to-use tool to collect, organize, cite, and share research

#39
post #37

Zotero is, if you're not in the market for a closed source silo like EndNote, the only game left in town. Mendeley went full on Evil, and Papers for Mac is Mac only, closed source, and missing dozens of functionalities that are absolutely a must have in academic writing and research. An absolute must have is BetterBibTex ( https://retorque.re/zotero-better-bibtex/ ), which adds better Citekey management and, my perso…

I believe Pages is free for Mac users. I do agree that Zotero is a an awesome product.

I think GP is referring to the ReadCube Papers app, which is actually also available on Windows, mobile, and as a web app:

https://www.papersapp.com

However, in light of its monthly subscription pricing, I'll be sticking with Zotero which does everything I need on a desktop computer, and also with Linux support. Zotero being free and open source gives me confidence that my data won't be encrypted in a user-hostile way like Mendeley did to its users after it was acquired by Elsevier.

Re: Zotero: Free, easy-to-use tool to collect, organize, cite, and share research

#40
I write a lot of academic papers and never use this kind of software. EndNote creates uneditable references and slows down Word, Zotero had some limitations after which they charge a monthly fee, and none of the reference libraries are easy to share with external clients.

Most other medical/technical writers I know only use these tools as a “reference library.” It might be useful for someone writing a thesis, but almost all professionals avoid these because they slow things down, break, and require updates that cause issues.

I use API requests to get formatted references direct from PubMed, and use FileLocator Lite to search multiple PDFs in reference folders with RegEx. QPDF is useful for unlocking PDFs. This system has worked quite well for me and I don’t have to worry about my data getting locked into aging or unsupported software platforms.

Post reply on HN