posts_gdocs_links
Data license: CC-BY
7 rows where sourceId = "12hNREWcrwyOrJugzc7gYHN5Qv_UJBJ-GnY_FzMbXByE"
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, text, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1852680 | What is Moore's Law? 12hNREWcrwyOrJugzc7gYHN5Qv_UJBJ-GnY_FzMbXByE | transistors-per-microprocessor | grapher | span-link | interactive chart | ||
1852681 | What is Moore's Law? 12hNREWcrwyOrJugzc7gYHN5Qv_UJBJ-GnY_FzMbXByE | supercomputer-power-flops | grapher | chart | |||
1852682 | What is Moore's Law? 12hNREWcrwyOrJugzc7gYHN5Qv_UJBJ-GnY_FzMbXByE | https://ourworldindata.org/artificial-intelligence | url | span-link | our work on artificial intelligence | ||
1852683 | What is Moore's Law? 12hNREWcrwyOrJugzc7gYHN5Qv_UJBJ-GnY_FzMbXByE | historical-cost-of-computer-memory-and-storage | grapher | chart | ?country=~OWID_WRL | ||
1852684 | What is Moore's Law? 12hNREWcrwyOrJugzc7gYHN5Qv_UJBJ-GnY_FzMbXByE | https://web.archive.org/web/20211221191553/http://www.monolithic3d.com/uploads/6/0/5/5/6055488/gordon_moore_1965_article.pdf | url | span-link | Cramming more components onto integrated circuits | ||
1852685 | What is Moore's Law? 12hNREWcrwyOrJugzc7gYHN5Qv_UJBJ-GnY_FzMbXByE | https://web.archive.org/web/20211221191553/http://www.monolithic3d.com/uploads/6/0/5/5/6055488/gordon_moore_1965_article.pdf | url | span-link | Cramming more components onto integrated circuits | ||
1852686 | What is Moore's Law? 12hNREWcrwyOrJugzc7gYHN5Qv_UJBJ-GnY_FzMbXByE | https://web.archive.org/web/20151218143336/http://www.technologyreview.com:80/news/425398/a-new-and-improved-moores-law/ | url | span-link | MIT Technology Review |
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");