Skip to content

Commit 639e1fc

Browse files
authored
Merge pull request #253 from C2DH/citations-more-updates
Citations more updates
2 parents bc92209 + 010a5eb commit 639e1fc

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

examples/Author_Guideline/AuthorGuideline-styling-raw.ipynb

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -651,10 +651,21 @@
651651
"tags": []
652652
},
653653
"source": [
654-
"To cite multiple sources, insert multiple citations separated by semicolons.\n",
654+
"Multiple sources are separated by semicolons.\n",
655655
"\n",
656656
"`(<cite data-cite=\"LIBRARY_ID/ITEM_KEY1\"></cite>; <cite data-cite=\"LIBRARY_ID/ITEM_KEY2\"></cite>)`\n",
657-
"> (Fickers 2020; Haber 2012)"
657+
">(Haber 2012; Fickers 2020)\n",
658+
"\n",
659+
"Citations can include page numbers after the year.\n",
660+
"\n",
661+
"`(<cite data-cite=\"LIBRARY_ID/ITEM_KEY1\"></cite>, 104; <cite data-cite=\"LIBRARY_ID/ITEM_KEY2\"></cite>, 126–127)`\n",
662+
">(Ho 1980, 104; Elman 2000, 126–127)\n",
663+
"\n",
664+
"Publications by the same author in the same year are distinguished by letters.\n",
665+
"\n",
666+
"`(<cite data-cite=\"LIBRARY_ID/ITEM_KEY1\"></cite>; <cite data-cite=\"LIBRARY_ID/ITEM_KEY2\"></cite>)`\n",
667+
"> (Fickers 2020a; Fickers 2020b)\n",
668+
"\n"
658669
]
659670
},
660671
{
@@ -668,7 +679,7 @@
668679
"tags": []
669680
},
670681
"source": [
671-
"### Example in Text"
682+
"### Citations in Text"
672683
]
673684
},
674685
{
@@ -682,9 +693,9 @@
682693
"tags": []
683694
},
684695
"source": [
685-
"Citations can appear naturally within the text:\n",
696+
"Citations can also appear naturally within a sentence.\n",
686697
"\n",
687-
"`As shown by (<cite data-cite=\"LIBRARY_ID/ITEM_KEY1\"></cite>) and <cite data-cite=\"LIBRARY_ID/ITEM_KEY2\"></cite>)`\n",
698+
"As shown by `(<cite data-cite=\"LIBRARY_ID/ITEM_KEY1\"></cite>)` and `<cite data-cite=\"LIBRARY_ID/ITEM_KEY2\"></cite>)`\n",
688699
"> As shown by (Haber 2012) and (Fickers 2020)"
689700
]
690701
},

0 commit comments

Comments
 (0)