School leaders received numerous reports that former high school English teacher Curtis Johnston was “dating” a student but failed to intervene, complaint says
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);
}
});
});
Here's an early holiday gift, something to remind us what the season is all about.
An Oregon man has donated nearly $300,000 over two years so that bank robbers, kidnappers and other felons in that state can go to college. His latest gift is $15,000 so that women inmates at the Coffee Creek Correctional Facility in Wilsonville can buy books for themselves.
Oregon's educational offerings for prisoners have been limited largely to GED classes and vocational training since 1994. That's the year Congress stopped Pell grants for college tuition for prisoners, effectively shutting down every prison college program in the country.
The Investor, who insists remaining anonymous, on was inspired by a "60 Minutes" report in 2007 on a program sponsored by Bard College in New York, that provides free college courses to inmates.
"He believes government can't do everything and private citizens need to step up," said Nancy Green, director of corrections education for Chemeketa Community College. "He also believes people deserve a second chance because all of us have made mistakes in our lives."
Green took the donor's call when he first explored making the grant in 2007. The Investor has no criminal history, nor does anyone in his family. He just sees his gift as a good investment in the community. Participants must be within five years of release, maintain a B average and have 18 months of good conduct.
Nick McCarty, 29, is at Oregon State Correctional Institution in Salem, eight years into an 11-year sentence for armed robbery. He also has a 4.0 grade point for two years' work. "I want to be a civil engineer and plan on transferring to a four-year school when I get out," said McCarty, who is taking geology, art and American history. "I've never seen any other program in the prisons effect change like this."
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!
School leaders received numerous reports that former high school English teacher Curtis Johnston was “dating” a student but failed to intervene, complaint says
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
Get the inside scoop in your inbox, free.
Subscribe to our weekly newsletters and never miss an investigation.