-
Notifications
You must be signed in to change notification settings - Fork 17
/
example.json
59 lines (58 loc) · 2.32 KB
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"title": {
"media": {
"url": "",
"caption": " <a target=\"_blank\" href=''>credits</a>",
"credit": ""
},
"text": {
"headline": "Welcome to<br>Streamlit Timeline",
"text": "<p>A Streamlit Timeline component by integrating TimelineJS from Knightlab</p>"
}
},
"events": [
{
"media": {
"url": "https://vimeo.com/143407878",
"caption": "How to Use TimelineJS (<a target=\"_blank\" href='https://timeline.knightlab.com/'>credits</a>)"
},
"start_date": {
"year": "2016",
"month":"1"
},
"text": {
"headline": "TimelineJS<br>Easy-to-make, beautiful timelines.",
"text": "<p>TimelineJS is a populair tool from Knightlab. It has been used by more than 250,000 people to tell stories seen hundreds of millions of times, and is available in more than sixty languages. </p>"
}
},
{
"media": {
"url": "https://www.youtube.com/watch?v=CmSKVW1v0xM",
"caption": "Streamlit Components (<a target=\"_blank\" href='https://streamlit.io/'>credits</a>)"
},
"start_date": {
"year": "2020",
"month":"7",
"day":"13"
},
"text": {
"headline": "Streamlit Components<br>version 0.63.0",
"text": "Streamlit lets you turn data scripts into sharable web apps in minutes, not weeks. It's all Python, open-source, and free! And once you've created an app you can use our free sharing platform to deploy, manage, and share your app with the world."
}
},
{
"media": {
"url": "https://github.com/innerdoc/streamlit-timeline/raw/main/component-logo.png",
"caption": "github/innerdoc (<a target=\"_blank\" href='https://www.github.com/innerdoc/'>credits</a>)"
},
"start_date": {
"year": "2021",
"month":"2"
},
"text": {
"headline": "Streamlit TimelineJS component",
"text": "Started with a demo on https://www.innerdoc.com/nlp-timeline/ . <br>Then made a <a href='https://github.com/innerdoc/streamlit-timeline'>Streamlit component</a> of it. <br>Then made a <a href='https://pypi.org/project/streamlit-timeline/'>PyPi package</a> for it."
}
}
]
}