Skip to content

Commit

Permalink
Update advanced-materials.csl (#6103)
Browse files Browse the repository at this point in the history
fix some minor issues
found while making dependent style as per https://forums.zotero.org/discussion/97893/style-request-advanced-theory-and-simulations#latest

* Create advanced-theory-and-simulations.csl
  • Loading branch information
POBrien333 authored Jun 25, 2022
1 parent d1e7576 commit c3f856a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
10 changes: 5 additions & 5 deletions advanced-materials.csl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>http://www.zotero.org/styles/advanced-materials</id>
<link href="http://www.zotero.org/styles/advanced-materials" rel="self"/>
<link href="http://www.zotero.org/styles/small" rel="template"/>
<link href="http://onlinelibrary.wiley.com/journal/10.1002/%28ISSN%291521-4095/homepage/2089_authorresources.html" rel="documentation"/>
<link href="https://onlinelibrary.wiley.com/page/journal/15214095/homepage/author-guidelines" rel="documentation"/>
<author>
<name>Jimmy Lawrence</name>
<email>jimmymisc@gmail.com</email>
Expand All @@ -16,13 +16,13 @@
<issn>0935-9648</issn>
<eissn>1521-4095</eissn>
<summary>A style for Wiley's Advanced Materials</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2022-06-22T14:43:19+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="author">
<names variable="author">
<name initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", " text-case="capitalize-first" suffix=" "/>
<label form="short" text-case="capitalize-first" prefix=", "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand All @@ -32,7 +32,7 @@
<macro name="editor">
<names variable="editor">
<label form="short" text-case="capitalize-first" suffix=".: " strip-periods="true"/>
<name initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
<name delimiter-precedes-last="always" initialize-with=". "/>
</names>
</macro>
<macro name="year-date">
Expand Down Expand Up @@ -124,7 +124,7 @@
<text macro="year-date"/>
</group>
</else-if>
<else-if type="webpage">
<else-if type="webpage post post-weblog" match="any">
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text macro="access"/>
Expand Down
15 changes: 15 additions & 0 deletions dependent/advanced-theory-and-simulations.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<info>
<title>Advanced Theory and Simulations</title>
<id>http://www.zotero.org/styles/advanced-theory-and-simulations</id>
<link href="http://www.zotero.org/styles/advanced-theory-and-simulations" rel="self"/>
<link href="http://www.zotero.org/styles/advanced-materials" rel="independent-parent"/>
<link href="https://onlinelibrary.wiley.com/page/journal/25130390/homepage/author-guidelines" rel="documentation"/>
<category citation-format="numeric"/>
<category field="physics"/>
<issn>2513-0390</issn>
<updated>2022-06-22T12:00:00+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>
</style>

0 comments on commit c3f856a

Please sign in to comment.