-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create transactions-of-the-philological-society.csl #7421
Open
Alexei-Kassian
wants to merge
3
commits into
citation-style-language:master
Choose a base branch
from
Alexei-Kassian:patch-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,221 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" initialize="false" demote-non-dropping-particle="sort-only" default-locale="en-GB"> | ||
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) --> | ||
<info> | ||
<title>Transactions of the Philological Society</title> | ||
<id>http://www.zotero.org/styles/transactions-of-the-philological-society</id> | ||
<link href="http://www.zotero.org/styles/transactions-of-the-philological-society" rel="self"/> | ||
<link href="https://onlinelibrary.wiley.com/page/journal/1467968x/homepage/forauthors.html" rel="documentation"/> | ||
<author> | ||
<name>Alexei Kassian</name> | ||
<email>[email protected]</email> | ||
</author> | ||
<category citation-format="author-date"/> | ||
<category field="humanities"/> | ||
<category field="linguistics"/> | ||
<issn>0079-1636</issn> | ||
<eissn>1467-968X</eissn> | ||
<summary>TPhS</summary> | ||
<updated>2025-01-31T15:24:24+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" font-variant="normal" vertical-align="baseline"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove |
||
<name and="symbol"/> | ||
<label form="short" prefix=" (" suffix=")"/> | ||
</names> | ||
</macro> | ||
<macro name="anon"> | ||
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author" font-variant="normal" suffix=","> | ||
<name font-variant="small-caps" and="symbol" delimiter-precedes-last="always" initialize="false" name-as-sort-order="first"/> | ||
<label form="short" prefix=", "/> | ||
<substitute> | ||
<names variable="editor" font-variant="normal" suffix=" (ed.),"> | ||
<name font-variant="small-caps" and="symbol"/> | ||
</names> | ||
<names variable="translator"/> | ||
<text macro="anon"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author-short"> | ||
<names variable="author"> | ||
<name form="short" and="symbol" et-al-min="3"/> | ||
<et-al font-style="normal"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
<text macro="anon"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix=", https://doi.org/"/> | ||
</if> | ||
<else-if match="any" variable="URL"> | ||
<text variable="URL" strip-periods="false" quotes="false" font-variant="normal" font-weight="normal" prefix=", "/> | ||
<group prefix=" (" suffix=")"> | ||
<date variable="accessed"> | ||
<date-part name="month" suffix=" "/> | ||
<date-part name="day" suffix=", "/> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="thesis"> | ||
<text variable="title" font-style="italic"/> | ||
</if> | ||
<else-if type="bill book graphic legal_case legislation motion_picture song" match="any"> | ||
<text variable="title" font-style="italic" font-variant="normal"/> | ||
</else-if> | ||
<else-if type="report" match="any"> | ||
<group> | ||
<text variable="title" suffix=", " quotes="true"/> | ||
</group> | ||
<group> | ||
<text variable="collection-title"/> | ||
</group> | ||
<group delimiter=": " prefix=", "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<text variable="title" quotes="true"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=": "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
<group> | ||
<text variable="page" prefix=", "/> | ||
</group> | ||
</macro> | ||
<macro name="year-date"> | ||
<choose> | ||
<if variable="issued"> | ||
<date variable="issued"> | ||
<date-part name="year" text-decoration="none"/> | ||
</date> | ||
</if> | ||
<else> | ||
<text term="no date" form="short"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="day-month"> | ||
<date variable="issued"> | ||
<date-part name="month"/> | ||
<date-part name="day" prefix=" "/> | ||
</date> | ||
</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> | ||
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="false" collapse="year"> | ||
<layout delimiter="; "> | ||
<group font-variant="normal" font-weight="normal" vertical-align="baseline" delimiter=": "> | ||
<group delimiter=" "> | ||
<text macro="author-short"/> | ||
<text macro="year-date"/> | ||
</group> | ||
<text variable="locator"/> | ||
</group> | ||
</layout> | ||
</citation> | ||
<bibliography and="symbol" et-al-min="6" et-al-use-first="6" hanging-indent="true"> | ||
<sort> | ||
<key macro="author"/> | ||
<key variable="year-suffix"/> | ||
<key variable="issued"/> | ||
</sort> | ||
<layout font-variant="normal" suffix="."> | ||
<group delimiter=" "> | ||
<text macro="author" font-variant="small-caps"/> | ||
</group> | ||
<choose> | ||
<if type="article-newspaper article-magazine" match="any"> | ||
<group delimiter=" "> | ||
<text macro="title" prefix=" " suffix="."/> | ||
</group> | ||
<group delimiter=", " prefix=" "> | ||
<text variable="container-title" font-style="italic"/> | ||
<text macro="day-month"/> | ||
<text variable="edition"/> | ||
<text variable="page"/> | ||
</group> | ||
</if> | ||
<else-if type="report" match="any"> | ||
<text macro="year-date" prefix=" (" suffix="). "/> | ||
<text macro="title"/> | ||
</else-if> | ||
<else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any"> | ||
<group text-decoration="none" delimiter=" "> | ||
<text macro="year-date" text-decoration="none" prefix=" " suffix="."/> | ||
<text macro="title" font-variant="normal" prefix=" " suffix="."/> | ||
<text macro="edition" font-variant="normal"/> | ||
<text macro="editor" font-variant="normal" text-decoration="none" suffix="."/> | ||
<text macro="publisher" font-variant="normal"/> | ||
</group> | ||
</else-if> | ||
<else-if type="chapter paper-conference entry-encyclopedia entry-dictionary" match="any"> | ||
<group delimiter=" "> | ||
<text macro="year-date" prefix=" " suffix="."/> | ||
<text macro="title" prefix=" " suffix=","/> | ||
<group delimiter=", " suffix="."> | ||
<group delimiter=" " prefix=" "> | ||
<text term="in"/> | ||
<text macro="editor" text-decoration="none" suffix=","/> | ||
<text variable="container-title" font-style="italic"/> | ||
</group> | ||
<group delimiter=" "> | ||
<text term="volume" form="short"/> | ||
<text variable="volume"/> | ||
</group> | ||
<text variable="collection-title" font-style="italic"/> | ||
</group> | ||
<text macro="publisher" text-decoration="none"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group suffix=","> | ||
<text macro="year-date" prefix=" " suffix="."/> | ||
<text macro="title" prefix=" "/> | ||
<text macro="editor" prefix=" "/> | ||
</group> | ||
<group prefix=" "> | ||
<text variable="container-title" font-style="italic"/> | ||
<group prefix=" "> | ||
<text variable="volume" strip-periods="false"/> | ||
<text variable="issue" prefix="(" suffix=")"/> | ||
</group> | ||
<text variable="page" prefix=", "/> | ||
</group> | ||
</else> | ||
</choose> | ||
<text macro="access" suffix="."/> | ||
</layout> | ||
</bibliography> | ||
</style> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as resolved.
Sorry, something went wrong.