Skip to content
forked from JabRef/jabref

Commit

Permalink
Squashed 'src/main/resources/csl-styles/' changes from bfffaed..11e9ac9
Browse files Browse the repository at this point in the history
11e9ac9 Update instituto-brasileiro-de-informacao-em-ciencia-e-tecnologia-abn… (JabRef#4511)
101b81c Update agriculturae-conspectus-scientificus.csl (JabRef#4510)
615377e Create international-journal-of-population-data-science.csl (JabRef#4517)
fe7cb69 Update university-of-york-apa.csl
f0c7374 Fix AGLC Subsequents
6a8ec90 More Uni Gottingen fixes
9c0f5c6 Update associacao-brasileira-de-normas-tecnicas-ufrgs.csl (JabRef#4460)
22ef83d Update Universitatsmedizin Gottingen
d2f90c9 Create drying-technology.csl (JabRef#4515)
01e339b Create terrorism-and-political-violence.csl (JabRef#4514)
6414c15 Create international-journal-of-hyperthermia.csl (JabRef#4513)
f80b38c Create Sciences Po - Ecole doctorale (note, French) (JabRef#4486)
6a22929 Update instituto-brasileiro-de-informacao-em-ciencia-e-tecnologia-abn… (JabRef#4508)
19c89f5 Create citation-compass-apa-note.csl (JabRef#4500)
fe72590 Chicago fixes & add no-ibid variant (JabRef#4503)
d602477 Update agriculturae-conspectus-scientificus.csl (JabRef#4505)
8a8911b Create mediterranean-journal-of-chemistry.csl (JabRef#4506)
ce77b28 Create conservation-and-society.csl (JabRef#4507)
25a5092 Add IMS journals (JabRef#4496)
a39430e Create rmit-university-harvard.csl (JabRef#4504)
830aa7b Update john-benjamins-publishing-company-collective-volumes.csl (JabRef#4444)
43e9216 Create PHBern IVP (JabRef#4427)
a052fd6 Create Publications du Groupe d'anthropologie et d'archéologie funéra… (JabRef#4499)
a7e12e1 Further improve legal cites for BJPS (JabRef#4497)
744a507 Update agriculturae-conspectus-scientificus.csl (JabRef#4498)

git-subtree-dir: src/main/resources/csl-styles
git-subtree-split: 11e9ac9
  • Loading branch information
github actions committed Jan 18, 2020
1 parent 5227b6f commit 0778b0d
Show file tree
Hide file tree
Showing 36 changed files with 6,764 additions and 413 deletions.
28 changes: 16 additions & 12 deletions agriculturae-conspectus-scientificus.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<category field="science"/>
<issn>1331-7768</issn>
<eissn>1331-7776</eissn>
<updated>2020-01-08T15:08:17+00:00</updated>
<updated>2020-01-15T11:50:40+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="container">
<choose>
<if type="chapter paper-conference" match="any">
<group delimiter=" ">
<group delimiter=": " prefix=". ">
<group delimiter=" " prefix=". ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<group delimiter=", ">
<text variable="container-title" text-case="title"/>
Expand All @@ -30,7 +30,7 @@
</group>
<names variable="editor translator" delimiter=", " prefix="(" suffix=")">
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all" sort-separator=" "/>
<label form="short" prefix=", "/>
<label form="short" strip-periods="true" font-variant="normal" prefix=", "/>
</names>
</group>
</if>
Expand All @@ -41,7 +41,7 @@
</group>
</else-if>
<else>
<group delimiter=", ">
<group delimiter=", " prefix=". ">
<text variable="container-title" form="short" strip-periods="true"/>
<text variable="collection-title"/>
</group>
Expand All @@ -51,7 +51,7 @@
<macro name="author">
<names variable="author">
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all" sort-separator=" "/>
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
<label form="short" strip-periods="true" font-variant="normal" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand Down Expand Up @@ -84,10 +84,10 @@
<else-if type="post post-weblog webpage" match="any">
<group delimiter=" ">
<group delimiter=": ">
<text term="available at"/>
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
<group prefix="(" suffix=")">
<group prefix="[" suffix="]">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date form="text" variable="accessed"/>
</group>
Expand Down Expand Up @@ -169,13 +169,17 @@
</group>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<group delimiter=", ">
<group delimiter=", " prefix=". ">
<text macro="event"/>
<text macro="publisher"/>
<group delimiter=" ">
<text variable="number-of-pages"/>
<label variable="number-of-pages" form="short"/>
</group>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=", " prefix=". ">
<group delimiter=", " prefix=", ">
<text macro="event"/>
<text macro="publisher"/>
<group>
Expand Down Expand Up @@ -211,10 +215,10 @@
<key macro="issued" sort="descending"/>
</sort>
<layout>
<group delimiter=". " suffix=".">
<group delimiter=". ">
<text macro="author"/>
<text macro="issued" prefix="(" suffix=")"/>
<group delimiter=". ">
<group>
<text macro="title"/>
<text macro="container"/>
<text macro="locators"/>
Expand Down
Loading

0 comments on commit 0778b0d

Please sign in to comment.