forked from citation-style-language/journals
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in addition to citation-style-language/styles#7027
- Loading branch information
1 parent
1dd60d3
commit 6b9d902
Showing
1 changed file
with
17 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,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-GB"> | ||
<!-- #XML-COMMENT# --> | ||
<info> | ||
<title>#TITLE#</title> | ||
<id>http://www.zotero.org/styles/#IDENTIFIER#</id> | ||
<link href="http://www.zotero.org/styles/#IDENTIFIER#" rel="self"/> | ||
<link href="http://www.zotero.org/styles/royal-entomological-society" rel="independent-parent"/> | ||
<link href="#DOCUMENTATION#" rel="documentation"/> | ||
<category citation-format="author-date"/> | ||
<category field="biology"/> | ||
<eissn>#ISSN#</eissn> | ||
<issn>#ISSN#</issn> | ||
<updated>2024-04-26T12:00:00+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> | ||
</style> |