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);
}
});
});
Tidal flats littered with debris along the Lower Duwamish River. mandatory credit: Paul Joseph Brown/ecosystemphoto.com Credit: Paul Joseph Brown Seattle Northwest environmental commercial photographer
The residents of south Seattle’s 98108 ZIP code, some living cheek-by-jowl with the Duwamish River Superfund site, face a high degree of environmental health threats and are likely to live sicker and die younger than residents of other Seattle neighborhoods, says a new report by two nonprofit groups.
Researchers studied 10 representative Seattle ZIP codes and analyzed data to assign each a “cumulative health impact score” that considers pollution threats as well as socioeconomic and other factors. 98108 had the worst score of the ZIP codes studied, says the report by the Duwamish River Cleanup Coalition/Technical Advisory Group and Just Health Action.
In this map from the report showing cumulative impact score by ZIP Code, a darker color indicates a higher score.
The report admits that by focusing at the ZIP code level, the analysis may obscure even more worrisome threats affecting specific neighborhoods within the area, especially South Park and Georgetown.
“Duwamish Valley residents are more likely to live in poverty, be foreign born, have no health insurance or leisure time, and are more likely to be sick. Georgetown and South Park residents have up to a 13-year shorter life expectancy (at birth) than wealthier parts of Seattle,” the report says.
Researchers gathered data on number of indicators including the incidence of obesity, diabetes, high blood pressure, lung cancer and children with asthma; air pollution readings; the presence of sensitive populations of children and older people; hospitalization rates; availability of parks; and poverty rates.
Steps that could help reduce residents' risks include increasing the tree canopy, which would help ameliorate air pollution; controlling stormwater pollution; and boosting residents’ ability to purchase healthy food, the report says.
The report released today is expected to be shape the recommendations of the Technical Advisory Group, which has been officially designated by the U.S. Environmental Protection Agency to review Superfund cleanup plans to ensure they meet community standards. The cleanup coalition has advocated a thorough cleanup of polluted muck along the Duwamish river bottom, but the EPA’s tentative plan would not go as far as the group has urged.
EPA's plan would allow covering over of too many areas of highly contaminated river bottom instead of digging out the contaminated muck and removing it entirely, said BJ Cummings, policy advisor for the cleanup coalition.
"We'd like to see all of those removed so we don't have to worry about re-exposure in the future," Cummings said.
The research work was support by funding from EPA. The EPA is holding public meetings in English with Spanish translation available on April 30 and May 29, and in Spanish on May 15. The agency is accepting public comment through June 13.
Robert was co-founder of InvestigateWest and a Pulitzer Prize finalist. At the Seattle Post-Intelligencer, Robert exposed a major weakness in the Endangered Species Act and deficiencies in Puget Sound restoration efforts.
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.