Skip to content
Permalink
Browse files

Create bulletin-of-the-seismological-society-of-america.csl (#3647)

  • Loading branch information...
POBrien333 authored and rmzelle committed Aug 14, 2018
1 parent 4ee024a commit 1fa453d4a433186288d3491e62ed5a3918133de2
Showing with 189 additions and 0 deletions.
  1. +189 −0 bulletin-of-the-seismological-society-of-america.csl
@@ -0,0 +1,189 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Bulletin of the Seismological Society of America</title>
<title-short>BSSA</title-short>
<id>http://www.zotero.org/styles/bulletin-of-the-seismological-society-of-america</id>
<link href="http://www.zotero.org/styles/bulletin-of-the-seismological-society-of-america" rel="self"/>
<link href="http://www.zotero.org/styles/american-association-of-petroleum-geologists" rel="template"/>
<link href="https://www.seismosoc.org/publications/bssa-submission-guidelines/" rel="documentation"/>
<author>
<name>Patrick O'Brien, PhD</name>
</author>
<category citation-format="author-date"/>
<category field="geology"/>
<issn>0037-1106</issn>
<eissn>1943-3573</eissn>
<updated>2018-08-14T15:15:20+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 name-as-sort-order="first" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with="."/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" form="short" font-style="italic"/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="publisher">
<choose>
<if type="article-journal article-magazine" match="any">
<group delimiter=", ">
<text variable="container-title" form="short"/>
<text variable="volume"/>
<group delimiter=" ">
<label variable="issue" form="short"/>
<text variable="issue"/>
</group>
</group>
</if>
<else>
<group delimiter=", ">
<text variable="publisher"/>
<choose>
<if type="paper-conference" match="none">
<text variable="publisher-place"/>
</if>
</choose>
<group delimiter=" ">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
</group>
</else>
</choose>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="book-edited">
<choose>
<if type="chapter paper-conference" match="any">
<group delimiter=" ">
<text term="in" font-style="normal" suffix=" "/>
<text variable="container-title" font-style="italic"/>
<names variable="editor translator" prefix=" " delimiter=", ">
<name and="text" sort-separator=", " initialize-with=". " delimiter-precedes-last="always"/>
<label text-case="capitalize-first" prefix=" (" suffix=")"/>
</names>
<choose>
<if type="paper-conference">
<text variable="event-place"/>
</if>
</choose>
</group>
</if>
</choose>
</macro>
<macro name="mapinfo">
<choose>
<if type="map">
<group delimiter=", ">
<text variable="genre"/>
<text variable="scale"/>
</group>
</if>
</choose>
</macro>
<macro name="accessed">
<choose>
<if type="webpage post-weblog" match="any">
<choose>
<if variable="URL">
<text variable="URL" prefix=": &lt;" suffix="&gt;"/>
<group prefix=" (" suffix=")" delimiter=" ">
<text term="accessed"/>
<date variable="accessed">
<date-part name="month"/>
<date-part name="day" prefix=" "/>
<date-part name="year" prefix=", "/>
</date>
</group>
</if>
</choose>
</if>
<else-if type="article-journal" match="any">
<text variable="DOI" prefix=", doi: "/>
</else-if>
</choose>
</macro>
<macro name="page">
<choose>
<if type="article article-magazine article-newspaper article-journal bill book broadcast chapter entry entry-dictionary entry-encyclopedia figure graphic interview legislation legal_case manuscript map motion_picture musical_score pamphlet paper-conference patent post post-weblog personal_communication review review-book song speech thesis treaty webpage" match="any">
<text variable="page"/>
</if>
<else>
<text variable="page" suffix=" p."/>
</else>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year">
<sort>
<key macro="year-date"/>
<key macro="author-short"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="year-date"/>
<group>
<label variable="locator" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</group>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="11" et-al-use-first="1">
<sort>
<key macro="author-short"/>
<key variable="title"/>
</sort>
<layout suffix=".">
<group delimiter=", ">
<text macro="author"/>
<text macro="year-date"/>
<text variable="title"/>
<group delimiter=" ">
<text variable="genre"/>
<text variable="number"/>
</group>
<text macro="book-edited"/>
</group>
<group delimiter=", " prefix=", ">
<text macro="publisher"/>
<text macro="mapinfo"/>
<text macro="page"/>
</group>
<text macro="accessed"/>
</layout>
</bibliography>
</style>

0 comments on commit 1fa453d

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.