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

Update universite-du-quebec-a-montreal.csl #3955

Merged
merged 2 commits into from Mar 3, 2019

Conversation

Projects
None yet
3 participants
@jjrondeau
Copy link
Contributor

jjrondeau commented Feb 26, 2019

I made some changes, mainly concerning the original publication date for books and the entry of the composers and performer's names in the Author field, thus avoiding the use of the Note field.

@csl-bot

This comment has been minimized.

Copy link

csl-bot commented Feb 26, 2019

Awesome! You just created a pull request to the Citation Styles Language styles repository. One of our human volunteers will try to get in touch soon (usually within a week). In the meantime, I will run some automated checks. You should be notified of the results in a few minutes.

If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements.

To update this pull request, visit the "Files changed" tab above, and click on the pencil icon (see below) in the top-right corner of your style to start editing.

If you have any questions, please leave a comment and we'll get back to you. While we usually respond in English, feel free to write in whatever language you're most comfortable.

@csl-bot

This comment has been minimized.

Copy link

csl-bot commented Feb 26, 2019

😃 Your submission passed all our automated tests.

@adam3smith
Copy link
Member

adam3smith left a comment

A couple of quick requests

@@ -679,6 +702,11 @@
<macro name="issued-year">
<choose>
<if variable="issued">
<choose>
<if type="book" match="all" variable="translator">

This comment has been minimized.

@adam3smith

adam3smith Feb 27, 2019

Member

why are you testing for translator here? That seems odd for original date -- that's frequently for historic works (and you're not testing for translator below)

This comment has been minimized.

@jjrondeau

jjrondeau Feb 27, 2019

Author Contributor

Our style guide distinguishes between translated and untranslated books and it should not in my humble opinion. The guide will be reviewed about this. For now, I'm going to remove the "translator" condition.

<group delimiter=" ">
<text term="by"/>
<names variable="reviewed-author">
<name and="text" delimiter-precedes-last="never" et-al-min="8" et-al-use-first="6" et-al-subsequent-min="8" et-al-subsequent-use-first="6" et-al-use-last="true" initialize-with="."/>

This comment has been minimized.

@adam3smith

adam3smith Feb 27, 2019

Member

no need for the et al's here in name -- they'll get inherited from the bibliography element.

This comment has been minimized.

@jjrondeau

jjrondeau Feb 27, 2019

Author Contributor

OK, I will remove it.

</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name" collapse="year">
<citation et-al-min="3" et-al-use-first="1" initialize-with="." disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name" collapse="year">

This comment has been minimized.

@adam3smith

adam3smith Feb 27, 2019

Member

I'd remove the initialize-with here -- afaict you have this on all names (and where you don't, you can add it) and people don't expect this on citation, so this will lead to all sorts of confusion in editing the style.

This comment has been minimized.

@jjrondeau

jjrondeau Feb 27, 2019

Author Contributor

I was thinking about initials that appear in citations when two authors must be disambiguated. I will remove it.

This comment has been minimized.

@adam3smith

adam3smith Feb 27, 2019

Member

You can add that to the name element as well (if it isn't already). They won't show up with form="short" unless for disambiguation.

@csl-bot

This comment has been minimized.

Copy link

csl-bot commented Feb 27, 2019

😃 Your submission passed all our automated tests.

@adam3smith adam3smith merged commit 71cdff8 into citation-style-language:master Mar 3, 2019

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
@adam3smith

This comment has been minimized.

Copy link
Member

adam3smith commented Mar 3, 2019

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.