-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RP XSL - add template to fix source elements
- Change to title case when source is in all caps - If source starts with 'In ', then move this outside of source
- Loading branch information
1 parent
8232e35
commit d1cd162
Showing
6 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!--Testing template with id: ref-source-fixes--> | ||
<ref-list> | ||
<ref id="c4"><label>4.</label><mixed-citation publication-type="other"><string-name><surname>Claus</surname> <given-names>S</given-names></string-name>, <etal>et al</etal> (<year>2021</year>) <article-title>..</article-title>. <source>AGAINST METHOD</source></mixed-citation></ref> | ||
<ref id="c5"><label>5.</label><mixed-citation publication-type="journal"><string-name><surname>Claus</surname> <given-names>S</given-names></string-name>, <etal>et al</etal> (<year>2021</year>) <article-title>..</article-title>. <source>PLOS ONE</source></mixed-citation></ref> | ||
<ref id="c6"><label>6.</label><mixed-citation publication-type="preprint"><string-name><surname>Claus</surname> <given-names>S</given-names></string-name>, <etal>et al</etal> (<year>2021</year>) <article-title>..</article-title>. <source>BIORXIV</source></mixed-citation></ref> | ||
<ref id="c7"><label>7.</label><mixed-citation publication-type="journal"><string-name><surname>Huckesfeld</surname> <given-names>S</given-names></string-name>, <etal>et al</etal> (<year>2021</year>) <article-title>Unveiling the sensory and interneuronal pathways of the neuroendocrine connectome in Drosophila</article-title>. <source>ELIFE</source> <volume>10</volume>:<elocation-id>e65745</elocation-id></mixed-citation></ref> | ||
<ref id="c8"><label>8.</label><mixed-citation publication-type="journal"><string-name><surname>Huckesfeld</surname> <given-names>S</given-names></string-name>, <etal>et al</etal> (<year>2021</year>) <article-title>..</article-title>. <source>PLANT PHYSIOLOGY</source> <volume>10</volume>:<elocation-id>e65745</elocation-id></mixed-citation></ref> | ||
</ref-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!--Testing template with id: ref-source-fixes--> | ||
<ref-list> | ||
<ref id="c4"><label>4.</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Claus</surname> <given-names>S</given-names></string-name>, <etal>et al</etal></person-group> (<year>2021</year>) <article-title>..</article-title>. <source>Against Method</source></mixed-citation></ref> | ||
<ref id="c5"><label>5.</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Claus</surname> <given-names>S</given-names></string-name>, <etal>et al</etal></person-group> (<year>2021</year>) <article-title>..</article-title>. <source>PLOS One</source></mixed-citation></ref> | ||
<ref id="c6"><label>6.</label><mixed-citation publication-type="preprint"><person-group person-group-type="author"><string-name><surname>Claus</surname> <given-names>S</given-names></string-name>, <etal>et al</etal></person-group> (<year>2021</year>) <article-title>..</article-title>. <source>bioRxiv</source></mixed-citation></ref> | ||
<ref id="c7"><label>7.</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Huckesfeld</surname> <given-names>S</given-names></string-name>, <etal>et al</etal></person-group> (<year>2021</year>) <article-title>Unveiling the sensory and interneuronal pathways of the neuroendocrine connectome in Drosophila</article-title>. <source>eLife</source> <volume>10</volume>:<elocation-id>e65745</elocation-id></mixed-citation></ref> | ||
<ref id="c8"><label>8.</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Huckesfeld</surname> <given-names>S</given-names></string-name>, <etal>et al</etal></person-group> (<year>2021</year>) <article-title>..</article-title>. <source>Plant Physiology</source> <volume>10</volume>:<elocation-id>e65745</elocation-id></mixed-citation></ref> | ||
</ref-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters