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);
}
});
});
InvestigateWest today announced that the nonprofit journalism organization has received a $180,000 grant from Houston-based venture philanthropy firm Arnold Ventures to forward their mission of local nonprofit journalism focused on environment, government accountability, and public health.
Laura and John Arnold, founders and co-chairs of philanthropy firm Arnold Ventures
“This gift will allow us to increase our local reporting and double down on issues critical to this region,” says Allison Augustyn, InvestigateWest Executive Director. “Working with Arnold Ventures' Jeff Cohen (formerly of the Houston Chronicle) and Karla Sainz was in itself a gift. Mr. Cohen and Ms. Sainz’s excellent observations and questions helped us articulate better than ever our vision for InvestigateWest’s contribution to independent journalism. It was a pleasure to share our strategic vision with people who appreciate the impact of local investigative and explanatory journalism."
The grant is a two-year gift intended for general operating expenses. InvestigateWest will use the funds to engage additional editorial support, which will allow the non-profit to expand reporting beyond existing planned initiatives, including a new year-long story series, “Getting to Zero: Decarbonizing Cascadia,” about halting climate change in the Pacific Northwest and Cascadia.
“This gift will allow us to increase our local reporting and double down on issues critical to this region,” says Allison Augustyn, InvestigateWest Executive Director.
Arnold Ventures is a philanthropic organization formed by Laura and John Arnold who also established the Laura and John Arnold Foundation in 2010. The mission of the organization is to improve lives through innovation to solve persistent problems in society by investing in evidence-based solutions that maximize opportunity and minimize injustice.
For more information about InvestigateWest, or how to donate to the organization’s mission, please call Allison at (206) 383-5936 or visit our donation page.
About InvestigateWest
Serving the Pacific Northwest since 2009, InvestigateWest engages Pacific Northwest residents in critical social issues through our investigative and explanatory journalism. We focus on changemaking reporting that covers the environment, government and corporate accountability, and public health.
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!
If you cover criminal justice in the Pacific Northwest — or want to — we’re hosting a free virtual training that may be useful to you and your newsroom