reliefweb_scraper 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,869 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :post
5
- uri: http://glidenumber.net:80/glide/public/search/search.jsp
6
- body: X_Resolution=1280&level0=%2A&posted=0&ftoption=%26&sortby=0&events=%2A&nStart=0&maxhits=10&go.x=0&level1=%2A&process=0&keywords=2011-000110-UGA&go.y=0
7
- headers:
8
- accept-language:
9
- - en-us,en;q=0.5
10
- connection:
11
- - keep-alive
12
- content-type:
13
- - application/x-www-form-urlencoded
14
- user-agent:
15
- - Mechanize/2.0.1 Ruby/1.8.7p334 (http://github.com/tenderlove/mechanize/)
16
- accept-encoding:
17
- - gzip,deflate,identity
18
- content-length:
19
- - "150"
20
- host:
21
- - glidenumber.net
22
- accept-charset:
23
- - ISO-8859-1,utf-8;q=0.7,*;q=0.7
24
- keep-alive:
25
- - 300
26
- response: !ruby/struct:VCR::Response
27
- status: !ruby/struct:VCR::ResponseStatus
28
- code: 200
29
- message: OK
30
- headers:
31
- content-type:
32
- - text/html;charset=UTF-8
33
- server:
34
- - Apache
35
- date:
36
- - Wed, 12 Oct 2011 03:06:23 GMT
37
- set-cookie:
38
- - JSESSIONID=ACA05DD811016C5712B92DC96CDBCBF4; Path=/glide
39
- keep-alive:
40
- - timeout=15, max=100
41
- transfer-encoding:
42
- - chunked
43
- body: |
44
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
45
-
46
- <html>
47
- <head>
48
- <title>GLIDE Search</title>
49
- </head>
50
- <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
- <link rel=stylesheet type="text/css" href="/glide/style.css">
66
- <body topmargin="0" leftmargin="0">
67
- <table cellpadding="0" cellspacing="0" border="0" width="850"><tr><td width="100%" bgcolor="D9DDE2"><img src="/glide/images/menu.gif" width="750" height="55" border="0" alt="GLIDEnumber net" usemap="#menumap">
68
- <map name="menumap">
69
- <area alt="" coords="312,33,360,13" href="/glide">
70
- <area alt="" coords="375,13,462,32" href="/glide/public/preferences/preferences.jsp">
71
- <area alt="" coords="472,13,534,32" href="/glide/public/user/login.jsp">
72
- <area alt="" coords="539,32,607,13" href="/glide/public/user/register.jsp">
73
- <area alt="" coords="609,13,662,31" href="javascript:openHelp('welcome')" shape="RECT">
74
- <area alt="" coords="665,32,741,11" href="/glide/public/contact.jsp">
75
- </map></td></tr><tr><td height="3"></td></tr></table>
76
- <script language="JavaScript">
77
- <!--
78
- function openHelp(page)
79
- {
80
- page="/glide/help/"+page+".jsp";
81
- document.helpwindow=window.open(page,'window','width=630,height=500,left=10,screenX=10,top=50,screenY=50,scrollbars=no,resizable=no');
82
- document.helpwindow.focus();
83
- }
84
- // -->
85
- </script>
86
-
87
-
88
-
89
-
90
-
91
-
92
- <script language="JavaScript">
93
- <!--
94
- aContinent = new Array(0,3,4,1,5,1,2,2,2,3,5,4,3,4,2,3,3,2,4,4,2,1,2,3,2,4,1,2,3,4,1,1,3,1,2,1,1,2,1,1,2,3,2,1,1,1,5,2,1,4,2,4,4,4,4,1,2,2,3,2,1,2,1,1,4,1,5,4,4,2,5,1,1,3,4,4,4,4,1,4,2,2,5,2,1,1,2,2,2,3,4,4,3,3,3,3,4,3,4,2,3,3,3,1,5,3,3,3,3,3,4,3,1,1,1,4,4,3,4,1,1,3,3,1,4,5,2,1,1,2,5,4,3,4,2,1,1,3,1,3,4,2,5,5,2,1,1,5,4,3,3,5,3,2,5,2,2,3,4,4,2,1,4,4,1,5,1,3,1,4,1,1,3,4,4,5,1,1,1,4,4,3,1,2,2,2,1,2,1,4,4,3,3,3,1,3,1,5,5,2,1,4,3,2,5,1,4,3,4,2,2,3,5,2,3,2,2,5,3,3,3,4,1,1,1);
95
- var nCountries=225;
96
-
97
-
98
- // submits the form so the server will get all user parameters and forward to specified process.
99
- function pageSubmit(destPage)
100
- {
101
- document.glide.process.value=destPage;
102
- document.glide.submit();
103
- }
104
- var bLoading=false;
105
-
106
- function clearForm()
107
- {
108
- with (document.glide)
109
- {
110
- level0.selectedIndex=-1;
111
- level1.selectedIndex=-1;
112
- events.selectedIndex=-1;
113
- keywords.value="";
114
- ftoption.selectedIndex=0;
115
- fromyear.value="";
116
- frommonth.value="";
117
- fromday.value="";
118
- toyear.value="";
119
- tomonth.value="";
120
- today.value="";
121
-
122
- }
123
- return false;
124
- }
125
-
126
- function showCountries()
127
- {
128
- if (!bLoading)
129
- {
130
- bLoading=true;
131
- // clears the countries box
132
- document.glide.level1.selectedIndex=-1;
133
- // checks for ALL selected
134
- if (document.glide.level0.selectedIndex==0)
135
- {
136
- document.glide.level0.selectedIndex=-1;
137
- document.glide.level0.options[0].selected=true;
138
- document.glide.level0.selectedIndex=0;
139
- document.glide.level1.options[0].selected=true;
140
- document.glide.level1.selectedIndex=0;
141
- }
142
- else
143
- {
144
- // adds al contries of the continent
145
- for (c=1; c<=5; c++)
146
- if (document.glide.level0.options[c].selected)
147
- for (j=nCountries; j>=0; j--)
148
- if (aContinent[j]==c)
149
- {
150
- document.glide.level1.options[j+1].selected=true;
151
- }
152
- // ensures ALL is NOT selected!!!
153
- document.glide.level0.options[0].selected=false;
154
- }
155
-
156
- bLoading=false;
157
- }
158
- }
159
-
160
- function noContinents()
161
- {
162
- if (!bLoading)
163
- {
164
- bLoading=true;
165
- // clears the continent box
166
- document.glide.level0.selectedIndex=-1;
167
- // checks for ALL selected
168
- if (document.glide.level1.selectedIndex==0)
169
- {
170
- document.glide.level1.selectedIndex=-1;
171
- document.glide.level1.options[0].selected=true;
172
- document.glide.level0.options[0].selected=true;
173
- }
174
- else
175
- {
176
- // ensures ALL is NOT selected!!!
177
- document.glide.level1.options[0].selected=false;
178
- }
179
- bLoading=false;
180
- }
181
- }
182
-
183
- function check4Any()
184
- {
185
- if (!bLoading)
186
- {
187
- bLoading=true;
188
- // checks for ALL selected
189
- if (document.glide.events.selectedIndex==0)
190
- {
191
- document.glide.events.selectedIndex=-1;
192
- document.glide.events.options[0].selected=true;
193
- }
194
- else
195
- {
196
- // ensures ALL is NOT selected!!!
197
- document.glide.events.options[0].selected=false;
198
- }
199
- bLoading=false;
200
- }
201
- }
202
- // -->
203
- </script>
204
- <table cellspacing="0" cellpadding="2" border="0" width="850">
205
- <form name="glide" action="/glide/public/search/search.jsp" method="post">
206
- <tr>
207
- <td class='bgDark' height="25"><span class="titleText">GLIDE Search</span></td>
208
- <td class='bgDark' height="25" align="right"></td>
209
-
210
- </tr>
211
- <tr><td colspan="2" height="5"></td></tr>
212
- <tr>
213
- <td valign="top" class='bgLightLight'><!-- The whole search screen -->
214
- <table border="0" cellpadding="2" cellspacing="0">
215
- <tr>
216
- <td class='bgLightLight' width='215'><span class="subtitleText">Select Continent:</span></td>
217
- <td class='bgLightLight' width='215' align="center"><span class="subtitleText">Select Country:</span> </td>
218
- <td class='bgLightLight' width='215' align="center">&nbsp;&nbsp;<span class="subtitleText">Select Event:</span></td>
219
- </tr>
220
- <tr class='bgLightLight'>
221
- <td valign="top" align="left" height="135">
222
- <SELECT id='level0' style="WIDTH: 150px; HEIGHT: 134px" multiple size=5 name='level0' onchange="showCountries()">
223
- <option value='*' selected>Any
224
- <option value=1>Africa
225
- <option value=2>Americas
226
- <option value=3>Asia
227
- <option value=4>Europe
228
- <option value=5>Oceania
229
-
230
- </SELECT>
231
- </td>
232
- <td valign="top" align="center" height="135" width='215'>
233
- <SELECT id='level1' multiple size=15 name='level1' style="WIDTH: 180px; HEIGHT: 134px" onchange="noContinents()">
234
- <option value='*' selected>Any
235
- <option value=--->(Non-Localized)
236
- <option value=AFG>Afghanistan
237
- <option value=ALB>Albania
238
- <option value=DZA>Algeria
239
- <option value=ASM>American Samoa
240
- <option value=AGO>Angola
241
- <option value=AIA>Anguilla
242
- <option value=ATG>Antigua & Barbuda
243
- <option value=ARG>Argentina
244
- <option value=ARM>Armenia
245
- <option value=AUS>Australia
246
- <option value=AUT>Austria
247
- <option value=AZE>Azerbaijan
248
- <option value=AZO>Azores
249
- <option value=BHS>Bahamas
250
- <option value=BHR>Bahrain
251
- <option value=BGD>Bangladesh
252
- <option value=BRB>Barbados
253
- <option value=BLR>Belarus
254
- <option value=BEL>Belgium
255
- <option value=BLZ>Belize
256
- <option value=BEN>Benin
257
- <option value=BMU>Bermuda
258
- <option value=BTN>Bhutan
259
- <option value=BOL>Bolivia
260
- <option value=BIH>Bosnia-Hercegovenia
261
- <option value=BWA>Botswana
262
- <option value=BRA>Brazil
263
- <option value=BRN>Brunei Darussalam
264
- <option value=BGR>Bulgaria
265
- <option value=BFA>Burkina Faso
266
- <option value=BDI>Burundi
267
- <option value=KHM>Cambodia
268
- <option value=CMR>Cameroon
269
- <option value=CAN>Canada
270
- <option value=SPI>Canary Is
271
- <option value=CPV>Cape Verde Is
272
- <option value=CYM>Cayman Islands
273
- <option value=CAF>Central African Rep
274
- <option value=TCD>Chad
275
- <option value=CHL>Chile
276
- <option value=CHN>China, P Rep
277
- <option value=COL>Colombia
278
- <option value=COM>Comoros
279
- <option value=COD>Congo, Dem Rep (ex-Zaire)
280
- <option value=COG>Congo, Rep
281
- <option value=COK>Cook Is
282
- <option value=CRI>Costa Rica
283
- <option value=CIV>Cote d'Ivoire
284
- <option value=HRV>Croatia
285
- <option value=CUB>Cuba
286
- <option value=CYP>Cyprus
287
- <option value=CZE>Czech Rep
288
- <option value=CSK>Czechoslovakia
289
- <option value=DNK>Denmark
290
- <option value=DJI>Djibouti
291
- <option value=DMA>Dominica
292
- <option value=DOM>Dominican Rep
293
- <option value=TMP>East Timor
294
- <option value=ECU>Ecuador
295
- <option value=EGY>Egypt
296
- <option value=SLV>El Salvador
297
- <option value=GNQ>Equatorial Guinea
298
- <option value=ERI>Eritrea
299
- <option value=EST>Estonia
300
- <option value=ETH>Ethiopia
301
- <option value=FJI>Fiji
302
- <option value=FIN>Finland
303
- <option value=FRA>France
304
- <option value=GUF>French Guiana
305
- <option value=PYF>French Polynesia
306
- <option value=GAB>Gabon
307
- <option value=GMB>Gambia, The
308
- <option value=GEO>Georgia
309
- <option value=DEU>Germany
310
- <option value=GER>Germany
311
- <option value=DDR>Germany, Dem Rep
312
- <option value=DFR>Germany, Fed Rep
313
- <option value=GHA>Ghana
314
- <option value=GRC>Greece
315
- <option value=GRD>Grenada
316
- <option value=GLP>Guadeloupe
317
- <option value=GUM>Guam
318
- <option value=GTM>Guatemala
319
- <option value=GIN>Guinea
320
- <option value=GNB>Guinea Bissau
321
- <option value=GUY>Guyana
322
- <option value=HTI>Haiti
323
- <option value=HND>Honduras
324
- <option value=HKG>Hong Kong (China)
325
- <option value=HUN>Hungary
326
- <option value=ISL>Iceland
327
- <option value=IND>India
328
- <option value=IDN>Indonesia
329
- <option value=IRN>Iran, Islam Rep
330
- <option value=IRQ>Iraq
331
- <option value=IRL>Ireland
332
- <option value=ISR>Israel
333
- <option value=ITA>Italy
334
- <option value=JAM>Jamaica
335
- <option value=JPN>Japan
336
- <option value=JOR>Jordan
337
- <option value=KAZ>Kazakhstan
338
- <option value=KEN>Kenya
339
- <option value=KIR>Kiribati
340
- <option value=PRK>Korea, Dem P Rep
341
- <option value=KOR>Korea, Rep
342
- <option value=KWT>Kuwait
343
- <option value=KGZ>Kyrgyzstan
344
- <option value=LAO>Lao, P Dem Rep
345
- <option value=LVA>Latvia
346
- <option value=LBN>Lebanon
347
- <option value=LSO>Lesotho
348
- <option value=LBR>Liberia
349
- <option value=LBY>Libyan Arab Jamah
350
- <option value=LTU>Lithuania
351
- <option value=LUX>Luxembourg
352
- <option value=MAC>Macau
353
- <option value=MKD>Macedonia, FRY
354
- <option value=MDG>Madagascar
355
- <option value=MWI>Malawi
356
- <option value=MYS>Malaysia
357
- <option value=MDV>Maldives
358
- <option value=MLI>Mali
359
- <option value=MLT>Malta
360
- <option value=MHL>Marshall Is
361
- <option value=MTQ>Martinique
362
- <option value=MRT>Mauritania
363
- <option value=MUS>Mauritius
364
- <option value=MEX>Mexico
365
- <option value=FSM>Micronesia, Fed States
366
- <option value=MDA>Moldova, Rep
367
- <option value=MNG>Mongolia
368
- <option value=MNE>Montenegro Rep.
369
- <option value=MSR>Montserrat
370
- <option value=MAR>Morocco
371
- <option value=MOZ>Mozambique
372
- <option value=MMR>Myanmar
373
- <option value=NAM>Namibia
374
- <option value=NPL>Nepal
375
- <option value=NLD>Netherlands
376
- <option value=ANT>Netherlands Antilles
377
- <option value=NCL>New Caledonia
378
- <option value=NZL>New Zealand
379
- <option value=NIC>Nicaragua
380
- <option value=NER>Niger
381
- <option value=NGA>Nigeria
382
- <option value=NIU>Niue
383
- <option value=NOR>Norway
384
- <option value=OMN>Oman
385
- <option value=PAK>Pakistan
386
- <option value=PLW>Palau
387
- <option value=PSE>Palestine (West Bank)
388
- <option value=PAN>Panama
389
- <option value=PNG>Papua New Guinea
390
- <option value=PRY>Paraguay
391
- <option value=PER>Peru
392
- <option value=PHL>Philippines
393
- <option value=POL>Poland
394
- <option value=PRT>Portugal
395
- <option value=PRI>Puerto Rico
396
- <option value=REU>Reunion
397
- <option value=ROM>Romania
398
- <option value=RUS>Russia
399
- <option value=RWA>Rwanda
400
- <option value=WSM>Samoa
401
- <option value=STP>Sao Tome et Principe
402
- <option value=SAU>Saudi Arabia
403
- <option value=SEN>Senegal
404
- <option value=SRB>Serbia Rep.
405
- <option value=SYC>Seychelles
406
- <option value=SLE>Sierra Leone
407
- <option value=SGP>Singapore
408
- <option value=SVK>Slovakia
409
- <option value=SVN>Slovenia
410
- <option value=SLB>Solomon Is
411
- <option value=SOM>Somalia
412
- <option value=ZAF>South Africa
413
- <option value=SSD>South Sudan
414
- <option value=SUN>Soviet Union
415
- <option value=ESP>Spain
416
- <option value=LKA>Sri Lanka
417
- <option value=SHN>St Helena
418
- <option value=KNA>St Kitts & Nevis
419
- <option value=LCA>St Lucia
420
- <option value=VCT>St Vincent & The Grenadines
421
- <option value=SDN>Sudan
422
- <option value=SUR>Suriname
423
- <option value=SWZ>Swaziland
424
- <option value=SWE>Sweden
425
- <option value=CHE>Switzerland
426
- <option value=SYR>Syrian Arab Rep
427
- <option value=TWN>Taiwan (China)
428
- <option value=TJK>Tajikistan
429
- <option value=TZA>Tanzania, Uni Rep
430
- <option value=THA>Thailand
431
- <option value=TGO>Togo
432
- <option value=TKL>Tokelau
433
- <option value=TON>Tonga
434
- <option value=TTO>Trinidad & Tobago
435
- <option value=TUN>Tunisia
436
- <option value=TUR>Turkey
437
- <option value=TKM>Turkmenistan
438
- <option value=TCA>Turks & Caicos Is
439
- <option value=TUV>Tuvalu
440
- <option value=UGA>Uganda
441
- <option value=UKR>Ukraine
442
- <option value=ARE>United Arab Emirates
443
- <option value=GBR>United Kingdom
444
- <option value=USA>United States
445
- <option value=URY>Uruguay
446
- <option value=UZB>Uzbekistan
447
- <option value=VUT>Vanuatu
448
- <option value=VEN>Venezuela
449
- <option value=VNM>Viet Nam
450
- <option value=VGB>Virgin Is (UK)
451
- <option value=VIR>Virgin Is (US)
452
- <option value=WLF>Wallis & Futuna Is
453
- <option value=YEM>Yemen
454
- <option value=YMN>Yemen, Arab Rep
455
- <option value=YMD>Yemen, P Dem Rep
456
- <option value=YUG>Yugoslavia
457
- <option value=ZAR>Zaire/Congo, Dem Rep (PREVIOUS)
458
- <option value=ZMB>Zambia
459
- <option value=ZWE>Zimbabwe
460
-
461
- </SELECT>
462
- </td>
463
- <td valign="top" align="right" height="135">
464
- <SELECT id=events multiple size=15 name=events style="WIDTH: 180px; HEIGHT: 134px" onchange="check4Any()">
465
- <option value='*' selected>Any
466
- <option value='CW'>CW - Cold Wave
467
- <option value='CE'>CE - Complex Emergency
468
- <option value='DR'>DR - Drought
469
- <option value='EQ'>EQ - Earthquake
470
- <option value='EP'>EP - Epidemic
471
- <option value='EC'>EC - Extratropical Cyclone
472
- <option value='ET'>ET - Extreme temperature(use CW/HW instead)
473
- <option value='FA'>FA - Famine(use other "Hazard" code instead)
474
- <option value='FR'>FR - Fire
475
- <option value='FF'>FF - Flash Flood
476
- <option value='FL'>FL - Flood
477
- <option value='HT'>HT - Heat Wave
478
- <option value='IN'>IN - Insect Infestation
479
- <option value='LS'>LS - Land Slide
480
- <option value='MS'>MS - Mud Slide
481
- <option value='OT'>OT - Other
482
- <option value='ST'>ST - SEVERE LOCAL STORM
483
- <option value='SL'>SL - SLIDE (use LS/ AV/MS instead)
484
- <option value='AV'>AV - Snow Avalanche
485
- <option value='SS'>SS - Storm Surge
486
- <option value='AC'>AC - Tech. Disaster
487
- <option value='TO'>TO - Tornadoes
488
- <option value='TC'>TC - Tropical Cyclone
489
- <option value='TS'>TS - Tsunami
490
- <option value='VW'>VW - Violent Wind
491
- <option value='VO'>VO - Volcano
492
- <option value='WV'>WV - Wave/Surge(use TS/SS instead)
493
- <option value='WF'>WF - Wild fire
494
-
495
- </SELECT>
496
- </td>
497
- </tr>
498
- <tr><td colspan="3" height="8" class='bgLightLight' align="center"><span class='basefontSmallSmall'>Use Ctrl-Click and/or Shift-Click for multiple selections. If NO selections are made, ALL items will be selected</span></td></tr>
499
- <tr><td colspan="3" height="3"></td></tr>
500
- <tr class='bgLight'>
501
- <td colspan=3><span class="basefontSmall">Type keywords: <INPUT size=45 name=keywords value="2011-000110-UGA">
502
- &nbsp;&nbsp;&nbsp;&nbsp;Looking for: <select name="ftoption" class="basefontSmall">
503
- <option value='&' selected>All Words</option>
504
- <option value='|'>Any Word</option>
505
- </select></span>
506
- </td>
507
- </tr>
508
- <tr><td colspan="3" height="3"></td></tr>
509
- <tr class='bgLightLight'>
510
- <td><span class="basefontSmall">Search between these dates:<br><strong>(yyyy-mm-dd)</strong></span></td>
511
- <td class="basefontSmall">From:<INPUT size=4 maxlength="5" value="" name=fromyear><INPUT size=2
512
- maxlength="3" value="" name=frommonth><INPUT size=2 maxlength="3" value="" name=fromday> </td>
513
- <td class="basefontSmall">To:<INPUT size=4 maxlength="5" value="" name=toyear><INPUT size=2 maxlength="3" value="" name=tomonth><INPUT size=2 maxlength="3" value="" name=today> </td>
514
- </tr>
515
- <tr><td colspan="3" height="3"></td></tr>
516
-
517
- <tr class='bgLight'>
518
- <td colspan=2><span class="basefontSmall">Hits per page:</span><select name="maxhits" class="listMenuSmall">
519
- <option selected>10
520
- <option>25
521
- <option>50
522
- <option>100
523
- <option>200
524
- </select>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="basefontSmall">Sorted by:</span>
525
- <select name="sortby" class="basefontSmall">
526
- <option value="0" selected>GLIDE
527
- <option value="1">Country, Event, Date
528
- <option value="2">Country, Date, Event
529
- <option value="3">Event, Country, Date
530
- <option value="4">Event, Date, Country
531
- <option value="5">Date, Country, Event
532
- <option value="6">Date, Event, Country
533
- </select>
534
- </td><td align="right">
535
- <INPUT type=image src="/glide/images/searchbutton.gif" name='go' alt="Go search!">
536
- <INPUT type=image src="/glide/images/clear.gif" name=clear value="Clear form" onclick="return clearForm();">
537
- </td>
538
- </tr>
539
- <tr><td colspan="3" height="3"></td></tr>
540
- <tr>
541
- <td colspan='3'>
542
- <!-- Search Results -->
543
- <!--select docid from disasters,geography,events where disasters.sEventID=events.sEventID and sCode=sLocationCode AND docid in ((select docid from wordsdocs where wordid in (select wordid from words where word='2011')) INTERSECT (select docid from wordsdocs where wordid in (select wordid from words where word='000110')) INTERSECT (select docid from wordsdocs where wordid in (select wordid from words where word='UGA'))) and (sstatusid='A') order by sGlide desc,disasters.sEventId,sLocationCode,nYear desc,nMonth desc,nDay desc-->
544
- <table cellspacing="0" cellpadding="0" border="1" rules="none" width='100%'>
545
- <tr>
546
- <td colspan="4" class='bgDark' height="12"><span class="titleText">Search Results:</span></td>
547
- </tr>
548
- <tr>
549
- <td colspan="4" class='bgDark' height="12" valign="top" align="right"><table border='0' cellspacing=0 cellpadding=0><TR><TD class='whiteLinks' valign='top'>1 hits, 1 Pages : </TD></TR></table></td>
550
- </tr>
551
- </table>
552
- <table cellspacing="1" cellpadding="1" border="1" width='100%'>
553
- <tr class='bgLightLight'>
554
- <th width=130>Glide Number</th>
555
- <th>Event</th>
556
- <th>Country</th>
557
- <th>Comment</th>
558
- </tr>
559
-
560
- <tr class='bgLightLight'>
561
- <td class='basefontSmall'><A class=bluelinks href='/glide/public/search/details.jsp?glide=19526&record=1&last=1'>MS-2011-000110-UGA</a>
562
- </td>
563
- <td class='basefontSmall'>Mud Slide</td>
564
- <td class='basefontSmall'>Uganda</td>
565
- <td class='basefontSmall'>Mudslide caused by heavy rains left over 6,400 in need of urgent re-settlement, 5 injured and 3 bodies still trapped under debris. WFP is distributing food aid to 26 families with assistance of Red Cross.&nbsp;</td>
566
- </tr>
567
-
568
- <tr class='bgLightLight'>
569
- <td colspan="4" class='bgDark' align="right"><table border='0' cellspacing=0 cellpadding=0><TR><TD class='whiteLinks' valign='top'>1 hits, 1 Pages : </TD></TR></table></td>
570
- </tr>
571
-
572
- </table>
573
- <input type='hidden' name='nStart' value='0'>
574
- <input type='hidden' name='posted' value='0'>
575
- <script language="JavaScript">
576
- <!--
577
- function submitForm(istart)
578
- {
579
- document.glide.nStart.value=istart;
580
- document.glide.submit();
581
- }
582
- // -->
583
- </script>
584
-
585
-
586
- </td>
587
- </tr>
588
- </table>
589
- </td>
590
- <td bgcolor="#f4f0e3" valign="top"><!-- The side element -->
591
- <table border="0" cellpadding="2" cellspacing="0" width="200">
592
- <tr>
593
- <td bgcolor="#ddd3ac" width="200">
594
- <span class="subtitleText">GLIDEnumber:</span></td>
595
- </tr>
596
- <tr>
597
- <td width="200">
598
- <a class="blueLinks" href='/glide/public/about.jsp'>About Glide</a><br>
599
- <a class="blueLinks" href='/glide/public/howtojoin.jsp'>How to Join</a><br>
600
- <a class="blueLinks" href='/glide/public/institutions.jsp'>Participating Institutions</a><br>
601
- <a class="blueLinks" href='/glide/public/links.jsp'>GLIDE-enabled sites</a><br>
602
- <a class="blueLinks" href='javascript:openHelp("welcome")'>Help Topics</a><br>
603
- <a class="blueLinks" href='/glide/public/disclaimer.jsp'>Disclaimer</a><br>
604
-
605
-
606
- <br>
607
- </td>
608
- </tr>
609
- <tr>
610
- <td bgcolor="#ddd3ac" width="150">
611
- <span class="subtitleText">Get results as:</span></td>
612
- </tr>
613
- <tr>
614
- <td width="150">
615
- <!-- submit is needed here in order to load search specs -->
616
- <a class="blueLinks" href='javascript:pageSubmit("/public/result/stats.jsp")'>Statistics</a><br>
617
- <a class="blueLinks" href='javascript:pageSubmit("/public/result/chart.jsp")'>Charts</a><br>
618
- <a class="blueLinks" href='javascript:pageSubmit("/public/result/report.jsp")'>Tabular reports</a><br>
619
- <br>
620
- </td>
621
- </tr>
622
- <tr>
623
- <td bgcolor="#ddd3ac" width="150">
624
- <span class="subtitleText">Latest Events:</span></td>
625
- </tr>
626
- <tr>
627
- <td class='basefontSmall'>
628
- <br>Disasters on <strong>week 41</strong> or after<br>
629
- From 2011/10/2
630
- To 2011/10/12<br>
631
- <br>
632
- <!-- <strong>Natural Disasters</strong><br><br> -->
633
-
634
- <A class=bluelinks href="/glide/public/search/details.jsp?glide=19456">OT-2011-000044-UGA</a><br>
635
- <strong>Other,Uganda</strong>: Spontaneous riots have broken out in various parts of Uganda since April 11th following the opposition parties declaration/calls for massive protests against the government perceived lack of sensitivity to the increasing of food and fuel prices that has resulted in the arrest of various opposition politicians. As of the 29th of April it has been reported that there have been 5 deaths and approximately 459 people injured as a result of confrontations. <br>
636
- <br>
637
-
638
- <A class=bluelinks href="/glide/public/search/details.jsp?glide=19584">OT-2011-000154-ETH</a><br>
639
- <strong>Other,Ethiopia</strong>: A week after fighting broke out between the Sudan Armed Forces and members of the Sudan People?s Liberation Movement (North) September 1st approximately, the volatile security situation in Sudan?s Blue Nile State continues to drive civilians out of their homes into exile in Ethiopia. Initially 4,000 refugees entering into Kurmuk, in western Ethiopia. This followed reports of renewed clashes in the Sudan side of Kurmuk. There are an estimated 20,000 plus Sudanese refugees who crossed into Ethiopia over the past week. The humanitarian needs are expected to increase as existing Government of Ethiopia (GoE/ARRA) and UNHCR camp capacity is overwhelmed. With hostilities escalating new camp sites have been identified and are under preparation in anticipation of increased caseloads. <br>
640
- <br>
641
-
642
- <A class=bluelinks href="/glide/public/search/details.jsp?glide=19583">EP-2011-000153-CAF</a><br>
643
- <strong>Epidemic,Central African Rep</strong>: A cholera epidemic has been declared in the CAR, with 16 victims as of 8 October, and a few cases in the capital Bangui.<br>
644
- <br>
645
-
646
- <A class=bluelinks href="/glide/public/search/details.jsp?glide=19585">TC-2011-000155-PHL</a><br>
647
- <strong>Tropical Cyclone,Philippines</strong>: On 10 October 2011, the active low pressure area (ALPA) East of Mindanao developed into a tropical depression and maintained its strength as it moved in a Westward direction. On 11 October, it intensified into a storm as it continues to threaten Eastern Visayas and Northeastern Mindanao. Based on initial report, around 74 families in Cagayan de Oro City and 150 families in Misamis Oriental were affected and evacuated to higher grounds due to floods caused by heavy rains induced by Tropical Storm "Ramon". <br>
648
- <br>
649
-
650
- </td>
651
- </tr>
652
-
653
- </table>
654
- </td>
655
- </tr>
656
- </table>
657
- <script language="JavaScript">
658
- <!--
659
- bLoading=true;
660
- if (document.glide.events.selectedIndex<0)
661
- document.glide.events.selectedIndex=0;
662
- if ((document.glide.level0.selectedIndex<0)&&(document.glide.level1.selectedIndex<0))
663
- {
664
- document.glide.level0.selectedIndex=0;
665
- document.glide.level1.selectedIndex=0;
666
- }
667
- bLoading=false;
668
- // -->
669
- </script>
670
- <!-- Tag for Statistics, Charts, Reports (and in the future Maps) -->
671
- <input type='hidden' name='process' value='0'>
672
- <input type='hidden' name='X_Resolution' value=''>
673
- <script language="JavaScript">
674
- <!--
675
- document.glide.X_Resolution.value=screen.width;
676
- // -->
677
- </script>
678
-
679
- </form>
680
- </BODY>
681
- </html>
682
-
683
- http_version: "1.1"
684
- - !ruby/struct:VCR::HTTPInteraction
685
- request: !ruby/struct:VCR::Request
686
- method: :get
687
- uri: http://glidenumber.net:80/glide/public/search/details.jsp?glide=19526&last=1&record=1
688
- body:
689
- headers:
690
- accept-language:
691
- - en-us,en;q=0.5
692
- connection:
693
- - keep-alive
694
- user-agent:
695
- - Mechanize/2.0.1 Ruby/1.8.7p334 (http://github.com/tenderlove/mechanize/)
696
- accept-encoding:
697
- - gzip,deflate,identity
698
- referer:
699
- - !ruby/object:URI::HTTP
700
- fragment:
701
- host: glidenumber.net
702
- opaque:
703
- password:
704
- path: /glide/public/search/search.jsp
705
- port: 80
706
- query:
707
- registry:
708
- scheme: http
709
- user:
710
- cookie:
711
- - JSESSIONID=ACA05DD811016C5712B92DC96CDBCBF4
712
- host:
713
- - glidenumber.net
714
- accept-charset:
715
- - ISO-8859-1,utf-8;q=0.7,*;q=0.7
716
- keep-alive:
717
- - 300
718
- response: !ruby/struct:VCR::Response
719
- status: !ruby/struct:VCR::ResponseStatus
720
- code: 200
721
- message: OK
722
- headers:
723
- content-type:
724
- - text/html;charset=UTF-8
725
- server:
726
- - Apache
727
- date:
728
- - Wed, 12 Oct 2011 03:06:30 GMT
729
- content-length:
730
- - "5684"
731
- keep-alive:
732
- - timeout=15, max=100
733
- body: |
734
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
735
-
736
- <html>
737
- <head>
738
- <title>GLIDE Record</title>
739
- </head>
740
- <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
741
-
742
-
743
-
744
-
745
-
746
-
747
-
748
-
749
-
750
-
751
-
752
-
753
-
754
-
755
- <link rel=stylesheet type="text/css" href="/glide/style.css">
756
- <body topmargin="0" leftmargin="0">
757
- <table cellpadding="0" cellspacing="0" border="0" width="850"><tr><td width="100%" bgcolor="D9DDE2"><img src="/glide/images/menu.gif" width="750" height="55" border="0" alt="GLIDEnumber net" usemap="#menumap">
758
- <map name="menumap">
759
- <area alt="" coords="312,33,360,13" href="/glide">
760
- <area alt="" coords="375,13,462,32" href="/glide/public/preferences/preferences.jsp">
761
- <area alt="" coords="472,13,534,32" href="/glide/public/user/login.jsp">
762
- <area alt="" coords="539,32,607,13" href="/glide/public/user/register.jsp">
763
- <area alt="" coords="609,13,662,31" href="javascript:openHelp('welcome')" shape="RECT">
764
- <area alt="" coords="665,32,741,11" href="/glide/public/contact.jsp">
765
- </map></td></tr><tr><td height="3"></td></tr></table>
766
- <script language="JavaScript">
767
- <!--
768
- function openHelp(page)
769
- {
770
- page="/glide/help/"+page+".jsp";
771
- document.helpwindow=window.open(page,'window','width=630,height=500,left=10,screenX=10,top=50,screenY=50,scrollbars=no,resizable=no');
772
- document.helpwindow.focus();
773
- }
774
- // -->
775
- </script>
776
-
777
-
778
-
779
-
780
- <table cellspacing="0" cellpadding="2" border="0" width="850">
781
- <form name="glide" action="details.jsp" method="post">
782
- <tr>
783
- <td class='bgDark' height="25"><span class="titleText">GLIDE Record</span></td>
784
- <td class='bgDark' height="25" align="right">
785
-
786
- <a href="details.jsp?record=1&last=1"><img src="/glide/images/arrow-first.gif" width="14" height="15" border="0" alt="First record"></a>
787
- <a href="details.jsp?record=1&last=1"><img src="/glide/images/arrow-back.gif" width="14" height="15" border="0" alt="First record"></a>
788
- <span class='basefontSmallWhite'>(1 of 1)</span>
789
- <a href="details.jsp?record=1&last=1"><img src="/glide/images/arrow-forward.gif" width="14" height="15" border="0" alt="First record"></a>
790
- <a href="details.jsp?record=1&last=1"><img src="/glide/images/arrow-last.gif" width="14" height="15" border="0" alt="First record"></a>
791
-
792
- </td>
793
- </tr>
794
- <tr><td colspan="2" height="5"></td></tr>
795
- <tr>
796
- <td width=650 valign="top"><!-- The whole search screen -->
797
- <INPUT type='hidden' size='15' maxlength='21' name='docid' VALUE="19526">
798
- <table border="0" cellpadding="3" cellspacing="0" class="basefontSmall" width='645'>
799
-
800
-
801
- <tr><td class='bgLight' align="right" width="200" height='20'>Event:</td><td class='bgLightLight' width="450"> <strong>MS Mud Slide</strong></td></tr>
802
- <tr><td class='bgLight' align="right" height='20'>Number:</td><td class='bgLightLight'> <strong> 2011-000110</strong></td></tr>
803
- <tr><td class='bgLight' align="right" height='20'>Country:</td><td class='bgLightLight'> <strong>UGA Uganda</strong></td></tr>
804
- <tr><td class='bgLight' align="right" height='20' valign="top">Location:</td><td class='bgLightLight' valign="top"> </td></tr>
805
- <tr><td class='bgLight' align="right" height='20'>Date (Y-M-D):</td><td class='bgLightLight'> 2011-8-12</td></tr>
806
- <tr><td class='bgLight' align="right" height='20'>Time:</td><td class='bgLightLight'> </td></tr>
807
- <tr><td class='bgLight' align="right" height='20'>Duration:</td><td class='bgLightLight'> </td></tr>
808
- <tr><td class='bgLight' align="right" height='20'>Magnitude:</td><td class='bgLightLight'> </td></tr>
809
- <tr><td class='bgLight' align="right" height='40' valign="top">Information Source:</td><td class='bgLightLight' valign="top">Uganda Red Cross</td></tr>
810
- <tr><td class='bgLight' align="right" height='70' valign="top">Comments:</td><td class='bgLightLight' valign="top"> Mudslide caused by heavy rains left over 6,400 in need of urgent re-settlement, 5 injured and 3 bodies still trapped under debris. WFP is distributing food aid to 26 families with assistance of Red Cross.</td></tr>
811
- <tr><td class='bgLight' height=10></td><td class='bgLightLight'></td> </tr>
812
-
813
- <tr><td class='bgLight' colspan=2 align="center">
814
- <a class="blueLinks" href='search.jsp?nStart=0'><img border=0 src="/glide/images/done.gif"></a>
815
- </td></tr>
816
- </table>
817
- </td>
818
- <td bgcolor="#f4f0e3" valign="top"><!-- The side element -->
819
- <table border="0" cellpadding="2" cellspacing="0" width="200">
820
- <tr>
821
- <td bgcolor="#ddd3ac" width="200">
822
- <span class="subtitleText">Useful Links:</span></td>
823
- </tr>
824
- <tr>
825
- <td width="150">
826
- <a class="blueLinks" href='search.jsp?nStart=0'>Back to Search results</a><br>
827
- <a class="blueLinks" href='search.jsp'>New Search</a><br>
828
- <a class="blueLinks" href='/glide/public/result/stats.jsp'>Statistics</a><br>
829
- <a class="blueLinks" href='/glide/public/result/chart.jsp'>Charts</a><br>
830
- <a class="blueLinks" href='/glide/public/result/report.jsp'>Tabular reports</a><br>
831
-
832
-
833
- <br>
834
- </td>
835
- </tr>
836
-
837
- <tr><td bgcolor="#ddd3ac" width="200"><span class="subtitleText">More about this GLIDE:</span></td></tr>
838
- <tr><td class='basefontSmall'><strong>The following sites contain information
839
- about this event:</strong><br><br>
840
-
841
- <A target="extern" class=bluelinks href="http://www.reliefweb.int/rw/dbc.nsf/doc108?OpenForm&emid=MS-2011-000110-UGA">OCHA/ReliefWeb</a><br>
842
- <br>
843
- </td>
844
- </tr>
845
-
846
-
847
-
848
-
849
- <tr>
850
- <td bgcolor="#ddd3ac" width="200">
851
- <span class="subtitleText">Related Records:</span></td>
852
- </tr>
853
- <tr>
854
- <td class='basefontSmall'>
855
-
856
-
857
- </td>
858
- </tr>
859
-
860
-
861
- </table>
862
- </td>
863
- </tr>
864
- </table>
865
- </form>
866
- </BODY>
867
- </html>
868
-
869
- http_version: "1.1"