@knight-lab/timelinejs 3.8.16 → 3.8.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/{CHANGELOG → CHANGELOG.md} +71 -8
  2. package/README.md +21 -19
  3. package/RELEASING.md +4 -4
  4. package/dist/css/fonts/font.abril-droidsans.css +143 -0
  5. package/dist/css/fonts/font.amatic-andika.css +143 -0
  6. package/dist/css/fonts/font.bevan-pontanosans.css +141 -0
  7. package/dist/css/fonts/font.bitter-raleway.css +149 -0
  8. package/dist/css/fonts/font.clicker-garamond.css +141 -0
  9. package/dist/css/fonts/font.dancing-ledger.css +143 -0
  10. package/dist/css/fonts/font.default.css +155 -0
  11. package/dist/css/fonts/font.fjalla-average.css +141 -0
  12. package/dist/css/fonts/font.georgia-helvetica.css +123 -0
  13. package/dist/css/fonts/font.knightlab.css +125 -0
  14. package/dist/css/fonts/font.lustria-lato.css +147 -0
  15. package/dist/css/fonts/font.medula-lato.css +149 -0
  16. package/dist/css/fonts/font.oldstandard.css +135 -0
  17. package/dist/css/fonts/font.opensans-gentiumbook.css +155 -0
  18. package/dist/css/fonts/font.playfair-faunaone.css +156 -0
  19. package/dist/css/fonts/font.playfair.css +143 -0
  20. package/dist/css/fonts/font.pt.css +153 -0
  21. package/dist/css/fonts/font.roboto-megrim.css +143 -0
  22. package/dist/css/fonts/font.rufina-sintony.css +149 -0
  23. package/dist/css/fonts/font.ubuntu.css +145 -0
  24. package/dist/css/fonts/font.unicaone-vollkorn.css +143 -0
  25. package/dist/css/icons/tl-icons.eot +0 -0
  26. package/dist/css/icons/tl-icons.svg +63 -0
  27. package/dist/css/icons/tl-icons.ttf +0 -0
  28. package/dist/css/icons/tl-icons.woff +0 -0
  29. package/dist/css/icons/tl-icons.woff2 +0 -0
  30. package/dist/css/themes/timeline.theme.contrast.css +3125 -0
  31. package/dist/css/themes/timeline.theme.dark.css +3125 -0
  32. package/dist/css/timeline.css +3128 -0
  33. package/dist/css/timeline.css.map +1 -0
  34. package/dist/embed/compare.html +91 -0
  35. package/dist/embed/index.html +170 -0
  36. package/dist/embed/old-index.html +170 -0
  37. package/dist/embed/popular_timelines.json +1 -0
  38. package/dist/js/locale/af.json +75 -0
  39. package/dist/js/locale/ar.json +76 -0
  40. package/dist/js/locale/be.json +75 -0
  41. package/dist/js/locale/bg.json +75 -0
  42. package/dist/js/locale/ca.json +75 -0
  43. package/dist/js/locale/cz.json +108 -0
  44. package/dist/js/locale/da.json +75 -0
  45. package/dist/js/locale/de.json +76 -0
  46. package/dist/js/locale/el.json +75 -0
  47. package/dist/js/locale/en-24hr.json +75 -0
  48. package/dist/js/locale/en-week.json +75 -0
  49. package/dist/js/locale/en.json +152 -0
  50. package/dist/js/locale/eo.json +75 -0
  51. package/dist/js/locale/es.json +76 -0
  52. package/dist/js/locale/et.json +75 -0
  53. package/dist/js/locale/eu.json +75 -0
  54. package/dist/js/locale/fa.json +74 -0
  55. package/dist/js/locale/fi.json +95 -0
  56. package/dist/js/locale/fo.json +75 -0
  57. package/dist/js/locale/fr.json +119 -0
  58. package/dist/js/locale/fy.json +75 -0
  59. package/dist/js/locale/ga.json +75 -0
  60. package/dist/js/locale/gl.json +75 -0
  61. package/dist/js/locale/he.json +76 -0
  62. package/dist/js/locale/hi.json +76 -0
  63. package/dist/js/locale/hr.json +75 -0
  64. package/dist/js/locale/hu.json +114 -0
  65. package/dist/js/locale/hy.json +75 -0
  66. package/dist/js/locale/id.json +75 -0
  67. package/dist/js/locale/is.json +75 -0
  68. package/dist/js/locale/it.json +92 -0
  69. package/dist/js/locale/iw.json +76 -0
  70. package/dist/js/locale/ja.json +75 -0
  71. package/dist/js/locale/ka.json +75 -0
  72. package/dist/js/locale/ko.json +75 -0
  73. package/dist/js/locale/lb.json +75 -0
  74. package/dist/js/locale/lt.json +75 -0
  75. package/dist/js/locale/lv.json +75 -0
  76. package/dist/js/locale/ms.json +75 -0
  77. package/dist/js/locale/my.json +124 -0
  78. package/dist/js/locale/ne.json +75 -0
  79. package/dist/js/locale/nl.json +75 -0
  80. package/dist/js/locale/no.json +76 -0
  81. package/dist/js/locale/pl.json +75 -0
  82. package/dist/js/locale/pt-br.json +78 -0
  83. package/dist/js/locale/pt.json +78 -0
  84. package/dist/js/locale/rm.json +75 -0
  85. package/dist/js/locale/ro.json +75 -0
  86. package/dist/js/locale/ru.json +75 -0
  87. package/dist/js/locale/si.json +74 -0
  88. package/dist/js/locale/sk.json +75 -0
  89. package/dist/js/locale/sl.json +75 -0
  90. package/dist/js/locale/sr-cy.json +75 -0
  91. package/dist/js/locale/sr.json +75 -0
  92. package/dist/js/locale/sv.json +86 -0
  93. package/dist/js/locale/ta.json +75 -0
  94. package/dist/js/locale/te.json +74 -0
  95. package/dist/js/locale/th.json +108 -0
  96. package/dist/js/locale/tl.json +75 -0
  97. package/dist/js/locale/tr.json +75 -0
  98. package/dist/js/locale/uk.json +75 -0
  99. package/dist/js/locale/ur.json +123 -0
  100. package/dist/js/locale/vi.json +74 -0
  101. package/dist/js/locale/zh-cn.json +76 -0
  102. package/dist/js/locale/zh-tw.json +75 -0
  103. package/dist/js/timeline-min.js +12 -0
  104. package/dist/js/timeline.js +12 -0
  105. package/dist/js/timeline.js.map +1 -0
  106. package/dist/timeline3.zip +0 -0
  107. package/index.js +1 -0
  108. package/package.json +4 -4
  109. package/src/embed/old-index.html +128 -18
  110. package/src/js/__tests__/Timeline.test.js +18 -3
  111. package/src/js/core/Util.js +1 -1
  112. package/src/js/index.js +1 -1
  113. package/src/js/language/locale/zh-cn.json +1 -1
  114. package/src/js/media/MediaType.js +1 -1
  115. package/src/js/media/types/Audio.js +15 -1
  116. package/src/js/media/types/Image.js +2 -2
  117. package/src/js/media/types/PDF.js +2 -2
  118. package/src/js/media/types/Video.js +17 -1
  119. package/src/js/timeline/Timeline.js +7 -12
  120. package/src/less/fonts/font.georgia-helvetica.less +2 -2
  121. package/src/less/fonts/font.roboto-megrim.less +2 -2
  122. package/src/template/all-media-types.json +61 -24
  123. package/src/template/index.html +39 -19
  124. package/{contrib/women_in_computing.csv → src/template/my-own-timeline.csv} +5 -5
  125. package/contrib/README.md +0 -13
  126. package/contrib/csv_to_json.py +0 -106
  127. package/contrib/docs/ImageHosting.md +0 -120
  128. package/contrib/examples/autoload.html +0 -44
  129. package/contrib/examples/iBooksAuthor/README.md +0 -37
  130. package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Default.png +0 -0
  131. package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Info.plist +0 -27
  132. package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/index.html +0 -13
  133. package/contrib/examples/react.html +0 -40
  134. package/contrib/examples/vue.html +0 -29
  135. package/contrib/fedorbeets/README.md +0 -3
  136. package/contrib/fedorbeets/timeline.py.txt +0 -56
  137. package/contrib/iamamoose/README.md +0 -3
  138. package/contrib/iamamoose/timeline.py.txt +0 -53
  139. package/contrib/women_in_computing.json +0 -263
  140. package/fabfile.py +0 -64
  141. package/requirements.txt +0 -29
  142. package/util/convert_json.py +0 -96
  143. package/website/__init__.py +0 -0
  144. package/website/app.py +0 -101
  145. package/website/core/__init__.py +0 -0
  146. package/website/core/settings/__init__.py +0 -0
  147. package/website/core/settings/base.py +0 -6
  148. package/website/core/settings/loc.py +0 -16
  149. package/website/examples.json +0 -114
  150. package/website/faq.json +0 -81
  151. package/website/static/css/desert.css +0 -34
  152. package/website/static/css/site.css +0 -74
  153. package/website/static/img/TimelineJSTags.jpg +0 -0
  154. package/website/static/img/examples/houston/eyesclosedftm_10001.jpg +0 -0
  155. package/website/static/img/examples/houston/family.jpg +0 -0
  156. package/website/static/img/examples/houston/family.png +0 -0
  157. package/website/static/img/examples/houston/wh1.jpg +0 -0
  158. package/website/static/img/examples/houston/wh2.jpg +0 -0
  159. package/website/static/img/examples/houston/wh3.jpg +0 -0
  160. package/website/static/img/examples/houston/whChild.jpg +0 -0
  161. package/website/static/img/examples/houston/whlead.jpg +0 -0
  162. package/website/static/img/examples/houston/young.jpg +0 -0
  163. package/website/static/img/examples/logos/Northwestern University.png +0 -0
  164. package/website/static/img/examples/logos/Social-Logos.png +0 -0
  165. package/website/static/img/examples/logos/knightlab-logo-background.png +0 -0
  166. package/website/static/img/examples/logos/knightlab-logo-small.png +0 -0
  167. package/website/static/img/examples/logos/knightlab-logo.png +0 -0
  168. package/website/static/img/examples/logos/less-small.png +0 -0
  169. package/website/static/img/examples/logos/logo_aljazeera.png +0 -0
  170. package/website/static/img/examples/logos/logo_arte.png +0 -0
  171. package/website/static/img/examples/logos/logo_beyondtheseal.png +0 -0
  172. package/website/static/img/examples/logos/logo_centerforpublicintegrity.png +0 -0
  173. package/website/static/img/examples/logos/logo_cnn.png +0 -0
  174. package/website/static/img/examples/logos/logo_denverpost.png +0 -0
  175. package/website/static/img/examples/logos/logo_engadget.png +0 -0
  176. package/website/static/img/examples/logos/logo_gigaom.png +0 -0
  177. package/website/static/img/examples/logos/logo_ibt.png +0 -0
  178. package/website/static/img/examples/logos/logo_knightlab.png +0 -0
  179. package/website/static/img/examples/logos/logo_ksat.png +0 -0
  180. package/website/static/img/examples/logos/logo_lemonde.png +0 -0
  181. package/website/static/img/examples/logos/logo_maneater.png +0 -0
  182. package/website/static/img/examples/logos/logo_mashable.png +0 -0
  183. package/website/static/img/examples/logos/logo_radiolab.png +0 -0
  184. package/website/static/img/examples/logos/logo_time.png +0 -0
  185. package/website/static/img/examples/logos/logo_vh1.png +0 -0
  186. package/website/static/img/examples/logos/logo_vinepair.png +0 -0
  187. package/website/static/img/examples/logos/logo_wbur.png +0 -0
  188. package/website/static/img/examples/thumbs/thumb_akira.jpg +0 -0
  189. package/website/static/img/examples/thumbs/thumb_aljazeera.jpg +0 -0
  190. package/website/static/img/examples/thumbs/thumb_artetv.jpg +0 -0
  191. package/website/static/img/examples/thumbs/thumb_banana.png +0 -0
  192. package/website/static/img/examples/thumbs/thumb_bulger.jpg +0 -0
  193. package/website/static/img/examples/thumbs/thumb_denver_shooting.jpg +0 -0
  194. package/website/static/img/examples/thumbs/thumb_houston.jpg +0 -0
  195. package/website/static/img/examples/thumbs/thumb_isis.jpg +0 -0
  196. package/website/static/img/examples/thumbs/thumb_lemonde.jpg +0 -0
  197. package/website/static/img/examples/thumbs/thumb_malaysia-airlines.jpg +0 -0
  198. package/website/static/img/examples/thumbs/thumb_mandela.jpg +0 -0
  199. package/website/static/img/examples/thumbs/thumb_mobile_device.jpg +0 -0
  200. package/website/static/img/examples/thumbs/thumb_northkorea.jpg +0 -0
  201. package/website/static/img/examples/thumbs/thumb_perpwalk.jpg +0 -0
  202. package/website/static/img/examples/thumbs/thumb_radiolab-colorwalking.jpg +0 -0
  203. package/website/static/img/examples/thumbs/thumb_republican.jpg +0 -0
  204. package/website/static/img/examples/thumbs/thumb_shtpeoplesay.jpg +0 -0
  205. package/website/static/img/examples/thumbs/thumb_supremecourt.jpg +0 -0
  206. package/website/static/img/examples/thumbs/thumb_univofmissouri.jpg +0 -0
  207. package/website/static/img/examples/thumbs/thumb_userinterface.png +0 -0
  208. package/website/static/img/examples/thumbs/thumb_wine.jpg +0 -0
  209. package/website/static/img/examples/user-interface/4s.jpg +0 -0
  210. package/website/static/img/examples/user-interface/apple.jpg +0 -0
  211. package/website/static/img/examples/user-interface/input.png +0 -0
  212. package/website/static/img/examples/user-interface/palm.png +0 -0
  213. package/website/static/img/examples/user-interface/pascaline.jpg +0 -0
  214. package/website/static/img/examples/user-interface/univac.JPG +0 -0
  215. package/website/static/img/font-options.png +0 -0
  216. package/website/static/img/kl-og.png +0 -0
  217. package/website/static/img/knightlab_logo.png +0 -0
  218. package/website/static/img/loading.gif +0 -0
  219. package/website/static/img/make/abril-droidsans.png +0 -0
  220. package/website/static/img/make/amatic-andika.png +0 -0
  221. package/website/static/img/make/bevan-pontanosans.png +0 -0
  222. package/website/static/img/make/bitter-raleway.png +0 -0
  223. package/website/static/img/make/clicker-garamond.png +0 -0
  224. package/website/static/img/make/dancing-ledger.png +0 -0
  225. package/website/static/img/make/default.png +0 -0
  226. package/website/static/img/make/fakedropdown.svg +0 -1
  227. package/website/static/img/make/fjalla-average.png +0 -0
  228. package/website/static/img/make/font-options.png +0 -0
  229. package/website/static/img/make/georgia-helvetica.png +0 -0
  230. package/website/static/img/make/lustria-lato.png +0 -0
  231. package/website/static/img/make/medula-lato.png +0 -0
  232. package/website/static/img/make/oldstandard.png +0 -0
  233. package/website/static/img/make/opensans-gentiumbook.png +0 -0
  234. package/website/static/img/make/playfair-faunaone.png +0 -0
  235. package/website/static/img/make/playfair.png +0 -0
  236. package/website/static/img/make/pt.png +0 -0
  237. package/website/static/img/make/publish_to_web_browser_url.png +0 -0
  238. package/website/static/img/make/publish_to_web_button_small-od1.png +0 -0
  239. package/website/static/img/make/publish_to_web_button_small.png +0 -0
  240. package/website/static/img/make/publish_to_web_small.png +0 -0
  241. package/website/static/img/make/publish_to_web_url_small.png +0 -0
  242. package/website/static/img/make/roboto-megrim.png +0 -0
  243. package/website/static/img/make/rufina-sintony.png +0 -0
  244. package/website/static/img/make/unicaone-vollkorn.png +0 -0
  245. package/website/static/img/make/v4_step_1.png +0 -0
  246. package/website/static/img/make/v4_step_2.png +0 -0
  247. package/website/static/img/timeline.png +0 -0
  248. package/website/static/img/timeline3_intro_image.png +0 -0
  249. package/website/static/js/faq-generator.js +0 -20
  250. package/website/static/js/main.js +0 -240
  251. package/website/static/welcome/step3.png +0 -0
  252. package/website/static/welcome/welcome.json +0 -266
  253. package/website/templates/_about.html +0 -23
  254. package/website/templates/_analytics.html +0 -10
  255. package/website/templates/_banner.html +0 -26
  256. package/website/templates/_demo.html +0 -5
  257. package/website/templates/_developers.html +0 -19
  258. package/website/templates/_examples.html +0 -156
  259. package/website/templates/_faq.html +0 -117
  260. package/website/templates/_footer.html +0 -54
  261. package/website/templates/_head.html +0 -38
  262. package/website/templates/_header.html +0 -18
  263. package/website/templates/_help.html +0 -50
  264. package/website/templates/_make.html +0 -291
  265. package/website/templates/_nav.html +0 -24
  266. package/website/templates/_overview.html +0 -32
  267. package/website/templates/_roadmap.html +0 -27
  268. package/website/templates/_storytelling_tools.html +0 -35
  269. package/website/templates/base.html +0 -37
  270. package/website/templates/docs/faq.html +0 -223
  271. package/website/templates/docs/index.html +0 -57
  272. package/website/templates/docs/instantiate-a-timeline.html +0 -207
  273. package/website/templates/docs/json-format.html +0 -477
  274. package/website/templates/docs/license.html +0 -29
  275. package/website/templates/docs/media-types.html +0 -82
  276. package/website/templates/docs/options.html +0 -503
  277. package/website/templates/docs/overriding-styles.html +0 -357
  278. package/website/templates/docs/using-spreadsheets.html +0 -94
  279. package/website/templates/error.html +0 -28
  280. package/website/templates/examples/_common_example_embed.html +0 -27
  281. package/website/templates/examples/embed-test/index.html +0 -41
  282. package/website/templates/examples/example.json +0 -328
  283. package/website/templates/examples/houston/index.html +0 -40
  284. package/website/templates/examples/houston/timeline2.json +0 -218
  285. package/website/templates/examples/houston/timeline3.json +0 -271
  286. package/website/templates/examples/mediatypes/index.html +0 -61
  287. package/website/templates/examples/mediatypes/timeline3.json +0 -421
  288. package/website/templates/examples/republican/index.html +0 -49
  289. package/website/templates/examples/republican/timeline2.json +0 -0
  290. package/website/templates/examples/republican/timeline3.json +0 -238
  291. package/website/templates/examples/shit-people-say/index.html +0 -39
  292. package/website/templates/examples/shit-people-say/timeline2.json +0 -243
  293. package/website/templates/examples/shit-people-say/timeline3.json +0 -336
  294. package/website/templates/examples/soundcite/index.html +0 -42
  295. package/website/templates/examples/soundcite/timeline3.json +0 -271
  296. package/website/templates/examples/timeline3.json +0 -271
  297. package/website/templates/examples/twain/index.html +0 -85
  298. package/website/templates/examples/twain/marktwain.json +0 -502
  299. package/website/templates/examples/user-interface/index.html +0 -40
  300. package/website/templates/examples/user-interface/timeline2.json +0 -260
  301. package/website/templates/examples/user-interface/timeline3.json +0 -327
  302. package/website/templates/index.html +0 -17
  303. package/website/templates/mediatype-tests.html +0 -121
  304. package/website/templates/test/GoogleSpreadsheetFeedLegacyFormat.json +0 -1
  305. package/website/templates/test/GoogleSpreadsheetFeedTJS3Format.json +0 -1
  306. package/website/templates/test/maps.html +0 -4
  307. package/website/templates/unit-tests.html +0 -775
@@ -1,336 +0,0 @@
1
- {
2
- "title":
3
- {
4
- "media": {
5
- "url": "https://youtu.be/u-yLGIH7W9Y",
6
- "caption": "Writers & Creators: Kyle Humphrey & Graydon Sheppard",
7
- "credit": ""
8
- },
9
- "text": {
10
- "headline": "Sh*t People Say",
11
- "text": "When "Shit Girls Say" was uploaded to YouTube it was picked up by Reddit, the Huffington Post, Mashable etc. In a month, it racked up over 12 million views and has spawned a meme of Sh*t People Say."
12
- }
13
- },
14
- "events": [
15
- {
16
- "media": {
17
- "url": "https://youtu.be/u4XpeU9erbg",
18
- "caption": "",
19
- "credit": ""
20
- },
21
- "start_date": {
22
- "month": "1",
23
- "day": "26",
24
- "year": "2012"
25
- },
26
- "text": {
27
- "headline": "Sh*t Politicians Say",
28
- "text": "<p>Sh*t Politicians Say landed just hours before Thursday night\u2019s Republican presidential debate and stars actor Joe Leon. In true political fashion, his character rattles off common jargon heard from people running for office.</p><p>Do these ring a bell? Moral fiber, family values, trust me, three-point plan, earmarks, tough question, children are our future, Washington outsider, jobs, my opponent \u2014 all sound familiar.</p>"
29
- }
30
- },
31
- {
32
- "media": {
33
- "url": "https://youtu.be/f-x8t0JOnVw",
34
- "caption": "",
35
- "credit": ""
36
- },
37
- "start_date": {
38
- "month": "1",
39
- "day": "10",
40
- "year": "2012"
41
- },
42
- "text": {
43
- "headline": "Sh*t Nobody Says",
44
- "text": "<p>Have you ever heard someone say \u201ccan I burn a copy of your Nickelback CD?\u201d or \u201cmy Bazooka gum still has flavor!\u201d Nobody says that.</p>"
45
- }
46
- },
47
- {
48
- "media": {
49
- "url": "https://youtu.be/Ofy5gNkKGOo",
50
- "caption": "",
51
- "credit": ""
52
- },
53
- "start_date": {
54
- "month": "1",
55
- "day": "26",
56
- "year": "2012"
57
- },
58
- "text": {
59
- "headline": "Sh*t Chicagoans Say",
60
- "text": ""
61
- }
62
- },
63
- {
64
- "media": {
65
- "url": "https://youtu.be/zyyalkHjSjo",
66
- "caption": "",
67
- "credit": ""
68
- },
69
- "start_date": {
70
- "month": "1",
71
- "day": "4",
72
- "year": "2012"
73
- },
74
- "text": {
75
- "headline": "Sh*t Broke People Say",
76
- "text": ""
77
- }
78
- },
79
- {
80
- "media": {
81
- "url": "https://youtu.be/BR8zFANeBGQ",
82
- "caption": "written, filmed, and edited by Kate Imbach & Tom Conrad",
83
- "credit": ""
84
- },
85
- "start_date": {
86
- "month": "1",
87
- "day": "4",
88
- "year": "2012"
89
- },
90
- "text": {
91
- "headline": "Sh*t Silicon Valley Says",
92
- "text": ""
93
- }
94
- },
95
- {
96
- "media": {
97
- "url": "https://youtu.be/OmWFnd-p0Lw",
98
- "caption": "",
99
- "credit": ""
100
- },
101
- "start_date": {
102
- "month": "12",
103
- "day": "25",
104
- "year": "2011"
105
- },
106
- "text": {
107
- "headline": "Sh*t Vegans Say",
108
- "text": ""
109
- }
110
- },
111
- {
112
- "media": {
113
- "url": "https://youtu.be/KsT3QTmsN5Q",
114
- "caption": "",
115
- "credit": ""
116
- },
117
- "start_date": {
118
- "month": "1",
119
- "day": "23",
120
- "year": "2012"
121
- },
122
- "text": {
123
- "headline": "Sh*t Graphic Designers Say",
124
- "text": ""
125
- }
126
- },
127
- {
128
- "media": {
129
- "url": "https://youtu.be/vJpBCzzcSgA",
130
- "caption": "",
131
- "credit": ""
132
- },
133
- "start_date": {
134
- "month": "12",
135
- "day": "30",
136
- "year": "2011"
137
- },
138
- "text": {
139
- "headline": "Sh*t Wookiees Say",
140
- "text": ""
141
- }
142
- },
143
- {
144
- "media": {
145
- "url": "https://youtu.be/c9ehQ7vO7c0",
146
- "caption": "",
147
- "credit": ""
148
- },
149
- "start_date": {
150
- "month": "1",
151
- "day": "17",
152
- "year": "2012"
153
- },
154
- "text": {
155
- "headline": "Sh*t People Say About Sh*t People Say Videos",
156
- "text": ""
157
- }
158
- },
159
- {
160
- "media": {
161
- "url": "https://youtu.be/eRQe-BT9g_U",
162
- "caption": "",
163
- "credit": ""
164
- },
165
- "start_date": {
166
- "month": "1",
167
- "day": "20",
168
- "year": "2012"
169
- },
170
- "text": {
171
- "headline": "Sh*t Social Media Pros Say",
172
- "text": ""
173
- }
174
- },
175
- {
176
- "media": {
177
- "url": "https://youtu.be/HRmc5uuoUzA",
178
- "caption": "",
179
- "credit": ""
180
- },
181
- "start_date": {
182
- "month": "1",
183
- "day": "11",
184
- "year": "2012"
185
- },
186
- "text": {
187
- "headline": "Sh*t Old People Say About Computers",
188
- "text": ""
189
- }
190
- },
191
- {
192
- "media": {
193
- "url": "https://youtu.be/rwozXzo0MZk",
194
- "caption": "",
195
- "credit": ""
196
- },
197
- "start_date": {
198
- "month": "1",
199
- "day": "11",
200
- "year": "2012"
201
- },
202
- "text": {
203
- "headline": "Sh*t College Freshmen Say",
204
- "text": ""
205
- }
206
- },
207
- {
208
- "media": {
209
- "url": "https://youtu.be/kbovd-e-hRg",
210
- "caption": "Writers & Creators: Kyle Humphrey & Graydon Sheppard",
211
- "credit": ""
212
- },
213
- "start_date": {
214
- "month": "12",
215
- "day": "16",
216
- "year": "2011"
217
- },
218
- "text": {
219
- "headline": "Sh*t Girls Say - Episode 2",
220
- "text": ""
221
- }
222
- },
223
- {
224
- "media": {
225
- "url": "https://youtu.be/bDHUhT71JN8",
226
- "caption": "Writers & Creators: Kyle Humphrey & Graydon Sheppard",
227
- "credit": ""
228
- },
229
- "start_date": {
230
- "month": "12",
231
- "day": "24",
232
- "year": "2011"
233
- },
234
- "text": {
235
- "headline": "Sh*t Girls Say - Episode 3 Featuring Juliette Lewis",
236
- "text": ""
237
- }
238
- },
239
- {
240
- "media": {
241
- "url": "https://youtu.be/MEOb_meSHhQ",
242
- "caption": "",
243
- "credit": ""
244
- },
245
- "start_date": {
246
- "month": "1",
247
- "day": "27",
248
- "year": "2012"
249
- },
250
- "text": {
251
- "headline": "Sh*t Web Designers Say",
252
- "text": ""
253
- }
254
- },
255
- {
256
- "media": {
257
- "url": "https://youtu.be/FUhrSVyu0Kw",
258
- "caption": "Written, Directed, Conceptualized and Performed by Carrie Valentine and Jessica Katz",
259
- "credit": ""
260
- },
261
- "start_date": {
262
- "month": "1",
263
- "day": "12",
264
- "year": "2012"
265
- },
266
- "text": {
267
- "headline": "Sh*t Hipsters Say",
268
- "text": "No meme is complete without a bit of hipster-bashing."
269
- }
270
- },
271
- {
272
- "media": {
273
- "url": "https://youtu.be/MUX58Vi-YLg",
274
- "caption": "",
275
- "credit": ""
276
- },
277
- "start_date": {
278
- "month": "1",
279
- "day": "6",
280
- "year": "2012"
281
- },
282
- "text": {
283
- "headline": "Sh*t Cats Say",
284
- "text": "No meme is complete without cats. This had to happen, obviously."
285
- }
286
- },
287
- {
288
- "media": {
289
- "url": "https://youtu.be/GMCkuqL9IcM",
290
- "caption": "Video script, production, and editing by Allen Krughoff of Hardcastle Photography",
291
- "credit": ""
292
- },
293
- "start_date": {
294
- "month": "1",
295
- "day": "21",
296
- "year": "2012"
297
- },
298
- "text": {
299
- "headline": "Sh*t Cyclists Say",
300
- "text": ""
301
- }
302
- },
303
- {
304
- "media": {
305
- "url": "https://youtu.be/IMC1_RH_b3k",
306
- "caption": "",
307
- "credit": ""
308
- },
309
- "start_date": {
310
- "month": "12",
311
- "day": "30",
312
- "year": "2011"
313
- },
314
- "text": {
315
- "headline": "Sh*t Yogis Say",
316
- "text": ""
317
- }
318
- },
319
- {
320
- "media": {
321
- "url": "https://youtu.be/yRvJylbSg7o",
322
- "caption": "Directed and Edited by Matt Mayer, Produced by Seth Keim, Written by Eliot Glazer. Featuring Eliot and Ilana Glazer, who are siblings, not married.",
323
- "credit": ""
324
- },
325
- "start_date": {
326
- "month": "1",
327
- "day": "18",
328
- "year": "2012"
329
- },
330
- "text": {
331
- "headline": "Sh*t New Yorkers Say",
332
- "text": ""
333
- }
334
- }
335
- ]
336
- }
@@ -1,42 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en"><!--
3
-
4
- 88888888888 d8b 888 d8b 888888 d8888b
5
- 888 Y8P 888 Y8P 88b d88P Y88b
6
- 888 888 888 Y88b
7
- 888 888 88888b d88b d88b 888 888 88888b d88b 888 Y888b
8
- 888 888 888 888 88b d8P Y8b 888 888 888 88b d8P Y8b 888 Y88b
9
- 888 888 888 888 888 88888888 888 888 888 888 88888888 888 888
10
- 888 888 888 888 888 Y8b 888 888 888 888 Y8b 88P Y88b d88P
11
- 888 888 888 888 888 Y8888 888 888 888 888 Y8888 888 Y8888P
12
- d88P
13
- d88P
14
- 888P
15
- -->
16
- <head>
17
- <title>Whitney Houston, 1963-2012</title>
18
- <meta name="description" content="Houston’s voice caught the imagination of the world propelling her to superstardom at an early age becoming one of the most awarded performers of our time.">
19
- <meta charset="utf-8">
20
- <meta name="viewport" content="initial-scale=1,width=device-width">
21
- <meta name="apple-mobile-web-app-capable" content="yes">
22
- <meta name="apple-touch-fullscreen" content="yes">
23
- <!-- Style-->
24
- <style>
25
- html, body {
26
- height:100%;
27
- padding: 0px;
28
- margin: 0px;
29
- }
30
- </style>
31
- <!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
32
- <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
33
- <link rel="shortcut icon" href="https://cdn.knightlab.com/libs/blueline/latest/assets/logos/favicon.ico">
34
- </head>
35
- <body>
36
- {% include "examples/_common_example_embed.html" %}
37
- {% include "_analytics.html" %}
38
- <link href='https://cdn.knightlab.com/libs/soundcite/latest/css/player.css' rel='stylesheet' type='text/css'>
39
- <script type='text/javascript' src='https://cdn.knightlab.com/libs/soundcite/latest/js/soundcite.min.js'></script>
40
-
41
- </body>
42
- </html>
@@ -1,271 +0,0 @@
1
- {
2
- "title": {
3
- "media": {
4
- "url": "//www.flickr.com/photos/tm_10001/2310475988/",
5
- "caption": "Whitney Houston performing on her My Love is Your Love Tour in Hamburg.",
6
- "credit": "flickr/<a href='http://www.flickr.com/photos/tm_10001/'>tm_10001</a>"
7
- },
8
- "text": {
9
- "headline": "Whitney Houston<br/> 1963 - 2012",
10
- "text": "<p>Houston's voice caught the imagination of the world propelling her to superstardom at an early age becoming one of the most awarded performers of our time. This is a look into the amazing heights she achieved and her personal struggles with substance abuse and a tumultuous marriage.</p>"
11
- }
12
- },
13
- "events": [
14
- {
15
- "media": {
16
- "url": "{{ static_url }}/img/examples/houston/family.jpg",
17
- "caption": "Houston's mother and Gospel singer, Cissy Houston (left) and cousin Dionne Warwick.",
18
- "credit": "Cissy Houston photo:<a href='http://www.flickr.com/photos/11447043@N00/418180903/'>Tom Marcello</a><br/><a href='http://commons.wikimedia.org/wiki/File%3ADionne_Warwick_television_special_1969.JPG'>Dionne Warwick: CBS Television via Wikimedia Commons</a>"
19
- },
20
- "start_date": {
21
- "month": "8",
22
- "day": "9",
23
- "year": "1963"
24
- },
25
- "text": {
26
- "headline": "A Musical Heritage",
27
- "text": "<p>Born in New Jersey on August 9th, 1963, Houston grew up surrounded by the music business. Her mother is gospel singer Cissy Houston and her cousins are Dee Dee and Dionne Warwick.</p>"
28
- }
29
- },
30
- {
31
- "media": {
32
- "url": "https://youtu.be/fSrO91XO1Ck",
33
- "caption": "",
34
- "credit": "<a href=\"http://unidiscmusic.com\">Unidisc Music</a>"
35
- },
36
- "start_date": {
37
- "year": "1978"
38
- },
39
- "text": {
40
- "headline": "First Recording",
41
- "text": "At the age of 15 Houston was featured on Michael Zager's song, Life's a Party."
42
- }
43
- },
44
- {
45
- "media": {
46
- "url": "https://youtu.be/_gvJCCZzmro",
47
- "caption": "A young poised Whitney Houston in an interview with EbonyJet.",
48
- "credit": "EbonyJet"
49
- },
50
- "start_date": {
51
- "year": "1978"
52
- },
53
- "text": {
54
- "headline": "The Early Years",
55
- "text": "As a teen Houston's credits include background vocals for Jermaine Jackson, Lou Rawls and the Neville Brothers. She also sang on Chaka Khan's, 'I'm Every Woman,' a song which she later remade for the <i>Bodyguard</i> soundtrack which is the biggest selling soundtrack of all time. It sold over 42 million copies worldwide."
56
- }
57
- },
58
- {
59
- "media": {
60
- "url": "https://youtu.be/H7_sqdkaAfo",
61
- "caption": "I'm Every Women as performed by Whitney Houston.",
62
- "credit": "Arista Records"
63
- },
64
- "start_date": {
65
- "year": "1978"
66
- },
67
- "text": {
68
- "headline": "Early Album Credits",
69
- "text": "As a teen Houston's credits include background vocals for Jermaine Jackson, Lou Rawls and the Neville Brothers. She also sang on Chaka Khan's, 'I'm Every Woman,' a song which she later remade for the <i>Bodyguard</i> soundtrack which is the biggest selling soundtrack of all time. It sold over 42 million copies worldwide."
70
- }
71
- },
72
- {
73
- "media": {
74
- "url": "https://youtu.be/A4jGzNm2yPI",
75
- "caption": "Whitney Houston and Clive Davis discussing her discovery and her eponymous first album.",
76
- "credit": "Sony Music Entertainment"
77
- },
78
- "start_date": {
79
- "year": "1983"
80
- },
81
- "text": {
82
- "headline": "Signed",
83
- "text": "Houston is signed to Arista Records after exec Clive Davis sees her performing on stage with her mother in New York."
84
- }
85
- },
86
- {
87
- "media": {
88
- "url": "https://youtu.be/m3-hY-hlhBg",
89
- "caption": "The 'How Will I Know' video showcases the youthful energy that boosted Houston to stardom.",
90
- "credit": "Arista Records Inc."
91
- },
92
- "start_date": {
93
- "year": "1985"
94
- },
95
- "text": {
96
- "headline": "Debut",
97
- "text": "Whitney Houston's self titled first release sold over 12 million copies in the U.S. and included the hit singles <span class='soundcite' data-url='https://upload.wikimedia.org/wikipedia/en/1/19/HowWillIKnow.ogg' data-start='15000' data-end='19000' data-plays='1'>How Will I Know?</span>, 'You Give Good Love,' 'Saving All My Love For You' and 'Greatest Love of All.'"
98
- }
99
- },
100
- {
101
- "media": {
102
- "url": "https://youtu.be/v0XuiMX1XHg",
103
- "caption": "Dionne Warwick gleefully announces cousin, Whitney Houston, the winner of the Best Female Pop Vocal Performance for the song Saving All My Love.",
104
- "credit": "<a href='http://grammy.org'>The Recording Academy</a>"
105
- },
106
- "start_date": {
107
- "year": "1986"
108
- },
109
- "text": {
110
- "headline": "'The Grammys'",
111
- "text": "In 1986 Houston won her first Grammy for the song Saving All My Love. In total she has won six Grammys, the last of which she won in 1999 for It's Not Right But It's Okay."
112
- }
113
- },
114
- {
115
- "media": {
116
- "url": "https://youtu.be/eH3giaIzONA",
117
- "caption": "I Wanna Dance With Somebody",
118
- "credit": "Arista Records Inc."
119
- },
120
- "start_date": {
121
- "year": "1987"
122
- },
123
- "text": {
124
- "headline": "'Whitney'",
125
- "text": "Multiplatinum second album sells more than 20 million copies worldwide. With 'Whitney', Houston became the first female artist to produce four number 1 singles on one album including \"I Wanna Dance With Somebody,' 'Didn't We Almost Have It All,' 'So Emotional' and 'Where Do Broken Hearts Go.'"
126
- }
127
- },
128
- {
129
- "media": {
130
- "url": "https://youtu.be/96aAx0kxVSA",
131
- "caption": "\"One Moment In Time\" - Theme song to the 1988 Seoul Olympics",
132
- "credit": "Arista Records Inc."
133
- },
134
- "start_date": {
135
- "year": "1988"
136
- },
137
- "text": {
138
- "headline": "\"One Moment In Time\"",
139
- "text": "The artist's fame continues to skyrocket as she records the theme song for the Seoul Olympics, 'One Moment In Time.'"
140
- }
141
- },
142
- {
143
- "media": {
144
- "url": "",
145
- "caption": "",
146
- "credit": ""
147
- },
148
- "start_date": {
149
- "year": "1989"
150
- },
151
- "text": {
152
- "headline": "Bobby Brown",
153
- "text": "Houston and Brown first meet at the Soul Train Music Awards. In an interview with Rolling Stone Magazine, Houston admitted that it was not love at first sight. She turned down Brown's first marriage proposal but eventually fell in love with him."
154
- }
155
- },
156
- {
157
- "media": {
158
- "url": "https://youtu.be/5Fa09teeaqs",
159
- "caption": "CNN looks back at Houston's iconic performance of the national anthem at Superbowl XXV.",
160
- "credit": "CNN"
161
- },
162
- "start_date": {
163
- "year": "1991"
164
- },
165
- "text": {
166
- "headline": "Super Bowl",
167
- "text": "Houston's <span class='soundcite' data-url='https://upload.wikimedia.org/wikipedia/uk/c/cb/Whitney_Houston_-_USA_National_Anthem.ogg' data-start='0' data-end='16000' data-plays='1'>national anthem performance</span> captures the hearts and minds of Americans ralllying behind soldiers in the Persian Guf War."
168
- }
169
- },
170
- {
171
- "media": {
172
- "url": "https://youtu.be/h9rCobRl-ng",
173
- "caption": "\"Run To You\" from the 1992 \"Bodyguard\" soundtrack..",
174
- "credit": "Arista Records"
175
- },
176
- "start_date": {
177
- "year": "1992"
178
- },
179
- "text": {
180
- "headline": "\"The Bodyguard\"",
181
- "text": "Houston starred opposite Kevin Costner in the box office hit, The Bodyguard. The soundtrack to the movie sold over 44 million copies worldwide garnering 3 Grammy's for the artist, including Record of the Year for <span class=\"soundcite\" data-url=\"https://upload.wikimedia.org/wikipedia/en/a/ac/I_Will_Always_Love_You_Whitney.ogg\" data-start=\"0\" data-end=\"11000\" data-plays=\"1\">I Will Always Love You</span>"
182
- }
183
- },
184
- {
185
- "media": {
186
- "url": "https://youtu.be/5cDLZqe735k",
187
- "caption": "Bobby Brown performing \"My Prerogrative,\" from his \"Don't be Cruel\" solo album. Bobby Brown first became famous with the R&B group, New Edition.",
188
- "credit": ""
189
- },
190
- "start_date": {
191
- "year": "1992"
192
- },
193
- "text": {
194
- "headline": "Married Life",
195
- "text": "<p>After three years of courtship, Houston marries New Edition singer Bobby Brown. Their only child Bobbi Kristina Brown was born in 1993.</p><p>In 2003 Brown was charged with domestic violence after police responded to a domestic violence call. Houston and Brown were featured in the reality show, \"Being bobby Brown,\" and divorced in 2007.</p>"
196
- }
197
- },
198
- {
199
- "media": {
200
- "url": "//upload.wikimedia.org/wikipedia/commons/d/dd/ABC_-_Good_Morning_America_-_Diane_Sawyer.jpg",
201
- "caption": "Diane Sawyer ",
202
- "credit": "flickr/<a href='http://www.flickr.com/photos/23843757@N00/194521206/'>Amanda Benham</a>"
203
- },
204
- "start_date": {
205
- "year": "2002"
206
- },
207
- "text": {
208
- "headline": "Crack is Whack",
209
- "text": "<p>Houston first publicly admitted to drug use in an interview with Diane Sawyer. The singer coined the term \"Crack is Whack,\" saying that she only used more expensive drugs.</p>"
210
- }
211
- },
212
- {
213
- "media": {
214
- "url": "https://youtu.be/KLk6mt8FMR0",
215
- "caption": "Addiction expert, Dr. Drew, talks about Whitney's death and her struggle with addiction.",
216
- "credit": "CNN"
217
- },
218
- "start_date": {
219
- "year": "2004"
220
- },
221
- "text": {
222
- "headline": "Rehab",
223
- "text": "<p>Houston entered rehab several times beginning in 2004. She declared herself drug free in an interview with Oprah Winfrey in 2009 but returned to rehab in 2011.</p>"
224
- }
225
- },
226
- {
227
- "media": {
228
- "url": "",
229
- "caption": "",
230
- "credit": ""
231
- },
232
- "start_date": {
233
- "year": "2005"
234
- },
235
- "text": {
236
- "headline": "Being Bobby Brown",
237
- "text": "<p>Being Bobby Brown was a reality show starring Brown and wife Whitney Houston. Houston refused to sign for a second season. A clip of her telling Brown to \"Kiss my ass,\" became a running gag on The Soup.</p>"
238
- }
239
- },
240
- {
241
- "media": {
242
- "url": "",
243
- "caption": "",
244
- "credit": ""
245
- },
246
- "start_date": {
247
- "year": "2010"
248
- },
249
- "text": {
250
- "headline": "A Rocky Comeback",
251
- "text": "<p>Houston's comeback tour is cut short due to a diminished voice damaged by years of smoking. She was reportedly devastated at her inability to perform like her old self.</p>"
252
- }
253
- },
254
- {
255
- "media": {
256
- "url": "//upload.wikimedia.org/wikipedia/commons/0/0f/Flickr_Whitney_Houston_performing_on_GMA_2009_4.jpg",
257
- "caption": "Houston, performing on Good Morning America in 2009.",
258
- "credit": "<a href='http://commons.wikimedia.org/wiki/File%3AFlickr_Whitney_Houston_performing_on_GMA_2009_4.jpg'>Asterio Tecson</a> via Wikimedia"
259
- },
260
- "start_date": {
261
- "month": "2",
262
- "day": "11",
263
- "year": "2012"
264
- },
265
- "text": {
266
- "headline": "Whitney Houston<br/> 1963-2012",
267
- "text": "<p>Houston, 48, was discovered dead at the Beverly Hilton Hotel on on Feb. 11, 2012. She is survived by her daughter, Bobbi Kristina Brown, and mother, Cissy Houston.</p>"
268
- }
269
- }
270
- ]
271
- }