sources
Data license: CC-BY
1 row where datasetId = 1845 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 |
---|---|---|---|---|---|---|---|---|
13156 | Ogando Portela and Pells (2015) | { "link": "https://ideas.repec.org/p/ucf/indipa/indipa788.html", "retrievedDate": "28/11/2017", "additionalInfo": "The data in this chart comes from Figure 2 in the source paper, where there are also estimates of children's self-reports of teacher\u2019s use of physical punishment on other children: https://ourworldindata.org/wp-content/uploads/2017/11/Teacher-violence-UNICEF-2015.png", "dataPublishedBy": "Ogando Portela, Mar\u00eda Jos\u00e9, and Kirrily Pells. \"Corporal punishment in schools: longitudinal evidence from Ethiopia, India Peru and Viet Nam.\" (2015).", "dataPublisherSource": "Young Lives longitudinal study of children in four countries over 15 years." } |
2017-11-28 17:28:50 | 2017-11-28 17:31:57 | Corporal Punishment in Schools - Longitudinal Evidence from Ethiopia, India, Peru and Vietnam (UNICEF 2015) 1845 | The data in this chart comes from Figure 2 in the source paper, where there are also estimates of children's self-reports of teacher’s use of physical punishment on other children: https://ourworldindata.org/wp-content/uploads/2017/11/Teacher-violence-UNICEF-2015.png | https://ideas.repec.org/p/ucf/indipa/indipa788.html | Ogando Portela, María José, and Kirrily Pells. "Corporal punishment in schools: longitudinal evidence from Ethiopia, India Peru and Viet Nam." (2015). |
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");