Created
April 27, 2013 19:06
-
-
Save rmzelle/5474220 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
<if match="all"> | |
<condition type="article-journal" variable="volume issue" match="all"/> | |
<condition match="any"> | |
<condition is-numeric="volume" match="none"> | |
<condition is-numeric="issue" match="none"> | |
</condition> | |
<text value="ARTICLE-JOURNAL w/VOLUME+ISSUE, one non-numeric"/> | |
</if> | |
<if> | |
<conditions match="all"> | |
<condition type="article-journal" variable="volume issue" match="all"/> | |
<condition match="any"> | |
<condition is-numeric="volume" match="none"> | |
<condition is-numeric="issue" match="none"> | |
</condition> | |
</conditions> | |
<text value="ARTICLE-JOURNAL w/VOLUME+ISSUE, one non-numeric"/> | |
</if> | |
<if match="all"> | |
<condition type="article-journal" variable="volume issue" match="all"/> | |
<condition match="any"> | |
<condition is-numeric="volume" match="none"> | |
<condition is-numeric="issue" match="none"> | |
</condition> | |
<then> | |
<text value="ARTICLE-JOURNAL w/VOLUME+ISSUE, one non-numeric"/> | |
</then> | |
</if> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment