-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgallery-copy.json
More file actions
89 lines (89 loc) · 3.06 KB
/
gallery-copy.json
File metadata and controls
89 lines (89 loc) · 3.06 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
{
"photos": [
{
"name": "Maxime Chamberland",
"element": [
{
"albumname": "Chamberland",
"linkref": "images/gallery/fibers_big.png",
"text": "Image representing the fiber with sagital view.",
"title": "Fiber",
"imgsource": "images/gallery/fibers.png"
},
{
"albumname": "Chamberland",
"linkref": "images/gallery/glow.png",
"text": "Tumor",
"title": "Tumor",
"imgsource": "images/gallery/tumor.png"
},
{
"albumname": "Chamberland",
"linkref": "images/gallery/mesh.png",
"text": "Fluid",
"title": "Fluid",
"imgsource": "images/gallery/CSF.png"
},
{
"albumname": "Chamberland",
"linkref": "images/gallery/cerebral.png",
"text": "Infiltration",
"title": "Infiltration",
"imgsource": "images/gallery/cerebral_p.png"
}
]
},
{
"name": "Michaël Bernier",
"element": [
{
"albumname": "Bernier",
"linkref": "images/gallery/group_mean_tract.jpg",
"text": "Brain activation",
"title": "Activation",
"imgsource": "images/gallery/group_mean_tract_thumbnail.jpg"
}
]
},
{
"name": "Others",
"element": [
{
"albumname": "Others",
"linkref": "images/logo4.png",
"text": "UdeS logo",
"title": "UdeS",
"imgsource": "images/logo4.png"
}
]
}
],
"videos": [
{
"name": "Maxime Chamberland",
"element": [
{
"albumname": "Chamberland",
"linkref": "http://www.youtube.com/embed/t5KwiwMa6G0",
"text": "Doctor David Fortin Ted talk.",
"title": "TedX",
"imgsource": "images/gallery/ted.png"
},
{
"albumname": "Chamberland",
"linkref": "https://www.youtube.com/embed/Xm3tsTd9jb8",
"text": "UdeS",
"title": "UdeS",
"imgsource": "images/gallery/dave.png"
},
{
"albumname": "Chamberland",
"linkref": "http://www.youtube.com/embed/Kdwm7cQv5PQ",
"text": "Real-time in Fibernavigator",
"title": "Real-time",
"imgsource": "images/gallery/rtt.png"
}
]
}
]
}