-
-
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.
Radiology, MPP, CORR -- small fixes:
https://forums.zotero.org/discussion/85883/doi-radiology#latest https://forums.zotero.org/discussion/51058/style-request-molecular-plant-pathology#latest https://forums.zotero.org/discussion/85678/citing-style-clinical-orthopaedics-and-related-research#latest
- Loading branch information
1 parent
e23db68
commit 726d0d8
Showing
3 changed files
with
21 additions
and
11 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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<id>http://www.zotero.org/styles/radiology</id> | ||
<link href="http://www.zotero.org/styles/radiology" rel="self"/> | ||
<link href="http://www.zotero.org/styles/vancouver" rel="template"/> | ||
<link href="http://radiology.rsna.org/site/pia/manprep12.xhtml" rel="documentation"/> | ||
<link href="https://pubs.rsna.org/page/radiology/author-instructions#references" rel="documentation"/> | ||
<author> | ||
<name>Adam Tunis</name> | ||
<email>[email protected]</email> | ||
|
@@ -60,12 +60,15 @@ | |
</macro> | ||
<macro name="access"> | ||
<choose> | ||
<if variable="URL"> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix="doi: "/> | ||
</if> | ||
<else-if variable="URL"> | ||
<group delimiter=". "> | ||
<text variable="URL"/> | ||
<text macro="accessed-date"/> | ||
</group> | ||
</if> | ||
</else-if> | ||
</choose> | ||
</macro> | ||
<macro name="accessed-date"> | ||
|
@@ -206,18 +209,20 @@ | |
<text macro="author"/> | ||
<text macro="title"/> | ||
</group> | ||
<group delimiter=". " suffix=". "> | ||
<group delimiter=". "> | ||
<text macro="editor"/> | ||
<text macro="container-title"/> | ||
<text macro="publisher"/> | ||
<group> | ||
<text macro="date"/> | ||
<text macro="journal-location"/> | ||
<text macro="pages"/> | ||
</group> | ||
</group> | ||
<group> | ||
<text macro="date"/> | ||
<text macro="journal-location"/> | ||
<text macro="pages"/> | ||
<group prefix=". " delimiter=". "> | ||
<text macro="report-details"/> | ||
<text macro="access"/> | ||
</group> | ||
<text macro="report-details" suffix=". "/> | ||
<text macro="access"/> | ||
</layout> | ||
</bibliography> | ||
</style> |