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); } }); });
A study released by the University of Washington's College of Forest Resources found that woody debris could provide a sustainable source of liquid fuel for growing energy demands.
At the request of the Washington Legislature, university scientists looked into how wood-to-energy might play a role in the state's fuel consumption future. They found plant biomass to be the only renewable resource available in the state for conversion to biofuels, and touted woody debris in particular as the state's best chance for green fuel. It accounts for two-thirds of the state's available biomass.
Utilizing woody debris, they contend, would reduce greenhouse gases not only by offsetting the use of carbon-emitting fuel sources, but also by thinning and making use of overly dense forests, thereby minimizing the carbon dioxide put off by potential wildfires. This may change the way the U.S. Forest Service handles its woody debris, considering that in the past the agency has resorted to burning thinned trees because they don't sell well.
The report finds that besides the 11 million tons of dry forest biomass available annually, additional woody debris from pulp and paper mills can be recovered. The report even suggests that biorefineries, for converting the plant matter to biofuels, be placed near these establishments to maximize debris reclamation and decrease transportation costs. The report says:
Co-location with existing facilities will bring reduced capital costs, access to needed infrastructure, synergies for integrated raw materials and product streams, and an engaged corps of highly skilled engineers and union workers.
In April, Washington took the first steps toward incorporating woody biomass into its renewable energy initiatives. But while utilizing the fibrous material seems like a win-win proposition, the report cautions that many steps are necessary to ensure the process is both effective and sustainable -- starting with increasing public interest in biofuels.
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.