School leaders received numerous reports that former high school English teacher Curtis Johnston was “dating” a student but failed to intervene, complaint says
Covering Your Climate: A Source Toolbox for Climate Change Reporting in the Emerald Corridor
As part of the “Covering Your Climate: The Emerald Corridor” special report, we’ve collected a wide range of resources to help reporters track down climate stories throughout the Pacific Northwest.
Oregon is working to strengthen coast highways facing bluff erosion. Above, a washout north of Newport on the Oregon Coast Highway in 2013.
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);
}
});
});
As part of our special report “Covering Your Climate: The Emerald Corridor,” a joint project between InvestigateWest and the Society of Environmental Journalists’ SEJournal, we’ve collected a wide range of resources to help reporters track down climate stories throughout the Pacific Northwest. You’ll find an array of government, academic and nongovernmental organization links for Oregon, including Portland; Washington, including Seattle; and British Columbia, including Vancouver, as well as from regional, national and international resources.
Oregon climate resources
Workers install the last panel in the Baldock Solar Station, a 1.75 megawatt solar array on I-5, 14 miles south of Portland, Oregon. The station generates 12 percent of Oregon's Department of Transportation electricity, helping ti achieve its goal of only using renewable energy by 2025.
Residents have to wade through water and walk along the railing on Jericho Beach Park Pier in Vancouver, B.C., due to a king tide that has flooded the walkway of the pier. These higher-than-normal tides offer a glimpse at future sea levels, as Vancouver makes design choices to protect the city and its residents.
During our "Covering the Climate" series, we'll focus on the so-called "Emerald Corridor," which runs south from Vancouver, B.C., through Washington to the Willamette Valley around Portland. Credit: Credit: Google Maps
The 2100 Project’s Atlas for the Green New Deal from the McHarg Center at the University of Pennsylvania, with maps of land, resources and vulnerabilities
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!
Forest collaboratives formed in the wake of the Pacific Northwest’s “Timber Wars” have become major power players operating largely out of the public eye
In a webinar hosted by regional transmission authorities, data centers were called a “major challenge” for the energy industry, as well as extreme weather
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.