Skip to content

Commit 3e21ea6

Browse files
committed
adding final teams
1 parent b912023 commit 3e21ea6

File tree

1 file changed

+61
-60
lines changed

1 file changed

+61
-60
lines changed

Diff for: notebooks/final_scores.ipynb

+61-60
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"cell_type": "code",
12-
"execution_count": 16,
12+
"execution_count": 6,
1313
"metadata": {
1414
"collapsed": true
1515
},
@@ -18,25 +18,26 @@
1818
"import csv\n",
1919
"\n",
2020
"# Put CSV for Judge survey.\n",
21-
"JUDGES_SCORE_FILE = '/Users/sahuguet/Downloads/NYU+AD+2017+Scoreboard+-+Judges_April+15%2C+2017_23.34.csv'\n",
21+
"JUDGES_SCORE_FILE = '/Users/sahuguet/Downloads/demo_day.csv'\n",
2222
"\n",
2323
"# Put CSV for Audience survey\n",
2424
"AUDIENCE_SCORE_FILE = JUDGES_SCORE_FILE"
2525
]
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": 17,
29+
"execution_count": 7,
3030
"metadata": {
3131
"collapsed": true
3232
},
3333
"outputs": [],
3434
"source": [
3535
"# Provide the names of the teams here. ORDERING MATTERS.\n",
36-
"TEAMS = [ 'Musaeda', 'Gamification', 'An Nahr', 'Healthify', 'BitDonate',\n",
37-
" 'Korrect Me Kuik', 'Mental Health ML',\n",
38-
" 'Public Health Surveillance', 'Connecting With Teachers',\n",
39-
" 'Hi@', 'RoboFriend', 'Connect' ]\n",
36+
"TEAMS = [ 'Teslam تسلم', 'Areni أرني (Show Me)', 'Transparent مكشوف',\n",
37+
" 'Musaeada مساعدة (Helping)', 'Tarakeeb تراكيب', 'Feel Better اشعر بتحسن',\n",
38+
" 'An-Nahr النهر (The Stream)', 'Tabboush طبوش', 'Hiat حياة',\n",
39+
" '3ndi Headache (I Have a Headache)']\n",
40+
"assert(len(TEAMS) == 10)\n",
4041
"\n",
4142
"# TEAMS = [ '1', '2']\n",
4243
"# ORDERING MATTERS; IT MUST MATCH THE ONE ON THE FORM.\n",
@@ -57,7 +58,7 @@
5758
},
5859
{
5960
"cell_type": "code",
60-
"execution_count": 18,
61+
"execution_count": 8,
6162
"metadata": {
6263
"collapsed": true
6364
},
@@ -108,7 +109,7 @@
108109
},
109110
{
110111
"cell_type": "code",
111-
"execution_count": 19,
112+
"execution_count": 9,
112113
"metadata": {
113114
"scrolled": false
114115
},
@@ -123,36 +124,36 @@
123124
{
124125
"data": {
125126
"text/plain": [
126-
"[('Connect',\n",
127-
" {'Impact': 3.04,\n",
128-
" 'Innovation': 2.08,\n",
129-
" 'Presentation': 3.4,\n",
130-
" 'Quality of Product': 2.68,\n",
131-
" 'Sustainability': 1.88,\n",
127+
"[('Hiat حياة',\n",
128+
" {'Impact': 2.88,\n",
129+
" 'Innovation': 2.8,\n",
130+
" 'Presentation': 2.56,\n",
131+
" 'Quality of Product': 2.6,\n",
132+
" 'Sustainability': 2.64,\n",
132133
" 'Team': 2.8,\n",
133-
" 'UI': 2.92,\n",
134-
" '__OVERALL__': 2.723999999999998}),\n",
135-
" ('Public Health Surveillance',\n",
136-
" {'Impact': 2.76,\n",
137-
" 'Innovation': 2.44,\n",
138-
" 'Presentation': 2.44,\n",
139-
" 'Quality of Product': 3.04,\n",
140-
" 'Sustainability': 2.52,\n",
141-
" 'Team': 2.76,\n",
142-
" 'UI': 2.12,\n",
143-
" '__OVERALL__': 2.702}),\n",
144-
" ('Musaeda',\n",
134+
" 'UI': 2.8,\n",
135+
" '__OVERALL__': 2.714}),\n",
136+
" ('Musaeada مساعدة (Helping)',\n",
145137
" {'Impact': 2.56,\n",
146-
" 'Innovation': 2.4,\n",
147-
" 'Presentation': 2.64,\n",
148-
" 'Quality of Product': 2.56,\n",
138+
" 'Innovation': 3.0,\n",
139+
" 'Presentation': 2.44,\n",
140+
" 'Quality of Product': 2.76,\n",
141+
" 'Sustainability': 2.44,\n",
142+
" 'Team': 2.84,\n",
143+
" 'UI': 2.16,\n",
144+
" '__OVERALL__': 2.6519999999999997}),\n",
145+
" ('Teslam تسلم',\n",
146+
" {'Impact': 2.2,\n",
147+
" 'Innovation': 2.6,\n",
148+
" 'Presentation': 3.12,\n",
149+
" 'Quality of Product': 2.8,\n",
149150
" 'Sustainability': 2.56,\n",
150-
" 'Team': 2.68,\n",
151-
" 'UI': 2.92,\n",
152-
" '__OVERALL__': 2.585999999999999})]"
151+
" 'Team': 2.36,\n",
152+
" 'UI': 2.76,\n",
153+
" '__OVERALL__': 2.644})]"
153154
]
154155
},
155-
"execution_count": 19,
156+
"execution_count": 9,
156157
"metadata": {},
157158
"output_type": "execute_result"
158159
}
@@ -172,7 +173,7 @@
172173
},
173174
{
174175
"cell_type": "code",
175-
"execution_count": 20,
176+
"execution_count": 10,
176177
"metadata": {},
177178
"outputs": [
178179
{
@@ -185,36 +186,36 @@
185186
{
186187
"data": {
187188
"text/plain": [
188-
"[('Connect',\n",
189-
" {'Impact': 3.04,\n",
190-
" 'Innovation': 2.08,\n",
191-
" 'Presentation': 3.4,\n",
192-
" 'Quality of Product': 2.68,\n",
193-
" 'Sustainability': 1.88,\n",
189+
"[('Hiat حياة',\n",
190+
" {'Impact': 2.88,\n",
191+
" 'Innovation': 2.8,\n",
192+
" 'Presentation': 2.56,\n",
193+
" 'Quality of Product': 2.6,\n",
194+
" 'Sustainability': 2.64,\n",
194195
" 'Team': 2.8,\n",
195-
" 'UI': 2.92,\n",
196-
" '__OVERALL__': 2.723999999999998}),\n",
197-
" ('Public Health Surveillance',\n",
198-
" {'Impact': 2.76,\n",
199-
" 'Innovation': 2.44,\n",
200-
" 'Presentation': 2.44,\n",
201-
" 'Quality of Product': 3.04,\n",
202-
" 'Sustainability': 2.52,\n",
203-
" 'Team': 2.76,\n",
204-
" 'UI': 2.12,\n",
205-
" '__OVERALL__': 2.702}),\n",
206-
" ('Musaeda',\n",
196+
" 'UI': 2.8,\n",
197+
" '__OVERALL__': 2.714}),\n",
198+
" ('Musaeada مساعدة (Helping)',\n",
207199
" {'Impact': 2.56,\n",
208-
" 'Innovation': 2.4,\n",
209-
" 'Presentation': 2.64,\n",
210-
" 'Quality of Product': 2.56,\n",
200+
" 'Innovation': 3.0,\n",
201+
" 'Presentation': 2.44,\n",
202+
" 'Quality of Product': 2.76,\n",
203+
" 'Sustainability': 2.44,\n",
204+
" 'Team': 2.84,\n",
205+
" 'UI': 2.16,\n",
206+
" '__OVERALL__': 2.6519999999999997}),\n",
207+
" ('Teslam تسلم',\n",
208+
" {'Impact': 2.2,\n",
209+
" 'Innovation': 2.6,\n",
210+
" 'Presentation': 3.12,\n",
211+
" 'Quality of Product': 2.8,\n",
211212
" 'Sustainability': 2.56,\n",
212-
" 'Team': 2.68,\n",
213-
" 'UI': 2.92,\n",
214-
" '__OVERALL__': 2.585999999999999})]"
213+
" 'Team': 2.36,\n",
214+
" 'UI': 2.76,\n",
215+
" '__OVERALL__': 2.644})]"
215216
]
216217
},
217-
"execution_count": 20,
218+
"execution_count": 10,
218219
"metadata": {},
219220
"output_type": "execute_result"
220221
}

0 commit comments

Comments
 (0)