Two Colville women were booked into a rural Washington jail. It became a death sentence
Critics say WA jails are letting opioid users suffer from withdrawals, leading to preventable deaths
InvestigateWest (investigatewest.org) is an independent news nonprofit dedicated to investigative journalism in the Pacific Northwest. Visit investigatewest.org/newsletters to sign up for weekly updates.
'; document.querySelector('#copytext').value = textContent; modal.showModal(); }); // Modal close functionality const modal = document.querySelector('.republish-modal'); const closeBtn = document.querySelector('.republish-modal-close'); // Close button click closeBtn.addEventListener('click', function() { modal.close(); }); // Close on backdrop click modal.addEventListener('click', function(e) { if (e.target === modal) { modal.close(); } }); // Close on ESC key (this is usually built-in, but adding for safety) modal.addEventListener('keydown', function(e) { if (e.key === 'Escape') { modal.close(); } }); // Copy text button functionality document.querySelector('.copy-text-button').addEventListener('click', async function() { const textarea = document.querySelector('#copytext'); const text = textarea.value; try { // Try modern Clipboard API first if (navigator.clipboard && window.isSecureContext) { await navigator.clipboard.writeText(text); this.textContent = 'Copied!'; } else { // Fallback for older browsers textarea.select(); document.execCommand('copy'); this.textContent = 'Copied!'; } // Reset button text after 2 seconds setTimeout(() => { this.textContent = 'Copy text'; }, 2000); } catch (err) { console.error('Failed to copy text: ', err); // Fallback to selection if copying fails textarea.select(); this.textContent = 'Text selected'; setTimeout(() => { this.textContent = 'Copy text'; }, 2000); } }); });Not too long ago, InvestigateWest reported that woody debris was being paraded as a viable source of renewable fuel for the Northwest. But it seems there's another alternative energy source gaining popularity in the region and it may be even more abundant: garbage.
The Portland Business Journal writes that a $10 million garbage plant in McMinnville, Ore. may be able to generate enough electricity to power 2,500 homes. While the facility will not be finished until next year, the solidiwaste company that developed the technology to convert waste-to-energy already has plans for a second plant in Arlington, Ore.
Vancouver, B.C. has commissioned for a garbage-to-energy incinerator too, promoting the technique as an ideal way to cope with the overwhelming volume of garbage the city receives each year. City officials have recently displayed fierce efforts to curb the amount of waste hitting landfills, heavily promoting composting and recycling with hopes to reduce greenhouse gas emissions.
However, the area has seen public opposition to the garbage-to-energy plan, with 65 percent of polled Vancouver residents fearful that waste incinerators will negatively affect air quality, writes Jeff Nagel of BC Local News. The plants are not pollution-free: One hour of incinerator emissions is equivalent to 20 cars traveling two miles, said Dr. Jim Bridges, a toxicology professor who chairs a European Union scientific advisory panel on emerging health risks. But he believes the levels of cancer-causing dioxins are still minor, at least compared to other sources.
Meanwhile, garbage-disposal rates are declining while recycling rates increase, reported the Oregonian. Some call the shrinking mountain of waste the recession's "blessing in disguise" as people consume less, and waste less. But what will this mean for a up-and-coming industry reliant upon heaps of consumer trash?
-- Natasha Walker
The story you just read is only possible because readers like you support our mission to uncover truths that matter. If you value this reporting, help us continue producing high-impact investigations that drive real-world change. Your donation today ensures we can keep asking tough questions and bringing critical issues to light. Join us — because fearless, independent journalism depends on you!
— Jacob H. Fries, executive director
DonateCancel anytime.
Subscribe to our weekly newsletters and never miss an investigation.