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);
}
});
});
Showing remarkable foresight, Seattle voters in 1889 approved a plan to launch a city-run water system to bring water to the city from the Cedar River watershed. The water system started operating in 1901. Today the city owns the watershed and restricts public access. But now we’re learning the limits of this investment as climate change worsens.
In late August, Robert McClure visited the Chester Morse Reservoir with Seattle Public Utilities' Ralph Naess and Alex Chen and photographer Paul Joseph Brown.
Once known as Cedar Lake, this body of water created by damming the Cedar River is now the Chester Morse Reservoir, the largest of two reservoirs serving Seattle. InvestigateWest revealed that the amount of water Seattleites can count on could be reduced by as much as half over the next 35 years and nearly three-quarters by the end of the century.
Lying atop a once-natural lake known as Cedar Lake, Chester Morse Reservoir was created by damming the Cedar River. Despite the reservoir's enormous storage capacity, new climate-change projections suggest it will not be enough to meet water demand in Seattle as climate change progresses.
The Masonry Dam at the west end of Chester Morse Reservoir was built between 1911 and 1914 but has never been able to hold as much water as intended, in part because the water leaks out through a moraine left by a glacier.
The water lever is dropping lower in the Chester Morse Reservoir, where Seattle Public Utilities is installing a new set of pumps to help move water to Seattle in dry years.
The water level is dropping lower in the reservoir. But it would be even lower had SPU not altered normal operations to hold back extra water in the spring in anticipation of the current drought. Seattle and the Northwest saw snowpack plunge this year, in many areas to less than 10 percent of normal, followed by a spring with relatively little rain and an extremely hot early summer.
These pumps, purchased used by Seattle Public Utilities in the 1980s, are reconditioned in August in anticipation of low water levels this fall. When the Chester Morse Reservoir drops low enough, they are needed to get water to Seattle
These pumps originally went into service in 1980 in southern Washington after the Mount St. Helens volcano erupted, moving water that was dammed by the debris flow. Seattle Public Utilities purchased them several years later to move water over a hump at the bottom of the Chester Morse Reservoir that otherwise would keep water from running downhill to Seattle in low-water years.
Powered by diesel, the temporary pumps are being replaced with another more permanent diesel-powered setup to be used in low-water years to keep Seattle taps supplied. This roadway allows workers access to the reservoir this summer for work they are doing to install the new set of pumps.
This pipe high overhead carries much of Seattle's water supply through the part of the Cedar River watershed
A water-delivery pipe high overhead near Cedar Falls is part of an elaborate water-delivery system constructed beginning late in the 1800s, when Seattle helped pioneer the idea of municipally owned utilities. Despite substantial investments in the system over the last century, it is not clear it will be able to deliver under the conditions expected as climate change worsens.
Seattle Public Utilities Director of Water Planning Alex Chen walks and talks with Ralph Naess, the utility's Cedar River watershed public and cultural programs manager
Strolling past Cedar Falls, Seattle Public Utilities’ water-planning director Alex Chen chats with Ralph Naess, the utility’s watershed public and cultural programs manager. The city has gone to great lengths to protect its water supply, purchasing 91,000 acres -- virtually the entire upper Cedar River watershed -- and prohibiting most public access: Cedar Falls is off-limits to the general public.
Alex Chen, director of water planning for Seattle Public Utilities, high above the Chester Morse Reservoir
Alex Chen, director of water planning for Seattle Public Utilities, high above the Chester Morse Reservoir, is doing a lot of thinking about climate change nowadays. “How are the demand and supply lines going to cross, and when?” he asks as we drove around the watershed.
Jason was InvestigateWest's associate director. A veteran of technology projects and online strategy for the nonprofit sector, he is a graduate of Columbia University's School of International and Public Affairs and Graduate School of Journalism.
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.