Skip to content

Commit 8c0fdcf

Browse files
authored
Merge pull request #298 from monotasker/iscott-docsfixes
fix: Correct image URLs and remove stray sentence.
2 parents d246cd6 + 603bd0a commit 8c0fdcf

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

versions/v1.0/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ What follows are examples of some CitationTrees with these more complex relation
19011901
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`.
19021902

19031903

1904-
!["Resource with uneven organizational levels"](./assets/img/thesis_citation-tree_example.png)
1904+
!["Resource with uneven organizational levels"](../../assets/img/thesis_citation-tree_example.png)
19051905

19061906

19071907
We would represent that hierarchy as follows:
@@ -1941,7 +1941,7 @@ We would represent that hierarchy as follows:
19411941
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.
19421942

19431943

1944-
!["Resource with different reference schemes for different sections."](./assets/img/multiple-independent-b_citation-tree_example.png)
1944+
!["Resource with different reference schemes for different sections."](../../assets/img/multiple-independent-b_citation-tree_example.png)
19451945

19461946

19471947
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
19921992
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.
19931993

19941994

1995-
!["Resource with different reference schemes for different sections."](./assets/img/multiple-independent_citation-tree_example.png)
1995+
!["Resource with different reference schemes for different sections."](../../assets/img/multiple-independent_citation-tree_example.png)
19961996

19971997

19981998
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:
20552055
| tree | string | The string identifier for a `CitationTree` of the `Resource`. | GET | NOT used to query the default `CitationTree` |
20562056
| mediaType | string | The string identifier for the media-type the resource must be returned in | GET | |
20572057

2058-
For parameter combinations and potential errors, see [Link](#)
20592058

20602059
#### Usages
20612060

0 commit comments

Comments
 (0)