Thank you for looking into this. Those additional curly brakets are for case protection from BetterBibtex plugin in Zotero. I removed the curly brakets and I still have the error:
@article{abrahamianMicrobiologyAnimalBite2011,
title = {Microbiology of Animal Bite Wound Infections},
author = {Abrahamian, Fredrick M. and Goldstein, Ellie J. C.},
date = {2011-04},
journaltitle = {Clinical Microbiology Reviews},
shortjournal = {Clin Microbiol Rev},
volume = {24},
number = {2},
pages = {231--246},
publisher = {American Society for Microbiology},
issn = {0893-8512, 1098-6618},
doi = {10.1128/cmr.00041-10},
url = {https://journals.asm.org/doi/10.1128/CMR.00041-10},
urldate = {2025-07-20},
abstract = {SUMMARYThe microbiology of animal bite wound infections in humans is often polymicrobial, with a broad mixture of aerobic and anaerobic microorganisms. Bacteria recovered from infected bite wounds are most often reflective of the oral flora of the biting animal, which can also be influenced by the microbiome of their ingested prey and other foods. Bacteria may also originate from the victim's own skin or the physical environment at the time of injury. Our review has focused on bite wound infections in humans from dogs, cats, and a variety of other animals such as monkeys, bears, pigs, ferrets, horses, sheep, Tasmanian devils, snakes, Komodo dragons, monitor lizards, iguanas, alligators/crocodiles, rats, guinea pigs, hamsters, prairie dogs, swans, and sharks. The medical literature in this area has been made up mostly of small case series or case reports. Very few studies have been systematic and are often limited to dog or cat bite injuries. Limitations of studies include a lack of established or inconsistent criteria for an infected wound and a failure to utilize optimal techniques in pathogen isolation, especially for anaerobic organisms. There is also a lack of an understanding of the pathogenic significance of all cultured organisms. Gathering information and conducting research in a more systematic and methodical fashion through an organized research network, including zoos, veterinary practices, and rural clinics and hospitals, are needed to better define the microbiology of animal bite wound infections in humans.},
langid = {english},
year = {2011},
zotero-key = {5UB7QVVT}
}
I’ve get this error on my system with any Bibtex (BibLatex) I use. But I don’t get this error when I use the exact same bibtex’s on RefNotes demo.
The file structure of my tiddlywiki is as follows:
.
├── plugins
│ └── refnotes
│ ├── history.tid
│ ├── license.tid
│ ├── macros
│ │ ├── abbr.tid
│ │ ├── APA
│ │ │ ├── authors.tid
│ │ │ ├── bibliography-helper.tid
│ │ │ ├── bibliography.tid
│ │ │ ├── ref-helper.tid
│ │ │ ├── ref.tid
│ │ │ └── showrefs.tid
│ │ ├── bibtex
│ │ │ ├── find-refs.tid
│ │ │ ├── process-entries.tid
│ │ │ ├── regexprefs.js
│ │ │ ├── regexprefs.js.meta
│ │ │ └── utility.tid
│ │ ├── find.tid
│ │ ├── footnote.tid
│ │ ├── numbered
│ │ │ └── refnum.tid
│ │ ├── search-ui.tid
│ │ ├── showabbrs.tid
│ │ ├── showfnotes.tid
│ │ └── stretch-text.tid
│ ├── plugin.info
│ ├── readme.tid
│ ├── styles
│ │ ├── abbr.css
│ │ ├── abbr.css.meta
│ │ ├── bibtex-details.css
│ │ ├── bibtex-details.css.meta
│ │ ├── bibtex-entryview.css
│ │ ├── bibtex-entryview.css.meta
│ │ ├── bibtex.tid
│ │ ├── dropzone.css
│ │ ├── dropzone.css.meta
│ │ ├── footnote-counter.css
│ │ ├── footnote-counter.css.meta
│ │ ├── library.css
│ │ ├── library.css.meta
│ │ ├── showfnotes.css
│ │ ├── showfnotes.css.meta
│ │ ├── table-borderless.css
│ │ ├── table-borderless.css.meta
│ │ ├── tooltip.css
│ │ └── tooltip.css.meta
│ ├── templates
│ │ └── reflist
│ │ ├── apa
│ │ │ ├── article.tid
│ │ │ ├── book.tid
│ │ │ ├── default.tid
│ │ │ ├── inproceedings.tid
│ │ │ ├── patent.tid
│ │ │ ├── thesis.tid
│ │ │ └── website.tid
│ │ └── numbered
│ │ ├── article.tid
│ │ ├── book.tid
│ │ ├── default.tid
│ │ └── website.tid
│ ├── ui
│ │ ├── bibtexlibrary.tid
│ │ └── dropzone.tid
│ └── viewtemplates
│ ├── article.tid
│ ├── book.tid
│ ├── default.tid
│ ├── helper.tid
│ ├── incollection.tid
│ ├── inproceedings.tid
│ ├── main.tid
│ ├── thesis.tid
│ ├── unpublished.tid
│ └── website.tid
├── tiddlers
│ └── $__StoryList.tid
└── tiddlywiki.info