You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/v1.0/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1901,7 +1901,7 @@ What follows are examples of some CitationTrees with these more complex relation
1901
1901
In some cases a Resource might include the same types of citable units but nested differently in different parts of its tree. For example, a thesis might be comprised of `chapters`, `sections`, and `paragraphs`. Some `paragraphs` might be direct children of the `chapters`. Other parts of a `chapter` might be divided into `section` citable units, with the `paragraphs` as children of those `sections`.
1902
1902
1903
1903
1904
-

1904
+

1905
1905
1906
1906
1907
1907
We would represent that hierarchy as follows:
@@ -1941,7 +1941,7 @@ We would represent that hierarchy as follows:
1941
1941
In some cases a Resource might have multiple reference schemes that identify the same sections of text. Aristotle's *Nicomachean Ethics*, for example, has traditionally been divided into books with chapters. The classic passage describing virtue as the "mean" is Book 2, Chapter 6. The same work is also divided according to a different scheme based on the old print edition of Bekker. These Bekker numbers refer first to a page in that printed edition, with a lower-case letter indicating the column on a given page. Finally a third number is added to indicate a line in the column. So the same stretch of Aristotle's work can be referenced as 1106a14-1107a27.
1942
1942
1943
1943
1944
-

1944
+

1945
1945
1946
1946
1947
1947
These referencing systems would be represented as two separate CitationTree objects within the Resource's `citationTrees` property:
@@ -1992,7 +1992,7 @@ It might sometimes be unclear when to use a single CitationTree and when to use
1992
1992
For example, Flavius Josephus' *Jewish Antiquities* is always referenced using the same division into books. Those books, however, can be subdivided in two traditional ways: either as a flat series of "sections" (Niese's system) or in Whiston's system of chapters with nested sections.
1993
1993
1994
1994
1995
-

1995
+

1996
1996
1997
1997
1998
1998
Niese's second-level "section" divisions do not line up with the Whiston "chapters". So the same stretch of text can be identified as 7.8.6-7.9.2 or as 7.320-402. These different identifiers point to the same section of the Resource using different organizational divisions for levels below the "Book". So we would represent this with multiple CitationTrees (taking Niese's system as the default):
@@ -2055,7 +2055,6 @@ The Document endpoint supports the following query parameters:
2055
2055
| tree | string | The string identifier for a `CitationTree` of the `Resource`. | GET | NOT used to query the default `CitationTree` |
2056
2056
| mediaType | string | The string identifier for the media-type the resource must be returned in | GET | |
2057
2057
2058
-
For parameter combinations and potential errors, see [Link](#)
0 commit comments