-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create physiotherapy-theory-and-practice.csl
- Loading branch information
1 parent
2e7a9f6
commit eac93a0
Showing
1 changed file
with
118 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US"> | ||
<info> | ||
<title>Physiotherapy Theory and Practice</title> | ||
<id>http://www.zotero.org/styles/physiotherapy-theory-and-practice</id> | ||
<link href="http://www.zotero.org/styles/physiotherapy-theory-and-practice" rel="self"/> | ||
<link href="http://www.zotero.org/styles/mycologia" rel="template"/> | ||
<link href="https://www.tandfonline.com/action/authorSubmission?show=instructions&journalCode=iptp20" rel="documentation"/> | ||
<link href="https://files.taylorandfrancis.com/ref_iptp.pdf" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<issn>0959-3985</issn> | ||
<eissn>1532-5040</eissn> | ||
<updated>2022-01-10T09:09:43+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="et-al">et al</term> | ||
</terms> | ||
</locale> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="text"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<text variable="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/> | ||
<label form="short" prefix=", "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<text variable="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="issued"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=": "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</macro> | ||
<macro name="editor"> | ||
<names variable="editor"> | ||
<name initialize-with="." and="text" delimiter-precedes-last="always"/> | ||
<label form="short" prefix=", "/> | ||
</names> | ||
</macro> | ||
<citation et-al-min="5" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year"> | ||
<sort> | ||
<key macro="issued"/> | ||
<key macro="author"/> | ||
</sort> | ||
<layout delimiter="; " prefix="(" suffix=")"> | ||
<group delimiter=", "> | ||
<text macro="author-short"/> | ||
<text macro="issued"/> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="30" et-al-use-first="29"> | ||
<sort> | ||
<key macro="author"/> | ||
<key macro="issued"/> | ||
<key variable="title"/> | ||
</sort> | ||
<layout suffix="."> | ||
<group delimiter=". "> | ||
<text macro="author"/> | ||
<text macro="issued"/> | ||
<choose> | ||
<if type="article article-magazine article-newspaper article-journal review" match="any"> | ||
<text variable="title" suffix="."/> | ||
<group delimiter=" "> | ||
<text variable="container-title" text-case="title" strip-periods="true"/> | ||
<group delimiter=":"> | ||
<text variable="volume"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<text variable="title"/> | ||
<group prefix="In: " delimiter=". "> | ||
<text macro="editor"/> | ||
<text variable="container-title" text-case="title" strip-periods="true"/> | ||
<text macro="publisher"/> | ||
<label variable="page" form="short" strip-periods="true" plural="never"/> | ||
<text variable="page"/> | ||
</group> | ||
</else-if> | ||
<else-if type="thesis"> | ||
<text variable="title" suffix="."/> | ||
<text variable="genre" suffix="."/> | ||
<text variable="publisher"/> | ||
</else-if> | ||
<else> | ||
<text variable="title"/> | ||
<text macro="publisher"/> | ||
<text variable="number-of-pages" suffix=" p"/> | ||
</else> | ||
</choose> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> |