sources
Data license: CC-BY
1 row where datasetId = 4881 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 |
---|---|---|---|---|---|---|---|---|
17612 | Bowles, S. (2009), Gat, A. (2008), Knauft, B. M. et al (1987), Keeley, L. H. (1996), Pinker, S. (2011), and Walker, R. S., & Bailey, D. H. (2013) | { "retrievedDate": "10/1/20", "additionalInfo": "This dataset contains estimates of the frequency of violent deaths due to murder or war in modern and prehistoric state and non-state societies, based on archaeological and ethnographic evidence.\n\nFor modern state societies, homicide rates are routinely published by statistical offices or other state agencies, and reliable data on war deaths are published by research institutes. For non-state societies, we generally have two different sources of information: for the more recent past (since the late 19th century), abundant ethnographic evidence is available; for the more distant past, we have evidence from archaeological sites and skeletal remains.\n\nThe main sources for this dataset are as follows:\n- Bowles (2009) \u2013 Did Warfare Among Ancestral Hunter-Gatherers Affect the Evolution of Human Social Behaviors?. In Science, 324, 5932, 1293\u20131298.\n- Gat (2006) \u2013 War in Human Civilization. Oxford University Press, USA.\n- Knauft, Bruce M. et al (1987) \u2013 Reconsidering Violence in Simple Human Societies: Homicide among the Gebusi of New Guinea. In Current Anthropology, 28, 4, 457-500.\n- Keeley (1997) \u2013 War Before Civilization: The Myth of the Peaceful Savage. Oxford University Press, USA.\n- Pinker (2011) \u2013 The Better Angels of Our Nature: Why Violence Has Declined. Viking.\n- Walker and Bailey (2013) \u2013 Body counts in lowland South American violence. In Evolution and Human Behavior, 34, 1, 29\u201334.", "dataPublishedBy": "Bowles, S. (2009), Gat, A. (2008), Knauft, B. M. et al (1987), Keeley, L. H. (1996), Pinker, S. (2011), and Walker, R. S., & Bailey, D. H. (2013)", "dataPublisherSource": "The original source of each data point is listed in the Data Sources section of the 'Ethnographic and Archaeological Evidence on Violent Deaths' page." } |
2019-12-03 19:51:13 | 2019-12-03 19:51:13 | Ethnographic and Archaeological Evidence on Violent Deaths 4881 | This dataset contains estimates of the frequency of violent deaths due to murder or war in modern and prehistoric state and non-state societies, based on archaeological and ethnographic evidence. For modern state societies, homicide rates are routinely published by statistical offices or other state agencies, and reliable data on war deaths are published by research institutes. For non-state societies, we generally have two different sources of information: for the more recent past (since the late 19th century), abundant ethnographic evidence is available; for the more distant past, we have evidence from archaeological sites and skeletal remains. The main sources for this dataset are as follows: - Bowles (2009) – Did Warfare Among Ancestral Hunter-Gatherers Affect the Evolution of Human Social Behaviors?. In Science, 324, 5932, 1293–1298. - Gat (2006) – War in Human Civilization. Oxford University Press, USA. - Knauft, Bruce M. et al (1987) – Reconsidering Violence in Simple Human Societies: Homicide among the Gebusi of New Guinea. In Current Anthropology, 28, 4, 457-500. - Keeley (1997) – War Before Civilization: The Myth of the Peaceful Savage. Oxford University Press, USA. - Pinker (2011) – The Better Angels of Our Nature: Why Violence Has Declined. Viking. - Walker and Bailey (2013) – Body counts in lowland South American violence. In Evolution and Human Behavior, 34, 1, 29–34. | Bowles, S. (2009), Gat, A. (2008), Knauft, B. M. et al (1987), Keeley, L. H. (1996), Pinker, S. (2011), and Walker, R. S., & Bailey, D. H. (2013) |
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");