abid commited on
Commit
23a2d81
·
verified ·
1 Parent(s): 7724c16

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - id
4
+ tags:
5
+ - news
6
+ pretty_name: Vice Indonesia Archive
7
+ size_categories:
8
+ - 10K<n<100K
9
+ ---
10
+
11
+ # Vice Indonesia Archive
12
+ This dataset features the full archive of Vice Indonesia [until its closure in 2024](https://www.aljazeera.com/economy/2024/2/23/vice-media-to-close-flagship-site-slash-hundreds-of-staff). It preserves Vice Indonesia's unique reporting perspectives for future analysis.
13
+
14
+ ### Columns
15
+ | name | type | description |
16
+ |--------------|----------------|----------------------------|
17
+ | id | string | |
18
+ | type | string | Only articles |
19
+ | title | string | |
20
+ | publish_date | timestamp | |
21
+ | url | string | |
22
+ | content_html | text | Content in HTML format |
23
+ | content_md | text | Content in markdown format |
24
+ | topic | string \| null | Topic (if any) |
25
+ | summary | string | Excerpt of the article |
26
+ | contributors | string of JSON | See below |
27
+
28
+ ### Contributors format
29
+ Example payload:
30
+
31
+ ```json
32
+ [
33
+ {
34
+ "role_id": "...",
35
+ "role": "...",
36
+ "contributor": {
37
+ "full_name": "...",
38
+ "id": "...",
39
+ "slug": "...",
40
+ "public_url": "...",
41
+ "__typename": "Contributor"
42
+ },
43
+ "__typename": "Contribution"
44
+ },
45
+ ...
46
+ ]
47
+ ```
48
+
49
+ ### Crawl script
50
+ https://github.com/famasya/vice-crawling