Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two publishers for journal in chinese-gb7714-2005-numeric if 'Publisher:' exists in Extra #5735

Closed
redleafnew opened this issue Nov 21, 2021 · 2 comments

Comments

@redleafnew
Copy link
Contributor

redleafnew commented Nov 21, 2021

if https://github.com/citation-style-language/styles/blob/6152ccea8b7d7a472910d36524d1bf3557a83bfc/chinese-gb7714-2005-numeric.csl is applied, two publishers will display,
such as for https://pastebin.com/TLZybd0L ,
[1] SON J-Y, KANG K-O. Effect of an oil-water fryer on quality properties of deep frying oil used for chicken[J]. Korean Journal of Food and Cookery Science, Korean Society of Food and Cookery Science, 2012, 28(4): 443–450.

if
Line 122
<text variable="publisher"/>
is changed to

     <choose>
       <if type="book graphic legal_case legislation" match="any">
         <text variable="publisher"/>
       </if>
     </choose>

will show correctly.

redleafnew added a commit to redleafnew/styles that referenced this issue Nov 21, 2021
@POBrien333
Copy link
Contributor

POBrien333 commented Nov 22, 2021

adam3smith pushed a commit that referenced this issue Nov 25, 2021
@redleafnew
Copy link
Contributor Author

The PR has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants