Skip to content

Commit b6c3363

Browse files
authored
Update american-institute-of-aeronautics-and-astronautics.csl (JabRef#4614)
1 parent cc68a6c commit b6c3363

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

american-institute-of-aeronautics-and-astronautics.csl

+23-11
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@
66
<id>http://www.zotero.org/styles/american-institute-of-aeronautics-and-astronautics</id>
77
<link href="http://www.zotero.org/styles/american-institute-of-aeronautics-and-astronautics" rel="self"/>
88
<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"/>
1010
<author>
1111
<name>Garrett Foster</name>
1212
<email>garrett.d.foster@gmail.com</email>
1313
<uri>http://sdoresearch.com</uri>
1414
</author>
15+
<contributor>
16+
<name>Patrick O'Brien</name>
17+
</contributor>
1518
<category citation-format="numeric"/>
1619
<category field="engineering"/>
1720
<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>
1922
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2023
</info>
2124
<macro name="issued">
@@ -123,26 +126,35 @@
123126
<else-if type="chapter">
124127
<group delimiter=". ">
125128
<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"/>
130138
</group>
131139
</group>
132-
<text macro="publisher" prefix=", "/>
133-
<text macro="page" prefix=", "/>
134140
</else-if>
135141
<else-if type="article-journal article-newspaper" match="any">
136142
<group delimiter=". ">
137143
<text macro="title" text-case="title" quotes="true"/>
138144
<group delimiter=", ">
139145
<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>
142154
<text macro="issued"/>
143155
<text macro="page"/>
144156
</group>
145-
<text variable="DOI" prefix="doi:"/>
157+
<text variable="DOI" prefix="https://doi.org/"/>
146158
</group>
147159
</else-if>
148160
<else-if type="report">

0 commit comments

Comments
 (0)