Most WA federal rulings found immigrant detentions flouted due process
In 2025, Washington federal courts granted petitions challenging detention more than half the time
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); } }); });It was a year ago this month that President Obama issued a memo giving underlings three months to draw up policies “to guarantee scientific integrity throughout the executive branch.” But, as New Scientist blogger Peter Alhous put it the other day:
“We're still waiting, and the Union of Concerned Scientists is ... well, concerned about the delay.”
Now comes a new survey of scientists by researchers from George Mason University’s Project on Scientific Knowledge and Public Policy, or SKAPP. It says the Obama administration is – this seems hard to believe – not doing any better than the previous Bush administration on the squelching-science score.
Researchers interviewed 37 federal scientists at 13 federal agencies in 2008, when George W. in front of a flag was the picture gracing the walls on federal offices. They returned in the summer of 2009 to the same researchers. And?
"Most subjects did not view conditions at their agencies as having improved noticeably since the change in administration."
Recall that the Bush administration had a terrible record on this score, which we covered at Dateline Earth.
Read the new study, the executive summary or a worthwhile piece by OMB Watcher. Tip of the hat to the Society of Environmental Journalists’ Watchdog Tipsheet, written by the indefatigable Joe Davis, for bringing this survey to our attention. Tomorrow, in the last of our Sunshine Week blogs, we'll hear from the SEJ Watchdog Tipsheet again.
(In the interest of absolutely full disclosure, I supposed I should reveal that I have an extremely minor editing role in producing the Watchdog; Joe does all the real work.)
-- Robert McClure
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.