Brenton M. Wiernik
Brenton M. Wiernik
All of the major updates are in! Just some minor variables to add (eg, part-number/part-title) and checking!
Can you merge anything that needs to be merged into this one and then @ tag me when you're done?
@POBrien333 Looks like there's an issue with an extra ` .` being added between title and container title for website and journal items? Could you look into that?
Note that CSL 1.1/2.0 will support separate narrative citation forms. The above solution is great for users of pandoc in the mean time.
Thanks! Sorry on the delay
Hi there! Thanks for this. The same effect is already accomplished by line 69, which uppercases the first letter of the online term when it's rendered: ``` ```
Thanks! This looks great. One question, does the journal just publish in French, or in both French and English? If both, please remove the default locale
Could you remove the en locale section in the the style since it's not needed? Otherwise this looks great
Thanks!
If the object is an S3 object, this should work -- ``` getS3method("predict", class(object)[1]) |> rlang::ns_env_name() ``` If the object is S4 (eg, from lme4) -- ``` attr(findClass('lmerMod')[[1]], "name") ```