forked from 2015-IKDDE-Course/data-visualization-proj
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlists.json
More file actions
99 lines (99 loc) · 2.67 KB
/
lists.json
File metadata and controls
99 lines (99 loc) · 2.67 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"data": {
"page": [
{
"title": "Team1-台北交通",
"url": "Team_1",
"img": "http://i.imgur.com/aFuTih5.png",
"description": "台北交通資訊",
"author": "呂開誠、李昱勳、謝佳茹"
},
{
"title": "Team_8",
"url": "Team_8",
"img": "images/assert/background.png",
"description": "Project description",
"author": ""
},
{
"title": "Team_16-棒球",
"url": "Team_16",
"img": "images/assert/background.png",
"description": "Project description",
"author": ""
},
{
"title": "Team_12-遊戲數據",
"url": "Team_12",
"img": "images/assert/background.png",
"description": "Project description",
"author": "林簡民、魏廷龍、朱詠徽"
},
{
"title": "Team4",
"url": "Team_4",
"img": "images/assert/background.png",
"description": "NBA Year draft visualization",
"author": "陳自泓、唐子軒、林勢祥"
},
{
"title": "Team15",
"url": "Team_15",
"img": "images/assert/background.png",
"description": "description",
"author": "Your Name"
},
{
"title": "Team7",
"url": "Team_7",
"img": "images/assert/background.png",
"description": "description",
"author": "Your Name"
},
{
"title": "Team11",
"url": "team_11",
"img": "images/assert/background.png",
"description": "description",
"author": "Your Name"
},
{
"title": "Team3-台灣與各國貿易關係",
"url": "Team_3",
"img": "images/assert/background.png",
"description": "description",
"author": "Your Name"
},
{
"title": "Team10-土石流潛流",
"url": "Team_10",
"img": "images/assert/background.png",
"description": "description",
"author": "Your Name"
},
{
"title": "Team2-油價知多少",
"url": "Team_2",
"img": "images/assert/background.png",
"description": "description",
"author": "詹博山、李岳庭、謝忠穎"
},
{
"title": "Team14-外匯",
"url": "Team_14",
"img": "images/assert/background.png",
"description": "Team_14",
"author": "Your Name"
},
{
"title": "Team6-菜價",
"url": "Team_6",
"img": "images/assert/background.png",
"description": "Team_6",
"author": "胡家偉, 陳昱文, 林建宏"
}
]
},
"layout": "./index.hbs",
"filename": "index.html"
}