posts_gdocs_links
Data license: CC-BY
4 rows where sourceId = "1xvpuhv6qiU_cIKj8RfBPuW_t6sBwTruu7PQWWfHHRCs"
This data as json, CSV (advanced)
Suggested facets: target, linkType, text
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1863996 | Did humans cause the Quaternary megafauna extinction? 1xvpuhv6qiU_cIKj8RfBPuW_t6sBwTruu7PQWWfHHRCs | world-population-1750-2015-and-un-projection-until-2100 | grapher | span-link | 5 million people | ||
1863997 | Did humans cause the Quaternary megafauna extinction? 1xvpuhv6qiU_cIKj8RfBPuW_t6sBwTruu7PQWWfHHRCs | https://advances.sciencemag.org/content/6/36/eabb2313 | url | span-link | The past and future human impact on mammalian diversity | ||
1863998 | Did humans cause the Quaternary megafauna extinction? 1xvpuhv6qiU_cIKj8RfBPuW_t6sBwTruu7PQWWfHHRCs | https://science.sciencemag.org/content/360/6386/310 | url | span-link | Body size downgrading of mammals over the late Quaternary | ||
1863999 | Did humans cause the Quaternary megafauna extinction? 1xvpuhv6qiU_cIKj8RfBPuW_t6sBwTruu7PQWWfHHRCs | https://science.sciencemag.org/content/360/6386/310 | url | span-link | Body size downgrading of mammals over the late Quaternary |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" VARCHAR(255) NULL , "target" TEXT NOT NULL , "linkType" TEXT NULL , "componentType" VARCHAR(255) NOT NULL , "text" VARCHAR(255) NOT NULL , "queryString" VARCHAR(2047) NOT NULL , "hash" VARCHAR(2047) NOT NULL, FOREIGN KEY("sourceId") REFERENCES "posts_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "sourceId" ON "posts_gdocs_links" ("sourceId");