emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
I see here and there that spaces would be allowed by bibtex, but on overleaf my MWEs with spaces in the key fail. BBT removes spaces from keys unconditionally.
-
That suggestion isn't a tool, I'm just saying it would be fairly easy to make a bespoke script that converts CSV into RIS. If you know how data from the CSV would map to Zotero fields I wouldn't mind making such a script for you.
-
Loads of columns to choose from
-
Whether collections come into play depends on what the Category/Subcategory is supposed to do (I've mapped them to keywords now but the "Sub" hints at something hierarchical), and there's a column called "FileName".
-
Shouldn't be hard to convert, the equivalent RIS could look something like TY - ICOMM TI - Let Economic planning be decentralized at district levels DA - 30September-2020 KW - Corona-lessons KW - Economy-India-Corona + Economy-India-Corona KW …
-
RIS is also an easy format to transform to from excel. If you can put up a sample I can take a look.
-
The translator picks up the key from the extra field,yes. BBT doesn't store them there by default but can be configured to do so automatically.
-
The package maintener can disable zotero's own update mechanism, you might want to report this to the snap builder.
-
https://answers.microsoft.com/en-us/windows/forum/all/the-app-youre-trying-to-install-isnt-a-microsoft/8cbd124c-2132-4a26-b44a-53323a5a5326
-
Wait, we're at v7? If it's something you really want, and the zotero team sees things differently, it can almost always be achieved by a plug in. That's the beauty of zotero. You don't have to agree, and you can still get what you want.
-
ISTM that all wishes expressed here so far have been met with "we can add that". To flip your question on its head, what functionality would you want that discourse would offer of which the zotero admins have said "we're not doing that"?
-
I think you get a new notification email after you've viewed the thread online. I'd hate it if I'd get notifications for each individual response.
-
Put up a sample of both.
-
Also something like reactions a la the github thumbs up that could be used in lieu of endless "+1" reactions perhaps?
-
You can add Original Title: some text here to the Extra field, and styles that support original title will pick that up.
-
Markdown, please! I am so sick of typing raw HTML in these forums. Alongside the aforementioned way to mark Zotero staff, or maybe even subject-matter experts for particular topics. Main barriers I see: people have existing zotero accounts and it …
-
At your own risk: Go into Tools -> Developer -> Run Javascript Check "Run as async" Paste in the script below, verbatim select some items in the main zotero pane click "Run" const sentenceCase = Zotero.Utilities.sentenceCase || function (val…
-
I've just used migration assistant to move to a new macbook. I only migrated my user account and installed all software anew, and I was up and running in an hour (if you have a thunderbolt cable, use that, so much faster).
-
It's in the auto-exports tab of the BBT preferences.
-
You can just not export files, then the exports will have the full path into your Zotero data directory.
-
The structure of the files folder has directories that are the attachment keys, right? If that's true, and you make no changes to your library between exports, those two exports should be identical, including the attachment-folder names. If RIS isn…
-
Also, yes, BetterBibTex does have JabRef metadata export -- but I think this just gives a list of collections, and doesn't specify which bibitem goes in which collection? It does specify which item goes into which collection, but it uses a different…
-
It does, as you can set any translator as the export format.
-
It causes problems where?
-
It's not documented. I've put up a sample at https://github.com/retorquere/zotero-better-bibtex/issues/2713
-
There is a problem where auto-exports have a performance impact for which I am working on a solution.
-
With python 3 and the rispy library installed, this should do the job: import rispy import sys import os for ris in sys.argv[1:]: with open(ris) as f: for entry in rispy.load(f): for k, v in entry.items(): if k.startswith('file…
-
I think that in names, you can force first names like Philippe to be abbreviated to Ph by capitalizing the letters you want to have used as the initials, so PHilippe. Better BibTeX will pick that up and export that to {\relax Ph}ilippe for BibTeX, g…
-
Maybe it exports an invalid unicode codepoint and @nvradke is seeing the unicode replacement character.
-
I posted a build on the issue you opened that makes BBT recover from the error you experienced. That change is now in the general release of BBT, so upgrading will remove that error.
Upgrade Storage