Elke Windschitl
  • Home
  • About Me
  • My Work
  • Gallery
  • Resume
Ocean waves

Gallery

Gallery

Maps and Data Viz – Page in progress, so come back soon!


Maps and Visualizations

Map of Iowa showing the counts of concentrated animal feeding operations.
Chloropleth map of Iowa showing the counts of concentrated animal feeding operations (CAFO) by county. Created in ArcGIS Pro.
Three possible views within a Shiny Application for users to assess the results of their weighted and sequential decision-making regarding various treatment options for kidney disease.
Three possible views within a Shiny Application for users to assess the results of their weighted and sequential decision-making regarding various treatment options for kidney disease. Created with R, laid out with Inkscape
Map of the Santa Barbara Channel showing locations where habitat is likely suitable for kelp aquaculture. Suitable locations occur off the coast of Santa Barbara County.
Map of the Santa Barbara Channel showing locations where habitat is likely suitable for kelp aquaculture. Created with R and Inkscape.
Two plots showing Elke's top Spotify artists and listening throughout the year.
Dashboard of Spotify listening history displaying a bar chart of Elke’s top 10 artists by minutes played split by song, and a timeseries of Elke’s top 3 artist minutes played throughout the year. Created with Tableau.
×
Enlarged Image



setTimeout(function() {
  document.querySelector('.left-banner-box').classList.add('slide-in');
}, 300);
document.querySelectorAll('.clickable-image').forEach(function(image) {
  image.onclick = function() {
    const modal = document.getElementById('imageModal');
    const modalImage = document.getElementById('modalImage');
    const modalCaption = document.getElementById('modalCaption');
    const initialCaption = document.querySelector('.initially-hidden');

    initialCaption.style.display = 'none'; // Hide the caption on the main page
    modal.style.display = 'block';
    modalImage.src = this.getAttribute('data-src'); // Set the source of the enlarged image
    modalCaption.textContent = this.parentElement.querySelector('figcaption').textContent; // Set the caption text
  };
});
document.getElementById('closeModal').onclick = function() {
  const modal = document.getElementById('imageModal');
  modal.style.display = 'none';
};
window.onclick = function(event) {
  const modal = document.getElementById('imageModal');
  if (event.target == modal) {
    modal.style.display = 'none';
  }
};
Copyright 2022, Elke Windschitl
 
Made with Quarto