Created
April 26, 2025 15:20
-
-
Save u5V24Btudqcb/66e8b0029f6f7adce78540a95a323944 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0"> | |
<info> | |
<title>Vancouver Superscript with Brackets (Corrected)</title> | |
<id>http://www.zotero.org/styles/vancouver-superscript-brackets-official</id> | |
<link href="http://www.zotero.org/styles/vancouver-superscript" rel="template"/> | |
<author> | |
<name>Customized by ScholarGPT</name> | |
</author> | |
<category citation-format="numeric"/> | |
<category field="medicine"/> | |
<updated>2024-04-26T00:00:00+00:00</updated> | |
<summary>Based on Vancouver Superscript. Adds brackets around superscripted numbers.</summary> | |
</info> | |
<citation collapse="citation-number"> | |
<layout vertical-align="sup" delimiter="," prefix="[" suffix="]"> | |
<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" prefix="[" suffix="] "/> | |
<group delimiter=". "> | |
<names variable="author"> | |
<name form="long" and="text" delimiter=", "/> | |
</names> | |
<text variable="title" /> | |
<group delimiter=" "> | |
<text variable="container-title" font-style="italic"/> | |
<group delimiter=";"> | |
<text variable="volume"/> | |
<text variable="page"/> | |
</group> | |
<text macro="issued"/> | |
</group> | |
</group> | |
<text variable="DOI" prefix=". doi:"/> | |
</layout> | |
</bibliography> | |
<macro name="issued"> | |
<date variable="issued"> | |
<date-part name="year"/> | |
</date> | |
</macro> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment