posts_unified
Data license: CC-BY
1 row where gdocId = "1zqQ2XFnpAruU88eep_E_HKb4VluUdUNnS2Z6r12Fpwc"
This data as json, CSV (advanced)
Suggested facets: publishedAt (date), updatedAt (date), createdAt (date), authors (array)
id ▼ | slug | title | type | publishedAt | updatedAt | authors | createdAt | publicationContext | gdocId | wordpressId |
---|---|---|---|---|---|---|---|---|---|---|
647 | covid-models | How epidemiological models of COVID-19 help us estimate the true number of infections | article | 2020-08-24 11:00:25 | 2024-01-26 17:22:53 | [ "Charlie Giattino" ] |
2024-01-26 14:25:43 | listed | How epidemiological models of COVID-19 help us estimate the true number of infections 1zqQ2XFnpAruU88eep_E_HKb4VluUdUNnS2Z6r12Fpwc |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE posts_unified ( id INTEGER PRIMARY KEY AUTOINCREMENT, slug TEXT, title TEXT, type TEXT, publishedAt TEXT, updatedAt TEXT, authors TEXT, createdAt TEXT, publicationContext TEXT, gdocId TEXT, wordpressId INTEGER, FOREIGN KEY(gdocId) REFERENCES posts_gdocs(id), FOREIGN KEY(wordpressId) REFERENCES posts(id) );