reliefweb_scraper 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reliefweb_scraper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
5
- prerelease:
4
+ version: 0.4.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Nathan Broadbent
@@ -11,104 +10,92 @@ authors:
11
10
  autorequire:
12
11
  bindir: bin
13
12
  cert_chain: []
14
- date: 2012-10-25 00:00:00.000000000 Z
13
+ date: 2014-02-07 00:00:00.000000000 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: nokogiri
18
17
  requirement: !ruby/object:Gem::Requirement
19
- none: false
20
18
  requirements:
21
19
  - - ! '>='
22
20
  - !ruby/object:Gem::Version
23
- version: 1.5.5
21
+ version: '0'
24
22
  type: :runtime
25
23
  prerelease: false
26
24
  version_requirements: !ruby/object:Gem::Requirement
27
- none: false
28
25
  requirements:
29
26
  - - ! '>='
30
27
  - !ruby/object:Gem::Version
31
- version: 1.5.5
28
+ version: '0'
32
29
  - !ruby/object:Gem::Dependency
33
30
  name: hashie
34
31
  requirement: !ruby/object:Gem::Requirement
35
- none: false
36
32
  requirements:
37
- - - '='
33
+ - - ! '>='
38
34
  - !ruby/object:Gem::Version
39
- version: 1.1.0
35
+ version: '0'
40
36
  type: :runtime
41
37
  prerelease: false
42
38
  version_requirements: !ruby/object:Gem::Requirement
43
- none: false
44
39
  requirements:
45
- - - '='
40
+ - - ! '>='
46
41
  - !ruby/object:Gem::Version
47
- version: 1.1.0
42
+ version: '0'
48
43
  - !ruby/object:Gem::Dependency
49
- name: rspec
44
+ name: rake
50
45
  requirement: !ruby/object:Gem::Requirement
51
- none: false
52
46
  requirements:
53
- - - ~>
47
+ - - ! '>='
54
48
  - !ruby/object:Gem::Version
55
- version: 2.5.0
56
- type: :development
49
+ version: '0'
50
+ type: :runtime
57
51
  prerelease: false
58
52
  version_requirements: !ruby/object:Gem::Requirement
59
- none: false
60
53
  requirements:
61
- - - ~>
54
+ - - ! '>='
62
55
  - !ruby/object:Gem::Version
63
- version: 2.5.0
56
+ version: '0'
64
57
  - !ruby/object:Gem::Dependency
65
- name: vcr
58
+ name: rspec
66
59
  requirement: !ruby/object:Gem::Requirement
67
- none: false
68
60
  requirements:
69
- - - ~>
61
+ - - ! '>='
70
62
  - !ruby/object:Gem::Version
71
- version: 1.11.1
63
+ version: '0'
72
64
  type: :development
73
65
  prerelease: false
74
66
  version_requirements: !ruby/object:Gem::Requirement
75
- none: false
76
67
  requirements:
77
- - - ~>
68
+ - - ! '>='
78
69
  - !ruby/object:Gem::Version
79
- version: 1.11.1
70
+ version: '0'
80
71
  - !ruby/object:Gem::Dependency
81
- name: webmock
72
+ name: awesome_print
82
73
  requirement: !ruby/object:Gem::Requirement
83
- none: false
84
74
  requirements:
85
- - - ~>
75
+ - - ! '>='
86
76
  - !ruby/object:Gem::Version
87
- version: 1.7.0
77
+ version: '0'
88
78
  type: :development
89
79
  prerelease: false
90
80
  version_requirements: !ruby/object:Gem::Requirement
91
- none: false
92
81
  requirements:
93
- - - ~>
82
+ - - ! '>='
94
83
  - !ruby/object:Gem::Version
95
- version: 1.7.0
84
+ version: '0'
96
85
  - !ruby/object:Gem::Dependency
97
- name: awesome_print
86
+ name: debugger
98
87
  requirement: !ruby/object:Gem::Requirement
99
- none: false
100
88
  requirements:
101
- - - ~>
89
+ - - ! '>='
102
90
  - !ruby/object:Gem::Version
103
- version: 0.4.0
91
+ version: '0'
104
92
  type: :development
105
93
  prerelease: false
106
94
  version_requirements: !ruby/object:Gem::Requirement
107
- none: false
108
95
  requirements:
109
- - - ~>
96
+ - - ! '>='
110
97
  - !ruby/object:Gem::Version
111
- version: 0.4.0
98
+ version: '0'
112
99
  description: Gathers disasters from Reliefweb via RSS and presents them as a Disaster
113
100
  hashie
114
101
  email:
@@ -119,42 +106,36 @@ extra_rdoc_files: []
119
106
  files:
120
107
  - .gitignore
121
108
  - .rspec
109
+ - .ruby-version
122
110
  - Gemfile
123
111
  - README.md
124
112
  - Rakefile
125
113
  - lib/reliefweb.rb
126
114
  - reliefweb_scraper.gemspec
127
- - spec/fixtures/vcr_cassettes/reliefweb.yml
128
115
  - spec/lib/reliefweb_spec.rb
129
116
  - spec/spec_helper.rb
117
+ - spec/support/rss.xml
130
118
  homepage: http://www.crossroads.org.hk
131
119
  licenses: []
120
+ metadata: {}
132
121
  post_install_message:
133
122
  rdoc_options: []
134
123
  require_paths:
135
124
  - lib
136
125
  required_ruby_version: !ruby/object:Gem::Requirement
137
- none: false
138
126
  requirements:
139
127
  - - ! '>='
140
128
  - !ruby/object:Gem::Version
141
129
  version: '0'
142
- segments:
143
- - 0
144
- hash: 3681366782808176887
145
130
  required_rubygems_version: !ruby/object:Gem::Requirement
146
- none: false
147
131
  requirements:
148
132
  - - ! '>='
149
133
  - !ruby/object:Gem::Version
150
134
  version: '0'
151
- segments:
152
- - 0
153
- hash: 3681366782808176887
154
135
  requirements: []
155
136
  rubyforge_project:
156
- rubygems_version: 1.8.21
137
+ rubygems_version: 2.1.11
157
138
  signing_key:
158
- specification_version: 3
139
+ specification_version: 4
159
140
  summary: Feeds disasters from Reliefweb
160
141
  test_files: []
@@ -1,1089 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: http://reliefweb.int:80/disasters/rss.xml?sl=environment-disaster_listing
6
- body: !!null
7
- headers: !!null
8
- response: !ruby/struct:VCR::Response
9
- status: !ruby/struct:VCR::ResponseStatus
10
- code: 200
11
- message: OK
12
- headers:
13
- server:
14
- - nginx
15
- content-type:
16
- - application/rss+xml; charset=utf-8
17
- x-powered-by:
18
- - PHP/5.3.8
19
- x-drupal-cache:
20
- - MISS
21
- etag:
22
- - ! '"1332564269-0"'
23
- cache-control:
24
- - public, max-age=10800
25
- content-language:
26
- - en
27
- last-modified:
28
- - Sat, 24 Mar 2012 04:44:29 +0000
29
- expires:
30
- - Sun, 19 Nov 1978 05:00:00 GMT
31
- vary:
32
- - Accept-Encoding
33
- - Cookie
34
- content-length:
35
- - '95323'
36
- date:
37
- - Sat, 24 Mar 2012 07:30:13 GMT
38
- x-varnish:
39
- - 2050929220 2050760204
40
- age:
41
- - '9944'
42
- x-cache:
43
- - MISS from proxy01.crossroadsint.org
44
- x-cache-lookup:
45
- - MISS from proxy01.crossroadsint.org:3128
46
- via:
47
- - 1.1 varnish, 1.0 proxy01.crossroadsint.org:3128 (squid)
48
- proxy-connection:
49
- - close
50
- body: ! "<?xml version=\"1.0\" encoding=\"utf-8\" ?><rss version=\"2.0\" xml:base=\"http://reliefweb.int/disasters\"
51
- xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:reliefweb=\"http://reliefweb.int/reliefwebRssModule\">\n
52
- \ <channel>\n <title>Disasters</title>\n <link>http://reliefweb.int/disasters</link>\n
53
- \ <description></description>\n <language>en</language>\n <item>\n
54
- \ <title>Tropical Storm Irina - Mar 2012</title>\n <link>http://reliefweb.int/disaster/tc-2012-000036-mdg</link>\n
55
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
56
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
57
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
58
- \ &lt;span class=&quot;field-item even&quot;&gt;TC-2012-000036-MDG&lt;/span&gt;
59
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
60
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
61
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
62
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
63
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4618&quot;&gt;Tropical
64
- Cyclone&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
65
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
66
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
67
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
68
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/mdg&quot;&gt;Madagascar&lt;/a&gt;&lt;/span&gt;,
69
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/moz&quot;&gt;Mozambique&lt;/a&gt;&lt;/span&gt;
70
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Tropical
71
- Storm Irina killed at least 65 people, most of them residents of the Ifanadiana
72
- district in the southeast of the island, and affected more than 70,000. (&lt;a
73
- href=&quot;http://reliefweb.int/node/480869&quot;&gt;AFP, 06 Mar 2012&lt;/a&gt;)&lt;/p&gt;\n\n&lt;h3&gt;Useful
74
- Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=&quot;http://www.bngrc.mg/&quot;&gt;BNGRC
75
- (Bureau National pour la Gestion des Risques et Catastrophes)&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a
76
- href=&quot;http://www.croix-rouge-malagasy.org/&quot;&gt;Croix-Rouge Malagasy&lt;/a&gt;
77
- \ &lt;/li&gt;\n&lt;li&gt;&lt;a href=&quot;http://www.portaldogoverno.gov.mz/news&quot;&gt;Portal
78
- do Governo de Moçambique&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=&quot;http://meteo.inam.gov.mz/&quot;&gt;Instituto
79
- Nacional de Meteorologia - Moçambique&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a
80
- href=&quot;http://www.redcross.org.mz/&quot;&gt;Cruz Vermelha de Moçambique&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div
81
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
82
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
83
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
84
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;05 Mar 2012&lt;/span&gt;&lt;/span&gt;
85
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
86
- 10180 at http://reliefweb.int</guid>\n <pubDate>Mon, 05 Mar 2012 00:00:00 +0000</pubDate>\n
87
- <reliefweb:glide>TC-2012-000036-MDG</reliefweb:glide>\n <reliefweb:country>Madagascar</reliefweb:country>\n
88
- <reliefweb:iso3>mdg</reliefweb:iso3>\n <reliefweb:country>Mozambique</reliefweb:country>\n
89
- <reliefweb:iso3>moz</reliefweb:iso3>\n <reliefweb:disaster_type>Tropical Cyclone</reliefweb:disaster_type>\n
90
- <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
91
- <reliefweb:disaster_type>Violent Wind</reliefweb:disaster_type>\n
92
- \ </item>\n <item>\n <title>Congo: Munitions Depot Explosion - Mar 2012</title>\n
93
- \ <link>http://reliefweb.int/disaster/ac-2012-000035-cog</link>\n <description>&lt;div
94
- class=&quot;field field-name-field-glide field-type-text field-label-inline
95
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
96
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
97
- \ &lt;span class=&quot;field-item even&quot;&gt;AC-2012-000035-COG&lt;/span&gt;
98
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
99
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
100
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
101
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
102
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4620&quot;&gt;Tech.
103
- Disaster&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
104
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
105
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
106
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
107
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/cog&quot;&gt;Congo
108
- (the)&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Congo
109
- issued a plea for international help Monday as soldiers recovered bodies from
110
- an area devastated by huge blasts at a munitions depot that killed more than
111
- 150 and left 1,000 injured (&lt;a href=&quot;http://reliefweb.int/node/480523&quot;&gt;AFP,
112
- 5 Mar 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;p&gt;&lt;a
113
- href=&quot;http://www.congo-site.com/&quot;&gt;&lt;img src=&quot;http://www.congo-site.com/photo/titre_3739312.jpg?v=1318339007&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div
114
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
115
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
116
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
117
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;04 Mar 2012&lt;/span&gt;&lt;/span&gt;
118
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
119
- 10177 at http://reliefweb.int</guid>\n <pubDate>Sun, 04 Mar 2012 00:00:00 +0000</pubDate>\n
120
- <reliefweb:glide>AC-2012-000035-COG</reliefweb:glide>\n <reliefweb:country>Congo
121
- (the)</reliefweb:country>\n <reliefweb:iso3>cog</reliefweb:iso3>\n <reliefweb:disaster_type>Tech.
122
- Disaster</reliefweb:disaster_type>\n </item>\n <item>\n <title>Sierra Leone:
123
- Cholera Outbreak - Mar 2012</title>\n <link>http://reliefweb.int/disaster/ep-2012-000041-sle</link>\n
124
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
125
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
126
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
127
- \ &lt;span class=&quot;field-item even&quot;&gt;EP-2012-000041-SLE&lt;/span&gt;
128
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
129
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
130
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
131
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
132
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4642&quot;&gt;Epidemic&lt;/a&gt;&lt;/span&gt;
133
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
134
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
135
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
136
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
137
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/sle&quot;&gt;Sierra
138
- Leone&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;An
139
- outbreak of cholera in three districts of Sierra Leone (Kambia and Port Loko
140
- in the North and \nPujehun in the South) has claimed 34 lives according to the
141
- Ministry of Health and Sanitation (&lt;a href=&quot;http://reliefweb.int/node/484062&quot;&gt;IFRC,
142
- 20 Mar 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;p&gt;&lt;a
143
- href=&quot;http://www.health.gov.sl/home/&quot;&gt;Ministry of Health &amp;amp;
144
- Sanitation&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
145
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
146
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
147
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
148
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;01 Mar 2012&lt;/span&gt;&lt;/span&gt;
149
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
150
- 10259 at http://reliefweb.int</guid>\n <pubDate>Thu, 01 Mar 2012 00:00:00 +0000</pubDate>\n
151
- <reliefweb:glide>EP-2012-000041-SLE</reliefweb:glide>\n <reliefweb:country>Sierra
152
- Leone</reliefweb:country>\n <reliefweb:iso3>sle</reliefweb:iso3>\n <reliefweb:disaster_type>Epidemic</reliefweb:disaster_type>\n
153
- \ </item>\n <item>\n <title>occupied Palestinian territory: Floods - Feb
154
- 2012</title>\n <link>http://reliefweb.int/disaster/fl-2012-000037-pse</link>\n
155
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
156
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
157
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
158
- \ &lt;span class=&quot;field-item even&quot;&gt;FL-2012-000037-PSE&lt;/span&gt;
159
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
160
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
161
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
162
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
163
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;
164
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
165
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
166
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
167
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
168
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/pse&quot;&gt;occupied
169
- Palestinian territory&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div
170
- class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Large parts of the occupied
171
- Palestinian territories were hit by exceptionally heavy storms from 28 Feb onward,
172
- which caused major damage to houses located in the districts of Gaza, Hebron,
173
- Jenin, Salfit,\nRamallah and the Jerusalem area beyond the separation wall.
174
- More than 300 families were evacuated due to flooding. (&lt;a href=&quot;http://reliefweb.int/node/482249&quot;&gt;IFRC,
175
- 12 Mar 2012&lt;/a&gt;)&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a
176
- href=&quot;http://www.ochaopt.org/&quot;&gt;OCHA in oPt&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a
177
- href=&quot;http://www.palestinercs.org/en/&quot;&gt;Palestine Red Crescent Society&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div
178
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
179
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
180
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
181
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;28 Feb 2012&lt;/span&gt;&lt;/span&gt;
182
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
183
- 10212 at http://reliefweb.int</guid>\n <pubDate>Tue, 28 Feb 2012 00:00:00 +0000</pubDate>\n
184
- <reliefweb:glide>FL-2012-000037-PSE</reliefweb:glide>\n <reliefweb:country>occupied
185
- Palestinian territory</reliefweb:country>\n <reliefweb:iso3>pse</reliefweb:iso3>\n
186
- <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n </item>\n <item>\n
187
- \ <title>Kazakhstan: Floods - Feb 2012</title>\n <link>http://reliefweb.int/disaster/fl-2012-000030-kaz</link>\n
188
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
189
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
190
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
191
- \ &lt;span class=&quot;field-item even&quot;&gt;FL-2012-000030-KAZ&lt;/span&gt;
192
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
193
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
194
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
195
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
196
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;
197
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
198
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
199
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
200
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
201
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/kaz&quot;&gt;Kazakhstan&lt;/a&gt;&lt;/span&gt;
202
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;On
203
- 18-20 February, 2012 quick melting of snow and rainfall resulted in floods in
204
- South-Kazakhstan region. Flood waters inundated 26 settlements in 7 districts
205
- and suburbs of the regional centre\ncity of Shymkent affecting more than 9,400
206
- people. (&lt;a href=&quot;http://reliefweb.int/node/479210&quot;&gt;IFRC, 27
207
- Feb&lt;/a&gt;)&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
208
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
209
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
210
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
211
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;27 Feb 2012&lt;/span&gt;&lt;/span&gt;
212
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
213
- 10144 at http://reliefweb.int</guid>\n <pubDate>Mon, 27 Feb 2012 00:00:00 +0000</pubDate>\n
214
- <reliefweb:glide>FL-2012-000030-KAZ</reliefweb:glide>\n <reliefweb:country>Kazakhstan</reliefweb:country>\n
215
- <reliefweb:iso3>kaz</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
216
- \ </item>\n <item>\n <title>Central African Republic: Severe Local Storm
217
- - Feb 2012</title>\n <link>http://reliefweb.int/disaster/st-2012-000033-caf</link>\n
218
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
219
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
220
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
221
- \ &lt;span class=&quot;field-item even&quot;&gt;ST-2012-000033-CAF &lt;/span&gt;
222
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
223
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
224
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
225
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
226
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4656&quot;&gt;Severe
227
- Local Storm&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div
228
- class=&quot;field field-name-field-country field-type-taxonomy-term-reference
229
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
230
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
231
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/caf&quot;&gt;Central
232
- African Republic (the)&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div
233
- class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Torrential rains have
234
- been falling in most localities of the Central African Republic (CAR) since
235
- 15 February 2012. The situation deteriorated over the weekend of 18 to 19 February
236
- as violent winds occurred, causing serious human casualties and material damages
237
- in Bogoula, Amada-Gaza \nand Mbaïki. (&lt;a href=&quot;http://reliefweb.int/node/480239&quot;&gt;IFRC,
238
- 02 Mar 2012&lt;/a&gt;)&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
239
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
240
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
241
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
242
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;18 Feb 2012&lt;/span&gt;&lt;/span&gt;
243
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
244
- 10167 at http://reliefweb.int</guid>\n <pubDate>Sat, 18 Feb 2012 00:00:00 +0000</pubDate>\n
245
- <reliefweb:glide>ST-2012-000033-CAF </reliefweb:glide>\n <reliefweb:country>Central
246
- African Republic (the)</reliefweb:country>\n <reliefweb:iso3>caf</reliefweb:iso3>\n
247
- <reliefweb:disaster_type>Severe Local Storm</reliefweb:disaster_type>\n </item>\n
248
- \ <item>\n <title>Chile: Floods - Feb 2012</title>\n <link>http://reliefweb.int/disaster/fl-2012-000039-chl</link>\n
249
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
250
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
251
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
252
- \ &lt;span class=&quot;field-item even&quot;&gt;FL-2012-000039-CHL&lt;/span&gt;
253
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
254
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
255
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
256
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
257
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;
258
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
259
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
260
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
261
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
262
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/chl&quot;&gt;Chile&lt;/a&gt;&lt;/span&gt;
263
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Heavy
264
- rains have caused river overflows, affecting thousands of people in the Arica
265
- y Parinacota, Tarapacá and Magallanes regions (&lt;a href=&quot;http://reliefweb.int/node/482697&quot;&gt;Government,
266
- 13 Mar 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a
267
- href=&quot;http://www.onemi.cl/&quot;&gt;Ministerio del Interior y Seguridad
268
- Pública&lt;/a&gt; &lt;/li&gt;\n&lt;li&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=fWAYFsd43qA&amp;amp;feature=related&quot;&gt;Las
269
- consecuencias de las precipitaciones en el sur del país&lt;/a&gt; (Video CNN
270
- Chile)&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
271
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
272
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
273
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
274
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;16 Feb 2012&lt;/span&gt;&lt;/span&gt;
275
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
276
- 10226 at http://reliefweb.int</guid>\n <pubDate>Thu, 16 Feb 2012 00:00:00 +0000</pubDate>\n
277
- <reliefweb:glide>FL-2012-000039-CHL</reliefweb:glide>\n <reliefweb:country>Chile</reliefweb:country>\n
278
- <reliefweb:iso3>chl</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
279
- \ </item>\n <item>\n <title>Bolivia: Dengue Epidemic - Jan 2012</title>\n
280
- \ <link>http://reliefweb.int/disaster/ep-2012-000022-bol</link>\n <description>&lt;div
281
- class=&quot;field field-name-field-glide field-type-text field-label-inline
282
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
283
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
284
- \ &lt;span class=&quot;field-item even&quot;&gt;EP-2012-000022-BOL&lt;/span&gt;
285
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
286
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
287
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
288
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
289
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4642&quot;&gt;Epidemic&lt;/a&gt;&lt;/span&gt;
290
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
291
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
292
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
293
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
294
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/bol&quot;&gt;Bolivia&lt;/a&gt;&lt;/span&gt;
295
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Since
296
- October 2011 the incidence of dengue has increased very rapidly in all departments
297
- but Potosí and Oruro. Sixteen (16) deaths have so far been reported (&lt;a href=&quot;http://reliefweb.int/node/477260&quot;&gt;PAHO,
298
- 15 Feb 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;p&gt;&lt;a
299
- href=&quot;http://www.sns.gob.bo/&quot;&gt;Ministerio de Salud&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div
300
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
301
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
302
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
303
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;15 Feb 2012&lt;/span&gt;&lt;/span&gt;
304
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
305
- 10086 at http://reliefweb.int</guid>\n <pubDate>Wed, 15 Feb 2012 00:00:00 +0000</pubDate>\n
306
- <reliefweb:glide>EP-2012-000022-BOL</reliefweb:glide>\n <reliefweb:country>Bolivia</reliefweb:country>\n
307
- <reliefweb:iso3>bol</reliefweb:iso3>\n <reliefweb:disaster_type>Epidemic</reliefweb:disaster_type>\n
308
- \ </item>\n <item>\n <title>Tropical Cyclone Giovanna - Feb 2012</title>\n
309
- \ <link>http://reliefweb.int/disaster/tc-2012-000020-mdg</link>\n <description>&lt;div
310
- class=&quot;field field-name-field-glide field-type-text field-label-inline
311
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
312
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
313
- \ &lt;span class=&quot;field-item even&quot;&gt;TC-2012-000020-MDG&lt;/span&gt;
314
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
315
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
316
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
317
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
318
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;,
319
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4618&quot;&gt;Tropical
320
- Cyclone&lt;/a&gt;&lt;/span&gt;, &lt;span class=&quot;field-item even&quot;&gt;&lt;a
321
- href=&quot;http://reliefweb.int/taxonomy/term/4877&quot;&gt;Violent Wind&lt;/a&gt;&lt;/span&gt;
322
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
323
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
324
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
325
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
326
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/mdg&quot;&gt;Madagascar&lt;/a&gt;&lt;/span&gt;
327
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Tropical
328
- cyclone Giovanna made landfall on the eastern coast of Madagascar on 14 February
329
- as\na category 4 tropical cyclone. Two deaths have been reported and important
330
- damages are expected in\nthe districts of Brickaville and Vatomandry (&lt;a
331
- href=&quot;http://reliefweb.int/node/476704&quot;&gt;UNCT, 14 Feb 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful
332
- Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=&quot;http://www.bngrc.mg/&quot;&gt;BNGRC
333
- (Bureau National pour la Gestion des Risques et Catastrophes)&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a
334
- href=&quot;http://www.croix-rouge-malagasy.org/&quot;&gt;Croix-Rouge Malagasy&lt;/a&gt;
335
- \ &lt;/li&gt;\n&lt;li&gt;&lt;a href=&quot;https://cyclonegiovanna.crowdmap.com/#&quot;&gt;Mises
336
- à jour Cyclone Giovanna - Crowdsourcing&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div
337
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
338
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
339
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
340
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;14 Feb 2012&lt;/span&gt;&lt;/span&gt;
341
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
342
- 10064 at http://reliefweb.int</guid>\n <pubDate>Tue, 14 Feb 2012 00:00:00 +0000</pubDate>\n
343
- <reliefweb:glide>TC-2012-000020-MDG</reliefweb:glide>\n <reliefweb:country>Madagascar</reliefweb:country>\n
344
- <reliefweb:iso3>mdg</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
345
- <reliefweb:disaster_type>Tropical Cyclone</reliefweb:disaster_type>\n <reliefweb:disaster_type>Violent
346
- Wind</reliefweb:disaster_type>\n </item>\n <item>\n <title>Tropical Cyclone
347
- Jasmine - Feb 2012</title>\n <link>http://reliefweb.int/disaster/tc-2012-000025-vut</link>\n
348
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
349
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
350
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
351
- \ &lt;span class=&quot;field-item even&quot;&gt;TC-2012-000025-VUT&lt;/span&gt;
352
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
353
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
354
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
355
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
356
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;,
357
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4618&quot;&gt;Tropical
358
- Cyclone&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
359
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
360
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
361
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
362
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/ton&quot;&gt;Tonga&lt;/a&gt;&lt;/span&gt;,
363
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/vut&quot;&gt;Vanuatu&lt;/a&gt;&lt;/span&gt;
364
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Tropical
365
- Cyclone Jasmine (category 4) brushed Vanuatu’s southern \nprovince of TAFEA
366
- on 10 February, causing minor damage mainly to agriculture and water systems.
367
- It also caused flooding in Tonga&#039;s main island of Tongatapu, leading to
368
- the evacuation of around 700 people. (&lt;a href=&quot;http://reliefweb.int/node/477747&quot;&gt;OCHA,
369
- 17 Feb 2012&lt;/a&gt;)&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
370
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
371
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
372
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
373
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;10 Feb 2012&lt;/span&gt;&lt;/span&gt;
374
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
375
- 10106 at http://reliefweb.int</guid>\n <pubDate>Fri, 10 Feb 2012 00:00:00 +0000</pubDate>\n
376
- <reliefweb:glide>TC-2012-000025-VUT</reliefweb:glide>\n <reliefweb:country>Tonga</reliefweb:country>\n
377
- <reliefweb:iso3>ton</reliefweb:iso3>\n <reliefweb:country>Vanuatu</reliefweb:country>\n
378
- <reliefweb:iso3>vut</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
379
- <reliefweb:disaster_type>Tropical Cyclone</reliefweb:disaster_type>\n </item>\n
380
- \ <item>\n <title>Philippines: Earthquake - Feb 2012</title>\n <link>http://reliefweb.int/disaster/eq-2012-000018-phl</link>\n
381
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
382
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
383
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
384
- \ &lt;span class=&quot;field-item even&quot;&gt;EQ-2012-000018-PHL&lt;/span&gt;
385
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
386
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
387
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
388
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
389
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4628&quot;&gt;Earthquake&lt;/a&gt;&lt;/span&gt;
390
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
391
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
392
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
393
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
394
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/phl&quot;&gt;Philippines
395
- (the)&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;A
396
- 6.8-magnitude earthquake struck the heavily populated island provinces of Negros
397
- and Cebu in the central Philippines, killing at least 43 people (&lt;a href=&quot;http://reliefweb.int/node/474836&quot;&gt;AFP,
398
- 6 Feb 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a
399
- href=&quot;http://www.ndcc.gov.ph/&quot;&gt;National Disaster Risk Reduction
400
- &amp;amp; Management Council (NDRRMC)&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a
401
- href=&quot;http://www.phivolcs.dost.gov.ph/&quot;&gt;PHIVOLCS (Philippine Institute
402
- of Volcanology and Seismology)&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div
403
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
404
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
405
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
406
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;06 Feb 2012&lt;/span&gt;&lt;/span&gt;
407
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
408
- 10011 at http://reliefweb.int</guid>\n <pubDate>Mon, 06 Feb 2012 00:00:00 +0000</pubDate>\n
409
- <reliefweb:glide>EQ-2012-000018-PHL</reliefweb:glide>\n <reliefweb:country>Philippines
410
- (the)</reliefweb:country>\n <reliefweb:iso3>phl</reliefweb:iso3>\n <reliefweb:disaster_type>Earthquake</reliefweb:disaster_type>\n
411
- \ </item>\n <item>\n <title>Tropical Cyclone Iggy - Jan 2012</title>\n <link>http://reliefweb.int/disaster/tc-2012-000014-idn</link>\n
412
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
413
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
414
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
415
- \ &lt;span class=&quot;field-item even&quot;&gt;TC-2012-000014-IDN&lt;/span&gt;
416
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
417
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
418
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
419
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
420
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;,
421
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4728&quot;&gt;Land
422
- Slide&lt;/a&gt;&lt;/span&gt;, &lt;span class=&quot;field-item even&quot;&gt;&lt;a
423
- href=&quot;http://reliefweb.int/taxonomy/term/4618&quot;&gt;Tropical Cyclone&lt;/a&gt;&lt;/span&gt;,
424
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4877&quot;&gt;Violent
425
- Wind&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
426
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
427
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
428
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
429
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/idn&quot;&gt;Indonesia&lt;/a&gt;&lt;/span&gt;
430
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Between
431
- 25 - 29 January 2012, Tropical cyclone Iggy occurred in the Indian Ocean south
432
- of West Java, causing 15 fatalities and 60 injuries, along with damage to an
433
- estimated 2,364 houses in 35 districts/cities in Java and Bali (&lt;a href=&quot;http://reliefweb.int/node/475368&quot;&gt;OCHA,
434
- 7 Feb 2012&lt;/a&gt;).&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
435
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
436
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
437
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
438
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;25 Jan 2012&lt;/span&gt;&lt;/span&gt;
439
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
440
- 10040 at http://reliefweb.int</guid>\n <pubDate>Wed, 25 Jan 2012 00:00:00 +0000</pubDate>\n
441
- <reliefweb:glide>TC-2012-000014-IDN</reliefweb:glide>\n <reliefweb:country>Indonesia</reliefweb:country>\n
442
- <reliefweb:iso3>idn</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
443
- <reliefweb:disaster_type>Land Slide</reliefweb:disaster_type>\n <reliefweb:disaster_type>Tropical
444
- Cyclone</reliefweb:disaster_type>\n <reliefweb:disaster_type>Violent Wind</reliefweb:disaster_type>\n
445
- \ </item>\n <item>\n <title>Papua New Guinea: Floods and Landslides - Jan
446
- 2012</title>\n <link>http://reliefweb.int/disaster/ls-2012-000010-png</link>\n
447
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
448
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
449
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
450
- \ &lt;span class=&quot;field-item even&quot;&gt;LS-2012-000010-PNG&lt;/span&gt;
451
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
452
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
453
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
454
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
455
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4728&quot;&gt;Land
456
- Slide&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
457
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
458
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
459
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
460
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/png&quot;&gt;Papua
461
- New Guinea&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div
462
- class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Dozens of people are
463
- feared dead, with local rescuers estimating many are still buried under the
464
- debris, after the landslide in Komo Maggarima District, in the remote Hela Province,
465
- struck in the early hours of 24 January, catching many residents off guard (&lt;a
466
- href=&quot;http://reliefweb.int/node/472561&quot;&gt;IRIN, 25 Jan 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;p&gt;Heavy
467
- seasonal rains resulted in widespread flooding in Oro Province between September
468
- 2011 and January 2012. Some 11,125 people were affected. Thousands people were
469
- also affected in other parts of the country, particularly in Sandaun Province,
470
- Western Highland Province and NCD Province. Several areas are still difficult
471
- to access. (&lt;a href=&quot;http://reliefweb.int/node/478821&quot;&gt;IFRC,
472
- 24 Feb 2012&lt;/a&gt;)&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
473
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
474
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
475
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
476
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;24 Jan 2012&lt;/span&gt;&lt;/span&gt;
477
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
478
- 9959 at http://reliefweb.int</guid>\n <pubDate>Tue, 24 Jan 2012 00:00:00 +0000</pubDate>\n
479
- <reliefweb:glide>LS-2012-000010-PNG</reliefweb:glide>\n <reliefweb:country>Papua
480
- New Guinea</reliefweb:country>\n <reliefweb:iso3>png</reliefweb:iso3>\n <reliefweb:disaster_type>Land
481
- Slide</reliefweb:disaster_type>\n </item>\n <item>\n <title>Fiji: Floods
482
- - Jan 2012</title>\n <link>http://reliefweb.int/disaster/fl-2012-000009-fji</link>\n
483
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
484
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
485
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
486
- \ &lt;span class=&quot;field-item even&quot;&gt;FL-2012-000009-FJI&lt;/span&gt;
487
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
488
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
489
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
490
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
491
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;,
492
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4728&quot;&gt;Land
493
- Slide&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
494
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
495
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
496
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
497
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/fji&quot;&gt;Fiji&lt;/a&gt;&lt;/span&gt;
498
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Fijian
499
- PM has launched a flood relief appeal to assist families affected by the flooding
500
- on the Western side of Viti Levu. 74 evacuation centers are open housing 3,463
501
- displaced people. &lt;a href=&quot;http://reliefweb.int/node/472680&quot;&gt;(Gov.
502
- of Fiji, 25 Jan 2012)&lt;/a&gt;&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a
503
- href=&quot;http://www.phtpacific.org/disaster-emergency/td06f-2012-flooding&quot;&gt;Pacific
504
- Humanitarian Team&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=&quot;http://www.fiji.gov.fj/&quot;&gt;Fiji
505
- Government Online Portal&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=&quot;http://www.met.gov.fj/&quot;&gt;Fiji
506
- Meteorological Service&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=&quot;http://www.redcross.com.fj/&quot;&gt;Fiji
507
- Red Cross Society&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;field
508
- field-name-field-disaster-date field-type-datestamp field-label-inline clearfix
509
- clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
510
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
511
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;23 Jan 2012&lt;/span&gt;&lt;/span&gt;
512
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
513
- 9950 at http://reliefweb.int</guid>\n <pubDate>Mon, 23 Jan 2012 00:00:00 +0000</pubDate>\n
514
- <reliefweb:glide>FL-2012-000009-FJI</reliefweb:glide>\n <reliefweb:country>Fiji</reliefweb:country>\n
515
- <reliefweb:iso3>fji</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
516
- <reliefweb:disaster_type>Land Slide</reliefweb:disaster_type>\n </item>\n <item>\n
517
- \ <title>Cameroon: Yellow Fever Outbreak - Jan 2012</title>\n <link>http://reliefweb.int/disaster/ep-2011-000202-cmr</link>\n
518
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
519
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
520
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
521
- \ &lt;span class=&quot;field-item even&quot;&gt;EP-2011-000202-CMR&lt;/span&gt;
522
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
523
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
524
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
525
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
526
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4642&quot;&gt;Epidemic&lt;/a&gt;&lt;/span&gt;
527
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
528
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
529
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
530
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
531
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/cmr&quot;&gt;Cameroon&lt;/a&gt;&lt;/span&gt;
532
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;The
533
- North region of Cameroon has been facing renewed outbreak of yellow fever since
534
- October 2011 (&lt;a href=&quot;http://reliefweb.int/node/472071&quot;&gt;IFRC,
535
- 23 Jan 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;p&gt;In response, the Central Emergency
536
- Response Fund (CERF) has allocated US$2,003,280 to the World Health Organization
537
- (WHO) to stop the spread and treat those who have fallen victim to the disease
538
- (&lt;a href=&quot;http://reliefweb.int/node/471575&quot;&gt;OCHA, 18 Jan 2012&lt;/a&gt;).&lt;/p&gt;&lt;/div&gt;&lt;div
539
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
540
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
541
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
542
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;19 Jan 2012&lt;/span&gt;&lt;/span&gt;
543
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
544
- 10008 at http://reliefweb.int</guid>\n <pubDate>Thu, 19 Jan 2012 00:00:00 +0000</pubDate>\n
545
- <reliefweb:glide>EP-2011-000202-CMR</reliefweb:glide>\n <reliefweb:country>Cameroon</reliefweb:country>\n
546
- <reliefweb:iso3>cmr</reliefweb:iso3>\n <reliefweb:disaster_type>Epidemic</reliefweb:disaster_type>\n
547
- \ </item>\n <item>\n <title>Afghanistan: Avalanches and Heavy Snowfalls
548
- - Jan 2012</title>\n <link>http://reliefweb.int/disaster/av-2012-000007-afg</link>\n
549
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
550
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
551
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
552
- \ &lt;span class=&quot;field-item even&quot;&gt;AV-2012-000007-AFG&lt;/span&gt;
553
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
554
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
555
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
556
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
557
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4764&quot;&gt;Snow
558
- Avalanche&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
559
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
560
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
561
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
562
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/afg&quot;&gt;Afghanistan&lt;/a&gt;&lt;/span&gt;
563
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;The
564
- death toll from heavy snowfalls and avalanches in mountainous northeastern Afghanistan
565
- has risen to at least 28. Dozens more people have been injured or are trapped
566
- in their homes under up to three metres (10 feet) of snow in the remote Badakhshan
567
- province (&lt;a href=&quot;http://reliefweb.int/node/471347&quot;&gt;AFP, 19
568
- Jan 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a
569
- href=&quot;http://afg.humanitarianresponse.info/disasters/124&quot;&gt;Humanitarian
570
- Response: Badakhshan Avalanche&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div
571
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
572
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
573
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
574
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;17 Jan 2012&lt;/span&gt;&lt;/span&gt;
575
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
576
- 9915 at http://reliefweb.int</guid>\n <pubDate>Tue, 17 Jan 2012 00:00:00 +0000</pubDate>\n
577
- <reliefweb:glide>AV-2012-000007-AFG</reliefweb:glide>\n <reliefweb:country>Afghanistan</reliefweb:country>\n
578
- <reliefweb:iso3>afg</reliefweb:iso3>\n <reliefweb:disaster_type>Snow Avalanche</reliefweb:disaster_type>\n
579
- \ </item>\n <item>\n <title>Paraguay: Drought - Jan 2012</title>\n <link>http://reliefweb.int/disaster/dr-2012-000011-pry</link>\n
580
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
581
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
582
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
583
- \ &lt;span class=&quot;field-item even&quot;&gt;DR-2012-000011-PRY&lt;/span&gt;
584
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
585
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
586
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
587
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
588
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4672&quot;&gt;Drought&lt;/a&gt;&lt;/span&gt;
589
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
590
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
591
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
592
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
593
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/pry&quot;&gt;Paraguay&lt;/a&gt;&lt;/span&gt;
594
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;On
595
- 17 January 2012, the Paraguayan government decreed a state of\nfood security
596
- emergency after several months of drought, with levels of\nprecipitations significantly
597
- below historical averages. As a result of the weather conditions, some 263,800
598
- families suffered losses in their crops (&lt;a href=&quot;http://reliefweb.int/node/473535&quot;&gt;IFRC,
599
- 30 Jan 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a
600
- href=&quot;http://www.mag.gov.py/&quot;&gt;Ministerio de Agricultura y Ganaderia&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div
601
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
602
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
603
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
604
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;17 Jan 2012&lt;/span&gt;&lt;/span&gt;
605
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
606
- 9972 at http://reliefweb.int</guid>\n <pubDate>Tue, 17 Jan 2012 00:00:00 +0000</pubDate>\n
607
- <reliefweb:glide>DR-2012-000011-PRY</reliefweb:glide>\n <reliefweb:country>Paraguay</reliefweb:country>\n
608
- <reliefweb:iso3>pry</reliefweb:iso3>\n <reliefweb:disaster_type>Drought</reliefweb:disaster_type>\n
609
- \ </item>\n <item>\n <title>Mozambique: Storms and Floods - Jan 2012</title>\n
610
- \ <link>http://reliefweb.int/disaster/tc-2012-000008-moz</link>\n <description>&lt;div
611
- class=&quot;field field-name-field-glide field-type-text field-label-inline
612
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
613
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
614
- \ &lt;span class=&quot;field-item even&quot;&gt;TC-2012-000008-MOZ&lt;/span&gt;
615
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
616
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
617
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
618
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
619
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;,
620
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4618&quot;&gt;Tropical
621
- Cyclone&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
622
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
623
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
624
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
625
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/mwi&quot;&gt;Malawi&lt;/a&gt;&lt;/span&gt;,
626
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/moz&quot;&gt;Mozambique&lt;/a&gt;&lt;/span&gt;
627
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Tropical
628
- Storms Dando, a category one storm with associated winds (up to 70km/h) and
629
- moderate to heavy rainfall, hit southern Mozambique on 15 Jan 2012 and caused
630
- flooding and damage to houses and schools in the provinces of Maputo, Gaza and
631
- Inhambane. Heavy rainfall in South Africa and Swaziland caused a steady increase
632
- of water levels in the Maputo, Umbeluzi and Incomati Basins, flooding low-lying
633
- areas in Magude and Chokwe. (&lt;a href=&quot;http://reliefweb.int/node/471800&quot;&gt;Office
634
- of the Resident Coordinator, 20 Jan 2012&lt;/a&gt;)&lt;/p&gt;\n\n&lt;p&gt;Cyclone
635
- Funso, a powerful Category 4 storm that is moving slowly through the Mozambican
636
- Channel, caused heavy rains and flooding in southern Malawi along the Mozambican
637
- border, forcing 5,000 people to flee their homes. (&lt;a href=&quot;http://reliefweb.int/node/472619&quot;&gt;AFP,
638
- 25 Jan 2012&lt;/a&gt;)&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a
639
- href=&quot;http://www.portaldogoverno.gov.mz/news&quot;&gt;Portal do Governo
640
- de Moçambique&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=&quot;http://meteo.inam.gov.mz/&quot;&gt;Instituto
641
- Nacional de Meteorologia - Moçambique&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a
642
- href=&quot;http://www.redcross.org.mz/&quot;&gt;Cruz Vermelha de Moçambique&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a
643
- href=&quot;http://www.logcluster.org/ops/mz08a&quot;&gt;Logistics Cluster: Mozambique
644
- Preparedness Operation&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div
645
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
646
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
647
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
648
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;15 Jan 2012&lt;/span&gt;&lt;/span&gt;
649
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
650
- 9926 at http://reliefweb.int</guid>\n <pubDate>Sun, 15 Jan 2012 00:00:00 +0000</pubDate>\n
651
- <reliefweb:glide>TC-2012-000008-MOZ</reliefweb:glide>\n <reliefweb:country>Malawi</reliefweb:country>\n
652
- <reliefweb:iso3>mwi</reliefweb:iso3>\n <reliefweb:country>Mozambique</reliefweb:country>\n
653
- <reliefweb:iso3>moz</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
654
- <reliefweb:disaster_type>Tropical Cyclone</reliefweb:disaster_type>\n </item>\n
655
- \ <item>\n <title>Bolivia: Floods - Jan 2012</title>\n <link>http://reliefweb.int/disaster/fl-2012-000005-bol</link>\n
656
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
657
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
658
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
659
- \ &lt;span class=&quot;field-item even&quot;&gt;FL-2012-000005-BOL&lt;/span&gt;
660
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
661
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
662
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
663
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
664
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;
665
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
666
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
667
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
668
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
669
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/bol&quot;&gt;Bolivia&lt;/a&gt;&lt;/span&gt;
670
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Overflowing
671
- of the Desaguadero river triggered floods in the department of Oruro, affecting
672
- 1,093 families in Toledo and Choro (&lt;a href=&quot;http://reliefweb.int/node/469947&quot;&gt;Government,
673
- 11 Jan 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;p&gt;On 22 Feb Government declared
674
- a state of national emergency due to the effects of La Niña. According to latest
675
- reports, floods and overflowing of rivers have affected more than 9,000 families
676
- in nine departments, particularly in La Paz, Cochabamba, Beni and Pando. (&lt;a
677
- href=&quot;http://reliefweb.int/node/478347&quot;&gt;Government, 22 Feb 2012&lt;/a&gt;)&lt;/p&gt;\n\n&lt;h3&gt;Key
678
- Content&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=&quot;http://reliefweb.int/node/482678&quot;&gt;CAHB
679
- Reporte de Situación No. 3, 12 de marzo de 2012&lt;/a&gt; &lt;/li&gt;\n&lt;li&gt;&lt;a
680
- href=&quot;http://reliefweb.int/node/482445&quot;&gt;UNETE Reporte de Situación
681
- No 2, 8 de marzo de 2012&lt;/a&gt; &lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;h3&gt;Useful
682
- Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=&quot;http://www.defensacivil.gob.bo/&quot;&gt;Viceministerio
683
- de Defensa Civil&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;field
684
- field-name-field-disaster-date field-type-datestamp field-label-inline clearfix
685
- clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
686
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
687
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;11 Jan 2012&lt;/span&gt;&lt;/span&gt;
688
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
689
- 9866 at http://reliefweb.int</guid>\n <pubDate>Wed, 11 Jan 2012 00:00:00 +0000</pubDate>\n
690
- <reliefweb:glide>FL-2012-000005-BOL</reliefweb:glide>\n <reliefweb:country>Bolivia</reliefweb:country>\n
691
- <reliefweb:iso3>bol</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
692
- \ </item>\n <item>\n <title>Europe/Northern Africa: Cold Wave - Jan 2012</title>\n
693
- \ <link>http://reliefweb.int/disaster/cw-2012-000006-srb</link>\n <description>&lt;div
694
- class=&quot;field field-name-field-glide field-type-text field-label-inline
695
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
696
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
697
- \ &lt;span class=&quot;field-item even&quot;&gt;CW-2012-000006-SRB&lt;/span&gt;
698
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
699
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
700
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
701
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
702
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4653&quot;&gt;Cold
703
- Wave&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
704
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
705
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
706
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
707
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/alb&quot;&gt;Albania&lt;/a&gt;&lt;/span&gt;,
708
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/dza&quot;&gt;Algeria&lt;/a&gt;&lt;/span&gt;,
709
- \ &lt;span class=&quot;field-item even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/blr&quot;&gt;Belarus&lt;/a&gt;&lt;/span&gt;,
710
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/bih&quot;&gt;Bosnia
711
- and Herzegovina&lt;/a&gt;&lt;/span&gt;, &lt;span class=&quot;field-item
712
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/bgr&quot;&gt;Bulgaria&lt;/a&gt;&lt;/span&gt;,
713
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/hun&quot;&gt;Hungary&lt;/a&gt;&lt;/span&gt;,
714
- \ &lt;span class=&quot;field-item even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/ita&quot;&gt;Italy&lt;/a&gt;&lt;/span&gt;,
715
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/mda&quot;&gt;Moldova&lt;/a&gt;&lt;/span&gt;,
716
- \ &lt;span class=&quot;field-item even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/mne&quot;&gt;Montenegro&lt;/a&gt;&lt;/span&gt;,
717
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/mar&quot;&gt;Morocco&lt;/a&gt;&lt;/span&gt;,
718
- \ &lt;span class=&quot;field-item even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/pol&quot;&gt;Poland&lt;/a&gt;&lt;/span&gt;,
719
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/rou&quot;&gt;Romania&lt;/a&gt;&lt;/span&gt;,
720
- \ &lt;span class=&quot;field-item even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/rus&quot;&gt;Russian
721
- Federation (the)&lt;/a&gt;&lt;/span&gt;, &lt;span class=&quot;field-item
722
- odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/srb&quot;&gt;Serbia&lt;/a&gt;&lt;/span&gt;,
723
- \ &lt;span class=&quot;field-item even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/mkd&quot;&gt;the
724
- former Yugoslav Republic of Macedonia&lt;/a&gt;&lt;/span&gt;, &lt;span
725
- class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/tun&quot;&gt;Tunisia&lt;/a&gt;&lt;/span&gt;,
726
- \ &lt;span class=&quot;field-item even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/ukr&quot;&gt;Ukraine&lt;/a&gt;&lt;/span&gt;
727
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Due
728
- to strong winds that lasted for 24 hours in Kosovo followed by heavy snowfall
729
- that started late on January 6th and 7th, several municipalities have been affected
730
- by the natural disaster. The most affected municipalities are Istog, Kamenica
731
- and Peja. (&lt;a href=&quot;http://reliefweb.int/node/470290&quot;&gt;IFRC,
732
- 13 Jan 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;p&gt;On Thursday 2 Feb the cold snap
733
- pushed the death toll past 150 as countries from Italy to Ukraine struggled
734
- to cope with temperatures that reached record lows in some places (&lt;a href=&quot;http://reliefweb.int/node/474284&quot;&gt;AFP,
735
- 2 Feb 2012&lt;/a&gt;).&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
736
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
737
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
738
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
739
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;06 Jan 2012&lt;/span&gt;&lt;/span&gt;
740
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
741
- 9878 at http://reliefweb.int</guid>\n <pubDate>Fri, 06 Jan 2012 00:00:00 +0000</pubDate>\n
742
- <reliefweb:glide>CW-2012-000006-SRB</reliefweb:glide>\n <reliefweb:country>Albania</reliefweb:country>\n
743
- <reliefweb:iso3>alb</reliefweb:iso3>\n <reliefweb:country>Algeria</reliefweb:country>\n
744
- <reliefweb:iso3>dza</reliefweb:iso3>\n <reliefweb:country>Belarus</reliefweb:country>\n
745
- <reliefweb:iso3>blr</reliefweb:iso3>\n <reliefweb:country>Bosnia and Herzegovina</reliefweb:country>\n
746
- <reliefweb:iso3>bih</reliefweb:iso3>\n <reliefweb:country>Bulgaria</reliefweb:country>\n
747
- <reliefweb:iso3>bgr</reliefweb:iso3>\n <reliefweb:country>Hungary</reliefweb:country>\n
748
- <reliefweb:iso3>hun</reliefweb:iso3>\n <reliefweb:country>Italy</reliefweb:country>\n
749
- <reliefweb:iso3>ita</reliefweb:iso3>\n <reliefweb:country>Moldova</reliefweb:country>\n
750
- <reliefweb:iso3>mda</reliefweb:iso3>\n <reliefweb:country>Montenegro</reliefweb:country>\n
751
- <reliefweb:iso3>mne</reliefweb:iso3>\n <reliefweb:country>Morocco</reliefweb:country>\n
752
- <reliefweb:iso3>mar</reliefweb:iso3>\n <reliefweb:country>Poland</reliefweb:country>\n
753
- <reliefweb:iso3>pol</reliefweb:iso3>\n <reliefweb:country>Romania</reliefweb:country>\n
754
- <reliefweb:iso3>rou</reliefweb:iso3>\n <reliefweb:country>Russian Federation
755
- (the)</reliefweb:country>\n <reliefweb:iso3>rus</reliefweb:iso3>\n <reliefweb:country>Serbia</reliefweb:country>\n
756
- <reliefweb:iso3>srb</reliefweb:iso3>\n <reliefweb:country>the former Yugoslav
757
- Republic of Macedonia</reliefweb:country>\n <reliefweb:iso3>mkd</reliefweb:iso3>\n
758
- <reliefweb:country>Tunisia</reliefweb:country>\n <reliefweb:iso3>tun</reliefweb:iso3>\n
759
- <reliefweb:country>Ukraine</reliefweb:country>\n <reliefweb:iso3>ukr</reliefweb:iso3>\n
760
- <reliefweb:disaster_type>Cold Wave</reliefweb:disaster_type>\n </item>\n <item>\n
761
- \ <title>Ecuador: Floods and Landslides - Jan 2012</title>\n <link>http://reliefweb.int/disaster/fl-2012-000013-ecu</link>\n
762
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
763
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
764
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
765
- \ &lt;span class=&quot;field-item even&quot;&gt;FL-2012-000013-ECU&lt;/span&gt;
766
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
767
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
768
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
769
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
770
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;,
771
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4728&quot;&gt;Land
772
- Slide&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
773
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
774
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
775
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
776
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/ecu&quot;&gt;Ecuador&lt;/a&gt;&lt;/span&gt;
777
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Heavy
778
- rains have triggered floods and landslides in the provinces of Guayas, El Oro
779
- and Esmeraldas, affecting hundreds of people (&lt;a href=&quot;http://reliefweb.int/node/468781&quot;&gt;Government,
780
- 6 Jan 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;p&gt;&lt;a
781
- href=&quot;http://www.snriesgos.gob.ec/noticias.html&quot;&gt;SNGR - Secretaría
782
- Nacional de Gestión de Riesgos&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field
783
- field-name-field-disaster-date field-type-datestamp field-label-inline clearfix
784
- clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
785
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
786
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;06 Jan 2012&lt;/span&gt;&lt;/span&gt;
787
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
788
- 9979 at http://reliefweb.int</guid>\n <pubDate>Fri, 06 Jan 2012 00:00:00 +0000</pubDate>\n
789
- <reliefweb:glide>FL-2012-000013-ECU</reliefweb:glide>\n <reliefweb:country>Ecuador</reliefweb:country>\n
790
- <reliefweb:iso3>ecu</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
791
- <reliefweb:disaster_type>Land Slide</reliefweb:disaster_type>\n </item>\n <item>\n
792
- \ <title>Brazil: Floods and Landslides - Jan 2012</title>\n <link>http://reliefweb.int/disaster/fl-2012-000003-bra</link>\n
793
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
794
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
795
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
796
- \ &lt;span class=&quot;field-item even&quot;&gt;FL-2012-000003-BRA&lt;/span&gt;
797
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
798
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
799
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
800
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
801
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;,
802
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4728&quot;&gt;Land
803
- Slide&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
804
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
805
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
806
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
807
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/bra&quot;&gt;Brazil&lt;/a&gt;&lt;/span&gt;
808
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;The
809
- state of emergency was declared in 53 municipalities of Minas Gerais, in the
810
- south-east of Brazil, after floods and landslides killed at least 7 people (&lt;a
811
- href=&quot;http://reliefweb.int/node/468252&quot;&gt;AFP, 4 Jan 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful
812
- Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=&quot;http://www.defesacivil.gov.br/index.asp&quot;&gt;Secretaria
813
- Nacional de Defesa Civil&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a
814
- href=&quot;http://www.bbc.co.uk/mundo/noticias/2012/01/120105_video_brasil_inundaciones_med.shtml&quot;&gt;BBC
815
- video&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;li&gt;&lt;p&gt;&lt;a href=&quot;http://www.trust.org/alertnet/multimedia/video-and-audio/detail.dot?mediaInode=32ac12ef-bb18-41cd-ad9f-d434c6610d55&quot;&gt;Reuters
816
- video&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;field
817
- field-name-field-disaster-date field-type-datestamp field-label-inline clearfix
818
- clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
819
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
820
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;01 Jan 2012&lt;/span&gt;&lt;/span&gt;
821
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
822
- 9829 at http://reliefweb.int</guid>\n <pubDate>Sun, 01 Jan 2012 00:00:00 +0000</pubDate>\n
823
- <reliefweb:glide>FL-2012-000003-BRA</reliefweb:glide>\n <reliefweb:country>Brazil</reliefweb:country>\n
824
- <reliefweb:iso3>bra</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
825
- <reliefweb:disaster_type>Land Slide</reliefweb:disaster_type>\n </item>\n <item>\n
826
- \ <title>Tropical Cyclone Thane - Dec 2011</title>\n <link>http://reliefweb.int/disaster/tc-2011-000201-ind</link>\n
827
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
828
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
829
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
830
- \ &lt;span class=&quot;field-item even&quot;&gt;TC-2011-000201-IND&lt;/span&gt;
831
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
832
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
833
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
834
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
835
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4618&quot;&gt;Tropical
836
- Cyclone&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
837
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
838
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
839
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
840
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/ind&quot;&gt;India&lt;/a&gt;&lt;/span&gt;
841
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Cyclone
842
- Thane made landfall near Chennai on the Tamil Nadu coast in India on 30 Dec
843
- 2011, leaving a trail of destruction and killing at least 18 people. Heavy rainfall
844
- is forecast for the next 12-24 hours. (&lt;a href=&quot;http://reliefweb.int/node/467744&quot;&gt;Times
845
- of India, 30 Dec 2011&lt;/a&gt;)&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field
846
- field-name-field-disaster-date field-type-datestamp field-label-inline clearfix
847
- clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
848
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
849
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;30 Dec 2011&lt;/span&gt;&lt;/span&gt;
850
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
851
- 9814 at http://reliefweb.int</guid>\n <pubDate>Fri, 30 Dec 2011 00:00:00 +0000</pubDate>\n
852
- <reliefweb:glide>TC-2011-000201-IND</reliefweb:glide>\n <reliefweb:country>India</reliefweb:country>\n
853
- <reliefweb:iso3>ind</reliefweb:iso3>\n <reliefweb:disaster_type>Tropical Cyclone</reliefweb:disaster_type>\n
854
- \ </item>\n <item>\n <title>Chile: Wild Fire - Dec 2011</title>\n <link>http://reliefweb.int/disaster/wf-2012-000001-chl</link>\n
855
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
856
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
857
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
858
- \ &lt;span class=&quot;field-item even&quot;&gt;WF-2012-000001-CHL&lt;/span&gt;
859
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
860
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
861
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
862
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
863
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4648&quot;&gt;Wild
864
- Fire&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
865
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
866
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
867
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
868
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/chl&quot;&gt;Chile&lt;/a&gt;&lt;/span&gt;
869
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;A
870
- wild fire destroyed 8000 hectares of forest and burned 30 houses in Quillón.
871
- One person died and 500 people have been evacuated from the area. (&lt;a href=&quot;http://reliefweb.int/node/467937&quot;&gt;Gov.
872
- of Chile – 01 Jan 2012&lt;/a&gt;). On Dec. 30 the Government of Chile declared
873
- the district of Ultima Esperanza “disaster area” as a wild fire in Torres del
874
- Paine destroyed more than 12 thousands hectares of forest (&lt;a href=&quot;http://reliefweb.int/node/467949&quot;&gt;Gov.
875
- of Chile - 30 Dec 2011&lt;/a&gt;). Red and yellow alerts have been issued for
876
- other areas of the country.&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a
877
- href=&quot;http://www.onemi.cl/&quot;&gt;ONEMI - Oficina Nacional de Emergencia
878
- del Ministerio del Interior y Seguridad Pública&lt;/a&gt; &lt;/li&gt;\n&lt;li&gt;&lt;a
879
- href=&quot;http://www.bbc.co.uk/news/world-latin-america-16406681&quot;&gt;In
880
- pictures: Chile battles wildfires (BBC)&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div
881
- class=&quot;field field-name-field-disaster-date field-type-datestamp field-label-inline
882
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
883
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
884
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;30 Dec 2011&lt;/span&gt;&lt;/span&gt;
885
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
886
- 9816 at http://reliefweb.int</guid>\n <pubDate>Fri, 30 Dec 2011 00:00:00 +0000</pubDate>\n
887
- <reliefweb:glide>WF-2012-000001-CHL</reliefweb:glide>\n <reliefweb:country>Chile</reliefweb:country>\n
888
- <reliefweb:iso3>chl</reliefweb:iso3>\n <reliefweb:disaster_type>Wild Fire</reliefweb:disaster_type>\n
889
- \ </item>\n <item>\n <title>Philippines: Floods and Landslides - Dec 2011</title>\n
890
- \ <link>http://reliefweb.int/disaster/fl-2011-000204-phl</link>\n <description>&lt;div
891
- class=&quot;field field-name-field-glide field-type-text field-label-inline
892
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
893
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
894
- \ &lt;span class=&quot;field-item even&quot;&gt;FL-2011-000204-PHL&lt;/span&gt;
895
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
896
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
897
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
898
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
899
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4624&quot;&gt;Flash
900
- Flood&lt;/a&gt;&lt;/span&gt;, &lt;span class=&quot;field-item odd&quot;&gt;&lt;a
901
- href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;,
902
- \ &lt;span class=&quot;field-item even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4728&quot;&gt;Land
903
- Slide&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
904
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
905
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
906
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
907
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/phl&quot;&gt;Philippines
908
- (the)&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Heavy
909
- rainfall in several regions has caused flooding and landslides since the end
910
- of December. Over 171,800 persons were affected and more than 72,000 were evacuated
911
- (&lt;a href=&quot;http://reliefweb.int/node/467831&quot;&gt;Government, 30 Dec
912
- 2011&lt;/a&gt;).&lt;/p&gt;\n\n&lt;p&gt;On 5 Jan 2012, a landslide killed 42
913
- people in Pantukan in the Compostela Valley province on Mindanao (&lt;a href=&quot;http://reliefweb.int/node/470528&quot;&gt;Government,
914
- 15 Jan 2012&lt;/a&gt;). Government experts cite heavy rains, aggravated by unregulated
915
- gold mine tunnelling as the cause (&lt;a href=&quot;http://reliefweb.int/node/469935&quot;&gt;IRIN,
916
- 12 Jan 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a
917
- href=&quot;http://www.ndrrmc.gov.ph/index.php?option=com_content&amp;amp;view=article&amp;amp;id=419&quot;&gt;NDRRMC
918
- (National Disaster Risk Reduction and Management Council) - Landslide Incident
919
- in Pantukan, Compostela Valley&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=&quot;http://www.ndrrmc.gov.ph/index.php?option=com_content&amp;amp;view=article&amp;amp;id=423&quot;&gt;NDRRMC
920
- - Effects of Tail-End of a Cold Front and Northeast Monsoon&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a
921
- href=&quot;http://ph.one.un.org/response/&quot;&gt;Humanitarian Response in
922
- the Philippines&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;field
923
- field-name-field-disaster-date field-type-datestamp field-label-inline clearfix
924
- clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
925
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
926
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;25 Dec 2011&lt;/span&gt;&lt;/span&gt;
927
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
928
- 9891 at http://reliefweb.int</guid>\n <pubDate>Sun, 25 Dec 2011 00:00:00 +0000</pubDate>\n
929
- <reliefweb:glide>FL-2011-000204-PHL</reliefweb:glide>\n <reliefweb:country>Philippines
930
- (the)</reliefweb:country>\n <reliefweb:iso3>phl</reliefweb:iso3>\n <reliefweb:disaster_type>Flash
931
- Flood</reliefweb:disaster_type>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
932
- <reliefweb:disaster_type>Land Slide</reliefweb:disaster_type>\n </item>\n <item>\n
933
- \ <title>Nepal: Cold Wave - Dec 2011</title>\n <link>http://reliefweb.int/disaster/cw-2011-000203-npl</link>\n
934
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
935
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
936
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
937
- \ &lt;span class=&quot;field-item even&quot;&gt;CW-2011-000203-NPL&lt;/span&gt;
938
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
939
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
940
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
941
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
942
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4653&quot;&gt;Cold
943
- Wave&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field
944
- field-name-field-country field-type-taxonomy-term-reference field-label-inline
945
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
946
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
947
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/npl&quot;&gt;Nepal&lt;/a&gt;&lt;/span&gt;
948
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Since
949
- the last week of December, the temperature in most of the areas affected by
950
- last September’s earthquake has significantly dropped to close to freezing at
951
- night as well as intense snowfall in many parts of the districts. Of the total
952
- 7,746 families displaced by the earthquake across 12 districts, some 5,000 families
953
- have been suffering from extreme cold in nine districts: Taplejung, Ilam, Panchthar,
954
- Bhojpur, Sankhuwasava, Khotang, Solukhumbu, Tehrathum and Dhankuta. (&lt;a href=&quot;http://reliefweb.int/node/470848&quot;&gt;IFRC,
955
- 17 Jan 2012&lt;/a&gt;)&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
956
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
957
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
958
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
959
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;24 Dec 2011&lt;/span&gt;&lt;/span&gt;
960
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
961
- 9895 at http://reliefweb.int</guid>\n <pubDate>Sat, 24 Dec 2011 00:00:00 +0000</pubDate>\n
962
- <reliefweb:glide>CW-2011-000203-NPL</reliefweb:glide>\n <reliefweb:country>Nepal</reliefweb:country>\n
963
- <reliefweb:iso3>npl</reliefweb:iso3>\n <reliefweb:disaster_type>Cold Wave</reliefweb:disaster_type>\n
964
- \ </item>\n <item>\n <title>Angola: Cholera Outbreak - Dec 2011</title>\n
965
- \ <link>http://reliefweb.int/disaster/ep-2011-000199-ago</link>\n <description>&lt;div
966
- class=&quot;field field-name-field-glide field-type-text field-label-inline
967
- clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
968
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
969
- \ &lt;span class=&quot;field-item even&quot;&gt;EP-2011-000199-AGO&lt;/span&gt;
970
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
971
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
972
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
973
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
974
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4642&quot;&gt;Epidemic&lt;/a&gt;&lt;/span&gt;
975
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
976
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
977
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
978
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
979
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/ago&quot;&gt;Angola&lt;/a&gt;&lt;/span&gt;
980
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;More
981
- than 100 cases of cholera were registered during the first fortnight of December,
982
- in the district of Lucapa, north-eastern Lunda Norte province, claiming various
983
- lives (&lt;a href=&quot;http://reliefweb.int/node/467092&quot;&gt;Government,
984
- 23 Dec 2011&lt;/a&gt;).&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
985
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
986
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
987
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
988
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;16 Dec 2011&lt;/span&gt;&lt;/span&gt;
989
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
990
- 9792 at http://reliefweb.int</guid>\n <pubDate>Fri, 16 Dec 2011 00:00:00 +0000</pubDate>\n
991
- <reliefweb:glide>EP-2011-000199-AGO</reliefweb:glide>\n <reliefweb:country>Angola</reliefweb:country>\n
992
- <reliefweb:iso3>ago</reliefweb:iso3>\n <reliefweb:disaster_type>Epidemic</reliefweb:disaster_type>\n
993
- \ </item>\n <item>\n <title>Tropical Storm Washi - Dec 2011</title>\n <link>http://reliefweb.int/disaster/tc-2011-000189-phl</link>\n
994
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
995
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
996
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
997
- \ &lt;span class=&quot;field-item even&quot;&gt;TC-2011-000189-PHL&lt;/span&gt;
998
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
999
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
1000
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
1001
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
1002
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;,
1003
- \ &lt;span class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4728&quot;&gt;Land
1004
- Slide&lt;/a&gt;&lt;/span&gt;, &lt;span class=&quot;field-item even&quot;&gt;&lt;a
1005
- href=&quot;http://reliefweb.int/taxonomy/term/4618&quot;&gt;Tropical Cyclone&lt;/a&gt;&lt;/span&gt;
1006
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
1007
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
1008
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
1009
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
1010
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/phl&quot;&gt;Philippines
1011
- (the)&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;Tropical
1012
- Storm Washi, known locally as Sendong, swept across the Mindanao region from
1013
- 16 to 18 Dec 2011, bringing strong winds and heavy rains that caused massive
1014
- flooding, flash floods and landslides.&lt;/p&gt;\n\n&lt;p&gt;As of 16 Jan, more
1015
- than 1,250 people have been killed, over 6,000 have been injured and almost
1016
- 432,000 are served inside and outside 56 evacuation centers (&lt;a href=&quot;http://reliefweb.int/node/470559&quot;&gt;NDRRMC,
1017
- 16 Jan 2012&lt;/a&gt;).&lt;/p&gt;\n\n&lt;h3&gt;Useful Links&lt;/h3&gt;\n\n&lt;ul&gt;\n&lt;li&gt;&lt;a
1018
- href=&quot;http://www.ndrrmc.gov.ph/index.php?option=com_content&amp;amp;view=article&amp;amp;id=358&quot;&gt;National
1019
- Disaster Risk Reduction and Management Council&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a
1020
- href=&quot;http://ph.one.un.org/response/&quot;&gt;Humanitarian Response in
1021
- the Philippines&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;&lt;/div&gt;&lt;div class=&quot;field
1022
- field-name-field-disaster-date field-type-datestamp field-label-inline clearfix
1023
- clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n
1024
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
1025
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;15 Dec 2011&lt;/span&gt;&lt;/span&gt;
1026
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
1027
- 9748 at http://reliefweb.int</guid>\n <pubDate>Thu, 15 Dec 2011 00:00:00 +0000</pubDate>\n
1028
- <reliefweb:glide>TC-2011-000189-PHL</reliefweb:glide>\n <reliefweb:country>Philippines
1029
- (the)</reliefweb:country>\n <reliefweb:iso3>phl</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
1030
- <reliefweb:disaster_type>Land Slide</reliefweb:disaster_type>\n <reliefweb:disaster_type>Tropical
1031
- Cyclone</reliefweb:disaster_type>\n </item>\n <item>\n <title>Mexico: Earthquake
1032
- - Dec 2011</title>\n <link>http://reliefweb.int/disaster/eq-2012-000004-mex</link>\n
1033
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
1034
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
1035
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
1036
- \ &lt;span class=&quot;field-item even&quot;&gt;EQ-2012-000004-MEX&lt;/span&gt;
1037
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
1038
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
1039
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
1040
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
1041
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4628&quot;&gt;Earthquake&lt;/a&gt;&lt;/span&gt;
1042
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
1043
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
1044
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
1045
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
1046
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/mex&quot;&gt;Mexico&lt;/a&gt;&lt;/span&gt;
1047
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;1,106
1048
- houses were damaged by the earthquake that struck the state of Guerrero on Dec
1049
- 10, affecting 3,371 people (&lt;a href=&quot;http://reliefweb.int/node/468567&quot;&gt;Government,
1050
- 5 Jan 2012&lt;/a&gt;).&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
1051
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
1052
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
1053
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
1054
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;10 Dec 2011&lt;/span&gt;&lt;/span&gt;
1055
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
1056
- 9840 at http://reliefweb.int</guid>\n <pubDate>Sat, 10 Dec 2011 00:00:00 +0000</pubDate>\n
1057
- <reliefweb:glide>EQ-2012-000004-MEX</reliefweb:glide>\n <reliefweb:country>Mexico</reliefweb:country>\n
1058
- <reliefweb:iso3>mex</reliefweb:iso3>\n <reliefweb:disaster_type>Earthquake</reliefweb:disaster_type>\n
1059
- \ </item>\n <item>\n <title>Angola: Floods - Dec 2011</title>\n <link>http://reliefweb.int/disaster/fl-2011-000190-ago</link>\n
1060
- \ <description>&lt;div class=&quot;field field-name-field-glide field-type-text
1061
- field-label-inline clearfix clearfix&quot;&gt;\n &lt;span class=&quot;field-label&quot;&gt;GLIDE
1062
- number:&amp;nbsp;&lt;/span&gt;\n &lt;span class=&quot;field-items&quot;&gt;\n
1063
- \ &lt;span class=&quot;field-item even&quot;&gt;FL-2011-000190-AGO&lt;/span&gt;
1064
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-disaster-type
1065
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
1066
- \ &lt;span class=&quot;field-label&quot;&gt;Disaster type:&amp;nbsp;&lt;/span&gt;\n
1067
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
1068
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/taxonomy/term/4611&quot;&gt;Flood&lt;/a&gt;&lt;/span&gt;
1069
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;field field-name-field-country
1070
- field-type-taxonomy-term-reference field-label-inline clearfix clearfix&quot;&gt;\n
1071
- \ &lt;span class=&quot;field-label&quot;&gt;Countries:&amp;nbsp;&lt;/span&gt;\n
1072
- \ &lt;span class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
1073
- even&quot;&gt;&lt;a href=&quot;http://reliefweb.int/country/ago&quot;&gt;Angola&lt;/a&gt;&lt;/span&gt;
1074
- \ &lt;/span&gt;\n&lt;/div&gt;\n&lt;div class=&quot;taxonomy-term-description&quot;&gt;&lt;p&gt;About
1075
- 5,000 people are affected by serious flooding near the border with the Democratic
1076
- Republic of Congo (&lt;a href=&quot;http://reliefweb.int/node/463730&quot;&gt;Church
1077
- World Service, 7 Dec 2011&lt;/a&gt;). Heavy rains have also caused destruction
1078
- in the south-eastern Kuando Kubango province (&lt;a href=&quot;http://reliefweb.int/node/464541&quot;&gt;Government,
1079
- 12 Dec 2011&lt;/a&gt;).&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-disaster-date
1080
- field-type-datestamp field-label-inline clearfix clearfix&quot;&gt;\n &lt;span
1081
- class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/span&gt;\n &lt;span
1082
- class=&quot;field-items&quot;&gt;\n &lt;span class=&quot;field-item
1083
- even&quot;&gt;&lt;span class=&quot;date-display-single&quot;&gt;07 Dec 2011&lt;/span&gt;&lt;/span&gt;
1084
- \ &lt;/span&gt;\n&lt;/div&gt;\n</description>\n <guid isPermaLink=\"false\">term
1085
- 9753 at http://reliefweb.int</guid>\n <pubDate>Wed, 07 Dec 2011 00:00:00 +0000</pubDate>\n
1086
- <reliefweb:glide>FL-2011-000190-AGO</reliefweb:glide>\n <reliefweb:country>Angola</reliefweb:country>\n
1087
- <reliefweb:iso3>ago</reliefweb:iso3>\n <reliefweb:disaster_type>Flood</reliefweb:disaster_type>\n
1088
- \ </item>\n </channel>\n</rss>\n"
1089
- http_version: '1.1'