Media for electronic resources
Hi there,
As requested by GB/T 7714-2015 (a Chinese standard for citation and bibliography), any electronic resources should indicate its medium in the bibliography. The medium includes disk (DK), magnetic tape (MT), CD-ROM (CD) and online (OL). However, I don't find there is a field in Zotero that could be used for such information.
In CSL, there is a variable called "medium", but not presented in Zotero.
Any suggestion?
Best,
Jinsong
As requested by GB/T 7714-2015 (a Chinese standard for citation and bibliography), any electronic resources should indicate its medium in the bibliography. The medium includes disk (DK), magnetic tape (MT), CD-ROM (CD) and online (OL). However, I don't find there is a field in Zotero that could be used for such information.
In CSL, there is a variable called "medium", but not presented in Zotero.
Any suggestion?
Best,
Jinsong
medium: CD-ROM
and the like in Zotero's Extra field.Thanks!
How to add? I don't find a way to do such thing in Zotero. Any docs?
BTW, how do you highlight the `medium: CD-ROM` in your post?
Thanks again.
Best,
Jinsong
(to add code snippets in the forum place text between <code> and </code>)
However, I don't know how to write conditions for variable in style. For example, if medium is CD-ROM, then the indicator is "CD".
<if match="all" variable="medium">
<!--
if value = "CD-ROM", then
-->
<text value="CD"/>
<!--
if value = "online", then
<text value = "OL"/>
-->
</if>
Another related question, if the medium was online, then URL would be add into bibliography. How to implement it? Thanks.