Zotero AIAA Journal style fails to include DOI numbers
I have a number of AIAA conference journal papers I am referencing that show up in the references list without DOI numbers. The DOI numbers are in the correct zotero entries in my database, but the AIAA Journal style chooses not to show them. When I try using the American Chemical Society style in the MS Word plugin the DOI numbers show up. Why are these conference paper DOI numbers not showing up with the AIAA Journal style?
That style certainly prints DOIs for journal articles. If it doesn't, try in a fresh document with the above-linked style.
However, I had a look into the AIAA style guidelines and it seems like the style had a lot of issues. I've refactored the style as well as fixed many issues.
You can try the style here. It will also include the DOI for all item types now.
https://github.com/citation-style-language/styles/blob/63798d3f17a96b2a39da389c127fea03d3e62836/american-institute-of-aeronautics-and-astronautics.csl
but I'm pretty sure it should be italics.
Unfortunately, the link at the top of your comment didn't change anything about how any of my references appeared in the reference list. Please note I was specifically having trouble with DOIs appearing in conference papers (distinct from journal articles).
Can you please help me with any of the above remaining issues? Thanks for your assistance.
As I said above, I refactored the style quite a bit and will have just missed to take out a title.
else-if type="book thesis" match="any">
group delimiter=". ">
text variable="version" text-case="title"/>
text macro="title"/>
text variable="genre"/>
group delimiter=", ">
text macro="publisher"/>
text macro="issued"/>
/group>
/group>
/else-if>
I deleted
text macro="title"/>
Note: I had to delete all preceding "<" in order for this text box to not see it as code.
With this change, everything seems formatted as desired. This includes a book section I am citing (the book section didn't suffer a title duplication, but the title also didn't disappear when I deleted the line above).
Please confirm if you could that I've done this right.