Skip to content

Commit 7517123

Browse files
author
tlongers
committed
Fix for #8
1 parent b69d736 commit 7517123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/sources.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ When we choose to use a source as evidence for a data point, we create a spreads
3535

3636
However, a source can have multiple "access points". An access point directs us to a particular part of a source as evidence for a data point - it's much like a citation in an academic paper. This could be material from a specific page in the source; it could also be a specific archive snapshot of a page, as the content of a webpage can sometimes change over time even though its basic identifying data will not. In this way, a single source can have multiple access points.
3737

38-
There are six ways that an access point can be "carved out" of a specific source, taking in account the source's media type:
38+
There are seven ways that an access point can be "carved out" of a specific source, taking in account the source's media type:
3939

4040
- ``archive``: an archive snapshot of the source contains different content from the source, or from other snapshots.
4141
- ``page``: a page or range of page in a document source like a book or report.
4242
- ``line``: a line or range of lines in a line-numbered document like an interview transcript.
4343
- ``clip``: a passage from a video or audio source, comprising a start time and a stop time.
4444
- ``frame``: a single capture point from a video.
4545
- ``still``: an image captured from a video or interactive resource which does not correspond to a specific frame.
46+
- ``paragraph``: where a document is numbered throughout, such as in United Nations Security Council documents, paragraphs can be used as access point triggers.
4647

4748
Here are some examples of how access points based on archives and pages work in practice:
4849

0 commit comments

Comments
 (0)