posts_unified
Data license: CC-BY
1 row where gdocId = "14oZiFSKZfaBkWTcYg0-k2q5riIcow_vcwpcIJxTljeg"
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 |
---|---|---|---|---|---|---|---|---|---|---|
66 | human-development-index | The Human Development Index and related indices: what they are and what we can learn from them | article | 2023-11-01 12:23:21 | 2024-02-12 20:23:25 | [ "Bastian Herre", "Pablo Arriagada" ] |
2023-08-30 14:42:08 | listed | The Human Development Index and related indices: what they are and what we can learn from them 14oZiFSKZfaBkWTcYg0-k2q5riIcow_vcwpcIJxTljeg |
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) );