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); } }); });
Somebody forgot to tell the transportation bureaucrats to switch it off.
Seems Portland’s green goals – everything from increasing bike commuting and telecommuting to ensuring jobs and groceries are close to homes – have met up with the city’s ambitious $20 billion transportation “wish list.”
Darn it. A new study shows that the city’s population growth coupled with the goals in the proposed Regional Transportation Plan would result in so much increased traffic that greenhouse gas emissions from vehicles will jump 49 percent. That’s 49 percent. And it was just a couple weeks ago that Portland and Multnomah County adopted its Climate Action Plan to slash greenhouse gas emissions 80 percent by 2050. And just a couple weeks before that the city vowed to get 25 percent of its commuters on bikes by 2030, as InvestigateWest reported on and heartily endorsed here.
Environmentalists say the new Metro analysis confirms the folly of spending $4 billion on a new, wider Columbia River bridge – the largest project in the Regional Transportation Plan – as well as projects to widen some suburban roads to seven lanes. “We need solutions that don’t lead to more driving,” says Mara Gross, policy director of Coalition for a Livable Future, which represents about 90 organizations.
In the "wish list," roads, bridges and highways would get 57 percent of the $20 billion in the Regional Transportation Plan. But to be fair, transit, pedestrian and bicycle projects would receive 37 percent of the money.
-- Rita Hibbard
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.