Skip to content

Commit

Permalink
Update karabuk-university-graduate-school-of-natural-and-applied-scie… (
Browse files Browse the repository at this point in the history
  • Loading branch information
yrg23 committed May 2, 2020
1 parent a4317f2 commit 647fb56
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<category citation-format="numeric"/>
<category field="engineering"/>
<category field="science"/>
<updated>2019-12-12T12:24:41+00:00</updated>
<updated>2020-05-01T22:28:30+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="edition">
Expand Down Expand Up @@ -51,10 +51,10 @@
<macro name="title">
<choose>
<if type="article-journal chapter patent paper-conference report speech thesis" match="any">
<text variable="title" text-case="capitalize-first" quotes="true"/>
<text variable="title" text-case="capitalize-first" quotes="false"/>
</if>
<else-if type="book webpage" match="any">
<text variable="title" text-case="title" quotes="true"/>
<text variable="title" text-case="title" quotes="false"/>
</else-if>
</choose>
</macro>
Expand All @@ -78,7 +78,7 @@
<text variable="citation-number" suffix="."/>
<text macro="author" suffix=", "/>
<group>
<text macro="title" suffix=", "/>
<text macro="title" prefix="&quot;" suffix="&quot;, "/>
<choose>
<if type="report thesis patent" match="any">
<group>
Expand Down

0 comments on commit 647fb56

Please sign in to comment.