-
Notifications
You must be signed in to change notification settings - Fork 6
/
TwinsOrNot.json
138 lines (138 loc) · 3.61 KB
/
TwinsOrNot.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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"objects": [
{
"id": "AzureLens.Net",
"type": "BOX_TYPE.WebSite",
"position2": { "x": 0, "y": 0 },
"pinnedToMenu": true,
"menuName": "1 - TwinsOrNot.Net Web App",
"description": "TwinsOrNot.Net is a sample website that uses the Project Oxford Face API."
},
{
"id": "box2dWebServer",
"type": "BOX2D_TYPE.BorderOnly",
"points2": [
{ "x": -12, "y": -23 },
{ "x": 12, "y": 5 }
],
"color4": [ 1, 1, 1, 1 ]
},
{
"id": "textWebServer",
"type": "TEXT_TYPE.Flat",
"position2": { "x": -2, "y": -24 },
"color4": [ 1, 1, 1, 1 ],
"fontSize": 60,
"fontName": "Segoe UI",
"text": "TwinsOrNot.Net"
},
{
"id": "ASP.NetWebAPI",
"type": "BOX2D_TYPE.Filled",
"points2": [
{ "x": -5, "y": -7 },
{ "x": 5, "y": -11 }
],
"color4": [ 0.5, 0, 0.1, 1 ],
"pinnedToMenu": true,
"menuName": "2 - Web API",
"description": "ASP.Net Web API/MVC are used so the UI can communicate with our server tier and provide the logic behind TwinsOrNot.Net."
},
{
"id": "textASP.Net",
"type": "TEXT_TYPE.Flat",
"position2": { "x": -4.5, "y": -8.5 },
"color4": [ 1, 1, 1, 1 ],
"fontSize": 60,
"fontName": "Segoe UI",
"text": "ASP.Net Web API/MVC"
},
{
"id": "box2dserver",
"type": "BOX2D_TYPE.BorderOnly",
"points2": [
{ "x": -6, "y": -6 },
{ "x": 6, "y": -13 }
],
"color4": [ 1, 1, 1, 1 ]
},
{
"id": "textServer",
"type": "TEXT_TYPE.Flat",
"position2": { "x": -1, "y": -11.5 },
"color4": [ 1, 1, 1, 1 ],
"fontSize": 60,
"fontName": "Segoe UI",
"text": "Server"
},
{
"id": "box2dUI",
"type": "BOX2D_TYPE.BorderOnly",
"points2": [
{ "x": -6, "y": -14 },
{ "x": 6, "y": -19 }
],
"color4": [ 1, 1, 1, 1 ]
},
{
"id": "textUI",
"type": "TEXT_TYPE.Flat",
"position2": { "x": -0.5, "y": -14.5 },
"color4": [ 1, 1, 1, 1 ],
"fontSize": 60,
"fontName": "Segoe UI",
"text": "UI"
},
{
"id": "UserInterface",
"type": "BOX2D_TYPE.Filled",
"points2": [
{ "x": -5, "y": -16 },
{ "x": 5, "y": -18 }
],
"color4": [ 0, 0.5, 0.1, 1 ],
"pinnedToMenu": true,
"menuName": "3 - User Interface",
"description": "The UI is build in HTML/JavaScript and relies mostly on JQuery for uploading the photos and obtaining the result from the REST API."
},
{
"id": "textHTML5",
"type": "TEXT_TYPE.Flat",
"position2": { "x": -3.5, "y": -16.5 },
"color4": [ 1, 1, 1, 1 ],
"fontSize": 60,
"fontName": "Segoe UI",
"text": "HTML5/JavaScript"
},
{
"id": "Oxford",
"type": "BOX2D_TYPE.Filled",
"points2": [
{ "x": 18, "y": -1 },
{ "x": 30, "y": -6 }
],
"color4": [ 0, 0, 0.5, 1 ],
"pinnedToMenu": true,
"menuName": "4 - Project Oxford",
"description": "The Face API receives the photos and returns a score between 0 and 1 for how similar they look."
},
{
"id": "textOxford",
"type": "TEXT_TYPE.Flat",
"position2": { "x": 19, "y": -3 },
"color4": [ 1, 1, 1, 1 ],
"fontSize": 80,
"fontName": "Segoe UI",
"text": "Project Oxford API"
},
{
"id": "ArrowOxford",
"type": "ARROW_TYPE.ArrowTip",
"points2": [
{ "x": 7, "y": -9 },
{ "x": 17, "y": -4 }
],
"color4": [ 0.5, 0.5, 1, 1 ]
}
]
}