dchichkov commited on
Commit
5d3f0e3
·
verified ·
1 Parent(s): 276d95c

Adds format

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -25,6 +25,20 @@ size_categories:
25
 
26
  An import of the Explain XKCD wiki (up to March 30, 2024), containing explanations for 2668 xkcd comics.
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ## Licensing Information
29
 
30
  Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
 
25
 
26
  An import of the Explain XKCD wiki (up to March 30, 2024), containing explanations for 2668 xkcd comics.
27
 
28
+ | Field | Type | Description |
29
+ | ------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
30
+ | `number` | string | The xkcd comic’s sequential number (e.g. `"3"`, `"1000"`). |
31
+ | `date` | string | Publication date of the comic, in “Month Day, Year” format (e.g. `"September 30, 2005"`). |
32
+ | `title` | string | The displayed title of the comic (e.g. `"Island (sketch)"`). |
33
+ | `before` | string | Any original or archived title/caption metadata, typically a MediaWiki-style link or HTML snippet pointing back to the source (e.g. the LiveJournal archive). |
34
+ | `image` | string | Filename of the comic image (e.g. `"island_color.jpg"`) in the images/. |
35
+ | `titletext` | string | The “alt” or tooltip text that appears when you hover over the comic on xkcd’s site. |
36
+ | `transcript` | string | A plain-text transcript of the comic panels and dialogue. |
37
+ | `explanation` | string | A detailed explanation of the joke or references in the comic, suitable for the “Explain xkcd” format. |
38
+
39
+
40
+ NOTE: original image filenames in xkcd included spaces, in this dataset these were replaced with underscores.
41
+
42
  ## Licensing Information
43
 
44
  Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)