|
6 | 6 | <id>http://www.zotero.org/styles/american-institute-of-aeronautics-and-astronautics</id>
|
7 | 7 | <link href="http://www.zotero.org/styles/american-institute-of-aeronautics-and-astronautics" rel="self"/>
|
8 | 8 | <link href="http://www.zotero.org/styles/ieee-with-url" rel="template"/>
|
9 |
| - <link href="https://www.aiaa.org/Secondary.aspx?id=4597" rel="documentation"/> |
| 9 | + <link href="https://www.aiaa.org/publications/journals/reference-style-and-format" rel="documentation"/> |
10 | 10 | <author>
|
11 | 11 | <name>Garrett Foster</name>
|
12 | 12 | <email>garrett.d.foster@gmail.com</email>
|
13 | 13 | <uri>http://sdoresearch.com</uri>
|
14 | 14 | </author>
|
| 15 | + <contributor> |
| 16 | + <name>Patrick O'Brien</name> |
| 17 | + </contributor> |
15 | 18 | <category citation-format="numeric"/>
|
16 | 19 | <category field="engineering"/>
|
17 | 20 | <summary>A style for AIAA</summary>
|
18 |
| - <updated>2012-09-27T22:06:38+00:00</updated> |
| 21 | + <updated>2020-03-09T13:38:41+00:00</updated> |
19 | 22 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
20 | 23 | </info>
|
21 | 24 | <macro name="issued">
|
|
123 | 126 | <else-if type="chapter">
|
124 | 127 | <group delimiter=". ">
|
125 | 128 | <text variable="title" text-case="title"/>
|
126 |
| - <group delimiter=" "> |
127 |
| - <text term="in" text-case="capitalize-first"/> |
128 |
| - <text variable="container-title" font-style="italic"/> |
129 |
| - <text macro="editor" prefix="(" suffix=")"/> |
| 129 | + <group delimiter=", "> |
| 130 | + <group delimiter=" "> |
| 131 | + <text term="in" text-case="capitalize-first"/> |
| 132 | + <text variable="container-title" font-style="italic"/> |
| 133 | + <text macro="editor" prefix="(" suffix=")"/> |
| 134 | + </group> |
| 135 | + <text macro="publisher"/> |
| 136 | + <text macro="issued"/> |
| 137 | + <text macro="page"/> |
130 | 138 | </group>
|
131 | 139 | </group>
|
132 |
| - <text macro="publisher" prefix=", "/> |
133 |
| - <text macro="page" prefix=", "/> |
134 | 140 | </else-if>
|
135 | 141 | <else-if type="article-journal article-newspaper" match="any">
|
136 | 142 | <group delimiter=". ">
|
137 | 143 | <text macro="title" text-case="title" quotes="true"/>
|
138 | 144 | <group delimiter=", ">
|
139 | 145 | <text variable="container-title" font-style="italic" form="long"/>
|
140 |
| - <text variable="volume" prefix="Vol. "/> |
141 |
| - <text variable="issue" prefix="No. "/> |
| 146 | + <group delimiter=" "> |
| 147 | + <label text-case="capitalize-first" variable="volume" form="short"/> |
| 148 | + <text variable="volume"/> |
| 149 | + </group> |
| 150 | + <group delimiter=" "> |
| 151 | + <label text-case="capitalize-first" variable="issue" form="short"/> |
| 152 | + <text variable="issue"/> |
| 153 | + </group> |
142 | 154 | <text macro="issued"/>
|
143 | 155 | <text macro="page"/>
|
144 | 156 | </group>
|
145 |
| - <text variable="DOI" prefix="doi:"/> |
| 157 | + <text variable="DOI" prefix="https://doi.org/"/> |
146 | 158 | </group>
|
147 | 159 | </else-if>
|
148 | 160 | <else-if type="report">
|
|
0 commit comments