DevLan commited on
Commit
79a3b1e
·
verified ·
1 Parent(s): 64b2825

v2026.0-alpha: Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-classification
5
+ - feature-extraction
6
+ language:
7
+ - en
8
+ tags:
9
+ - visualization
10
+ - academic-papers
11
+ - IEEE-VIS
12
+ - EuroVis
13
+ - CHI
14
+ pretty_name: VisPubs
15
+ size_categories:
16
+ - 1K<n<10K
17
+ ---
18
+
19
+ # VisPubs Dataset
20
+
21
+ A curated dataset of visualization research publications from IEEE VIS, EuroVis, and CHI conferences.
22
+
23
+ **Website:** [vispubs.com](https://vispubs.com)
24
+ **Source:** [github.com/Dev-Lan/vispubs](https://github.com/Dev-Lan/vispubs)
25
+
26
+ ## Schema
27
+
28
+ | Column | Type | Description |
29
+ |--------|------|-------------|
30
+ | Conference | categorical | Conference venue (Vis, EuroVis, CHI) |
31
+ | Year | int | Publication year |
32
+ | Title | string | Paper title |
33
+ | DOI | string | Digital Object Identifier |
34
+ | Abstract | string | Paper abstract |
35
+ | AuthorNames-Deduped | list[string] | Author names (deduplicated) |
36
+ | Award | list[string] | Awards received (BP, HM, BCS, BA, TT) |
37
+ | Accessible | bool | Tagged for screen-reader accessibility |
38
+ | Early | bool | Early access publication |
39
+ | Resources | list[string] | Available resource types (P, V, C, PW, D, O) |
40
+
41
+ ## Award Codes
42
+
43
+ - **BP** — Best Paper
44
+ - **HM** — Honorable Mention
45
+ - **BCS** — Best Case Study
46
+ - **BA** — Best Application
47
+ - **TT** — Test of Time
48
+
49
+ ## Resource Codes
50
+
51
+ - **P** — Paper (preprint)
52
+ - **V** — Video
53
+ - **C** — Code
54
+ - **PW** — Project Website
55
+ - **D** — Data
56
+ - **O** — Other
57
+
58
+ ## Versioning
59
+
60
+ Versions follow `v{year}.{minor}` with optional prerelease suffixes:
61
+ - `alpha` — Early testing, schema may change
62
+ - `beta` — Near-stable, minor adjustments possible
63
+ - No suffix — Stable release
64
+
65
+ ## Changelog
66
+
67
+ ### v2026.0-alpha (2026-02-25)
68
+
69
+ - initial alpha upload
70
+