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 rapid-communications-in-mass-spectrometry.csl #1335

Merged
merged 2 commits into from
Jan 17, 2015

Conversation

zuphilip
Copy link
Member

This should improve the correct punctuation in the style. I don't have any examples for patent, thesis, or webpage, but it seemed natural to fix it in this way. However, in these cases the title is rendered twice (which seems like an error) and I don't know which version is the correct one. Ping @hanvanzan

(I excluded this style from #1334, because it is too special)

This should improve the correct punctation in the style. I don't have any examples for `patent`, `thesis`, or `webpage`, but it seemed natural to fix it in this way. However, in these cases the `title` is renderd twice (which seems like an error) and I don't know which version is the correct one. Ping @hanvanzan

(I excluded this style from citation-style-language#1334, because it is too special)
@adam3smith
Copy link
Member

11,13,15 here are examples of theses: http://onlinelibrary.wiley.com/doi/10.1002/rcm.6760/pdf (ungated sample I believe)
they're contradictory, I'd go with the format for 13/15.
Patent citations are all over the place. I'd suggest using this format, which seems consistent:
screenshot from 2015-01-17 10 23 27

(from http://onlinelibrary.wiley.com/doi/10.1002/rcm.6946/pdf [gated])

@zuphilip
Copy link
Member Author

Okay. The thesis I am doing now. Can you help me with the patent? Which fields would this exactly be in CSL?

<text variable="number"/>
<group delimiter=". ">
<text macro="author"/>
<text macro="title"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<else-if type="patent">
  <group delimiter=". ">
    <text macro="author"/>
    <text macro="title"/>
    <group delimiter=", ">
      <group delimiter=" ">
        <text variable="authority" font-style="italic"/>
        <text variable="number"/>
      </group>
      <date variable="issued">
        <date-part name="month" suffix=" "/>
        <date-part name="day" suffix=", "/>
        <date-part name="month" font-weight="bold"/>
       </date>
    </group>
  </group>
</else-if>

@zuphilip
Copy link
Member Author

Done

adam3smith added a commit that referenced this pull request Jan 17, 2015
Update rapid-communications-in-mass-spectrometry.csl
@adam3smith adam3smith merged commit c9e118d into citation-style-language:master Jan 17, 2015
@adam3smith
Copy link
Member

thanks!

@hanvanzan
Copy link
Contributor

Thanks to both of you for providing the updates!

Hannah Vander Zanden, PhD
Research Assistant Professor
University of Utah
Global Change & Sustainability Center
Department of Geology & Geophysics
115 S 1460 Ex-apple-data-detectors://8/0
Salt Lake City, UT 84112x-apple-data-detectors://8/0
801-587-8845tel:801-587-8845
home.utah.edu/~u0621997http://home.utah.edu/~u0621997

El Jan 17, 2015, a las 12:23 PM, Sebastian Karcher <notifications@git.luolix.topmailto:notifications@github.com> escribió:

thanks!


Reply to this email directly or view it on GitHubhttps://github.com//pull/1335#issuecomment-70380403.

@zuphilip zuphilip deleted the patch-2 branch January 17, 2015 19:50
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

Successfully merging this pull request may close these issues.

3 participants