Skip to content

Commit

Permalink
fixing citation style so authors are consistently displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
rmflight committed Feb 24, 2022
1 parent bcc94ee commit 0913dc9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/ici_kt_manuscript.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ output:
- '--lua-filter=scholarly-metadata.lua'
- '--lua-filter=author-info-blocks.lua'
bibliography: '`r here::here("doc/icikt_references.json")`'
csl: plos-computational-biology.csl
editor_options:
chunk_output_type: console
---
Expand Down
Binary file modified doc/ici_kt_manuscript.docx
Binary file not shown.
18 changes: 18 additions & 0 deletions doc/plos-computational-biology.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/plos -->
<info>
<title>PLOS Computational Biology</title>
<id>http://www.zotero.org/styles/plos-computational-biology</id>
<link href="http://www.zotero.org/styles/plos-computational-biology" rel="self"/>
<link href="http://www.zotero.org/styles/plos" rel="independent-parent"/>
<link href="http://www.ploscompbiol.org/static/guidelines#organization" rel="documentation"/>
<category citation-format="numeric"/>
<category field="biology"/>
<category field="engineering"/>
<issn>1553-734X</issn>
<eissn>1553-7358</eissn>
<updated>2014-06-05T22:31:00+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
</style>
1 change: 1 addition & 0 deletions doc/supplemental_materials.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ output:
rmarkdown::word_document:
keep_md: true
bibliography: '`r here::here("doc/icikt_references.json")`'
csl: plos-computational-biology.csl
editor_options:
chunk_output_type: console
---
Expand Down
Binary file modified doc/supplemental_tables.docx
Binary file not shown.

0 comments on commit 0913dc9

Please sign in to comment.