Curtis Johnston was allowed to voluntarily surrender his teaching license after the superintendent told a state investigator that no investigations existed, records show
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 won eight awards in the 2022 Northwest Excellence in Journalism contest. The annual contest, administered by the Society of Professional Journalists, judges entries from Oregon, Washington, Idaho, Montana, and Alaska.
Find the winning stories below:
“I’m hoping to hold the Jehovah’s Witnesses accountable for what they’ve done,” Deryk Terril said. Credit: Erick Doxey/InvestigateWest
Jehovah’s Witnesses Covered Up Child Sexual Abuse In Washington State For Decades, Lawsuit Alleges
First Place, Investigative Reporting
A growing mountain of cases against Jehovah’s Witnesses alleges that the church conceals sexual abuse. Lawsuits have revealed that the nonprofit that oversees the Jehovah’s Witnesses maintains a secret database containing allegations of child molestation across multiple decades, and most allegations have not been shared with law enforcement. Victims are now speaking up via lawsuits in efforts to hold the church accountable for its history of silence. Read more
Why Washington Is Shipping More Disabled Students Out Of State, Splitting Up Families And Costing Taxpayers Millions
First Place, Education Reporting
During the 2020-21 school year, school districts in Washington sent 80 students to out-of-state facilities, according to public records. School districts send students to out-of-state facilities if they do not have the resources to provide services for children with complex needs, typically due to disabilities or childhood trauma. Advocates for kids with disabilities say they’re alarmed at how many students are increasingly being sent away from Washington. They argue it highlights a growing crisis. Read more
Rick Winter (left) and Gary Yang, the founders of the former UniEnergy Technologies, stand with one their latest batteries, the Reflex, August 10, 2022. Credit: Dan DeLong/InvestigateWest
WA Battery Maker Faces Accusations It Gave U.S.-Owned Tech To China
First Place, Business & Economics Reporting
UniEnergy Technologies planned to do it all — build the battery of the future, create good American jobs, crack the code for clean energy. Despite millions in public funding, UniEnergy suddenly went dark in 2021, laid off its last employees and was forced to seek Chapter 11 protection under the U.S. Bankruptcy Code. The collateral damage left behind is far more extensive than previously reported, InvestigateWest has found. Read more
Chris Carver sits outside the New Community church to eat breakfast. Credit: Erick Doxey
‘I Kept Reoffending’: Why Unhoused People Are Choosing To Go To Jail
First Place, Poverty & Homelessness Reporting
Chris Carver boasts that he is the “second-longest-homeless man in Spokane.” Carver, who’s survived 25 years while living on the streets, says jail is a logical choice during winter months. Carver says shelters can be overcrowded and he doesn’t feel safe in them. Carver’s choice — purposefully choosing jail sentences to escape living on the streets — fails to shock those who regularly work with the chronically homeless. No one believes that employing jails as temporary housing is smart or humane, and housing advocates say the fact that it’s happening at all proves that something has gone horribly wrong. Read more
Melinda Torres, left, is the employee tasked with connecting with and supporting homeless students in the Coos Bay School District. Credit: Michael Sullivan/InvestigateWest
Dozens Of Oregon School Districts Likely Undercounting Homeless Students
Second Place, Poverty & Homelessness Reporting
Many schools across Oregon are unsuccessful in identifying homeless students and connecting them with food, shelter, and academic support, an InvestigateWest analysis found. Failing to identify homeless students isn’t simply a matter of bureaucratic bookkeeping. It can mean the difference between a student accessing free school meals or going hungry; getting to participate in athletics or missing out; or receiving help with transportation to school or being dropped. Read more
Credit: NashCO
At Least One Juror Refused To Call Them Guilty. But They’re Still In Prison.
Second Place, Crime & Law Enforcement Reporting
Oregon and Louisiana are the only states in U.S. history to allow divided jury convictions, a practice ruled unconstitutional by the Supreme Court in 2020. While other states opt for mistrials when juries fail to reach a unanimous decision, Oregon and Louisiana grapple with split-jury verdicts. In Oregon, efforts to reform the laws have hit a roadblock, leaving hundreds of individuals incarcerated for crimes that at least one juror doubted their guilt. Read more
Felix Biefel, a visiting doctoral student from Germany, works with mysid shrimp raised in Oregon State University’s Hatfield Marine Science Center to study how their behavior is impacted after microplastic exposure. Credit: Karl Maasdam/InvestigateWest
From Mountaintops To Ocean Bottoms, Scientists Are Discovering Just How Pervasive Plastic Is
Second Place, Environment & Natural Disaster Reporting
The reality of how pervasive plastic pollution has become around the world is staggering. The problem is only growing worse as plastic doesn’t decompose but degrades into smaller pieces that will remain in the environment for thousands of years. Now, researchers and advocates are starting to direct their attention away from the end life of plastic to focus on the beginning. If anything is going to change, they say, people should be focusing on “turning off this plastic tap.” Read more
Vicky Dalton, a Democrat, has served as Spokane County auditor for 24 years. She’s facing Bob McCaslin Jr., a retiring state representative with ties to fringe election deniers. Credit: Erick Doxey/InvestigateWest
In Washington, County Auditor Elections Become Battleground For Far-Right Election Deniers
Second Place, Government & Politics Reporting
Fueled by the false narrative that widespread fraud stole the 2020 election from Trump, election officials nationwide have been under constant attack from election conspiracists. Now, many of those conspiracists are seeking control of elections offices, asking for votes while telling those same people their votes may not count. And it’s not just statewide elections – the false voter fraud narrative is also seeping into local county auditor races. Read more
InvestigateWest is a nonprofit news organization dedicated to investigative journalism for the Pacific Northwest. Founded in 2009, the Seattle-based newsroom covers a range of topics including public health, the environment, youth, racial justice, voting and government accountability. Over the years, its reporting has prompted reforms and more than a half dozen different state laws protecting the environment, workers and foster children.
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
Curtis Johnston was allowed to voluntarily surrender his teaching license after the superintendent told a state investigator that no investigations existed, records show