2026-07-21 12:14:57 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< style id = "fort-styles" >
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
< / style >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2026-08-18 11:41:33 +02:00
< title > Carol Schroeder - Forensic Chemist and GIS Analyst< / title >
< meta property = "og:type" content = "website" >
< meta property = "og:title" content = "Carol Schroeder - Forensic Chemist and GIS Analyst" >
< meta property = "og:description" content = "With three decades of experience in forensic chemistry and GIS-driven crime analysis, I bring a disciplined, data-focused approach to community safety. I…" >
< meta property = "og:image" content = "https://pixabay.com/get/g9d90bb723add47f6af6f0c3257982282d651acb4f952bed56275ef07261c779ee72cd5ffddabfc7690677825f9a8caa9e05586f6fbb6a0c6fab60f9445bfcf76_1280.jpg" >
< meta property = "og:url" content = "https://carol-schroeder.4ort.net/" >
< meta name = "twitter:card" content = "summary_large_image" >
< meta name = "description" content = "With three decades of experience in forensic chemistry and GIS-driven crime analysis, I bring a disciplined, data-focused approach to community safety. I…" >
2026-07-21 12:14:57 +02:00
< style >
body {
2026-08-18 11:41:33 +02:00
font-family: 'Georgia', serif;
2026-07-21 12:14:57 +02:00
line-height: 1.6;
2026-08-18 11:41:33 +02:00
color: #333;
max-width: 800px;
2026-07-21 12:14:57 +02:00
margin: 0 auto;
2026-08-18 11:41:33 +02:00
padding: 20px;
background-color: #f9f9f9;
2026-07-21 12:14:57 +02:00
}
header {
2026-08-18 11:41:33 +02:00
text-align: center;
margin-bottom: 20px;
2026-07-21 12:14:57 +02:00
}
h1 {
2026-08-18 11:41:33 +02:00
color: #2c5f2c;
2026-07-21 12:14:57 +02:00
}
section {
2026-08-18 11:41:33 +02:00
margin-bottom: 30px;
2026-07-21 12:14:57 +02:00
}
footer {
2026-08-18 11:41:33 +02:00
text-align: center;
margin-top: 40px;
font-size: 0.9em;
color: #666;
2026-07-21 12:14:57 +02:00
}
< / style >
2026-08-18 11:41:33 +02:00
< script defer src = "https://analytics.4ort.xyz/script.js" data-website-id = "d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b" > < / script >
2026-07-21 12:14:57 +02:00
< / head >
< body >
< header >
< h1 > Carol Schroeder< / h1 >
2026-08-18 11:41:33 +02:00
< p > Forensic Chemist and GIS Analyst< / p >
2026-07-21 12:14:57 +02:00
< / header >
< section >
2026-08-18 11:41:33 +02:00
< h2 > About Me< / h2 >
< p > With three decades of experience in forensic chemistry and GIS-driven crime analysis, I bring a disciplined, data-focused approach to community safety. I champion policy reforms that bridge the gap between authority and the public while mentoring the next generation of officers.< / p >
2026-07-21 12:14:57 +02:00
< / section >
< section >
2026-08-18 11:41:33 +02:00
< h2 > Work< / h2 >
< ul >
< li > < a href = "negros-fruit-dove.html" > Negros Fruit Dove: A Conservation Study< / a > < / li >
< / ul >
2026-07-21 12:14:57 +02:00
< / section >
< section >
2026-08-18 11:41:33 +02:00
< h2 > Image< / h2 >
< fort-media query = "forensic chemistry" limit = "1" > < div class = "fort-media" data-fort = "media" data-query = "forensic chemistry" > < img src = "https://pixabay.com/get/g9d90bb723add47f6af6f0c3257982282d651acb4f952bed56275ef07261c779ee72cd5ffddabfc7690677825f9a8caa9e05586f6fbb6a0c6fab60f9445bfcf76_1280.jpg" alt = "glowing, uv, luminescent, luminescence, tube, science, substance, experiment, futuristic, fluorescent, chemistry, engineering, technology, glove, education, biotechnology, forensic, test, healthcare, biology, laboratory, medical, medicine, research, chemistry, chemistry, chemistry, chemistry, chemistry, forensic, forensic, biology, laboratory" loading = "lazy" data-license = "RF" data-source = "pixabay" > < / div > < / fort-media >
2026-07-21 12:14:57 +02:00
< / section >
< footer >
2026-08-18 11:41:33 +02:00
< p > © 2026 Carol Schroeder. All rights reserved.< / p >
2026-07-21 12:14:57 +02:00
< / footer >
< / body >
< / html >