Datasets:
metadata
language:
- id
tags:
- news
- journalism
- alternative-media
pretty_name: Vice Indonesia Archive
size_categories:
- 10K<n<100K
Vice Indonesia Archive (Arsip Vice Indonesia)
Kumpulan artikel Vice Indonesia hingga tahun tutupnya di 2024. Laporan Vice Indonesia memberikan perspektif menarik sehingga patut disimpan untuk analisis di masa mendatang.
This dataset features the full archive of Vice Indonesia until its closure in 2024. It preserves Vice Indonesia's unique reporting perspectives for future analysis.
Columns
name | type | description |
---|---|---|
id | string | |
type | string | Only articles |
title | string | |
publish_date | timestamp | |
url | string | |
content_html | text | Content in HTML format |
content_md | text | Content in markdown format |
topic | string | null | Topic (if any) |
summary | string | Excerpt of the article |
contributors | string of JSON | See below |
Contributors format
Example payload:
[
{
"role_id": "...",
"role": "...",
"contributor": {
"full_name": "...",
"id": "...",
"slug": "...",
"public_url": "...",
"__typename": "Contributor"
},
"__typename": "Contribution"
},
...
]