Created
April 3, 2025 07:07
-
-
Save GRADPLZ/5d30c60084a2b81fd3a6c2d291cc6c45 to your computer and use it in GitHub Desktop.
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
<?xml version="1.0" encoding="utf-8"?> | |
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0"> | |
<info> | |
<title>Materials Horizons (No DOI)</title> | |
<id>http://www.zotero.org/styles/materials-horizons-no-doi</id> | |
<link href="http://www.zotero.org/styles/materials-horizons-no-doi" rel="self"/> | |
<link href="https://pubs.rsc.org/en/journals/journal/mh" rel="documentation"/> | |
<author> | |
<name>Custom by ChatGPT</name> | |
</author> | |
<category citation-format="numeric"/> | |
<category field="chemistry"/> | |
<updated>2025-04-03T00:00:00+00:00</updated> | |
<summary>Materials Horizons citation style without DOI</summary> | |
</info> | |
<macro name="author"> | |
<names variable="author"> | |
<name and="text" initialize-with="." delimiter=", "/> | |
</names> | |
</macro> | |
<macro name="title"> | |
<text variable="title"/> | |
</macro> | |
<macro name="journal-title"> | |
<text variable="container-title" form="short" font-style="italic"/> | |
</macro> | |
<macro name="volume"> | |
<text variable="volume" font-weight="bold"/> | |
</macro> | |
<macro name="pages"> | |
<text variable="page"/> | |
</macro> | |
<macro name="issued"> | |
<date variable="issued"> | |
<date-part name="year"/> | |
</date> | |
</macro> | |
<macro name="citation"> | |
<group delimiter=". "> | |
<text macro="author"/> | |
<group delimiter=", "> | |
<text macro="journal-title"/> | |
<text macro="issued"/> | |
<text macro="volume"/> | |
<text macro="pages"/> | |
</group> | |
</group> | |
</macro> | |
<citation> | |
<layout prefix="[" suffix="]" delimiter=", "> | |
<text variable="citation-number"/> | |
</layout> | |
</citation> | |
<bibliography> | |
<layout suffix="."> | |
<text macro="citation"/> | |
</layout> | |
</bibliography> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment