Elke Windschitl
  • Home
  • About Me
  • My Work
  • Gallery
  • Resume
Green leaves

Elke Windschitl

Environmental Data Scientist

Elke Windschitl
Icons of graphs and charts

× Enlarged Image

Welcome!

A little bit about me: I recently earned a Master of Environmental Data Science degree from the Bren School of Environmental Science & Management at the University of California, Santa Barbara. I am passionate about conservation, and I hope to build a career using data science tools to solve environmental problems. Learn more and read my full bio on my About Me page.

Education

Master of Environmental Data Science

University of California, Santa Barbara | June 2023

Bachelor of Science in Biology with Honors

Iowa State University | May 2020

GitHub Twitter LinkedIn

My Interests

Spatial Data Science | Data Visualization

Analytics | Renewable Resources | Sustainable Food Systems

Ecology | Biodiversity | Climate Solutions | Environmental Justice | Environmental Art



A banner showing mountains, trees, waves.

setTimeout(function () {
  document.querySelector('.left-banner-box').classList.add('slide-in');
  document.querySelector('.right-banner-box').classList.add('slide-in');
}, 300);
modal = {
  const modal = document.getElementById("imageModal");
  const modalImage = document.getElementById("modalImage");
  const closeBtn = document.getElementById("closeModal");
  const image = document.getElementById("enlargeImage");

// Function to open the modal (only for desktop)
image.onclick = function () {
  if (window.innerWidth >= 768) { // Check if the screen width is greater than or equal to 768px
    modal.style.display = "block";
    modalImage.src = this.src; // Set the source of the enlarged image
  }
};

// Function to close the modal
closeBtn.onclick = function () {
  modal.style.display = "none";
};

window.onclick = function (event) {
  if (event.target == modal) {
    modal.style.display = "none";
  }
};
}
Copyright 2022, Elke Windschitl
 
Made with Quarto