Skip to content
Permalink
Browse files

Updated HICSS style (#2920)

  • Loading branch information...
GeorgLink authored and adam3smith committed Sep 3, 2017
1 parent 588321a commit 3b2498fbf0750ad8f983dad2d0acf8622e5ca705
Showing with 22 additions and 14 deletions.
  1. +22 −14 hawaii-international-conference-on-system-sciences-proceedings.csl
@@ -1,5 +1,6 @@
<?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">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Hawaii International Conference on System Sciences Proceedings</title>
<title-short>HICSS Proceedings</title-short>
@@ -11,15 +12,22 @@
<name>Jeff Hemsley</name>
<email>jhemsley@uw.edu</email>
</author>
<contributor>
<email>glink@unomaha.edu</email>
<name>Georg Link</name>
</contributor>
<category citation-format="numeric"/>
<category field="engineering"/>
<updated>2012-09-27T22:06:38+00:00</updated>
<updated>2017-09-03T18:02:42+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>
<locale>
<style-options punctuation-in-quote="false"/>
</locale>
<macro name="author">
<group suffix=".">
<group suffix=", ">
<names variable="author">
<name initialize-with="." delimiter=", " and="text" name-as-sort-order="all" sort-separator=", "/>
<name and="text" delimiter-precedes-et-al="always" delimiter-precedes-last="always" initialize-with="." name-as-sort-order="first"/>
<label form="short" prefix=", "/>
<substitute>
<names variable="editor"/>
@@ -36,10 +44,10 @@
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" quotes="false"/>
<text variable="title" quotes="false" font-style="italic"/>
</if>
<else>
<text variable="title" quotes="false"/>
<text variable="title" quotes="true"/>
</else>
</choose>
</macro>
@@ -49,13 +57,13 @@
</date>
</macro>
<macro name="journal">
<group suffix=", " delimiter=" " font-style="italic">
<text variable="container-title"/>
<text variable="volume"/>
<group font-style="normal" suffix=", ">
<text variable="container-title" font-style="italic"/>
<text variable="volume" quotes="false" font-style="italic" prefix=" "/>
<text variable="issue" font-style="normal" prefix="(" suffix=")"/>
</group>
<group delimiter=" ">
<text variable="issue"/>
<text macro="year" prefix="(" suffix=")"/>
<text macro="year"/>
</group>
</macro>
<macro name="conference">
@@ -90,10 +98,10 @@
<key macro="author"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<layout>
<text variable="citation-number" prefix="[" suffix="] "/>
<text macro="author" suffix=". "/>
<text macro="title" suffix=". "/>
<text macro="author"/>
<text macro="title" suffix=", "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="book-publisher" suffix="."/>
@@ -116,7 +124,7 @@
<else-if type="article-journal">
<group suffix="." delimiter=", ">
<text macro="journal"/>
<text variable="page"/>
<text variable="page" prefix="pp. "/>
</group>
</else-if>
<else>

0 comments on commit 3b2498f

Please sign in to comment.
You can’t perform that action at this time.