forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fad76fe Update Gemfile.lock a8dafef Update harvard-cite-them-right.csl (JabRef#4993) c8784ff Update and rename emerald-harvard.csl to emerald-harvard-2.csl (JabRef#4991) 197ec0e Update circulation-journal.csl (JabRef#4994) f36dabe Update American Physical Society dependents (JabRef#4992) 93469bb Create journal-of-musculoskeletal-research.csl (JabRef#4990) 43287c7 Update taxon.csl a little more (JabRef#4989) 9f32917 Update and rename university-college-lillebaelt-harvard.csl to ucl-un… (JabRef#4982) 00c3cec Update isnad-metinici.csl (JabRef#4988) 864a64c Update medicine-and-science-in-sports-and-exercise.csl (JabRef#4983) 0c76011 Don't demote particles in Equine Vet J (JabRef#4984) 603ee73 Fix MLA editor translator (JabRef#4985) 40d207c Update pravnik.csl (JabRef#4986) c5fe30c Update isnad-dipnotlu.csl (JabRef#4987) 469deb6 Sage Harvard: Add translator/editor 1f51ef8 Add Pensoft dependents (JabRef#4981) 5338ff6 Create electrophoresis.csl (JabRef#4883) 4de9a97 Update spec_helper.rb fe81f17 Create uirs-urbani-izziv.csl (JabRef#4928) 69d37d8 Create uirs-urban-challenge-journal.csl (JabRef#4927) d807202 Changes to match Taxon guidelines for authors (JabRef#4980) aeb2170 Create ucl-university-college-denmark-apa.csl (JabRef#4962) 16f58df Update American Physical Society styles (JabRef#4794) b77bd91 Update ucl-university-college-denmark-vancouver.csl (JabRef#4963) 81d1a59 Update bibliotheque-d-archeologie-mediterraneenne-et-africaine-biama.csl (JabRef#4979) 0895562 Create pensoft-journals.csl (JabRef#4972) 4f8fa44 creates the gigascience.csl file (JabRef#4961) 1b9c7a0 Create acta-ornithologica.csl (JabRef#4977) c8c6c6d Create sorbonne-student-law-review.csl (JabRef#4956) git-subtree-dir: src/main/resources/csl-styles git-subtree-split: fad76fe
github actions
committed
Sep 1, 2020
1 parent
ca834c2
commit 0c776a4
Showing
73 changed files
with
4,861 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
<?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>Acta Ornithologica</title> | ||
<id>http://www.zotero.org/styles/acta-ornithologica</id> | ||
<link href="http://www.zotero.org/styles/acta-ornithologica" rel="self"/> | ||
<link href="http://www.zotero.org/styles/biologia" rel="template"/> | ||
<link href="https://miiz.waw.pl/periodicals/acta-ornithologica/acta_ornithologica.pdf" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<category field="zoology"/> | ||
<issn>0001-6454</issn> | ||
<eissn>1734-8471</eissn> | ||
<updated>2020-08-18T08:09:50+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 delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all" sort-separator=" "/> | ||
<label form="short" strip-periods="true" prefix="(" suffix=")"/> | ||
<substitute> | ||
<text macro="editor"/> | ||
<text macro="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name initialize-with=". " name-as-sort-order="all" sort-separator=" "/> | ||
<label form="short" strip-periods="true" prefix=" (" suffix=")"/> | ||
</names> | ||
</macro> | ||
<macro name="year"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if match="any" variable="original-title"> | ||
<text variable="original-title" prefix="[" suffix="]"/> | ||
</if> | ||
<else> | ||
<text variable="title"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="volume"> | ||
<group delimiter=" "> | ||
<label text-case="capitalize-first" variable="volume" form="short"/> | ||
<number variable="volume"/> | ||
</group> | ||
</macro> | ||
<macro name="pages"> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</macro> | ||
<citation disambiguate-add-year-suffix="true" collapse="year" et-al-min="3" et-al-use-first="1"> | ||
<sort> | ||
<key macro="year"/> | ||
<key variable="author"/> | ||
</sort> | ||
<layout delimiter="; " prefix="(" suffix=")"> | ||
<group delimiter=" "> | ||
<names variable="author" suffix=", "> | ||
<name and="symbol" delimiter=" " name-as-sort-order="all" sort-separator=", " form="short"/> | ||
</names> | ||
<date variable="issued"> | ||
<date-part name="year" form="long"/> | ||
</date> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography hanging-indent="true"> | ||
<sort> | ||
<key macro="author"/> | ||
<key macro="year" sort="ascending"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=". "> | ||
<text macro="author"/> | ||
<text macro="year"/> | ||
<choose> | ||
<if type="thesis"> | ||
<text macro="title" font-style="italic"/> | ||
<text variable="publisher" suffix=", "/> | ||
<text variable="publisher-place"/> | ||
</if> | ||
<else-if type="book"> | ||
<group delimiter=". "> | ||
<text macro="title" font-style="italic"/> | ||
<text macro="volume"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter"> | ||
<group delimiter=". "> | ||
<text macro="title"/> | ||
<group delimiter=": "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<text macro="editor"/> | ||
</group> | ||
<text variable="container-title"/> | ||
<group delimiter=", "> | ||
<text variable="publisher"/> | ||
<text macro="pages"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="paper-conference"> | ||
<text macro="title"/> | ||
<text variable="event" prefix=" " suffix=", " font-style="italic"/> | ||
<text variable="volume" suffix=", "/> | ||
<text variable="page" suffix="."/> | ||
</else-if> | ||
<else-if type="webpage post post-weblog" match="any"> | ||
<group delimiter=". "> | ||
<text variable="container-title"/> | ||
<group delimiter=": "> | ||
<text term="available at" text-case="capitalize-first"/> | ||
<text variable="URL"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group delimiter=". "> | ||
<text macro="title"/> | ||
<group delimiter=" "> | ||
<text variable="container-title" form="short"/> | ||
<group delimiter=": "> | ||
<text variable="volume"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</group> | ||
</else> | ||
</choose> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
<?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>American Physical Society (without titles)</title> | ||
<title-short>APS (without titles)</title-short> | ||
<id>http://www.zotero.org/styles/american-physics-society-without-titles</id> | ||
<link href="http://www.zotero.org/styles/american-physics-society-without-titles" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="template"/> | ||
<link href="https://journals.aps.org/prl/authors#techformat" rel="documentation"/> | ||
<author> | ||
<name>Richard Karnesky</name> | ||
<email>karnesky+zotero@gmail.com</email> | ||
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri> | ||
</author> | ||
<author> | ||
<name>Brenton M. Wiernik</name> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<summary>Common style use by APS publications, without article titles.</summary> | ||
<updated>2012-09-27T22:06:38+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 delimiter=", " initialize-with=". " and="text"/> | ||
<label form="long" prefix=", " suffix=" "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<label form="verb" suffix=" "/> | ||
<name delimiter=", " initialize-with=". " and="text"/> | ||
</names> | ||
</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="day-date"> | ||
<choose> | ||
<if variable="issued"> | ||
<date variable="issued"> | ||
<date-part name="day" suffix=" "/> | ||
<date-part name="month" form="long" suffix=" "/> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group prefix="(" suffix=")" delimiter=", "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place" text-case="title"/> | ||
<text macro="year-date"/> | ||
</group> | ||
</macro> | ||
<macro name="edition-volume"> | ||
<group delimiter=", "> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
<group delimiter=" "> | ||
<label variable="volume" form="short" text-case="capitalize-first"/> | ||
<text variable="volume"/> | ||
</group> | ||
</group> | ||
</macro> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout delimiter="," prefix=" [" suffix="]"> | ||
<text variable="citation-number"/> | ||
</layout> | ||
</citation> | ||
<bibliography entry-spacing="0" second-field-align="flush"> | ||
<!-- Reference for arxiv: https://doi.org/10.1103/PhysRevLett.116.135503 --> | ||
<layout suffix="."> | ||
<text variable="citation-number" prefix="[" suffix="]"/> | ||
<text macro="author" suffix=", "/> | ||
<choose> | ||
<if type="bill book figure graphic legal_case legislation map motion_picture song treaty" match="any"> | ||
<group delimiter=" "> | ||
<group delimiter=", "> | ||
<text variable="title" text-case="title" font-style="italic"/> | ||
<text macro="edition-volume"/> | ||
</group> | ||
<text macro="publisher"/> | ||
</group> | ||
</if> | ||
<else-if type="broadcast chapter entry entry-dictionary entry-encyclopedia paper-conference" match="any"> | ||
<group delimiter=" "> | ||
<choose> | ||
<if variable="container-title"> | ||
<group delimiter=" "> | ||
<text term="in"/> | ||
<group delimiter=", "> | ||
<text variable="container-title" text-case="title" font-style="italic"/> | ||
<text macro="editor"/> | ||
<text macro="edition-volume"/> | ||
</group> | ||
</group> | ||
</if> | ||
<else> | ||
<group delimiter=", "> | ||
<text variable="title" text-case="title" font-style="italic"/> | ||
<text macro="edition-volume"/> | ||
</group> | ||
</else> | ||
</choose> | ||
<group delimiter=", "> | ||
<text macro="publisher"/> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="patent"> | ||
<group delimiter=" "> | ||
<text variable="number"/> | ||
<text macro="day-date" prefix="(" suffix=")"/> | ||
</group> | ||
</else-if> | ||
<else-if type="thesis report" match="any"> | ||
<group delimiter=", "> | ||
<text variable="title" text-case="title"/> | ||
<group delimiter=" "> | ||
<text variable="genre"/> | ||
<group delimiter=" "> | ||
<text term="issue" form="short" text-case="capitalize-first"/> | ||
<text variable="number"/> | ||
</group> | ||
</group> | ||
<text variable="publisher"/> | ||
<text macro="year-date"/> | ||
</group> | ||
</else-if> | ||
<else-if type="article" match="any"> | ||
<choose> | ||
<if variable="container-title"> | ||
<text variable="container-title"/> | ||
</if> | ||
<else> | ||
<text variable="number"/> | ||
</else> | ||
</choose> | ||
</else-if> | ||
<else-if type="dataset interview manuscript pamphlet personal_communication post post-weblog speech webpage"> | ||
<!-- unpublished materials; guidelines call for 'enough information to be retrievable' --> | ||
<!-- Based on arXiv format --> | ||
<group delimiter=", "> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix="https://doi.org/"/> | ||
</if> | ||
<else-if variable="URL"> | ||
<text variable="URL"/> | ||
</else-if> | ||
<else> | ||
<text value="(unpublished)"/> | ||
</else> | ||
</choose> | ||
</group> | ||
</else-if> | ||
<else> | ||
<!--article-journal article-magazine article-newspaper review review-book--> | ||
<group delimiter=" "> | ||
<text variable="container-title" form="short" text-case="title"/> | ||
<group delimiter=", "> | ||
<text variable="volume" font-weight="bold"/> | ||
<group delimiter=" "> | ||
<text variable="page-first" form="short"/> | ||
<text macro="year-date" prefix="(" suffix=")"/> | ||
</group> | ||
</group> | ||
</group> | ||
</else> | ||
</choose> | ||
</layout> | ||
</bibliography> | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Acta Biologica Sibirica</title> | ||
<id>http://www.zotero.org/styles/acta-biologica-sibirica</id> | ||
<link href="http://www.zotero.org/styles/acta-biologica-sibirica" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://abs.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>2412-1908</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>African Invertebrates</title> | ||
<id>http://www.zotero.org/styles/african-invertebrates</id> | ||
<link href="http://www.zotero.org/styles/african-invertebrates" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://africaninvertebrates.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1681-5556</issn> | ||
<eissn>2305-2562</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Alpine Entomology</title> | ||
<id>http://www.zotero.org/styles/alpine-entomology</id> | ||
<link href="http://www.zotero.org/styles/alpine-entomology" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://alpineentomology.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>2535-0889</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Arctic Environmental Research</title> | ||
<id>http://www.zotero.org/styles/arctic-environmental-research</id> | ||
<link href="http://www.zotero.org/styles/arctic-environmental-research" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://aer.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>2541-8416</issn> | ||
<eissn>2658-7173</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>BioRisk</title> | ||
<id>http://www.zotero.org/styles/biorisk</id> | ||
<link href="http://www.zotero.org/styles/biorisk" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://biorisk.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1313-2644</issn> | ||
<eissn>1313-2652</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Check List</title> | ||
<id>http://www.zotero.org/styles/check-list</id> | ||
<link href="http://www.zotero.org/styles/check-list" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://checklist.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>1809-127X</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Comparative Cytogenetics</title> | ||
<id>http://www.zotero.org/styles/comparative-cytogenetics</id> | ||
<link href="http://www.zotero.org/styles/comparative-cytogenetics" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://compcytogen.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1993-0771</issn> | ||
<eissn>1993-078X</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Deutsche Entomologische Zeitschrift</title> | ||
<id>http://www.zotero.org/styles/deutsche-entomologische-zeitschrift</id> | ||
<link href="http://www.zotero.org/styles/deutsche-entomologische-zeitschrift" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://dez.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1435-1951</issn> | ||
<eissn>1860-1324</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Evolutionary Systematics</title> | ||
<id>http://www.zotero.org/styles/evolutionary-systematics</id> | ||
<link href="http://www.zotero.org/styles/evolutionary-systematics" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://evolsyst.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>2535-0730</eissn> | ||
<updated>2020-08-19T12: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> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Herpetozoa</title> | ||
<id>http://www.zotero.org/styles/herpetozoa</id> | ||
<link href="http://www.zotero.org/styles/herpetozoa" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://herpetozoa.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1013-4425</issn> | ||
<eissn>2682-955X</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Italian Botanist</title> | ||
<id>http://www.zotero.org/styles/italian-botanist</id> | ||
<link href="http://www.zotero.org/styles/italian-botanist" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://italianbotanist.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>2531-4033</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Journal of Hymenoptera Research</title> | ||
<id>http://www.zotero.org/styles/journal-of-hymenoptera-research</id> | ||
<link href="http://www.zotero.org/styles/journal-of-hymenoptera-research" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://jhr.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1070-9428</issn> | ||
<eissn>1314-2607</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Journal of Orthoptera Research</title> | ||
<id>http://www.zotero.org/styles/journal-of-orthoptera-research</id> | ||
<link href="http://www.zotero.org/styles/journal-of-orthoptera-research" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://jor.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1082-6467</issn> | ||
<eissn>1937-2426</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Metabarcoding and Metagenomics</title> | ||
<id>http://www.zotero.org/styles/metabarcoding-and-metagenomics</id> | ||
<link href="http://www.zotero.org/styles/metabarcoding-and-metagenomics" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://mbmg.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>2534-9708</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>MycoKeys</title> | ||
<id>http://www.zotero.org/styles/mycokeys</id> | ||
<link href="http://www.zotero.org/styles/mycokeys" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://mycokeys.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1314-4057</issn> | ||
<eissn>1314-4049</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Nature Conservation</title> | ||
<id>http://www.zotero.org/styles/nature-conservation</id> | ||
<link href="http://www.zotero.org/styles/nature-conservation" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://natureconservation.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1314-6947</issn> | ||
<eissn>1314-3301</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>NeoBiota</title> | ||
<id>http://www.zotero.org/styles/neobiota</id> | ||
<link href="http://www.zotero.org/styles/neobiota" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://neobiota.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1619-0033</issn> | ||
<eissn>1314-2488</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Neotropical Biology and Conservation</title> | ||
<id>http://www.zotero.org/styles/neotropical-biology-and-conservation</id> | ||
<link href="http://www.zotero.org/styles/neotropical-biology-and-conservation" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://neotropical.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>2236-3777</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Nota Lepidopterologica</title> | ||
<id>http://www.zotero.org/styles/nota-lepidopterologica</id> | ||
<link href="http://www.zotero.org/styles/nota-lepidopterologica" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://nl.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>0342-7536</issn> | ||
<eissn>2367-5365</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Elsevier, generated from "elsevier" metadata at https://github.com/citation-style-language/journals --> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Nuclear Energy and Technology</title> | ||
<id>http://www.zotero.org/styles/nuclear-energy-and-technology</id> | ||
<link href="http://www.zotero.org/styles/nuclear-energy-and-technology" rel="self"/> | ||
<link href="http://www.zotero.org/styles/elsevier-without-titles" rel="independent-parent"/> | ||
<category citation-format="numeric"/> | ||
<issn>2452-3038</issn> | ||
<updated>2018-02-16T12:00:00+00:00</updated> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://nucet.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>2452-3038</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Pharmacia</title> | ||
<id>http://www.zotero.org/styles/pharmacia</id> | ||
<link href="http://www.zotero.org/styles/pharmacia" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://pharmacia.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>0428-0296</issn> | ||
<eissn>2603-557X</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review A</title> | ||
<id>http://www.zotero.org/styles/physical-review-a</id> | ||
<link href="http://www.zotero.org/styles/physical-review-a" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<link href="http://authors.aps.org/STYLE/ms.html#citations" rel="documentation"/> | ||
<author> | ||
<name>Richard Karnesky</name> | ||
<email>karnesky+zotero@gmail.com</email> | ||
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<issn>1050-2947</issn> | ||
<eissn>1094-1622</eissn> | ||
<summary>A style for APS's journal "Physical Review A"</summary> | ||
<updated>2012-09-27T22:06:38+00:00</updated> | ||
<issn>2469-9926</issn> | ||
<eissn>2469-9934</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review Accelerators and Beams</title> | ||
<id>http://www.zotero.org/styles/physical-review-accelerators-and-beams</id> | ||
<link href="http://www.zotero.org/styles/physical-review-accelerators-and-beams" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<eissn>2469-9888</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review Applied</title> | ||
<id>http://www.zotero.org/styles/physical-review-applied</id> | ||
<link href="http://www.zotero.org/styles/physical-review-applied" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<eissn>2331-7019</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/aip --> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review B</title> | ||
<id>http://www.zotero.org/styles/physical-review-b</id> | ||
<link href="http://www.zotero.org/styles/physical-review-b" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-institute-of-physics" rel="independent-parent"/> | ||
<link href="http://publishing.aip.org/authors" rel="documentation"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<issn>1098-0121</issn> | ||
<eissn>1550-235x</eissn> | ||
<updated>2014-06-05T12:00:00+00:00</updated> | ||
<issn>2469-9950</issn> | ||
<eissn>2469-9969</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review C</title> | ||
<id>http://www.zotero.org/styles/physical-review-c</id> | ||
<link href="http://www.zotero.org/styles/physical-review-c" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<link href="http://authors.aps.org/STYLE/ms.html#citations" rel="documentation"/> | ||
<author> | ||
<name>Richard Karnesky</name> | ||
<email>karnesky+zotero@gmail.com</email> | ||
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<issn>0556-2813</issn> | ||
<eissn>1089-490X</eissn> | ||
<summary>A style for APS's journal "Physical Review C"</summary> | ||
<updated>2012-09-27T22:06:38+00:00</updated> | ||
<issn>2469-9985</issn> | ||
<eissn>2469-9993</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review D</title> | ||
<id>http://www.zotero.org/styles/physical-review-d</id> | ||
<link href="http://www.zotero.org/styles/physical-review-d" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<link href="http://authors.aps.org/STYLE/ms.html#citations" rel="documentation"/> | ||
<author> | ||
<name>Richard Karnesky</name> | ||
<email>karnesky+zotero@gmail.com</email> | ||
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<issn>1550-7998</issn> | ||
<eissn>1550-2368</eissn> | ||
<summary>A style for APS's journal "Physical Review D"</summary> | ||
<updated>2012-09-27T22:06:38+00:00</updated> | ||
<issn>2470-0010</issn> | ||
<eissn>2470-0029</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review E</title> | ||
<id>http://www.zotero.org/styles/physical-review-e</id> | ||
<link href="http://www.zotero.org/styles/physical-review-e" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<link href="http://authors.aps.org/STYLE/ms.html#citations" rel="documentation"/> | ||
<author> | ||
<name>Richard Karnesky</name> | ||
<email>karnesky+zotero@gmail.com</email> | ||
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<issn>1539-3755</issn> | ||
<eissn>1550-2376</eissn> | ||
<summary>A style for APS's journal "Physical Review E"</summary> | ||
<updated>2012-09-27T22:06:38+00:00</updated> | ||
<issn>2470-0045</issn> | ||
<eissn>2470-0053</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review Fluids</title> | ||
<id>http://www.zotero.org/styles/physical-review-fluids</id> | ||
<link href="http://www.zotero.org/styles/physical-review-fluids" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<eissn>2469-990X</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review Letters</title> | ||
<id>http://www.zotero.org/styles/physical-review-letters</id> | ||
<link href="http://www.zotero.org/styles/physical-review-letters" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<link href="http://authors.aps.org/STYLE/ms.html#citations" rel="documentation"/> | ||
<author> | ||
<name>Richard Karnesky</name> | ||
<email>karnesky+zotero@gmail.com</email> | ||
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<issn>0031-9007</issn> | ||
<eissn>1079-7114</eissn> | ||
<summary>A style for APS's journal "Physical Review Letters"</summary> | ||
<updated>2012-09-27T22:06:38+00:00</updated> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review Materials</title> | ||
<id>http://www.zotero.org/styles/physical-review-materials</id> | ||
<link href="http://www.zotero.org/styles/physical-review-materials" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<eissn>2475-9953</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review Physics Education Research</title> | ||
<id>http://www.zotero.org/styles/physical-review-physics-education-research</id> | ||
<link href="http://www.zotero.org/styles/physical-review-physics-education-research" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<eissn>2469-9896</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review Research</title> | ||
<id>http://www.zotero.org/styles/physical-review-research</id> | ||
<link href="http://www.zotero.org/styles/physical-review-research" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<eissn>2643-1564</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
<!-- American Physical Society (APS), generated from "american-physical-society" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Physical Review X</title> | ||
<id>http://www.zotero.org/styles/physical-review-x</id> | ||
<link href="http://www.zotero.org/styles/physical-review-x" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-physics-society" rel="independent-parent"/> | ||
<category citation-format="numeric"/> | ||
<category field="physics"/> | ||
<eissn>2160-3308</eissn> | ||
<updated>2020-08-26T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>PhytoKeys</title> | ||
<id>http://www.zotero.org/styles/phytokeys</id> | ||
<link href="http://www.zotero.org/styles/phytokeys" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://phytokeys.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1314-2011</issn> | ||
<eissn>1314-2003</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Plant Sociology</title> | ||
<id>http://www.zotero.org/styles/plant-sociology</id> | ||
<link href="http://www.zotero.org/styles/plant-sociology" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://plantsociology.arphahub.com/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>2280-1855</issn> | ||
<eissn>2704-6192</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Research Results in Pharmacology</title> | ||
<id>http://www.zotero.org/styles/research-results-in-pharmacology</id> | ||
<link href="http://www.zotero.org/styles/research-results-in-pharmacology" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://rrpharmacology.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>2658-381X</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Rethinking Ecology</title> | ||
<id>http://www.zotero.org/styles/rethinking-ecology</id> | ||
<link href="http://www.zotero.org/styles/rethinking-ecology" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://rethinkingecology.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>2534-9260</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Subterranean Biology</title> | ||
<id>http://www.zotero.org/styles/subterranean-biology</id> | ||
<link href="http://www.zotero.org/styles/subterranean-biology" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://subtbiol.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1768-1448</issn> | ||
<eissn>1314-2615</eissn> | ||
<updated>2020-08-19T12: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> |
17 changes: 17 additions & 0 deletions
17
dependent/travaux-du-museum-national-dhistoire-naturelle-grigore-antipa.csl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Travaux du Muséum National d'Histoire Naturelle "Grigore Antipa"</title> | ||
<id>http://www.zotero.org/styles/travaux-du-museum-national-dhistoire-naturelle-grigore-antipa</id> | ||
<link href="http://www.zotero.org/styles/travaux-du-museum-national-dhistoire-naturelle-grigore-antipa" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://travaux.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1223-2254</issn> | ||
<eissn>2247-0735</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>ZooKeys</title> | ||
<id>http://www.zotero.org/styles/zookeys</id> | ||
<link href="http://www.zotero.org/styles/zookeys" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://zookeys.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1313-2989</issn> | ||
<eissn>1313-2970</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> | ||
<!-- Pensoft Publishers, generated from "pensoft" metadata at https://github.com/citation-style-language/journals --> | ||
<info> | ||
<title>Zoosystematics and Evolution</title> | ||
<id>http://www.zotero.org/styles/zoosystematics-and-evolution</id> | ||
<link href="http://www.zotero.org/styles/zoosystematics-and-evolution" rel="self"/> | ||
<link href="http://www.zotero.org/styles/pensoft-journals" rel="independent-parent"/> | ||
<link href="https://zse.pensoft.net/about#CitationsandReferences" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1435-1935</issn> | ||
<eissn>1860-0743</eissn> | ||
<updated>2020-08-19T12: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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,187 @@ | ||
<?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 (https://editor.citationstyles.org/visualEditor/) --> | ||
<info> | ||
<title>Electrophoresis</title> | ||
<id>http://www.zotero.org/styles/electrophoresis</id> | ||
<link href="http://www.zotero.org/styles/electrophoresis" rel="self"/> | ||
<link href="http://www.zotero.org/styles/american-chemical-society" rel="template"/> | ||
<link href="https://onlinelibrary.wiley.com/page/journal/15222683/homepage/forauthors.html" rel="documentation"/> | ||
<author> | ||
<name>Carlos A. Neves</name> | ||
<email>caneves@gmail.com</email> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="chemistry"/> | ||
<category field="biology"/> | ||
<issn>0173-0835</issn> | ||
<eissn>1522-2683</eissn> | ||
<summary>The Electrophoresis style.</summary> | ||
<updated>2020-06-24T12:49:56+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="editor"> | ||
<names variable="editor"> | ||
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> | ||
<label form="short" prefix=", " text-case="capitalize-first" suffix="." strip-periods="true"/> | ||
</names> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> | ||
<label form="short" prefix=", " suffix="." text-case="capitalize-first" strip-periods="true"/> | ||
</names> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
</macro> | ||
<macro name="volume"> | ||
<group delimiter=" "> | ||
<text term="volume" form="short" suffix="." text-case="capitalize-first" strip-periods="true" font-style="italic"/> | ||
<text variable="volume"/> | ||
</group> | ||
</macro> | ||
<macro name="series"> | ||
<text variable="collection-title"/> | ||
</macro> | ||
<macro name="pages"> | ||
<label variable="page" form="short" suffix=". " strip-periods="true"/> | ||
<text variable="page"/> | ||
</macro> | ||
<macro name="book-container"> | ||
<group delimiter=" "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<text variable="container-title" font-style="italic"/> | ||
</group> | ||
</macro> | ||
<macro name="issued"> | ||
<date variable="issued" delimiter=" "> | ||
<date-part name="year"/> | ||
</date> | ||
</macro> | ||
<macro name="full-issued"> | ||
<date variable="issued" delimiter=" "> | ||
<date-part name="month" form="long" suffix=" "/> | ||
<date-part name="day" suffix=", "/> | ||
<date-part name="year"/> | ||
</date> | ||
</macro> | ||
<macro name="edition"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short" suffix="." strip-periods="true"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition" suffix="."/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout vertical-align="baseline" delimiter="," prefix="[" suffix="]"> | ||
<text variable="citation-number" vertical-align="baseline"/> | ||
</layout> | ||
</citation> | ||
<bibliography second-field-align="flush" entry-spacing="0"> | ||
<layout suffix="."> | ||
<text variable="citation-number" prefix="[" suffix="] "/> | ||
<text macro="author" suffix=" "/> | ||
<choose> | ||
<if type="article-magazine"> | ||
<group delimiter=" "> | ||
<text variable="container-title" font-style="italic" suffix="."/> | ||
<text macro="edition"/> | ||
<text macro="publisher"/> | ||
<text macro="full-issued" suffix=","/> | ||
<text macro="pages"/> | ||
</group> | ||
</if> | ||
<else-if type="thesis"> | ||
<group delimiter=", "> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<text variable="genre"/> | ||
</group> | ||
<text macro="publisher"/> | ||
<text macro="issued"/> | ||
<text macro="volume"/> | ||
<text macro="pages"/> | ||
</group> | ||
</else-if> | ||
<else-if type="bill book graphic legal_case motion_picture report song" match="any"> | ||
<group delimiter=", "> | ||
<text variable="title" font-style="italic"/> | ||
<text macro="editor" prefix=" "/> | ||
<text macro="series"/> | ||
<text macro="edition"/> | ||
<group delimiter=", "> | ||
<text macro="publisher"/> | ||
<text macro="issued"/> | ||
</group> | ||
<group delimiter=", "> | ||
<text macro="volume"/> | ||
<text macro="pages"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group delimiter=", "> | ||
<text macro="book-container"/> | ||
<text macro="editor"/> | ||
<text macro="series"/> | ||
<group delimiter=", "> | ||
<text macro="publisher"/> | ||
<text macro="issued"/> | ||
</group> | ||
<group delimiter=", "> | ||
<text macro="volume"/> | ||
<text macro="pages"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else-if type="webpage"> | ||
<group delimiter=" "> | ||
<text variable="title"/> | ||
<text variable="URL"/> | ||
<date variable="accessed" prefix="[accessed " suffix="]" delimiter=" "> | ||
<date-part name="month" form="short" strip-periods="true"/> | ||
<date-part name="day" suffix=", "/> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</else-if> | ||
<else-if type="article-journal"> | ||
<group delimiter=" "> | ||
<text variable="container-title" font-style="italic" form="short"/> | ||
<group delimiter=", "> | ||
<text macro="issued"/> | ||
<text variable="volume" font-style="italic"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group delimiter=" "> | ||
<group delimiter=". "> | ||
<text variable="title"/> | ||
<text variable="container-title" font-style="italic" form="short"/> | ||
</group> | ||
<group delimiter=", "> | ||
<text macro="issued"/> | ||
<text variable="volume" font-style="italic"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</else> | ||
</choose> | ||
</layout> | ||
</bibliography> | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,243 @@ | ||
<?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" page-range-format="minimal" default-locale="en-US"> | ||
<info> | ||
<title>GigaScience</title> | ||
<id>http://www.zotero.org/styles/gigascience</id> | ||
<link href="http://www.zotero.org/styles/gigascience" rel="self"/> | ||
<link href="http://www.zotero.org/styles/springer-vancouver-brackets" rel="template"/> | ||
<link href="https://academic.oup.com/gigascience/pages/instructions_to_authors" rel="documentation"/> | ||
<author> | ||
<name>Adhemar Zerlotini, Ph.D</name> | ||
<email>adhemar.zerlotini@embrapa.br</email> | ||
<uri>http://github.com/azneto</uri> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="biology"/> | ||
<category field="medicine"/> | ||
<eissn>2047-217X</eissn> | ||
<updated>2020-08-10T15:37:01+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 xml:lang="en"> | ||
<date form="text" delimiter=" "> | ||
<date-part name="year"/> | ||
<date-part name="month" form="short" strip-periods="true"/> | ||
<date-part name="day"/> | ||
</date> | ||
<terms> | ||
<term name="retrieved">available</term> | ||
<term name="section" form="short">sect.</term> | ||
</terms> | ||
</locale> | ||
<locale xml:lang="fr"> | ||
<date form="text" delimiter=" "> | ||
<date-part name="day"/> | ||
<date-part name="month" form="short" strip-periods="true"/> | ||
<date-part name="year"/> | ||
</date> | ||
<terms> | ||
<term name="retrieved">disponible</term> | ||
</terms> | ||
</locale> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> | ||
<label form="long" prefix=", "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<group delimiter=": "> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<text term="in" text-case="capitalize-first"/> | ||
</if> | ||
</choose> | ||
<names variable="editor" suffix="."> | ||
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> | ||
<label form="long" prefix=", "/> | ||
</names> | ||
</group> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=": " suffix=";"> | ||
<choose> | ||
<if type="thesis"> | ||
<text variable="publisher-place" prefix="[" suffix="]"/> | ||
</if> | ||
<else> | ||
<text variable="publisher-place"/> | ||
</else> | ||
</choose> | ||
<text variable="publisher"/> | ||
</group> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="URL" type="webpage"> | ||
<group> | ||
<text variable="URL" suffix=" "/> | ||
<date date-parts="year" form="text" variable="issued" prefix="(" suffix="). "/> | ||
<date form="text" variable="accessed" prefix="Accessed " suffix=". "/> | ||
</group> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="container-title"> | ||
<choose> | ||
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any"> | ||
<group suffix="." delimiter=" "> | ||
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/> | ||
</group> | ||
<text macro="edition" prefix=" "/> | ||
</if> | ||
<else-if type="bill legislation" match="any"> | ||
<group delimiter=", "> | ||
<group delimiter=". "> | ||
<text variable="container-title" form="short"/> | ||
<group delimiter=" "> | ||
<text term="section" form="short" text-case="capitalize-first"/> | ||
<text variable="section"/> | ||
</group> | ||
</group> | ||
<text variable="number"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text variable="container-title" suffix="." form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<text variable="title"/> | ||
<choose> | ||
<if type="article-journal article-magazine chapter paper-conference article-newspaper" match="none"> | ||
<text macro="edition" prefix=". "/> | ||
</if> | ||
</choose> | ||
<choose> | ||
<if type="thesis"> | ||
<text variable="genre" prefix=" [" suffix="]"/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="edition"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition" suffix="."/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="date"> | ||
<choose> | ||
<if type="article-magazine article-newspaper" match="any"> | ||
<group suffix=";" delimiter=" "> | ||
<date variable="issued" form="text"/> | ||
</group> | ||
</if> | ||
<else-if type="article-journal" match="any"> | ||
<group suffix=";" delimiter=" "> | ||
<date variable="issued" form="text" date-parts="year"/> | ||
</group> | ||
</else-if> | ||
<else-if type="bill legislation" match="any"> | ||
<group delimiter=", "> | ||
<date variable="issued" delimiter=" "> | ||
<date-part name="month" form="short" strip-periods="true"/> | ||
<date-part name="day"/> | ||
</date> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</else-if> | ||
<else-if type="report"> | ||
<date variable="issued" delimiter=" "> | ||
<date-part name="year"/> | ||
<date-part name="month" form="short" strip-periods="true"/> | ||
</date> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="pages"> | ||
<choose> | ||
<if type="article-journal article-magazine article-newspaper" match="any"> | ||
<text variable="page" prefix=":"/> | ||
</if> | ||
<else> | ||
<group prefix=" " delimiter=" "> | ||
<label variable="page" form="short" plural="never"/> | ||
<text variable="page"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="journal-location"> | ||
<choose> | ||
<if type="article-journal article-magazine" match="any"> | ||
<text variable="volume"/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="report-details"> | ||
<choose> | ||
<if type="report"> | ||
<text variable="number" prefix="Report No.: "/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout prefix="[" suffix="]" delimiter=","> | ||
<text variable="citation-number"/> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="7" et-al-use-first="6"> | ||
<layout> | ||
<text variable="citation-number" suffix=". "/> | ||
<group suffix=". "> | ||
<text macro="author"/> | ||
<choose> | ||
<if type="webpage" match="any"> | ||
<text value=": "/> | ||
</if> | ||
<else> | ||
<text value=". "/> | ||
</else> | ||
</choose> | ||
<text macro="title"/> | ||
</group> | ||
<group delimiter=" " suffix=". "> | ||
<text macro="editor"/> | ||
<text macro="container-title"/> | ||
<text macro="publisher"/> | ||
<group> | ||
<choose> | ||
<if match="none" variable="DOI"> | ||
<text macro="journal-location"/> | ||
<text macro="pages"/> | ||
</if> | ||
</choose> | ||
<text macro="date"/> | ||
</group> | ||
</group> | ||
<text macro="access"/> | ||
<text macro="report-details" suffix=". "/> | ||
<choose> | ||
<if type="article-journal" match="any"> | ||
<text variable="DOI" prefix="doi: " suffix="."/> | ||
</if> | ||
</choose> | ||
</layout> | ||
</bibliography> | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
<?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-GB"> | ||
<info> | ||
<title>Journal of Musculoskeletal Research</title> | ||
<title-short>JMR</title-short> | ||
<id>http://www.zotero.org/styles/journal-of-musculoskeletal-research</id> | ||
<link href="http://www.zotero.org/styles/journal-of-musculoskeletal-research" rel="self"/> | ||
<link href="http://www.zotero.org/styles/nature" rel="template"/> | ||
<link href="https://www.worldscientific.com/toc/jmr/23/01" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="medicine"/> | ||
<category field="biology"/> | ||
<issn>0218-9577</issn> | ||
<eissn>1793-6497</eissn> | ||
<updated>2020-08-25T08:02:46+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 xml:lang="en"> | ||
<terms> | ||
<term name="accessed">accessed on</term> | ||
</terms> | ||
</locale> | ||
<macro name="title"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group delimiter=", "> | ||
<text variable="title" font-style="italic"/> | ||
<text macro="volume"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="title"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/> | ||
<label form="short" prefix=", "/> | ||
<et-al font-style="italic"/> | ||
</names> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix="doi: "/> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="issuance"> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture song thesis chapter paper-conference" match="any"> | ||
<group delimiter=", "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher" form="long"/> | ||
<text macro="pages"/> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</if> | ||
<else-if type="webpage post post-weblog" match="any"> | ||
<group delimiter=" "> | ||
<text variable="URL"/> | ||
<group delimiter=" " prefix="(" suffix=")"> | ||
<text term="accessed"/> | ||
<date form="text" variable="accessed"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="container-title"> | ||
<choose> | ||
<if type="article-journal"> | ||
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/> | ||
</if> | ||
<else> | ||
<text variable="container-title" font-style="italic" suffix=","/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="editor"> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<names variable="editor"> | ||
<label form="verb" suffix=" "/> | ||
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/> | ||
</names> | ||
</if> | ||
</choose> | ||
</macro> | ||
<macro name="volume"> | ||
<choose> | ||
<if type="article-journal" match="any"> | ||
<group delimiter=":" suffix=","> | ||
<group> | ||
<text variable="volume" font-weight="bold"/> | ||
<text variable="issue" prefix="(" suffix=")"/> | ||
</group> | ||
<text macro="pages"/> | ||
</group> | ||
</if> | ||
<else> | ||
<group delimiter=" "> | ||
<label text-case="capitalize-first" variable="volume" form="short"/> | ||
<text variable="volume"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="pages"> | ||
<choose> | ||
<if type="article-journal" match="any"> | ||
<text variable="page"/> | ||
</if> | ||
<else-if type="chapter" match="any"> | ||
<group delimiter=" "> | ||
<label variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout vertical-align="sup" delimiter=","> | ||
<text variable="citation-number"/> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush" entry-spacing="0" line-spacing="2"> | ||
<layout suffix="."> | ||
<text variable="citation-number" suffix="."/> | ||
<group delimiter=" "> | ||
<text macro="author" suffix="."/> | ||
<text macro="title" suffix="."/> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<text term="in" text-case="capitalize-first" suffix=":"/> | ||
</if> | ||
</choose> | ||
<text macro="container-title"/> | ||
<text macro="editor" suffix=","/> | ||
<text macro="volume"/> | ||
<text macro="issuance" suffix="."/> | ||
<text macro="access"/> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.