sources
Data license: CC-BY
1 row where datasetId = 5350 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
18070 | Buringh and Van Zanden (2009) | { "link": "https://www.jstor.org/stable/40263962", "additionalInfo": "The unit of analysis for the estimates of manuscripts is the number of individual manuscripts. The unit of analysis for the estimates of printed books is (new) \u2018title\u2019 or \u2018edition\u2019. The authors corrected the numbers to account for the underrepresentation of estimates for different geographical regions and different times. The authors consider their estimates to be conservative and note that the \u201cfigures should be interpreted as low estimates\u201d.\n\nTitles are either books (which have by definition more than 49 pages) or pamphlets (less than 50 pages). The authors define a title as \u2018a printed publication which forms a separate whole, whether issued in one or several volumes. Different language versions of the same title published in a particular country should be considered as individual titles\u2019; this includes first editions and reeditions. The authors give the following example: \u2018The first printing of Gutenberg\u2019s Bible is one title, and new editions of the Bible will again be counted, but a reprint of exactly the same manuscript would not be included.\u2019\n\nBuringh and Van Zanden note that the aggregation of the data to country levels obscures inequalities within countries \u2013 \u2018if we could isolate data on, for example, northern Italy or the north of France (including Paris), these regions rank much higher in output per capita\u2019.", "dataPublishedBy": "Eltjo Buringh and Jan Luiten Van Zanden (2009) \u2013 Charting the \u201cRise of the West\u201d: Manuscripts and Printed Books in Europe, a Long-Term Perspective from the Sixth through Eighteenth Centuries. In The Journal of Economic History The Journal of Economic History Vol. 69, No. 2 (Jun., 2009), pp. 409-445." } |
2021-07-20 13:09:45 | 2021-07-20 13:09:45 | Books - Buringh and Van Zanden (2009) 5350 | The unit of analysis for the estimates of manuscripts is the number of individual manuscripts. The unit of analysis for the estimates of printed books is (new) ‘title’ or ‘edition’. The authors corrected the numbers to account for the underrepresentation of estimates for different geographical regions and different times. The authors consider their estimates to be conservative and note that the “figures should be interpreted as low estimates”. Titles are either books (which have by definition more than 49 pages) or pamphlets (less than 50 pages). The authors define a title as ‘a printed publication which forms a separate whole, whether issued in one or several volumes. Different language versions of the same title published in a particular country should be considered as individual titles’; this includes first editions and reeditions. The authors give the following example: ‘The first printing of Gutenberg’s Bible is one title, and new editions of the Bible will again be counted, but a reprint of exactly the same manuscript would not be included.’ Buringh and Van Zanden note that the aggregation of the data to country levels obscures inequalities within countries – ‘if we could isolate data on, for example, northern Italy or the north of France (including Paris), these regions rank much higher in output per capita’. | https://www.jstor.org/stable/40263962 | Eltjo Buringh and Jan Luiten Van Zanden (2009) – Charting the “Rise of the West”: Manuscripts and Printed Books in Europe, a Long-Term Perspective from the Sixth through Eighteenth Centuries. In The Journal of Economic History The Journal of Economic History Vol. 69, No. 2 (Jun., 2009), pp. 409-445. |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");