-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibconfig.py
429 lines (429 loc) · 18.3 KB
/
bibconfig.py
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
config= \
[{None: ['1', 'The Earth is surrounded'],
'filename': '1-BiB-Slide.png',
'highlights': [{'brx_pc': '10',
'bry_pc': '34',
'star': '1',
'text': 'The atmosphere acts like a jacket to keep the '
'planet warm. If there was no atmosphere the Earth '
'would be about -18 C. Brr',
'tlx_pc': '2',
'tly_pc': '18'},
{'brx_pc': '49',
'bry_pc': '87',
'star': '2',
'text': 'If the earth was the size on an apple, the '
'atmosphere would be thinner than the skin of the '
'apple.',
'tlx_pc': '41',
'tly_pc': '71'}],
'ratio': '2.6'},
{None: ['1', 'Composition of atmosphere Pie Chart'],
'filename': '2-BiB-Slide.png',
'highlights': [{'brx_pc': '56',
'bry_pc': '89',
'star': '1',
'text': 'Nitrogen is what is known as an inert gas; this '
"means that it doesn't normally undergo chemical "
"reactions. When we breath in Nitrogen, it doesn't "
"react in our lungs, and therefore doesn't affect "
'our bodies in any way.',
'tlx_pc': '48',
'tly_pc': '73'},
{'brx_pc': '94',
'bry_pc': '91',
'star': '2',
'text': 'Why is the sky blue? The light coming from the sun '
'is white, so it contains all the colours of the '
'rainbow. But the nitrogen and oxygen molecules '
'scatter blue light more than any other colours, '
"giving the sky it's usual blue colour.",
'tlx_pc': '86',
'tly_pc': '75'}],
'ratio': '2.6'},
{None: ['2', 'What is air pollution?'],
'filename': 'AQuizQ.png',
'highlights': [{'brx_pc': '73',
'bry_pc': '45',
'star': '1',
'text': 'Right',
'tlx_pc': '3',
'tly_pc': '37'},
{'brx_pc': '42',
'bry_pc': '56',
'star': '2',
'text': 'Wrong',
'tlx_pc': '3',
'tly_pc': '48'},
{'brx_pc': '48',
'bry_pc': '67',
'star': '3',
'text': 'Wrong',
'tlx_pc': '3',
'tly_pc': '58'},
{'brx_pc': '48',
'bry_pc': '76',
'star': '4',
'text': 'Wrong',
'tlx_pc': '4',
'tly_pc': '68'}],
'ratio': '2.6'},
{None: ['1', 'Lungcapacity / breathing / air pollution'],
'filename': '3-BiB-Slide.png',
'highlights': [{'brx_pc': '10',
'bry_pc': '20',
'star': '1',
'text': 'When we breath our lungs take in air inside our '
'bodies.',
'tlx_pc': '2',
'tly_pc': '4'},
{'brx_pc': '38',
'bry_pc': '20',
'star': '2',
'text': 'Inside the lungs, some of the oxygen in the air '
'passes into your blood.',
'tlx_pc': '30',
'tly_pc': '4'},
{'brx_pc': '38',
'bry_pc': '64',
'star': '3',
'text': 'Your heart pumps the oxygen in the blood around to '
'body to where it is needed in your muscels and '
'organs.',
'tlx_pc': '30',
'tly_pc': '48'},
{'brx_pc': '31',
'bry_pc': '68',
'star': '4',
'text': 'The amount of air we can blow out of our lungs is '
'called our "lung capacity". If you have a large '
'lung capacity then oxygen can travel round our '
'bodies faster.',
'tlx_pc': '23',
'tly_pc': '52'},
{'brx_pc': '70',
'bry_pc': '21',
'star': '5',
'text': 'We can increase our lung capacity by exersizing '
'regularly',
'tlx_pc': '62',
'tly_pc': '5'},
{'brx_pc': '66',
'bry_pc': '74',
'star': '6',
'text': "Exposure to air pollution can reduce childrens' "
'lung capacity',
'tlx_pc': '58',
'tly_pc': '58'}],
'ratio': '2.6'},
{None: ['2', 'What is lung capactiy a measure of?'],
'filename': 'EQuizQ.png',
'highlights': [{'brx_pc': '72',
'bry_pc': '47',
'star': '1',
'text': 'Right',
'tlx_pc': '5',
'tly_pc': '37'},
{'brx_pc': '43',
'bry_pc': '57',
'star': '2',
'text': 'Wrong',
'tlx_pc': '5',
'tly_pc': '49'},
{'brx_pc': '45',
'bry_pc': '67',
'star': '3',
'text': 'Wrong',
'tlx_pc': '5',
'tly_pc': '57'}],
'ratio': '2.6'},
{None: ['1', 'Magnifying glass / intro to particulate matter'],
'filename': '4-BiB-Slide.png',
'highlights': [{'brx_pc': '9',
'bry_pc': '34',
'star': '1',
'text': 'The particles are so small you could fit 10 of then '
'in the width of a single hair on your head.',
'tlx_pc': '1',
'tly_pc': '18'},
{'brx_pc': '34',
'bry_pc': '82',
'star': '2',
'text': 'Particulate matter is too tiny to be seen by eye, '
'but can be seen under a microscope.',
'tlx_pc': '26',
'tly_pc': '66'}],
'ratio': '2.6'},
{None: ['1', 'PM under a microscope'],
'filename': '5-BiB-Slide.png',
'highlights': [{'brx_pc': '69',
'bry_pc': '29',
'star': '1',
'text': 'Under a microscope particulate matter can be very '
'beautiful, the particles can be different shapes '
'and sizes and are formed from lots of different '
'materials. ',
'tlx_pc': '61',
'tly_pc': '13'},
{'brx_pc': '44',
'bry_pc': '81',
'star': '2',
'text': 'In 2018 a volcano in Iceland errupted giving out so '
'much volcanic ash that airoplanes we not able to '
'fly through it safely. In total About 20 countries '
'closed their airspace to commercial planes, and it '
'affected approximately 10 million travellers.',
'tlx_pc': '36',
'tly_pc': '65'},
{'brx_pc': '96',
'bry_pc': '42',
'star': '3',
'text': 'Pollen particles are too big to pass into our lungs '
'and damage our health in the way pollution does, '
'but they can enter our noses and cause hay fever, '
'which can be unpleasant for sufferers.',
'tlx_pc': '88',
'tly_pc': '26'}],
'ratio': '2.6'},
{None: ['1', 'factory picture / PM can be natural or human made'],
'filename': '6-BiB-Slide.png',
'highlights': [{'brx_pc': '12',
'bry_pc': '38',
'star': '1',
'text': '"Air pollution" is defined as any substance that '
'humans put in the atmosphere that can have a '
'harmful effect.',
'tlx_pc': '4',
'tly_pc': '22'},
{'brx_pc': '30',
'bry_pc': '35',
'star': '2',
'text': 'Some air pollution is from gases, but particulate '
'matter air pollution is one of the most dangerous '
'for our health.',
'tlx_pc': '22',
'tly_pc': '19'}],
'ratio': '2.6'},
{None: ['2', 'Which of the following causes air pollution?'],
'filename': 'BQuizQ.png',
'highlights': [{'brx_pc': '20',
'bry_pc': '44',
'star': '1',
'text': 'Right',
'tlx_pc': '4',
'tly_pc': '37'},
{'brx_pc': '23',
'bry_pc': '56',
'star': '2',
'text': 'Right',
'tlx_pc': '5',
'tly_pc': '46'},
{'brx_pc': '25',
'bry_pc': '65',
'star': '3',
'text': 'Right',
'tlx_pc': '4',
'tly_pc': '58'},
{'brx_pc': '31',
'bry_pc': '75',
'star': '4',
'text': 'Right',
'tlx_pc': '4',
'tly_pc': '68'}],
'ratio': '2.6'},
{None: ['1', '5 things in this picture that cause air pollution'],
'filename': '7-BiB-Slide.png',
'highlights': [{'brx_pc': '57',
'bry_pc': '38',
'star': '1',
'text': 'FACTORY: Many industrial processes produce air '
'pollution. Producing energy from coal produced '
'sulfur dioxide gas, which can form particulate '
'matter pollution.',
'tlx_pc': '40',
'tly_pc': '15'},
{'brx_pc': '60',
'bry_pc': '62',
'star': '1',
'text': 'BBQ: When you cook on a BBQ the grey smoke is full '
'of particulate matter. On a summers eventing when '
'lots of people have BBQs air pollution can increase '
'a lot.',
'tlx_pc': '47',
'tly_pc': '43'},
{'brx_pc': '41',
'bry_pc': '65',
'star': '1',
'text': 'HOUSE: When we heat our houses using oil, gas or '
"electricty it doesn't make pollution at the house, "
'instead pollution is produced in the factories '
'where the oil, gas and electricty are made. '
'Burning coal and wood does make air pollution.',
'tlx_pc': '23',
'tly_pc': '46'},
{'brx_pc': '86',
'bry_pc': '56',
'star': '1',
'text': 'FIRE: The smoke from fires contains tiny particles '
'of soot that contributes to particulate matter '
'pollution. Some fires are natural (caused by '
'lightning) but many are man made. Sometimes fires '
'start on moorlands when people use disposable '
'BBQs. There fires are dangerous and contribute to '
'air pollution.',
'tlx_pc': '75',
'tly_pc': '41'},
{'brx_pc': '87',
'bry_pc': '88',
'star': '1',
'text': 'CAR: Cars, buses, trucks and lorries all produce '
'air pollution. Diesel cars normally produce more '
'particulate matter than peterol cars. We can '
'reduce the amount of pollution we create by walking '
'and cycling instead of driving, as much as '
'possible.',
'tlx_pc': '53',
'tly_pc': '62'},
{'brx_pc': '87',
'bry_pc': '33',
'star': '1',
'text': 'FIREWORKS: Fireworks are beatiful and fun to '
'watch, but they also produce a lot of smoke, which '
'adds to air pollution. Can you think of which '
'nights of the year this might be most important?',
'tlx_pc': '70',
'tly_pc': '7'},
{'brx_pc': '34',
'bry_pc': '40',
'star': '1',
'text': 'TREE: Trees are great for the environment because '
'they remove the greenhouse gas Carbon Dioxide. '
'They can also indirectly help reduce air pollution '
'- some trees can "filter" particulate matter out of '
'the air.',
'tlx_pc': '20',
'tly_pc': '24'}],
'ratio': '2.6'},
{None: ['2', 'Where is there most air pollution?'],
'filename': 'CQuizQ.png',
'highlights': [{'brx_pc': '49',
'bry_pc': '46',
'star': '1',
'text': 'Wrong',
'tlx_pc': '5',
'tly_pc': '37'},
{'brx_pc': '42',
'bry_pc': '56',
'star': '2',
'text': 'Wrong',
'tlx_pc': '5',
'tly_pc': '48'},
{'brx_pc': '59',
'bry_pc': '67',
'star': '3',
'text': 'Right',
'tlx_pc': '5',
'tly_pc': '59'},
{'brx_pc': '53',
'bry_pc': '76',
'star': '4',
'text': 'Wrong',
'tlx_pc': '4',
'tly_pc': '68'}],
'ratio': '2.6'},
{None: ['1', 'Air pollution can make people sick'],
'filename': '8-BiB-Slide.png',
'highlights': [{'brx_pc': '64',
'bry_pc': '37',
'star': '1',
'text': 'Respiration is another word for breathing. So '
'"respitory illnesses" are any illness that affect '
'how well people can breathe.',
'tlx_pc': '56',
'tly_pc': '21'},
{'brx_pc': '97',
'bry_pc': '22',
'star': '2',
'text': 'A study by Born in Bradford found that air '
'pollution may be responsible for more than a third '
'of childhood asthma cases in Bradford.',
'tlx_pc': '89',
'tly_pc': '6'},
{'brx_pc': '83',
'bry_pc': '70',
'star': '3',
'text': 'During the COVID-19 lockdown, air pollution '
'concentrations fell in many cities. During this '
'time doctors found that many people with asthma '
'reported that their symptoms were less severe than '
'normal.',
'tlx_pc': '75',
'tly_pc': '54'}],
'ratio': '2.6'},
{None: ['2', 'What is respiration another word for?'],
'filename': 'DQuizQ.png',
'highlights': [{'brx_pc': '22',
'bry_pc': '46',
'star': '1',
'text': 'Wrong',
'tlx_pc': '3',
'tly_pc': '37'},
{'brx_pc': '21',
'bry_pc': '56',
'star': '2',
'text': 'Right',
'tlx_pc': '3',
'tly_pc': '48'},
{'brx_pc': '21',
'bry_pc': '65',
'star': '3',
'text': 'Wrong',
'tlx_pc': '4',
'tly_pc': '58'},
{'brx_pc': '23',
'bry_pc': '77',
'star': '4',
'text': 'Wrong',
'tlx_pc': '5',
'tly_pc': '70'}],
'ratio': '2.6'},
{None: ['1', 'Bodies defences against air pollution'],
'filename': '9-BiB-Slide.png',
'highlights': [{'brx_pc': '26',
'bry_pc': '77',
'star': '1',
'text': 'The smallest particles are the most dangerous for '
'health as they are small enough to pass into your '
'lungs',
'tlx_pc': '18',
'tly_pc': '61'}],
'ratio': '2.6'},
{None: ['2',
'Which two of the following help bodies defence against air '
'pollution?'],
'filename': 'FQuizQ.png',
'highlights': [{'brx_pc': '24',
'bry_pc': '44',
'star': '1',
'text': 'Wrong',
'tlx_pc': '3',
'tly_pc': '37'},
{'brx_pc': '25',
'bry_pc': '56',
'star': '2',
'text': 'Right',
'tlx_pc': '4',
'tly_pc': '47'},
{'brx_pc': '21',
'bry_pc': '66',
'star': '3',
'text': 'Wrong',
'tlx_pc': '4',
'tly_pc': '58'},
{'brx_pc': '17',
'bry_pc': '74',
'star': '4',
'text': 'Right',
'tlx_pc': '4',
'tly_pc': '67'}],
'ratio': '2.6'}]