@knight-lab/timelinejs 3.8.15 → 3.8.19
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.
- package/API.md +1 -2
- package/{CHANGELOG → CHANGELOG.md} +70 -8
- package/DEPLOYING.md +4 -0
- package/README.md +21 -19
- package/RELEASING.md +4 -4
- package/dist/css/fonts/font.abril-droidsans.css +143 -0
- package/dist/css/fonts/font.amatic-andika.css +143 -0
- package/dist/css/fonts/font.bevan-pontanosans.css +141 -0
- package/dist/css/fonts/font.bitter-raleway.css +149 -0
- package/dist/css/fonts/font.clicker-garamond.css +141 -0
- package/dist/css/fonts/font.dancing-ledger.css +143 -0
- package/dist/css/fonts/font.default.css +155 -0
- package/dist/css/fonts/font.fjalla-average.css +141 -0
- package/dist/css/fonts/font.georgia-helvetica.css +123 -0
- package/dist/css/fonts/font.knightlab.css +125 -0
- package/dist/css/fonts/font.lustria-lato.css +147 -0
- package/dist/css/fonts/font.medula-lato.css +149 -0
- package/dist/css/fonts/font.oldstandard.css +135 -0
- package/dist/css/fonts/font.opensans-gentiumbook.css +155 -0
- package/dist/css/fonts/font.playfair-faunaone.css +156 -0
- package/dist/css/fonts/font.playfair.css +143 -0
- package/dist/css/fonts/font.pt.css +153 -0
- package/dist/css/fonts/font.roboto-megrim.css +143 -0
- package/dist/css/fonts/font.rufina-sintony.css +149 -0
- package/dist/css/fonts/font.ubuntu.css +145 -0
- package/dist/css/fonts/font.unicaone-vollkorn.css +143 -0
- package/dist/css/icons/tl-icons.eot +0 -0
- package/dist/css/icons/tl-icons.svg +63 -0
- package/dist/css/icons/tl-icons.ttf +0 -0
- package/dist/css/icons/tl-icons.woff +0 -0
- package/dist/css/icons/tl-icons.woff2 +0 -0
- package/dist/css/themes/timeline.theme.contrast.css +3125 -0
- package/dist/css/themes/timeline.theme.dark.css +3125 -0
- package/dist/css/timeline.css +3128 -0
- package/dist/css/timeline.css.map +1 -0
- package/dist/embed/compare.html +91 -0
- package/dist/embed/index.html +170 -0
- package/dist/embed/old-index.html +170 -0
- package/dist/embed/popular_timelines.json +1 -0
- package/dist/js/locale/af.json +75 -0
- package/dist/js/locale/ar.json +76 -0
- package/dist/js/locale/be.json +75 -0
- package/dist/js/locale/bg.json +75 -0
- package/dist/js/locale/ca.json +75 -0
- package/dist/js/locale/cz.json +108 -0
- package/dist/js/locale/da.json +75 -0
- package/dist/js/locale/de.json +76 -0
- package/dist/js/locale/el.json +75 -0
- package/dist/js/locale/en-24hr.json +75 -0
- package/dist/js/locale/en-week.json +75 -0
- package/dist/js/locale/en.json +152 -0
- package/dist/js/locale/eo.json +75 -0
- package/dist/js/locale/es.json +76 -0
- package/dist/js/locale/et.json +75 -0
- package/dist/js/locale/eu.json +75 -0
- package/dist/js/locale/fa.json +74 -0
- package/dist/js/locale/fi.json +95 -0
- package/dist/js/locale/fo.json +75 -0
- package/dist/js/locale/fr.json +119 -0
- package/dist/js/locale/fy.json +75 -0
- package/dist/js/locale/ga.json +75 -0
- package/dist/js/locale/gl.json +75 -0
- package/dist/js/locale/he.json +76 -0
- package/dist/js/locale/hi.json +76 -0
- package/dist/js/locale/hr.json +75 -0
- package/dist/js/locale/hu.json +114 -0
- package/dist/js/locale/hy.json +75 -0
- package/dist/js/locale/id.json +75 -0
- package/dist/js/locale/is.json +75 -0
- package/dist/js/locale/it.json +92 -0
- package/dist/js/locale/iw.json +76 -0
- package/dist/js/locale/ja.json +75 -0
- package/dist/js/locale/ka.json +75 -0
- package/dist/js/locale/ko.json +75 -0
- package/dist/js/locale/lb.json +75 -0
- package/dist/js/locale/lt.json +75 -0
- package/dist/js/locale/lv.json +75 -0
- package/dist/js/locale/ms.json +75 -0
- package/dist/js/locale/my.json +124 -0
- package/dist/js/locale/ne.json +75 -0
- package/dist/js/locale/nl.json +75 -0
- package/dist/js/locale/no.json +76 -0
- package/dist/js/locale/pl.json +75 -0
- package/dist/js/locale/pt-br.json +78 -0
- package/dist/js/locale/pt.json +78 -0
- package/dist/js/locale/rm.json +75 -0
- package/dist/js/locale/ro.json +75 -0
- package/dist/js/locale/ru.json +75 -0
- package/dist/js/locale/si.json +74 -0
- package/dist/js/locale/sk.json +75 -0
- package/dist/js/locale/sl.json +75 -0
- package/dist/js/locale/sr-cy.json +75 -0
- package/dist/js/locale/sr.json +75 -0
- package/dist/js/locale/sv.json +86 -0
- package/dist/js/locale/ta.json +75 -0
- package/dist/js/locale/te.json +74 -0
- package/dist/js/locale/th.json +108 -0
- package/dist/js/locale/tl.json +75 -0
- package/dist/js/locale/tr.json +75 -0
- package/dist/js/locale/uk.json +75 -0
- package/dist/js/locale/ur.json +123 -0
- package/dist/js/locale/vi.json +74 -0
- package/dist/js/locale/zh-cn.json +76 -0
- package/dist/js/locale/zh-tw.json +75 -0
- package/dist/js/timeline-min.js +12 -0
- package/dist/js/timeline.js +12 -0
- package/dist/js/timeline.js.map +1 -0
- package/dist/timeline3.zip +0 -0
- package/index.js +1 -0
- package/package.json +5 -5
- package/src/embed/old-index.html +128 -18
- package/src/js/core/Browser.js +19 -19
- package/src/js/index.js +1 -1
- package/src/js/language/locale/zh-cn.json +1 -1
- package/src/js/media/MediaType.js +1 -1
- package/src/js/media/types/Audio.js +9 -0
- package/src/js/media/types/Video.js +11 -0
- package/src/js/timeline/Timeline.js +25 -20
- package/src/less/fonts/font.knightlab.less +2 -2
- package/src/template/all-media-types.json +61 -24
- package/src/template/index.html +39 -19
- package/{contrib/women_in_computing.csv → src/template/my-own-timeline.csv} +5 -5
- package/contrib/README.md +0 -13
- package/contrib/csv_to_json.py +0 -106
- package/contrib/docs/ImageHosting.md +0 -120
- package/contrib/examples/autoload.html +0 -44
- package/contrib/examples/iBooksAuthor/README.md +0 -37
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Default.png +0 -0
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Info.plist +0 -27
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/index.html +0 -13
- package/contrib/examples/react.html +0 -40
- package/contrib/examples/vue.html +0 -29
- package/contrib/fedorbeets/README.md +0 -3
- package/contrib/fedorbeets/timeline.py.txt +0 -56
- package/contrib/iamamoose/README.md +0 -3
- package/contrib/iamamoose/timeline.py.txt +0 -53
- package/contrib/women_in_computing.json +0 -263
- package/fabfile.py +0 -64
- package/requirements.txt +0 -29
- package/util/convert_json.py +0 -96
- package/website/__init__.py +0 -0
- package/website/app.py +0 -101
- package/website/core/__init__.py +0 -0
- package/website/core/settings/__init__.py +0 -0
- package/website/core/settings/base.py +0 -6
- package/website/core/settings/loc.py +0 -16
- package/website/examples.json +0 -114
- package/website/faq.json +0 -81
- package/website/static/css/desert.css +0 -34
- package/website/static/css/site.css +0 -74
- package/website/static/img/TimelineJSTags.jpg +0 -0
- package/website/static/img/examples/houston/eyesclosedftm_10001.jpg +0 -0
- package/website/static/img/examples/houston/family.jpg +0 -0
- package/website/static/img/examples/houston/family.png +0 -0
- package/website/static/img/examples/houston/wh1.jpg +0 -0
- package/website/static/img/examples/houston/wh2.jpg +0 -0
- package/website/static/img/examples/houston/wh3.jpg +0 -0
- package/website/static/img/examples/houston/whChild.jpg +0 -0
- package/website/static/img/examples/houston/whlead.jpg +0 -0
- package/website/static/img/examples/houston/young.jpg +0 -0
- package/website/static/img/examples/logos/Northwestern University.png +0 -0
- package/website/static/img/examples/logos/Social-Logos.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo-background.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo-small.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo.png +0 -0
- package/website/static/img/examples/logos/less-small.png +0 -0
- package/website/static/img/examples/logos/logo_aljazeera.png +0 -0
- package/website/static/img/examples/logos/logo_arte.png +0 -0
- package/website/static/img/examples/logos/logo_beyondtheseal.png +0 -0
- package/website/static/img/examples/logos/logo_centerforpublicintegrity.png +0 -0
- package/website/static/img/examples/logos/logo_cnn.png +0 -0
- package/website/static/img/examples/logos/logo_denverpost.png +0 -0
- package/website/static/img/examples/logos/logo_engadget.png +0 -0
- package/website/static/img/examples/logos/logo_gigaom.png +0 -0
- package/website/static/img/examples/logos/logo_ibt.png +0 -0
- package/website/static/img/examples/logos/logo_knightlab.png +0 -0
- package/website/static/img/examples/logos/logo_ksat.png +0 -0
- package/website/static/img/examples/logos/logo_lemonde.png +0 -0
- package/website/static/img/examples/logos/logo_maneater.png +0 -0
- package/website/static/img/examples/logos/logo_mashable.png +0 -0
- package/website/static/img/examples/logos/logo_radiolab.png +0 -0
- package/website/static/img/examples/logos/logo_time.png +0 -0
- package/website/static/img/examples/logos/logo_vh1.png +0 -0
- package/website/static/img/examples/logos/logo_vinepair.png +0 -0
- package/website/static/img/examples/logos/logo_wbur.png +0 -0
- package/website/static/img/examples/thumbs/thumb_akira.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_aljazeera.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_artetv.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_banana.png +0 -0
- package/website/static/img/examples/thumbs/thumb_bulger.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_denver_shooting.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_houston.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_isis.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_lemonde.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_malaysia-airlines.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_mandela.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_mobile_device.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_northkorea.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_perpwalk.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_radiolab-colorwalking.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_republican.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_shtpeoplesay.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_supremecourt.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_univofmissouri.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_userinterface.png +0 -0
- package/website/static/img/examples/thumbs/thumb_wine.jpg +0 -0
- package/website/static/img/examples/user-interface/4s.jpg +0 -0
- package/website/static/img/examples/user-interface/apple.jpg +0 -0
- package/website/static/img/examples/user-interface/input.png +0 -0
- package/website/static/img/examples/user-interface/palm.png +0 -0
- package/website/static/img/examples/user-interface/pascaline.jpg +0 -0
- package/website/static/img/examples/user-interface/univac.JPG +0 -0
- package/website/static/img/font-options.png +0 -0
- package/website/static/img/kl-og.png +0 -0
- package/website/static/img/knightlab_logo.png +0 -0
- package/website/static/img/loading.gif +0 -0
- package/website/static/img/make/abril-droidsans.png +0 -0
- package/website/static/img/make/amatic-andika.png +0 -0
- package/website/static/img/make/bevan-pontanosans.png +0 -0
- package/website/static/img/make/bitter-raleway.png +0 -0
- package/website/static/img/make/clicker-garamond.png +0 -0
- package/website/static/img/make/dancing-ledger.png +0 -0
- package/website/static/img/make/default.png +0 -0
- package/website/static/img/make/fakedropdown.svg +0 -1
- package/website/static/img/make/fjalla-average.png +0 -0
- package/website/static/img/make/font-options.png +0 -0
- package/website/static/img/make/georgia-helvetica.png +0 -0
- package/website/static/img/make/lustria-lato.png +0 -0
- package/website/static/img/make/medula-lato.png +0 -0
- package/website/static/img/make/oldstandard.png +0 -0
- package/website/static/img/make/opensans-gentiumbook.png +0 -0
- package/website/static/img/make/playfair-faunaone.png +0 -0
- package/website/static/img/make/playfair.png +0 -0
- package/website/static/img/make/pt.png +0 -0
- package/website/static/img/make/publish_to_web_browser_url.png +0 -0
- package/website/static/img/make/publish_to_web_button_small-od1.png +0 -0
- package/website/static/img/make/publish_to_web_button_small.png +0 -0
- package/website/static/img/make/publish_to_web_small.png +0 -0
- package/website/static/img/make/publish_to_web_url_small.png +0 -0
- package/website/static/img/make/roboto-megrim.png +0 -0
- package/website/static/img/make/rufina-sintony.png +0 -0
- package/website/static/img/make/unicaone-vollkorn.png +0 -0
- package/website/static/img/make/v4_step_1.png +0 -0
- package/website/static/img/make/v4_step_2.png +0 -0
- package/website/static/img/timeline.png +0 -0
- package/website/static/img/timeline3_intro_image.png +0 -0
- package/website/static/js/faq-generator.js +0 -20
- package/website/static/js/main.js +0 -240
- package/website/static/welcome/step3.png +0 -0
- package/website/static/welcome/welcome.json +0 -266
- package/website/templates/_about.html +0 -23
- package/website/templates/_analytics.html +0 -10
- package/website/templates/_banner.html +0 -26
- package/website/templates/_demo.html +0 -5
- package/website/templates/_developers.html +0 -19
- package/website/templates/_examples.html +0 -156
- package/website/templates/_faq.html +0 -117
- package/website/templates/_footer.html +0 -54
- package/website/templates/_head.html +0 -38
- package/website/templates/_header.html +0 -18
- package/website/templates/_help.html +0 -50
- package/website/templates/_make.html +0 -291
- package/website/templates/_nav.html +0 -24
- package/website/templates/_overview.html +0 -32
- package/website/templates/_roadmap.html +0 -27
- package/website/templates/_storytelling_tools.html +0 -35
- package/website/templates/base.html +0 -37
- package/website/templates/docs/faq.html +0 -223
- package/website/templates/docs/index.html +0 -57
- package/website/templates/docs/instantiate-a-timeline.html +0 -207
- package/website/templates/docs/json-format.html +0 -477
- package/website/templates/docs/license.html +0 -29
- package/website/templates/docs/media-types.html +0 -82
- package/website/templates/docs/options.html +0 -472
- package/website/templates/docs/overriding-styles.html +0 -357
- package/website/templates/docs/using-spreadsheets.html +0 -94
- package/website/templates/error.html +0 -28
- package/website/templates/examples/_common_example_embed.html +0 -27
- package/website/templates/examples/embed-test/index.html +0 -41
- package/website/templates/examples/example.json +0 -328
- package/website/templates/examples/houston/index.html +0 -40
- package/website/templates/examples/houston/timeline2.json +0 -218
- package/website/templates/examples/houston/timeline3.json +0 -271
- package/website/templates/examples/mediatypes/index.html +0 -61
- package/website/templates/examples/mediatypes/timeline3.json +0 -421
- package/website/templates/examples/republican/index.html +0 -49
- package/website/templates/examples/republican/timeline2.json +0 -0
- package/website/templates/examples/republican/timeline3.json +0 -238
- package/website/templates/examples/shit-people-say/index.html +0 -39
- package/website/templates/examples/shit-people-say/timeline2.json +0 -243
- package/website/templates/examples/shit-people-say/timeline3.json +0 -336
- package/website/templates/examples/soundcite/index.html +0 -42
- package/website/templates/examples/soundcite/timeline3.json +0 -271
- package/website/templates/examples/timeline3.json +0 -271
- package/website/templates/examples/twain/index.html +0 -85
- package/website/templates/examples/twain/marktwain.json +0 -502
- package/website/templates/examples/user-interface/index.html +0 -40
- package/website/templates/examples/user-interface/timeline2.json +0 -260
- package/website/templates/examples/user-interface/timeline3.json +0 -327
- package/website/templates/index.html +0 -17
- package/website/templates/mediatype-tests.html +0 -121
- package/website/templates/test/GoogleSpreadsheetFeedLegacyFormat.json +0 -1
- package/website/templates/test/GoogleSpreadsheetFeedTJS3Format.json +0 -1
- package/website/templates/test/maps.html +0 -4
- package/website/templates/unit-tests.html +0 -775
|
@@ -1,421 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": {
|
|
3
|
-
"media": {
|
|
4
|
-
"url": "http://www.germuska.com/salzburg-album/full/2QVB_022.jpg",
|
|
5
|
-
"caption": "The secret passage at Schloss Leopoldskron, Salzburg, Austria",
|
|
6
|
-
"credit": "Joe Germuska"
|
|
7
|
-
},
|
|
8
|
-
"text": {
|
|
9
|
-
"headline": "TimelineJS Media Types",
|
|
10
|
-
"text": "<p>TimelineJS supports many media types. This provides a simple way to test them all. This page tests a simple image on a remote server.</p>"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"events": [
|
|
14
|
-
{
|
|
15
|
-
"media": {
|
|
16
|
-
"url": "https://www.youtube.com/watch?v=pi2v1m6gmD8&t=5m21s",
|
|
17
|
-
"caption": "the Monkey section of David Van Tieghem's <em>Ear Drums</em>"
|
|
18
|
-
},
|
|
19
|
-
"start_date": {
|
|
20
|
-
"year": "1901"
|
|
21
|
-
},
|
|
22
|
-
"text": {
|
|
23
|
-
"headline": "YouTube Videos",
|
|
24
|
-
"text": "<p>if Timeline finds a URL that starts with 'youtube.com' or 'youtu.be', it will try to use it to embed a YouTube video. The <em>protocol</em> part of the URL (e.g. <em>https://</em>) is technically optional.</p><p>You can start at a specific point in the video using the <code>t=#m#s</code> parameter: see <a href='http://youtubetime.com/'>http://youtubetime.com/</a></p>"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"media": {
|
|
29
|
-
"url": "http://vimeo.com/20839673",
|
|
30
|
-
"caption": "<em>Phat Tai</em>, a story of Vietnamese fishermen on the Gulf Coast.",
|
|
31
|
-
"credit": "Joe York/Southern Foodways Alliance"
|
|
32
|
-
},
|
|
33
|
-
"start_date": {
|
|
34
|
-
"year": "1902"
|
|
35
|
-
},
|
|
36
|
-
"text": {
|
|
37
|
-
"headline": "Vimeo",
|
|
38
|
-
"text": "To embed a Vimeo video, just copy the URL of the Vimeo.com page which shows the video."
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"media": {
|
|
43
|
-
"url": "http://www.dailymotion.com/video/x2fo0e8_the-history-of-advertising-in-60-seconds_lifestyle",
|
|
44
|
-
"caption": "The History of Advertising in 60 Seconds",
|
|
45
|
-
"credit": "Mashable"
|
|
46
|
-
},
|
|
47
|
-
"start_date": {
|
|
48
|
-
"year": "1903"
|
|
49
|
-
},
|
|
50
|
-
"text": {
|
|
51
|
-
"headline": "DailyMotion",
|
|
52
|
-
"text": "To embed a DailyMotion video, just copy the URL of the page which shows the video."
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"media": {
|
|
57
|
-
"url": "https://vine.co/v/Og5Ai71WHdD",
|
|
58
|
-
"caption": "'Banana Moon'",
|
|
59
|
-
"credit": "Simple Sylvio"
|
|
60
|
-
},
|
|
61
|
-
"start_date": {
|
|
62
|
-
"year": "1904"
|
|
63
|
-
},
|
|
64
|
-
"text": {
|
|
65
|
-
"headline": "Vine",
|
|
66
|
-
"text": "To embed a Vine, just copy the URL of the page which shows the vine."
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"media": {
|
|
71
|
-
"url": "https://soundcloud.com/usher-raymond-music/usher-i-dont-mind-feat-juicy-j",
|
|
72
|
-
"caption": "I Don't Mind feat. Juicy J",
|
|
73
|
-
"credit": "Usher Raymond Music"
|
|
74
|
-
},
|
|
75
|
-
"start_date": {
|
|
76
|
-
"year": "1905"
|
|
77
|
-
},
|
|
78
|
-
"text": {
|
|
79
|
-
"headline": "SoundCloud",
|
|
80
|
-
"text": "To embed a SoundCloud clip, just copy the URL of the clip's page."
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"media": {
|
|
85
|
-
"url": "https://twitter.com/NASASpaceflight/status/562327074384654336",
|
|
86
|
-
"caption": "State of NASA Adress",
|
|
87
|
-
"credit": "NASASpaceFlight"
|
|
88
|
-
},
|
|
89
|
-
"start_date": {
|
|
90
|
-
"year": "1906"
|
|
91
|
-
},
|
|
92
|
-
"text": {
|
|
93
|
-
"headline": "Twitter",
|
|
94
|
-
"text": "To display a Tweet, just copy the URL in the embed code."
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"media": {
|
|
99
|
-
"url": "https://www.google.com/maps/@42.032147,-87.6689625,15z",
|
|
100
|
-
"caption": "Google Maps with coordinates",
|
|
101
|
-
"credit": "Google Maps"
|
|
102
|
-
},
|
|
103
|
-
"start_date": {
|
|
104
|
-
"year": "1907"
|
|
105
|
-
},
|
|
106
|
-
"text": {
|
|
107
|
-
"headline": "Google Maps, Coordinates",
|
|
108
|
-
"text": "To embed a Google Map with coordinates, just copy the URL of the map's page."
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"media": {
|
|
113
|
-
"url": "https://www.google.com/maps/search/target/@41.8747339,-87.6481257,13z?hl=en-US",
|
|
114
|
-
"caption": "Google Maps with search results",
|
|
115
|
-
"credit": "Google Maps"
|
|
116
|
-
},
|
|
117
|
-
"start_date": {
|
|
118
|
-
"year": "1908"
|
|
119
|
-
},
|
|
120
|
-
"text": {
|
|
121
|
-
"headline": "Google Maps, Search",
|
|
122
|
-
"text": "To embed a Google Maps search result, just copy the URL of the map's page."
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"media": {
|
|
127
|
-
"url": "https://www.google.com/maps/place/Northwestern+University/@42.056459,-87.675267,17z/data=!3m1!4b1!4m2!3m1!1s0x880fd00b703e4c39:0x2c37b567fad56106",
|
|
128
|
-
"caption": "Google Maps with place marker",
|
|
129
|
-
"credit": "Google Maps"
|
|
130
|
-
},
|
|
131
|
-
"start_date": {
|
|
132
|
-
"year": "1909"
|
|
133
|
-
},
|
|
134
|
-
"text": {
|
|
135
|
-
"headline": "Google Maps, Place Marker",
|
|
136
|
-
"text": "To embed a Google Map with a place marker, just copy the URL of the map's page."
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"media": {
|
|
141
|
-
"url": "https://www.google.com/maps/dir/W+Adams+St+%26+S+Clark+St,+Chicago,+IL/Northwestern+University,+633+Clark+Street,+Evanston,+IL+60208/@41.9672743,-87.7225481,12z/data=!3m1!4b1!4m13!4m12!1m5!1m1!1s0x880e2cbc8bcec53b:0x72d2c7372d97283d!2m2!1d-87.6308023!2d41.8794067!1m5!1m1!1s0x880fd00b703e4c39:0x2c37b567fad56106!2m2!1d-87.675267!2d42.056459",
|
|
142
|
-
"caption": "Google Maps with directions",
|
|
143
|
-
"credit": "Google Maps"
|
|
144
|
-
},
|
|
145
|
-
"start_date": {
|
|
146
|
-
"year": "1910"
|
|
147
|
-
},
|
|
148
|
-
"text": {
|
|
149
|
-
"headline": "Google Maps, Directions",
|
|
150
|
-
"text": "To embed a Google Maps with directions, just copy the URL of the map's page."
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"media": {
|
|
155
|
-
"url": "https://lh4.googleusercontent.com/-QO1O34U4z7k/Ui4OnAkgWjI/AAAAAAAAQv4/eDSXlUlwcKs/w622-h415-no/IMG_7898.JPG",
|
|
156
|
-
"caption": "Million Dollar Highway",
|
|
157
|
-
"credit": "Luke Rague"
|
|
158
|
-
},
|
|
159
|
-
"start_date": {
|
|
160
|
-
"year": "1911"
|
|
161
|
-
},
|
|
162
|
-
"text": {
|
|
163
|
-
"headline": "Google Plus",
|
|
164
|
-
"text": "To embed a Google Plus photo, just copy image URL."
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"media": {
|
|
169
|
-
"url": "http://instagram.com/p/ymwL5JAsw5/",
|
|
170
|
-
"caption": "Snow and Water",
|
|
171
|
-
"credit": "Luke Rague"
|
|
172
|
-
},
|
|
173
|
-
"start_date": {
|
|
174
|
-
"year": "1912"
|
|
175
|
-
},
|
|
176
|
-
"text": {
|
|
177
|
-
"headline": "Instagram",
|
|
178
|
-
"text": "To embed an Instagram, just copy the URL of the photo's page."
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"media": {
|
|
183
|
-
"url": "http://instagram.com/lukerague/",
|
|
184
|
-
"caption": "Luke Rague's Instagram Account",
|
|
185
|
-
"credit": "Instagram/Luke Rague"
|
|
186
|
-
},
|
|
187
|
-
"start_date": {
|
|
188
|
-
"year": "1912"
|
|
189
|
-
},
|
|
190
|
-
"text": {
|
|
191
|
-
"headline": "Instagram, Profile",
|
|
192
|
-
"text": "To embed an Instagram profile, just copy the URL."
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"media": {
|
|
197
|
-
"url": "https://www.flickr.com/photos/critterseeker/16420145375",
|
|
198
|
-
"caption": "Mountains of the Alaska Range in Denali National Park, Alaska. (Long link URL)",
|
|
199
|
-
"credit": "Daniel Leifhelt"
|
|
200
|
-
},
|
|
201
|
-
"start_date": {
|
|
202
|
-
"year": "1913"
|
|
203
|
-
},
|
|
204
|
-
"text": {
|
|
205
|
-
"headline": "Flickr",
|
|
206
|
-
"text": "To embed a Flickr photo, just copy the URL in the embed code."
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"media": {
|
|
211
|
-
"url": "https://www.documentcloud.org/documents/1377371-folketinget.html",
|
|
212
|
-
"caption": "I don't know, it's not in English",
|
|
213
|
-
"credit": "Nil Mulvad"
|
|
214
|
-
},
|
|
215
|
-
"start_date": {
|
|
216
|
-
"year": "1914"
|
|
217
|
-
},
|
|
218
|
-
"text": {
|
|
219
|
-
"headline": "Document Cloud",
|
|
220
|
-
"text": "To embed from Document CLoud, just copy the document's URL."
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"media": {
|
|
225
|
-
"url": "http://www.kidzone.ws/images-changed/sharks/head.jpg",
|
|
226
|
-
"caption": "Sharks!",
|
|
227
|
-
"credit": "Kid Zone"
|
|
228
|
-
},
|
|
229
|
-
"start_date": {
|
|
230
|
-
"year": "1915"
|
|
231
|
-
},
|
|
232
|
-
"text": {
|
|
233
|
-
"headline": "Image, JPG",
|
|
234
|
-
"text": "To embed a JPG, just copy the URL endig in '.jpg'."
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"media": {
|
|
239
|
-
"url": "http://usatlife.files.wordpress.com/2014/06/groundhog-day-bill-murray-winter-never-going-to-end.gif",
|
|
240
|
-
"caption": "Groundhog Day clip",
|
|
241
|
-
"credit": "USA Today"
|
|
242
|
-
},
|
|
243
|
-
"start_date": {
|
|
244
|
-
"year": "1916"
|
|
245
|
-
},
|
|
246
|
-
"text": {
|
|
247
|
-
"headline": "Image, GIF",
|
|
248
|
-
"text": "To embed a GIF, just copy the URL endig in '.gif'."
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"media": {
|
|
253
|
-
"url": "http://pngimg.com/upload/banana_PNG842.png",
|
|
254
|
-
"caption": "A Banana",
|
|
255
|
-
"credit": "pngimg.com"
|
|
256
|
-
},
|
|
257
|
-
"start_date": {
|
|
258
|
-
"year": "1917"
|
|
259
|
-
},
|
|
260
|
-
"text": {
|
|
261
|
-
"headline": "Image, PNG",
|
|
262
|
-
"text": "To embed a PNG, just copy the URL endig in '.png'."
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"media": {
|
|
267
|
-
"url": "http://upload.wikimedia.org/wikipedia/commons/c/c2/Rocky_Mountains.jpeg",
|
|
268
|
-
"caption": "Rocky Mountains",
|
|
269
|
-
"credit": "Wikipedia Commons"
|
|
270
|
-
},
|
|
271
|
-
"start_date": {
|
|
272
|
-
"year": "1918"
|
|
273
|
-
},
|
|
274
|
-
"text": {
|
|
275
|
-
"headline": "Image, JPEG",
|
|
276
|
-
"text": "To embed a JPEG, just copy the URL endig in '.jpeg'."
|
|
277
|
-
}
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"media": {
|
|
281
|
-
"url": "https://docs.google.com/document/d/1RvKYxHuwweIP8zRrnjad-0exVoZOUsSVgDYPp0J1mzY/view",
|
|
282
|
-
"caption": "Quotes that Luke likes.",
|
|
283
|
-
"credit": "Luke Rague"
|
|
284
|
-
},
|
|
285
|
-
"start_date": {
|
|
286
|
-
"year": "1919"
|
|
287
|
-
},
|
|
288
|
-
"text": {
|
|
289
|
-
"headline": "Google Doc, text document",
|
|
290
|
-
"text": "To embed a Google Doc, just copy the Shareable link."
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"media": {
|
|
295
|
-
"url": "https://en.wikipedia.org/wiki/1997_International_Tennis_Championships_%E2%80%93_Doubles",
|
|
296
|
-
"caption": "1997 Inrternational Tennis Championships - Doubles",
|
|
297
|
-
"credit": "Wikipedia"
|
|
298
|
-
},
|
|
299
|
-
"start_date": {
|
|
300
|
-
"year": "1920"
|
|
301
|
-
},
|
|
302
|
-
"text": {
|
|
303
|
-
"headline": "Wikipedia",
|
|
304
|
-
"text": "To embed from Wikipedia, just copy the URL of the article's page."
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"media": {
|
|
309
|
-
"url": "https://play.spotify.com/artist/2iE18Oxc8YSumAU232n4rW",
|
|
310
|
-
"caption": "Jackson 5",
|
|
311
|
-
"credit": "Jackson 5"
|
|
312
|
-
},
|
|
313
|
-
"start_date": {
|
|
314
|
-
"year": "1921"
|
|
315
|
-
},
|
|
316
|
-
"text": {
|
|
317
|
-
"headline": "Spotify, Artist",
|
|
318
|
-
"text": "To embed an artist on Spotify, just copy the 'Spotify URL'."
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"media": {
|
|
323
|
-
"url": "https://play.spotify.com/user/edvard_m/playlist/4xFSdiuP4gpR4wq2OghlOs",
|
|
324
|
-
"caption": "Funk Soul Disco",
|
|
325
|
-
"credit": "Edvard Brudeli Moen"
|
|
326
|
-
},
|
|
327
|
-
"start_date": {
|
|
328
|
-
"year": "1921"
|
|
329
|
-
},
|
|
330
|
-
"text": {
|
|
331
|
-
"headline": "Spotify, Playlist",
|
|
332
|
-
"text": "To embed a Spotify playlist, just copy the 'Spotify URL'."
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"media": {
|
|
337
|
-
"url": "https://play.spotify.com/track/5SdB3onMcO9ZBoKrdvCqhR",
|
|
338
|
-
"caption": "ABC",
|
|
339
|
-
"credit": "Jackson 5"
|
|
340
|
-
},
|
|
341
|
-
"start_date": {
|
|
342
|
-
"year": "1922"
|
|
343
|
-
},
|
|
344
|
-
"text": {
|
|
345
|
-
"headline": "Spotify, Track",
|
|
346
|
-
"text": "To embed a Spotify track, just copy the 'Spotify URL'."
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"media": {
|
|
351
|
-
"url": "<iframe src='https://cdn.knightlab.com/libs/timeline/latest/embed/index.html?source=10fFZXg4kioMz8uTVDZfawiJkgrWZxfJuziK1i1AaCrs&font=Bevan-PotanoSans&maptype=toner&lang=en&height=650' width='100%' height='650' frameborder='0'></iframe>",
|
|
352
|
-
"caption": "Test Timeline",
|
|
353
|
-
"credit": "Luke Rague"
|
|
354
|
-
},
|
|
355
|
-
"start_date": {
|
|
356
|
-
"year": "1923"
|
|
357
|
-
},
|
|
358
|
-
"text": {
|
|
359
|
-
"headline": "iFrame",
|
|
360
|
-
"text": "To embed an iFrame, just copy the iFrame code."
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"media": {
|
|
365
|
-
"url": "https://storify.com/IllinoisStateU/best-campus-photos-january-2015",
|
|
366
|
-
"caption": "Best campus photos: January 2015",
|
|
367
|
-
"credit": "Illinois State"
|
|
368
|
-
},
|
|
369
|
-
"start_date": {
|
|
370
|
-
"year": "1924"
|
|
371
|
-
},
|
|
372
|
-
"text": {
|
|
373
|
-
"headline": "Storify",
|
|
374
|
-
"text": "To embed a Storify, just copy URL."
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"media": {
|
|
379
|
-
"url": "<iframe src=\"http://www.theonion.com/articles/measles-epidemic-2015-a-timeline-of-the-outbreak,37870/\"></iframe>",
|
|
380
|
-
"caption": "Measles Epidemic 2015: A Timeline of the Outbreak",
|
|
381
|
-
"credit": "The Onion"
|
|
382
|
-
},
|
|
383
|
-
"start_date": {
|
|
384
|
-
"year": "1925"
|
|
385
|
-
},
|
|
386
|
-
"text": {
|
|
387
|
-
"headline": "Website, in iFrame",
|
|
388
|
-
"text": "To embed a website, just copy the URL."
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"media": {
|
|
393
|
-
"url": "http://www.theonion.com/articles/measles-epidemic-2015-a-timeline-of-the-outbreak,37870/",
|
|
394
|
-
"caption": "Measles Epidemic 2015: A Timeline of the Outbreak",
|
|
395
|
-
"credit": "The Onion"
|
|
396
|
-
},
|
|
397
|
-
"start_date": {
|
|
398
|
-
"year": "1925"
|
|
399
|
-
},
|
|
400
|
-
"text": {
|
|
401
|
-
"headline": "Website, no iFrame",
|
|
402
|
-
"text": "To embed a website, just copy the URL."
|
|
403
|
-
}
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"media": {
|
|
407
|
-
"url": "<blockquote>This is a block quote.</blockquote>",
|
|
408
|
-
"caption": "That is a block quote.",
|
|
409
|
-
"credit": "Galactic"
|
|
410
|
-
},
|
|
411
|
-
"start_date": {
|
|
412
|
-
"year": "1926"
|
|
413
|
-
},
|
|
414
|
-
"text": {
|
|
415
|
-
"headline": "Blockquote",
|
|
416
|
-
"text": "To display a block quote, input text in HTML blockquote tags."
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
]
|
|
421
|
-
}
|
|
@@ -1,49 +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>Republican run-up: the GOP caucuses</title>
|
|
18
|
-
<meta name="description" content="Follow the presidential caucuses and primaries as members of the Republican Party race to become the GOP’s next presidential nominee.">
|
|
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
|
-
<script type="text/javascript">
|
|
35
|
-
var timeline_config = {
|
|
36
|
-
type: 'timeline',
|
|
37
|
-
width: '100%',
|
|
38
|
-
height: '100%',
|
|
39
|
-
source: 'https://docs.google.com/spreadsheet/pub?key=1LuGcd4dnV4NFm7OSaJ7gOUJR0HZywBxh3geX0ltBNx0&output=html',
|
|
40
|
-
embed_id: 'timeline-embed'
|
|
41
|
-
}
|
|
42
|
-
</script>
|
|
43
|
-
</head>
|
|
44
|
-
<body>
|
|
45
|
-
{% include "examples/_common_example_embed.html" %}
|
|
46
|
-
{% include "_analytics.html" %}
|
|
47
|
-
|
|
48
|
-
</body>
|
|
49
|
-
</html>
|
|
File without changes
|