Newsroom Announcements
InvestigateWest seeks collaboration partners across Pacific Northwest
The nonprofit news organization makes collaboration and resource sharing central to its mission
';
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);
}
});
});
In an effort to strengthen local investigative journalism and ensure underrepresented communities have reporters looking out for their interests, InvestigateWest is issuing a call for new collaboration partners across the Pacific Northwest.
Founded in 2009 as a nonprofit, InvestigateWest has long forged newsroom partnerships as a way to better serve local communities and maximize its impact. However, over the past year, the organization has shifted to make collaboration and resource sharing central to its strategy and mission to transform the region’s news ecosystem.
“At InvestigateWest, our goal is to build a ‘Goldilocks’ organization — large enough to uplift others and small enough to remain deeply rooted in the local communities we serve,” Executive Director Jacob Fries said. “Despite the destabilization of traditional business models and the erosion of trust — particularly at the national level — dedicated investigative journalism remains an essential watchdog, shining a light in the darkest corners of our democracy. Rigorously reported stories still shape policy, still galvanize movements, still send angry people into the streets.”
In late 2024, InvestigateWest brought on Moe K. Clark, a dedicated “collaborative investigative reporter” hired through a Washington State University-administered fellowship. And in December, the newsroom announced a partnership with Report for America to bring a second collaborative reporter to Oregon in July 2025. These hires are part of a broader, organization-wide shift.
InvestigateWest is particularly interested in projects that reveal abuses of power, systemic failures, inequities or corruption. News organizations and freelance journalists interested in working with InvestigateWest are encouraged to reach out directly to discuss story ideas, resource sharing, training and potential co-publication opportunities. To start a conversation, please fill out this proposal form.