-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcubism.js
100 lines (79 loc) · 3.75 KB
/
cubism.js
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
100
{
'dateTimeFormat': 'iso8601',
'wikiURL': "http://simile.mit.edu/shelf/",
'wikiSection': "Simile Cubism Timeline",
'events' : [
{'start': '1924',
'title': 'Barfusserkirche',
'description': 'by Lyonel Feininger, American/German Painter, 1871-1956',
'image': 'http://images.allposters.com/images/AWI/NR096_b.jpg',
'link': 'http://www.allposters.com/-sp/Barfusserkirche-1924-Posters_i1116895_.htm'
},
{'start': '1913',
'end': '1929',
'title': 'Three Figures',
'description': 'by Kasimir Malevich, Ukrainian Painter, 1878-1935',
'image': 'http://images.allposters.com/images/BRGPOD/75857_b.jpg',
'link': 'http://www.allposters.com/-sp/Three-Figures-1913-28-Posters_i1349989_.htm'
},
{'start': '1881',
'end': '1953',
'title': 'Landschaft bei Montreuil',
'description': 'by Albert Gleizes, French Painter, 1881-1953',
'image': 'http://images.allposters.com/images/mer/1336_b.jpg',
'link': 'http://www.allposters.com/-sp/Landschaft-bei-Montreuil-Posters_i339007_.htm'
},
{'start': '1920',
'title': 'Femme au Miroir',
'description': 'by Fernand Leger, French Painter, 1881-1955',
'image': 'http://images.allposters.com/images/AWI/GMR117_b.jpg',
'link': 'http://www.allposters.com/-sp/Femme-au-Miroir-1920-Posters_i141266_.htm'
},
{'start': '1903',
'title': 'The Old Guitarist',
'description': 'by Pablo Picasso, Spanish Painter/Sculptor, 1881-1973',
'image': 'http://images.allposters.com/images/ESC/AP599_b.jpg',
'link': 'http://www.allposters.com/-sp/The-Old-Guitarist-c-1903-Posters_i328746_.htm'
},
{'start': '1882',
'end': '1964',
'title': 'Jour',
'description': 'by Georges Braque, French Painter, 1882-1963',
'image': 'http://images.allposters.com/images/SHD/S1041_b.jpg',
'link': 'http://www.allposters.com/-sp/Jour-Posters_i126663_.htm'
},
{'start': '1916',
'title': 'Still Life with a White Dish',
'description': 'by Gino Severini, Italian Painter, 1883-1966',
'image': 'http://images.allposters.com/images/MCG/FS1254_b.jpg',
'link': 'http://www.allposters.com/-sp/Still-Life-with-a-White-Dish-1916-Posters_i366823_.htm'
},
{'start': '1885',
'end': '1941',
'title': 'Rhythm, Joie de Vivre',
'description': 'by Robert Delaunay, French Painter, 1885-1941',
'image': 'http://imagecache2.allposters.com/images/pic/adc/10053983a_b~Rhythm-Joie-de-Vivre-Posters.jpg',
'link': 'http://www.allposters.com/-sp/Rhythm-Joie-de-Vivre-Posters_i1250641_.htm'
},
{'start': '1885',
'end': '1925',
'title': 'Castor Et Pollux',
'description': 'by Roger de la Fresnaye, French Painter, 1885-1925',
'image': 'http://images.allposters.com/images/CORPOD/IX001463_b.jpg',
'link': 'http://www.allposters.com/-sp/Castor-Et-Pollux-Posters_i831718_.htm'
},
{'start': '1912',
'title': 'Portrait of Pablo Picasso',
'description': 'by Juan Gris, Spanish Painter/Sculptor, 1887-1927',
'image': 'http://images.allposters.com/images/BRGPOD/156514_b.jpg',
'link': 'http://www.allposters.com/-sp/Portrait-of-Pablo-Picasso-1881-1973-1912-Posters_i1344154_.htm'
},
{'start': '1891',
'end': '1915',
'title': 'Portrait of Horace Brodsky',
'description': 'by Henri Gaudier-Brzeska, French Sculptor, 1891-1915',
'image': 'http://imagecache2.allposters.com/images/BRGPOD/102770_b.jpg',
'link': 'http://www.allposters.com/-sp/Portrait-of-Horace-Brodsky-Posters_i1584413_.htm'
}
]
}