1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
2 | |
---|
3 | <HTML_CONTENT xmlns:ibis="http://www.ibisph.org"> |
---|
4 | |
---|
5 | <TITLE>Newsroom Introduction</TITLE> |
---|
6 | <CONTENT> |
---|
7 | |
---|
8 | <ibis:include href="../_topic_navigation.xml" children-only-flag="true"/> |
---|
9 | <style> |
---|
10 | svg.Newsroom a image |
---|
11 | { |
---|
12 | visibility: hidden; |
---|
13 | } |
---|
14 | |
---|
15 | |
---|
16 | h1 |
---|
17 | { |
---|
18 | text-align: center; |
---|
19 | margin-top: var(--block-spacing); |
---|
20 | padding: var(--block-spacing) 0; |
---|
21 | } |
---|
22 | |
---|
23 | article |
---|
24 | { |
---|
25 | display: flex; |
---|
26 | margin: calc(2 * var(--block-spacing)) 0; |
---|
27 | border: 5px solid #eee; |
---|
28 | } |
---|
29 | article:first-of-type |
---|
30 | { |
---|
31 | margin-top: 0; |
---|
32 | } |
---|
33 | |
---|
34 | /* was using a img tag but couldn't get the border to turn off w/o an actual, valid src. */ |
---|
35 | article > .Image |
---|
36 | { |
---|
37 | flex: .3; |
---|
38 | background: transparent top left no-repeat; |
---|
39 | background-image: var(--image-url-desktop); |
---|
40 | background-size: cover; |
---|
41 | } |
---|
42 | article > div:not(.Image) |
---|
43 | { |
---|
44 | flex: .7; |
---|
45 | padding: var(--block-spacing); |
---|
46 | } |
---|
47 | article > div h2 |
---|
48 | { |
---|
49 | padding: var(--block-spacing) 0; |
---|
50 | } |
---|
51 | article > div h2:after |
---|
52 | { |
---|
53 | content: ""; |
---|
54 | display: block; |
---|
55 | height: 1px; |
---|
56 | width: 10em; |
---|
57 | border-top: 5px solid var(--newsroom-color); /* #c9f1e9 */ |
---|
58 | } |
---|
59 | article > div .Button |
---|
60 | { |
---|
61 | margin: 0 5px 5px 0; |
---|
62 | } |
---|
63 | #content article > div section /* have to have the #content for selector override */ |
---|
64 | { |
---|
65 | margin: var(--block-spacing); |
---|
66 | } |
---|
67 | article section h3 |
---|
68 | { |
---|
69 | } |
---|
70 | |
---|
71 | @media only screen and (max-width: 870px) |
---|
72 | { |
---|
73 | article |
---|
74 | { |
---|
75 | display: block; |
---|
76 | border: 0; |
---|
77 | } |
---|
78 | article:nth-of-type(odd) |
---|
79 | { |
---|
80 | background-color: #eee; |
---|
81 | } |
---|
82 | article > .Image |
---|
83 | { |
---|
84 | display: block; |
---|
85 | height: 200px; |
---|
86 | background-image: var(--image-url-mobile); |
---|
87 | } |
---|
88 | article > div:not(.Image) |
---|
89 | { |
---|
90 | display: block; |
---|
91 | } |
---|
92 | article:nth-of-type(even) > div:not(.Image) |
---|
93 | { |
---|
94 | padding: var(--block-spacing) 0; |
---|
95 | } |
---|
96 | article > div h2 |
---|
97 | { |
---|
98 | padding-top: 0; |
---|
99 | } |
---|
100 | } |
---|
101 | </style> |
---|
102 | |
---|
103 | <h1>The NM EPHT Newsroom is your source for the latest environmental health information and resources</h1> |
---|
104 | <article> |
---|
105 | <div class="Image" style="--image-url-desktop: url('contentfile/image/environment/water/test/testtubes.png'); --image-url-mobile: url('contentfile/image/environment/water/test/testtubes.png')"/> |
---|
106 | <div> |
---|
107 | <header> |
---|
108 | <h2>FREE PRIVATE WELL WATER QUALITY TESTING</h2> |
---|
109 | <p> |
---|
110 | NMED and NMDOH will be offering up to 100 free water tests for private wells serving homes not connected to a public water utility in Silver City and surrounding communities. TESTS INCLUDE: pH, electrical conductivity, nitrate, iron, sulfate, fluoride and arsenic. |
---|
111 | </p> |
---|
112 | <p> |
---|
113 | <ul class="Indent"> |
---|
114 | <li>WHEN: Saturday, March 25, 2023 from 9:00AM - 12:00PM</li> |
---|
115 | <li>WHERE: Silver City Farmer's Market, 901 N Pope Street, Silver City</li> |
---|
116 | </ul> |
---|
117 | </p> |
---|
118 | <p> |
---|
119 | <a href="contentfile/pdf/environment/water/test/WF_Flyer_Silver_City_2023.pdf" |
---|
120 | title="downloadable pdf" class="PDF">Details |
---|
121 | </a> |
---|
122 | <a href="contentfile/pdf/environment/water/test/WF_Flyer_Silver_City_2023_spanish.pdf" |
---|
123 | title="descargable pdf" class="PDF">Detalles |
---|
124 | </a> |
---|
125 | </p> |
---|
126 | </header> |
---|
127 | </div> |
---|
128 | </article> |
---|
129 | |
---|
130 | <article> |
---|
131 | <div class="Image" style="--image-url-desktop: url('contentfile/image/environment/water/septic/septicworks.jpg'); --image-url-mobile: url('contentfile/image/environment/water/septic/septicworks.jpg')"/> |
---|
132 | <div> |
---|
133 | <header> |
---|
134 | <h2>Septic Systems and Private Wells Story and Maps</h2> |
---|
135 | <p> |
---|
136 | View the Steptic Systems and Private Wells |
---|
137 | <a href="https://experience.arcgis.com/experience/4396e978c8964b82a3f46b4d83a946cf/page/Main/" class="External">Story</a> |
---|
138 | page for specific maps and more information. |
---|
139 | </p> |
---|
140 | </header> |
---|
141 | </div> |
---|
142 | </article> |
---|
143 | |
---|
144 | |
---|
145 | |
---|
146 | <article> |
---|
147 | <div class="Image" style="--image-url-desktop: url('contentfile/image/environment/water/test/testtubes.png'); --image-url-mobile: url('contentfile/image/environment/water/test/testtubes.png')"/> |
---|
148 | <div> |
---|
149 | <header> |
---|
150 | <h2>EAST MOUNTAIN WELL OWNER WORKSHOP</h2> |
---|
151 | <p> |
---|
152 | A chance for well owners to learn more about water quality testing, drinking water contaminants, water rights, well permitting and tagging, East Mountain groundwater resources, and financial incentives for water conservation in Bernalillo County. This event is co-hosted by NM Department of Health, NM Environment Department, NM Office of the State Engineer, and Bernalillo County. Any private well owner or user is welcome to attend but space is limited. Please register in advance at <a href="https://www.bernco.gov/community-services/open-space/open-space-hidden-pages/event-registration/" class="External">Bernalillo County</a> |
---|
153 | </p> |
---|
154 | <p> |
---|
155 | <ul class="Indent"> |
---|
156 | <li>WHEN: Saturday, October 15, 2022 from 9:00AM - 12:00PM</li> |
---|
157 | <li>WHERE: James McGrain Public Safety Complex, 48 Public School Rd, Tijeras</li> |
---|
158 | </ul> |
---|
159 | </p> |
---|
160 | <p> |
---|
161 | <a href="contentfile/pdf/newsroom/EastMountainWellOwnerWorkshopFlyerOct152022.pdf" |
---|
162 | title="downloadable pdf" class="PDF">Details |
---|
163 | </a> |
---|
164 | </p> |
---|
165 | </header> |
---|
166 | </div> |
---|
167 | </article> |
---|
168 | |
---|
169 | <article> |
---|
170 | <div class="Image" style="--image-url-desktop: url('contentfile/image/environment/water/test/testtubes.png'); --image-url-mobile: url('contentfile/image/environment/water/test/testtubes.png')"/> |
---|
171 | <div> |
---|
172 | <header> |
---|
173 | <h2>FREE PRIVATE WELL WATER QUALITY TESTING</h2> |
---|
174 | <p> |
---|
175 | NMED and NMDOH will be offering up to 100 free water tests for private wells serving homes not connected to a public water utility in Pie Town and Tijeras. TESTS INCLUDE: pH, electrical conductivity, nitrate, iron, sulfate, fluoride and arsenic. |
---|
176 | </p> |
---|
177 | <p> |
---|
178 | <ul class="Indent"> |
---|
179 | <li>WHEN: Saturday, September 10, 2022 from 9:00AM - 12:30PM (during the Pie Festival)</li> |
---|
180 | <li>WHERE: Jackson Park, 9 Custard Junction, Pie Town</li> |
---|
181 | </ul> |
---|
182 | </p> |
---|
183 | <p> |
---|
184 | <a href="contentfile/pdf/environment/water/test/WF Flyer_Pie Town.pdf" |
---|
185 | title="downloadable pdf" class="PDF">Details |
---|
186 | </a> |
---|
187 | <a href="contentfile/pdf/environment/water/test/WF Flyer_spanish_Pie Town.pdf" |
---|
188 | title="descargable pdf" class="PDF">Detalles |
---|
189 | </a> |
---|
190 | </p> |
---|
191 | |
---|
192 | <p> |
---|
193 | <ul class="Indent"> |
---|
194 | <li>WHEN: Sunday, September 25, 2022 from 12:00PM - 5:00PM</li> |
---|
195 | <li>WHERE: Los Vecinos Community Center, 478 NM-333, Tijeras</li> |
---|
196 | </ul> |
---|
197 | </p> |
---|
198 | <p> |
---|
199 | <a href="contentfile/pdf/environment/water/test/WF Flyer_Tijeras.pdf" |
---|
200 | title="downloadable pdf" class="PDF">Details |
---|
201 | </a> |
---|
202 | <a href="contentfile/pdf/environment/water/test/WF Flyer_spanish_Tijeras.pdf" |
---|
203 | title="descargable pdf" class="PDF">Detalles |
---|
204 | </a> |
---|
205 | </p> |
---|
206 | </header> |
---|
207 | </div> |
---|
208 | </article> |
---|
209 | |
---|
210 | <article> |
---|
211 | <div class="Image" style="--image-url-desktop: url('contentfile/image/newsroom/bluegreen.jpg'); --image-url-mobile: url('contentfile/image/newsroom/bluegreen.jpg')"/> |
---|
212 | <div> |
---|
213 | <header> |
---|
214 | <h2>Blue-green Algae Found in New Mexico Lakes</h2> |
---|
215 | <p> |
---|
216 | Blue-green algae has been reported in area lakes across New Mexico and can be harmful to people and animals. These algae, also known as cyanobacteria, looks like pond scum and are found naturally in all types of water when temperatures increase and become stagnant in slow moving water. |
---|
217 | </p> |
---|
218 | <p> |
---|
219 | The cyanobacterial blooms can be blue, bright green, brown or red and are seen floating at the surface of the water in clumps. Some blooms take on a foamy appearance or look like scum or mats. |
---|
220 | </p> |
---|
221 | <p> |
---|
222 | The Department of Health would like to remind people to protect yourself from cyanobacteria by avoiding swimming or other recreational activities that put you or your pets in contact with the water where you see signs of the algae. Follow the guidance on any warning signs posted. For more details, please follow the link below for additional information. |
---|
223 | </p> |
---|
224 | <p> |
---|
225 | <a href="contentfile/pdf/newsroom/BGA_July192022.pdf" |
---|
226 | title="downloadable pdf" class="PDF">Blue-green algae fact sheet |
---|
227 | </a> |
---|
228 | </p> |
---|
229 | </header> |
---|
230 | </div> |
---|
231 | </article> |
---|
232 | |
---|
233 | <article> |
---|
234 | <div class="Image" style="--image-url-desktop: url('contentfile/image/newsroom/sun.jpg'); --image-url-mobile: url('contentfile/image/newsroom/sun.jpg')"/> |
---|
235 | <div> |
---|
236 | <header> |
---|
237 | <h2>Heat Advisories Statewide - Guard Against Heat-related Illness</h2> |
---|
238 | <p> |
---|
239 | 7/19/2022 - With many New Mexico counties this week experiencing at-or-near record high temperatures, the Department of Health (DOH) again reminds anyone living or visiting New Mexico of the dangers and symptoms of heat-related illnesses. These are exactly the weather conditions where heat-related illnesses are possible, and can get serious, even deadly, very quickly if not recognized. <nav class="MoreInfo">Go to the NMTracking <a href="health/climate/HeatIllness.html">Heat Related Illness</a> page for information on how to recognize heat-related illness and protect you and your family.</nav> |
---|
240 | </p><nav class="MoreInfo">Go to New Mexico Department of Health News <a href="https://www.nmhealth.org/news/safety/2022/7/?view=1880">New Mexico Department of Health News </a>page to read the press release.</nav> |
---|
241 | </header> |
---|
242 | <p> |
---|
243 | Get epidemiological data on NMTracking: |
---|
244 | </p> |
---|
245 | <nav> |
---|
246 | <a href="dataportal/indicator/view/EnvHlthHeatED.AARates.Sex.Year.html" class="Button">Heat-Related Illness Emergency Department Visits Indicator Report</a> |
---|
247 | <a href="dataportal/query/result/hidd/HIDDHeat/AgeRateHeat.html" class="Button">Heat-Related Illness Hospitalizations Data Query</a> |
---|
248 | </nav> |
---|
249 | </div> |
---|
250 | </article> |
---|
251 | |
---|
252 | <article> |
---|
253 | <div class="Image" style="--image-url-desktop: url('contentfile/image/newsroom/flood.jpg'); --image-url-mobile: url('contentfile/image/newsroom/flood.jpg')"/> |
---|
254 | <div> |
---|
255 | <header> |
---|
256 | <h2>Flash Flood Watch for Communities Impacted by Wildland Fires</h2> |
---|
257 | <p> |
---|
258 | The NWS of Albuquerque has issued a Flood Briefing due to scattered storms forecasted for the afternoon and into the early evening, 12pm through 8pm Wednesday, June 8th, with the greatest concerns during the mid- to late afternoon hours for the eastern slopes of the central mountains. Find details here |
---|
259 | </p> |
---|
260 | <p> |
---|
261 | <a href="contentfile/pdf/newsroom/NWSWeatherBriefing20220608.pdf" |
---|
262 | title="downloadable pdf" class="PDF">Details |
---|
263 | </a> |
---|
264 | </p> |
---|
265 | <p> |
---|
266 | <nav class="MoreInfo">Go to the NMTracking <a href="environment/climate/WellsAndDisasters.html">Wells and Natural Disasters</a> and <a href="environment/climate/Flooding.html">Flooding</a>pages for information on how to protect your well during flooding.</nav> |
---|
267 | </p> |
---|
268 | </header> |
---|
269 | </div> |
---|
270 | </article> |
---|
271 | |
---|
272 | <a href="newsroom/archive/2022.html" class="Bold" style="display: block; text-align: center; padding: 1rem;">-- View last year's Newsroom postings --</a> |
---|
273 | </CONTENT> |
---|
274 | </HTML_CONTENT> |
---|