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.
Showing
6 changed files
with
69 additions
and
162 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,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB"> | ||
<info> | ||
<title>EMBO reports</title> | ||
<id>http://www.zotero.org/styles/embo-reports</id> | ||
<link href="http://www.zotero.org/styles/embo-reports" rel="self"/> | ||
<link href="http://www.zotero.org/styles/embo-press" rel="independent-parent"/> | ||
<link href="https://www.embopress.org/page/journal/14693178/authorguide#referencesformat" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>1469-221X</issn> | ||
<eissn>1469-3178</eissn> | ||
<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> | ||
</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
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-GB"> | ||
<info> | ||
<title>The EMBO Journal</title> | ||
<id>http://www.zotero.org/styles/the-embo-journal</id> | ||
<link href="http://www.zotero.org/styles/the-embo-journal" rel="self"/> | ||
<link href="http://www.zotero.org/styles/embo-press" rel="independent-parent"/> | ||
<link href="https://www.embopress.org/page/journal/14602075/authorguide#referencesformat" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>0261-4189</issn> | ||
<eissn>1460-2075</eissn> | ||
<summary>Style for EMBO Journal</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> | ||
</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,10 +1,10 @@ | ||
<?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>The EMBO Journal</title> | ||
<id>http://www.zotero.org/styles/the-embo-journal</id> | ||
<link href="http://www.zotero.org/styles/the-embo-journal" rel="self"/> | ||
<link href="http://www.nature.com/emboj/about/authors.html#a3.3.5" rel="documentation"/> | ||
<title>EMBO Press</title> | ||
<id>http://www.zotero.org/styles/embo-press</id> | ||
<link href="http://www.zotero.org/styles/embo-press" rel="self"/> | ||
<link href="https://www.embopress.org/page/journal/14602075/authorguide#referencesformat" rel="documentation"/> | ||
<author> | ||
<name>Julian Onions</name> | ||
<email>[email protected]</email> | ||
|
@@ -14,9 +14,7 @@ | |
</contributor> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>0261-4189</issn> | ||
<eissn>1460-2075</eissn> | ||
<summary>Style for EMBO Journal</summary> | ||
<summary>Style for EMBO Press journals and reports</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> | ||
|
@@ -35,6 +33,7 @@ | |
<names variable="author"> | ||
<name name-as-sort-order="all" and="symbol" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="never"/> | ||
<label form="short" prefix=" "/> | ||
<et-al font-style="italic"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<text variable="title"/> | ||
|
@@ -53,20 +52,28 @@ | |
</names> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="URL"> | ||
<text value="Available at:" suffix=" "/> | ||
<text variable="URL"/> | ||
<group prefix=" [" suffix="]"> | ||
<text term="accessed" text-case="capitalize-first" suffix=" "/> | ||
<date variable="accessed"> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="day" suffix=", "/> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</if> | ||
</choose> | ||
<group delimiter=" "> | ||
<choose> | ||
<if type="article dataset" match="any"> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix="doi:"/> | ||
</if> | ||
<else-if variable="URL"> | ||
<text variable="URL" prefix="(" suffix=")"/> | ||
</else-if> | ||
</choose> | ||
<choose> | ||
<if type="article"> | ||
<text value="[PREPRINT]"/> | ||
</if> | ||
<else> | ||
<text value="[DATASET]"/> | ||
</else> | ||
</choose> | ||
</if> | ||
</choose> | ||
</group> | ||
</macro> | ||
<macro name="title"> | ||
<text variable="title"/> | ||
|
@@ -104,7 +111,7 @@ | |
</group> | ||
</layout> | ||
</citation> | ||
<bibliography hanging-indent="true" et-al-min="21" et-al-use-first="20"> | ||
<bibliography hanging-indent="true" et-al-min="11" et-al-use-first="10"> | ||
<sort> | ||
<key macro="author"/> | ||
<key variable="issued"/> | ||
|
@@ -138,17 +145,12 @@ | |
</else-if> | ||
<else> | ||
<text macro="title" prefix=" " suffix="."/> | ||
<group prefix=" "> | ||
<group prefix=" " delimiter=": "> | ||
<group delimiter=" "> | ||
<text variable="container-title" form="short" font-style="italic"/> | ||
<text variable="volume" font-weight="bold"/> | ||
<text variable="container-title" form="short" font-style="italic" strip-periods="true"/> | ||
<text variable="volume"/> | ||
</group> | ||
<choose> | ||
<if variable="page volume" match="any"> | ||
<text value=":" font-weight="bold"/> | ||
</if> | ||
</choose> | ||
<text variable="page" prefix=" "/> | ||
<text variable="page"/> | ||
</group> | ||
</else> | ||
</choose> | ||
|
This file was deleted.
Oops, something went wrong.