Effect of Sea Level Rise and Coastline Erosion on Prince Edward Island (in progress).
The timelapse below shows how PEI land use has changed from 1984 to 2022.
The elevation map of PEI shows the lowest points in blue to the highest point in red. The range of elevation is from 0 to 100 meters.

/* Container for the columns */
.research-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 20px 0;
}
/* Each research tile / column */
.research-tile {
flex: 1 1 30%; /* 3 columns, adjusts on smaller screens */
min-width: 300px;
background-color: #f5f5f5;
border-radius: 10px;
padding: 15px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
text-align: center;
}
/* Title inside each tile */
.research-tile h3 {
font-size: 1.2em;
margin-bottom: 10px;
}
/* Iframe for GEE app */
.gee-app {
width: 100%;
height: 400px;
border: 2px solid #ccc;
border-radius: 8px;
}
Interactive Flood Mapping
Research Project 2
Blah blah… description goes here.
Research Project 3
Blah blah… description goes here.