Help for AIAA @misc when using the Zotero-Overleaf plugin?
Configuration: I'm using Z7, Overleaf, the newest new-aiaa.bst and .cls templates provided from AIAA/Overleaf, and the Zotero plugin for Overleaf.
I know this isn't directly a Zotero issue, but I'm hoping someone in the community has seen it before. It's difficult to tell which fields in Zotero correlate with which typenames the plugin uses.
When I preview the citation style for some items (that AIAA considers @misc) inside Zotero, it looks great. When I switch into Overleaf, fields are missing (and extra commas added). I've tried going through the code, but I can't seem to figure out the solution. Anyone already done this? I've looked in the usual places online, but no relevant results come back for my queries.
Attaching some pics to illustrate. Any advice would be appreciated! I don't want to make this .bib file by hand after all the work already invested in *not* having to do it by hand... y'know how it is :)
https://s3.amazonaws.com/zotero.org/images/forums/u10211737/y4y10gkmllnzwaow08s9.png
I know this isn't directly a Zotero issue, but I'm hoping someone in the community has seen it before. It's difficult to tell which fields in Zotero correlate with which typenames the plugin uses.
When I preview the citation style for some items (that AIAA considers @misc) inside Zotero, it looks great. When I switch into Overleaf, fields are missing (and extra commas added). I've tried going through the code, but I can't seem to figure out the solution. Anyone already done this? I've looked in the usual places online, but no relevant results come back for my queries.
Attaching some pics to illustrate. Any advice would be appreciated! I don't want to make this .bib file by hand after all the work already invested in *not* having to do it by hand... y'know how it is :)
https://s3.amazonaws.com/zotero.org/images/forums/u10211737/y4y10gkmllnzwaow08s9.png
This really looks like the new-aiaa.bst has issues -- including that stray comma between date and title, the weird URL etc. Zotero misc export looks great to me. I don't know a ton about .bst styles, but you should be able to fix some of the obvious issues (such as the missing publisher) in this section:
https://github.com/Flyingbobcats/journal/blob/master/new-aiaa.bst#L1286C1-L1299C2
About the date: I was getting the "????" flag in Overleaf if the 'Date' field was empty. Zotero desktop handles the swap just fine, but Zotero plugin/new-aiaa.bst couldn't parse the year from the 'Accessed' field. Such a weird thing. I'm glad to know you think it's the .bst and not just me doing something wrong!
Hopefully this thread helps someone else who also thinks they're going nuts.
Thanks for the link. I've never written my own .bst and the syntax is a bit confusing... not sure I have time to learn it right now... maybe for the next publication.
If you have the option to use BibLaTeX, that's much more consistent (and Zotero exports both) -- https://github.com/nasa/nasa-latex-docs/blob/master/support/citations/aiaa/aiaa.bbx looks like it might be a BibLaTeX option for AIAA, but not sure.
I just swapped in the .bbx you linked, and it looks awesome. Thank you so much! Sorry if this should have been obvious, I still have a lot to learn.