@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,328 +0,0 @@
1
-
2
- {
3
- "timeline":
4
- {
5
- "headline":"Elizabeth Taylor<br/> 1932-2011",
6
- "startDate":"1932",
7
- "text":"<p>The actress,renowned for her beauty, talent and eventful personal life, was one of the last stars left from Hollywood's golden age. A look at some of the milestones in her life.</p><p>This is demo prototype of this timeline tool. The test content orginates from The New York Time's interactive feature <br/><a href='http://www.nytimes.com/interactive/2011/03/23/movies/20110323-ELIZABETH-TAYLOR-TIMELINE.html' onclick = 'void(0)'>Elizabeth Taylor: 1932-2011</a>.</p>",
8
- "type":"default",
9
- "asset":
10
- {
11
- "media":"examples/taylor/born.jpg",
12
- "credit":"",
13
- "caption":""
14
- },
15
- "date": [
16
- {
17
- "startDate":"2011,3,23",
18
- "headline":"Elizabeth Taylor Dies in Los Angeles",
19
- "asset":
20
- {
21
- "media":"examples/taylor/final.jpg",
22
- "credit":"",
23
- "caption":"She died of congestive heart failure at Cedars-Sinai Hospital in Los Angeles."
24
- },
25
- "tags":"Personal life"
26
- },
27
- {
28
- "startDate":"2004,11,1",
29
- "headline":"Reveals Congestive Heart Failure",
30
- "text":"Ms. Taylor disclosed that she had congestive heart failure,a disorder in which the heart ",
31
- "related":"",
32
- "tags":"Personal life"
33
- },
34
- {
35
- "startDate":"2003,1,1",
36
- "headline":"Retires from Acting",
37
- "text":"Ms. Taylor, whose output steadily decreased beginning in the 1980s, announced her retirement from acting in 2003, saying she preferred to focus on her AIDS charity work.",
38
- "asset":
39
- {
40
- "media":"examples/taylor/retire.jpg",
41
- "credit":"Robin Weiner\/Associated Press",
42
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
43
- },
44
- "tags":"Career"
45
- },
46
- {
47
- "startDate":"2002,1,1",
48
- "headline":"Receives Kennedy Center Honor",
49
- "text":"Ms. Taylor received a John F. Kennedy Center Honor in 2002.",
50
- "asset":
51
- {
52
- "media":"examples/taylor/kennedy.jpg",
53
- "credit":"Robin Weiner\/Associated Press",
54
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
55
- },
56
- "tags":"Personal life, Career"
57
- },
58
- {
59
- "startDate":"1999,12,1",
60
- "headline":"Introducing Dame Elizabeth Taylor",
61
- "text":"Ms. Taylor, a dual citizen of England and the United States, was appointed by Queen Elizabeth II as a Dame Commander of the Order of the British Empire.",
62
- "asset":
63
- {
64
- "media":"examples/taylor/dame.jpg",
65
- "credit":"Robin Weiner\/Associated Press",
66
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
67
- },
68
- "tags":"Personal life, Career"
69
- },
70
- {
71
- "startDate":"1999,1,1",
72
- "headline":"Named a Top Hollywood Legend by AFI",
73
- "text":"Ms. Taylor was listed seventh on the American Film Institute's list of the greatest American female screen legends.",
74
- "tags":"Career"
75
- },
76
- {
77
- "startDate":"1991,10,6",
78
- "headline":"Marries Larry Fortensky",
79
- "asset":
80
- {
81
- "media":"examples/taylor/fortensky.jpg",
82
- "credit":"",
83
- "caption":"Ms. Taylor's eighth and final marriage was to Larry Fortensky"
84
- },
85
- "endDate":"1996,10,31",
86
- "tags":"Marriages, Personal life"
87
- },
88
- {
89
- "startDate":"1987,1,1",
90
- "headline":"Debut of Perfume Line",
91
- "text":"In the 1980s and 1990s, Ms. Taylor arguably became better known for her line of perfumes than her acting. Passion, her first licensed product, was released in 1987. White Diamonds followed in 1991.",
92
- "asset":
93
- {
94
- "media":"http://youtu.be/vjVfu8-Wp6s",
95
- "credit":"Robin Weiner\/Associated Press",
96
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
97
- },
98
- "tags":"Career"
99
- },
100
- {
101
- "startDate":"1985",
102
- "headline":"AIDS Activism",
103
- "text":"Ms. Taylor has been an energetic activist for AIDS-related causes.",
104
- "asset":
105
- {
106
- "media":"examples/taylor/aids.jpg",
107
- "credit":"Robin Weiner\/Associated Press",
108
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
109
- },
110
- "endDate":"2011,2,16",
111
- "tags":"Personal life"
112
- },
113
- {
114
- "startDate":"1981",
115
- "headline":"Makes Broadway Debut",
116
- "text":"Ms. Taylor made her Broadway debut in a revival of \"The Little Foxes\" by Lillian Hellman.",
117
- "asset":
118
- {
119
- "media":"examples/taylor/broadway.jpg",
120
- "credit":"Robin Weiner\/Associated Press",
121
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
122
- },
123
- "tags":"Career"
124
- },
125
- {
126
- "startDate":"1976,12,4",
127
- "headline":"Marriage to John W. Warner",
128
- "asset":
129
- {
130
- "media":"examples/taylor/warner.jpg",
131
- "credit":"",
132
- "caption":"Ms. Taylor's seventh marriage"
133
- },
134
- "endDate":"1982,11,7",
135
- "tags":"Marriages, Personal life"
136
- },
137
- {
138
- "startDate":"1975,10,10",
139
- "headline":"Remarries Richard Burton",
140
- "text":"The second installment of the couple's marriage lasted less than 10 months. Ms. Taylor was also linked to Ardeshir Zahedi, the Iranian ambassador to Washington, during this time.",
141
- "asset":
142
- {
143
- "media":"examples/taylor/burton-2.jpg",
144
- "credit":"Robin Weiner\/Associated Press",
145
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
146
- },
147
- "endDate":"1976,7,29",
148
- "tags":"Marriages, Personal life"
149
- },
150
- {
151
- "startDate":"1966,1,1",
152
- "headline":"Stars in 'Who's Afraid of Virginia Woolf?'",
153
- "text":"Ms. Taylor won her second Academy Award for arguably her most acclaimed role.",
154
- "asset":
155
- {
156
- "media":"examples/taylor/woolfe.jpg",
157
- "credit":"Robin Weiner\/Associated Press",
158
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
159
- },
160
- "tags":"Career"
161
- },
162
- {
163
- "startDate":"1964,3,15",
164
- "headline":"Marries Richard Burton",
165
- "asset":
166
- {
167
- "media":"examples/taylor/burton.jpg",
168
- "credit":"",
169
- "caption":"Ms. Taylor left Eddie Fisher and married the actor Richard Burton."
170
- },
171
- "endDate":"1974,6,26",
172
- "tags":"Marriages, Personal life"
173
- },
174
- {
175
- "startDate":"1963",
176
- "headline":"Stars in 'Cleopatra'",
177
- "asset":
178
- {
179
- "media":"http://youtu.be/NGDyZHlHklo",
180
- "credit":"",
181
- "caption":"The opulent production was among the most expensive in cinematic history at the time."
182
- },
183
- "tags":"Career"
184
- },
185
- {
186
- "startDate":"1961,4,17",
187
- "headline":"Wins First Academy Award",
188
- "text":"Ms. Taylor won her first Oscar for her role in \"Butterfield 8.\"",
189
- "asset":
190
- {
191
- "media":"examples/taylor/oscar.jpg",
192
- "credit":"Robin Weiner\/Associated Press",
193
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
194
- },
195
- "tags":"Career"
196
- },
197
- {
198
- "startDate":"1961,1,1",
199
- "headline":"Stars in 'Butterfield 8'",
200
- "text":"One of Ms. Taylor's most acclaimed roles was as a call girl in the 1960 film \"Butterfield 8.\"",
201
- "asset":
202
- {
203
- "media":"examples/taylor/butterfield.jpg",
204
- "credit":"Robin Weiner\/Associated Press",
205
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
206
- },
207
- "endDate":"196002152034",
208
- "tags":"Career"
209
- },
210
- {
211
- "startDate":"1959,5,12",
212
- "headline":"Marries Eddie Fisher",
213
- "asset":
214
- {
215
- "media":"examples/taylor/fisher.jpg",
216
- "credit":"",
217
- "caption":"Ms. Taylor's fourth marriage."
218
- },
219
- "endDate":"1964,3,6",
220
- "tags":"Marriages"
221
- },
222
- {
223
- "startDate":"1957",
224
- "headline":"Nominated for an Oscar",
225
- "text":"Ms. Taylor received her first Academy Award nomination with a best lead actress nod for \"Raintree County, \" but she did not win. She was also nominated for best actress in \"Cat on a Hot Tin Roof\" (1958); \"Suddenly, Last Summer\" (1959); \"Butterfield 8\" (1960); and \"Who's Afraid of Virginia Woolf?\" (1966).",
226
- "asset":
227
- {
228
- "media":"http://youtu.be/rDk0JtQHc0A",
229
- "credit":"Robin Weiner\/Associated Press",
230
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
231
- },
232
- "tags":"Career"
233
- },
234
- {
235
- "startDate":"1957,2,2",
236
- "headline":"Marries Michael Todd",
237
- "asset":
238
- {
239
- "media":"examples/taylor/todd.jpg",
240
- "credit":"",
241
- "caption":"Ms. Taylor married Michael Todd,a film and theater producer."
242
- },
243
- "endDate":"1958,3,22",
244
- "tags":"Marriages, Personal life"
245
- },
246
- {
247
- "startDate":"1956",
248
- "headline":"Stars in 'Giant'",
249
- "text":"In another acclaimed early performance, Ms. Taylor starred opposite Rock Hudson and James Dean in George Stevens's epic set in Texas.",
250
- "asset":
251
- {
252
- "media":"examples/taylor/giant.jpg",
253
- "credit":"Robin Weiner\/Associated Press",
254
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
255
- },
256
- "tags":"Career"
257
- },
258
- {
259
- "startDate":"1954",
260
- "headline":"A Ubiquitous Starlet",
261
- "text":"Ms. Taylor's workload increased dramatically after \"A Place in the Sun.\" In 1954, her busiest year, she appeared in four films: \"Beau Brummell\"; \"Elephant Walk\"; \"The Last Time I Saw Paris\"; and \"Rhapsody.\"",
262
- "asset":
263
- {
264
- "media":"http://youtu.be/ebDVU2OjsSw",
265
- "credit":"Robin Weiner\/Associated Press",
266
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
267
- },
268
- "tags":"Career"
269
- },
270
- {
271
- "startDate":"1952",
272
- "headline":"Marriage to Michael Wilding",
273
- "text":"Ms. Taylor's second marriage, to Michael Wilding, an actor, also ended in divorce. They had two children: Michael Howard Wilding Jr. and Christopher Edward Wilding.",
274
- "related":"",
275
- "endDate":"1957,1,26",
276
- "tags":"Marriages, Personal life"
277
- },
278
- {
279
- "startDate":"1951",
280
- "headline":"A Child Star Grows Up",
281
- "text":"In the 1950s Ms. Taylor matured into adult roles and began to be considered one of the most beautiful women in the world. Her first acclaimed screen performance as an adult was as a socialite, opposite Montgomery Clift, in George Stevens's \"A Place in the Sun\" in 1951.",
282
- "asset":
283
- {
284
- "media":"examples/taylor/sun.jpg",
285
- "credit":"Robin Weiner\/Associated Press",
286
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
287
- },
288
- "tags":"Career"
289
- },
290
- {
291
- "startDate":"1950,5,6",
292
- "headline":"Marriage to Conrad Hilton Jr.",
293
- "asset":
294
- {
295
- "media":"examples/taylor/hilton.jpg",
296
- "credit":"",
297
- "caption":"Ms. Taylor was married eight times to seven men."
298
- },
299
- "endDate":"1951,1,29",
300
- "tags":"Marriages, Personal life"
301
- },
302
- {
303
- "startDate":"1944",
304
- "headline":"'National Velvet' Makes Her a Star",
305
- "text":"Ms. Taylor became a child star after she played Velvet Brown in MGM's \"National Velvet.",
306
- "asset":
307
- {
308
- "media":"examples/taylor/velvet.jpg",
309
- "credit":"Robin Weiner\/Associated Press",
310
- "caption":"Elizabeth Taylor, with Earvin \"Magic\" Johnson, at an AIDS fundraiser in 1997."
311
- },
312
- "tags":"Career"
313
- },
314
- {
315
- "startDate":"1942",
316
- "headline":"Screen Debut",
317
- "text":"Ms. Taylor signed her first movie contract with Universal Pictures in 1941 and made her screen debut, at age 9, the following year in \"There's One Born Every Minute.\"\nMs. Taylor signed with Metro-Goldwyn-Mayer later in 1942 after Universal canceled her contract. \"Lassie Come Home\" (1943) was her first film for MGM; the studio went on to produce most of Ms. Taylor's most notable films.",
318
- "tags":"Career"
319
- },
320
- {
321
- "startDate":"1932,2,27",
322
- "headline":"Born in London",
323
- "text":"<p>Elizabeth Rosemond Taylor was born in London to American parents, Sara Warmbrodt (the actress Sara Sothern) and Francis Taylor. Ms. Taylor was a dual citizen of England and the United States.\nIn 1939, when World War II began, the Taylors returned to America and eventually settled in Los Angeles.</p>",
324
- "tags":"Personal life"
325
- }
326
- ]
327
- }
328
- }
@@ -1,40 +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
-
39
- </body>
40
- </html>
@@ -1,218 +0,0 @@
1
-
2
- {
3
- "timeline":
4
- {
5
- "headline":"Whitney Houston<br/> 1963 - 2012",
6
- "startDate":"1963",
7
- "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>",
8
- "type":"default",
9
- "asset":
10
- {
11
- "media":"//www.flickr.com/photos/tm_10001/2310475988/",
12
- "credit":"flickr/<a href='http://www.flickr.com/photos/tm_10001/'>tm_10001</a>",
13
- "caption":"Whitney Houston performing on her My Love is Your Love Tour in Hamburg."
14
- },
15
- "date": [
16
- {
17
- "startDate":"1963,8,9",
18
- "headline":"A Musical Heritage",
19
- "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>",
20
- "asset":
21
- {
22
- "media":"{{ static_url }}/img/examples/houston/family.jpg",
23
- "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>",
24
- "caption":"Houston's mother and Gospel singer, Cissy Houston (left) and cousin Dionne Warwick."
25
- }
26
- },
27
- {
28
- "startDate":"1978",
29
- "headline":"First Recording",
30
- "text":"At the age of 15 Houston was featured on Michael Zager's song, Life's a Party.",
31
- "asset":
32
- {
33
- "media":"https://youtu.be/fSrO91XO1Ck",
34
- "credit":"<a href=\"http://unidiscmusic.com\">Unidisc Music</a>",
35
- "caption":""
36
- }
37
- },
38
- {
39
- "startDate":"1978",
40
- "headline":"The Early Years",
41
- "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.",
42
- "asset":
43
- {
44
- "media":"https://youtu.be/_gvJCCZzmro",
45
- "credit":"EbonyJet",
46
- "caption":"A young poised Whitney Houston in an interview with EbonyJet."
47
- }
48
- },
49
- {
50
- "startDate":"1978",
51
- "headline":"Early Album Credits",
52
- "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.",
53
- "asset":
54
- {
55
- "media":"https://youtu.be/H7_sqdkaAfo",
56
- "credit":"Arista Records",
57
- "caption":"I'm Every Women as performed by Whitney Houston."
58
- }
59
- },
60
- {
61
- "startDate":"1983",
62
- "headline":"Signed",
63
- "text":"Houston is signed to Arista Records after exec Clive Davis sees her performing on stage with her mother in New York.",
64
- "asset":
65
- {
66
- "media":"https://youtu.be/A4jGzNm2yPI",
67
- "credit":"Sony Music Entertainment",
68
- "caption":"Whitney Houston and Clive Davis discussing her discovery and her eponymous first album."
69
- }
70
- },
71
- {
72
- "startDate":"1985",
73
- "headline":"Debut",
74
- "text":"Whitney Houston's self titled first release sold over 12 million copies in the U.S. and included the hit singles 'How Will I Know,' 'You Give Good Love,' 'Saving All My Love For You' and 'Greatest Love of All.'",
75
- "asset":
76
- {
77
- "media":"https://youtu.be/m3-hY-hlhBg",
78
- "credit":"Arista Records Inc.",
79
- "caption":"The 'How Will I Know' video showcases the youthful energy that boosted Houston to stardom."
80
- }
81
- },
82
- {
83
- "startDate":"1986",
84
- "headline":"'The Grammys'",
85
- "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.",
86
- "asset":
87
- {
88
- "media":"https://youtu.be/v0XuiMX1XHg",
89
- "credit":"<a href='http://grammy.org'>The Recording Academy</a>",
90
- "caption":"Dionne Warwick gleefully announces cousin, Whitney Houston, the winner of the Best Female Pop Vocal Performance for the song Saving All My Love."
91
- }
92
- },
93
- {
94
- "startDate":"1987",
95
- "headline":"'Whitney'",
96
- "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.'",
97
- "asset":
98
- {
99
- "media":"https://youtu.be/eH3giaIzONA",
100
- "credit":"Arista Records Inc.",
101
- "caption":"I Wanna Dance With Somebody"
102
- }
103
- },
104
- {
105
- "startDate":"1988",
106
- "headline":"\"One Moment In Time\"",
107
- "text":"The artist's fame continues to skyrocket as she records the theme song for the Seoul Olympics, 'One Moment In Time.'",
108
- "asset":
109
- {
110
- "media":"https://youtu.be/96aAx0kxVSA",
111
- "credit":"Arista Records Inc.",
112
- "caption":"\"One Moment In Time\" - Theme song to the 1988 Seoul Olympics"
113
- }
114
- },
115
- {
116
- "startDate":"1989",
117
- "headline":"Bobby Brown",
118
- "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.",
119
- "asset":
120
- {
121
- "media":"",
122
- "credit":"",
123
- "caption":""
124
- }
125
- },
126
- {
127
- "startDate":"1991",
128
- "headline":"Super Bowl",
129
- "text":"Houston's national anthem performance captures the hearts and minds of Americans ralllying behind soldiers in the Persian Guf War.",
130
- "asset":
131
- {
132
- "media":"https://youtu.be/5Fa09teeaqs",
133
- "credit":"CNN",
134
- "caption":"CNN looks back at Houston's iconic performance of the national anthem at Superbowl XXV."
135
- }
136
- },
137
- {
138
- "startDate":"1992",
139
- "headline":"\"The Bodyguard\"",
140
- "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.",
141
- "asset":
142
- {
143
- "media":"https://youtu.be/h9rCobRl-ng",
144
- "credit":"Arista Records",
145
- "caption":"\"Run To You\" from the 1992 \"Bodyguard\" soundtrack.."
146
- }
147
- },
148
- {
149
- "startDate":"1992",
150
- "headline":"Married Life",
151
- "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>",
152
- "asset":
153
- {
154
- "media":"https://youtu.be/5cDLZqe735k",
155
- "credit":"",
156
- "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."
157
- }
158
- },
159
- {
160
- "startDate":"2002",
161
- "headline":"Crack is Whack",
162
- "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>",
163
- "asset":
164
- {
165
- "media":"//upload.wikimedia.org/wikipedia/commons/d/dd/ABC_-_Good_Morning_America_-_Diane_Sawyer.jpg",
166
- "credit":"flickr/<a href='http://www.flickr.com/photos/23843757@N00/194521206/'>Amanda Benham</a>",
167
- "caption":"Diane Sawyer "
168
- }
169
- },
170
-
171
- {
172
- "startDate":"2004",
173
- "headline":"Rehab",
174
- "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>",
175
- "asset":
176
- {
177
- "media":"https://youtu.be/KLk6mt8FMR0",
178
- "credit":"CNN",
179
- "caption":"Addiction expert, Dr. Drew, talks about Whitney's death and her struggle with addiction."
180
- }
181
- },
182
- {
183
- "startDate":"2005",
184
- "headline":"Being Bobby Brown",
185
- "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>",
186
- "asset":
187
- {
188
- "media":"",
189
- "credit":"",
190
- "caption":""
191
- }
192
- },
193
- {
194
- "startDate":"2010",
195
- "headline":"A Rocky Comeback",
196
- "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>",
197
- "asset":
198
- {
199
- "media":"",
200
- "credit":"",
201
- "caption":""
202
- }
203
- },
204
- {
205
- "startDate":"2012,2,11",
206
- "headline":"Whitney Houston<br/> 1963-2012",
207
- "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>",
208
- "asset":
209
- {
210
- "media":"//twitter.com/Blavity/status/851872780949889024",
211
- "credit":"<a href='http://commons.wikimedia.org/wiki/File%3AFlickr_Whitney_Houston_performing_on_GMA_2009_4.jpg'>Asterio Tecson</a> via Wikimedia",
212
- "caption":"Houston, performing on Good Morning America in 2009."
213
- }
214
-
215
- }
216
- ]
217
- }
218
- }