diff --git a/.github/workflows/validate-events.yml b/.github/workflows/validate-events.yml index b01649d..008f3aa 100644 --- a/.github/workflows/validate-events.yml +++ b/.github/workflows/validate-events.yml @@ -5,7 +5,7 @@ on: paths: - "data/events.json" - "html/events/**" - - "events images/**" + - "images/events-images/**" - "package.json" - "scripts/validate-events.mjs" - ".github/workflows/validate-events.yml" @@ -13,7 +13,7 @@ on: paths: - "data/events.json" - "html/events/**" - - "events images/**" + - "images/events-images/**" - "package.json" - "scripts/validate-events.mjs" - ".github/workflows/validate-events.yml" diff --git a/css/events.css b/css/events.css index 1db07cb..096e507 100644 --- a/css/events.css +++ b/css/events.css @@ -10,6 +10,291 @@ body.event-detail-page #header-placeholder { background: #ffffff; } +.course-overview-page { + background: #ffffff; +} + +.course-overview-page main { + width: min(900px, calc(100% - 4rem)); + margin: 0 auto; + padding: 2.5rem 0 5rem; +} + +.course-breadcrumb { + display: flex; + flex-wrap: wrap; + gap: 0.4rem; + margin: 0 0 2.25rem; + color: var(--site-text-muted); + font-size: 0.88rem; + line-height: 1.4; +} + +.course-breadcrumb a { + color: var(--site-link); + text-decoration: underline; + text-underline-offset: 0.15em; +} + +.course-breadcrumb a:hover, +.course-breadcrumb a:focus-visible { + color: var(--site-text); +} + +.course-overview-header { + display: block; + max-width: 760px; + padding: 0 0 2.5rem; + border: 0; + background: transparent; +} + +.course-overview-header img { + display: block; + width: min(320px, 100%); + height: auto; + margin-top: 1.75rem; +} + +.course-overview-header h1 { + max-width: 20ch; + margin: 0; + color: var(--site-text); + font-family: 'Figtree', sans-serif; + font-size: clamp(2.1rem, 4vw, 3rem); + letter-spacing: -0.025em; + line-height: 1.08; +} + +.course-overview-header p { + max-width: 62ch; + margin: 1rem 0 0; + color: var(--site-text-muted); + font-size: 1.15rem; + font-weight: 700; + line-height: 1.6; +} + +.course-overview-facts { + max-width: 620px; + margin: 0; + border-top: 1px solid var(--site-border); +} + +.course-overview-facts div { + display: grid; + grid-template-columns: 9rem minmax(0, 1fr); + gap: 1rem; + padding: 0.8rem 0; + border-bottom: 1px solid var(--site-border); +} + +.course-overview-facts div + div { + padding-left: 0; + border-left: 0; +} + +.course-overview-facts dt { + margin: 0; + color: var(--site-text-muted); + font-size: 0.9rem; + font-weight: 800; +} + +.course-overview-facts dd { + margin: 0; + color: var(--site-text); + font-size: 1rem; + line-height: 1.45; +} + +.course-overview-page article > section { + display: block; + max-width: 760px; + padding: 2.5rem 0; + border-top: 1px solid var(--site-border); +} + +.course-overview-page article > section:first-of-type { + padding-top: 0; + border-top: 0; +} + +.course-overview-page article > section > * { + grid-column: auto; +} + +.course-overview-page section h2 { + margin: 0 0 1rem; + padding: 0; + color: var(--site-text); + font-family: 'Figtree', sans-serif; + font-size: 1.8rem; + line-height: 1.2; +} + +.course-overview-page section h3 { + margin: 1.9rem 0 0.65rem; + color: var(--site-text); + font-family: 'Figtree', sans-serif; + font-size: 1.15rem; + line-height: 1.3; +} + +.course-overview-page section h2 + h3 { + margin-top: 1.4rem; +} + +.course-overview-page section p { + margin: 0 0 1rem; + color: var(--site-text); + font-size: 1rem; + line-height: 1.7; +} + +.course-overview-page section a { + color: var(--site-link); + font-weight: 800; + text-decoration: underline; + text-underline-offset: 0.13em; +} + +.course-overview-page section ul { + margin: 0 0 1.25rem; + padding-left: 1.25rem; +} + +.course-overview-page section li { + color: var(--site-text); + font-size: 1rem; + line-height: 1.65; +} + +.course-overview-page section li + li { + margin-top: 0.45rem; +} + +.course-enrollment-link { + display: inline-block; + margin-top: 0.35rem; +} + +.course-resource-links { + display: grid; + gap: 0.35rem; + list-style: none; + padding-left: 0 !important; +} + +.course-instructor-list { + max-width: 620px; + padding: 0 !important; + border: 0; + list-style: none; +} + +.course-instructor-list li { + display: block; + margin: 0 !important; + padding: 0 0 1.15rem; + border: 0; +} + +.course-instructor-list span { + display: block; + margin-top: 0.15rem; + color: var(--site-text-muted); +} + +.course-part-details { + max-width: 620px; + margin: 0 0 1.5rem; + border: 0; +} + +.course-part-details div { + display: flex; + gap: 0.35rem; + padding: 0.25rem 0; + border: 0; +} + +.course-part-details dt { + color: var(--site-text-muted); + font-weight: 800; +} + +.course-part-details dd { + margin: 0; + color: var(--site-text); +} + +.course-session-list { + margin: 0; + padding: 0; + border-top: 1px solid var(--site-border); + list-style: none; +} + +.course-session-list li { + display: grid; + grid-template-columns: 6rem minmax(0, 1fr); + gap: 1rem; + align-items: baseline; + padding: 0.9rem 0; + border-bottom: 1px solid var(--site-border); +} + +.course-session-list time { + color: var(--site-text-muted); + font-size: 0.92rem; + font-weight: 800; +} + +.course-session-list a { + line-height: 1.45; +} + +@media (max-width: 900px) { + .course-overview-page main { + width: min(900px, calc(100% - 3rem)); + padding: 3rem 0 4rem; + } +} + +@media (max-width: 680px) { + .course-overview-page main { + width: min(100% - 1.5rem, 900px); + padding-top: 2rem; + } + + .course-overview-header { + padding-bottom: 2rem; + } + + .course-overview-header img { + width: min(280px, 82%); + } + + .course-overview-facts div { + grid-template-columns: 1fr; + gap: 0.2rem; + } + + .course-part-details div { + display: block; + } + + .course-part-details dd { + margin-top: 0.1rem; + } + + .course-session-list li { + grid-template-columns: 1fr; + gap: 0.25rem; + } +} + .event-detail-page main { width: min(1100px, calc(100% - 160px)); margin: 0 auto; @@ -166,6 +451,24 @@ body.event-detail-page #header-placeholder { text-underline-offset: 0.12em; } +.event-detail-page section[aria-label="Course information"] a { + color: var(--site-link); + font-weight: 700; + text-decoration: underline; + text-decoration-thickness: 1px; + text-underline-offset: 0.15em; +} + +.event-detail-page section[aria-label="Course information"] a:hover { + color: #005f70; + text-decoration-thickness: 2px; +} + +.event-detail-page section[aria-label="Course information"] a:focus-visible { + outline: 2px solid var(--site-link); + outline-offset: 2px; +} + .event-detail-page section[aria-label="Event details"] ul, .event-detail-page section[aria-label="Event details"] ol { margin: 0 0 1.1rem; @@ -697,6 +1000,99 @@ a.news-featured-card:focus-visible .news-featured-read-more-icon { flex-direction: column; } +.event-series-card { + align-self: start; +} + +.event-series-card h2 a { + color: inherit; + text-decoration: none; +} + +.event-series-card h2 a:hover, +.event-series-card h2 a:focus-visible { + color: var(--site-link); + text-decoration: underline; + text-underline-offset: 0.12em; +} + +.event-series-sessions { + margin-top: auto; + padding-top: 0.9rem; + border-top: 1px solid var(--site-border); +} + +.event-series-sessions summary { + display: flex; + align-items: center; + justify-content: space-between; + gap: 0.75rem; + color: var(--site-link); + font-size: 0.92rem; + font-weight: 900; + cursor: pointer; + list-style: none; +} + +.event-series-sessions summary::-webkit-details-marker { + display: none; +} + +.event-series-sessions summary::after { + content: ''; + flex: 0 0 auto; + width: 0.48rem; + height: 0.48rem; + border-right: 2px solid currentColor; + border-bottom: 2px solid currentColor; + transform: rotate(45deg) translateY(-2px); + transition: transform 0.18s ease; +} + +.event-series-sessions[open] summary::after { + transform: rotate(225deg) translate(-2px, -1px); +} + +.event-series-sessions ol { + display: grid; + gap: 0; + max-height: 24rem; + margin: 0.85rem 0 0; + padding: 0 0 0 2rem; + overflow-y: auto; +} + +.event-series-sessions li { + padding: 0.7rem 0; + border-top: 1px solid var(--site-border); +} + +.event-series-sessions li:first-child { + border-top: 0; +} + +.event-series-sessions li a { + display: block; + color: var(--site-text); + font-size: 0.92rem; + font-weight: 800; + line-height: 1.35; +} + +.event-series-sessions li a:hover, +.event-series-sessions li a:focus-visible { + color: var(--site-link); +} + +.event-series-sessions li span { + display: block; + margin-top: 0.2rem; + color: var(--site-text-muted); + font-size: 0.82rem; + font-weight: 700; + line-height: 1.35; +} + .news-featured-meta { margin: 0.2rem 0 0; font-weight: 700; @@ -1385,15 +1781,27 @@ a.news-featured-card:focus-visible { .news-pagination { width: fit-content; + gap: 0.15rem; + padding: 0.22rem; border-radius: 999px; } .news-pagination button { flex: 0 0 auto; + min-width: 1.55rem; + min-height: 1.75rem; + padding: 0.25rem 0.3rem; + font-size: 0.72rem; } - .news-pagination > button:not(.news-pagination-control):not([aria-current="page"]), .news-pagination-ellipsis { - display: none; + width: 1.15rem; + min-width: 1.15rem; + height: 1.75rem; + font-size: 0.72rem; + } + + .news-pagination-control { + padding-inline: 0.4rem; } } diff --git a/css/news.css b/css/news.css index ba3700d..71ac844 100644 --- a/css/news.css +++ b/css/news.css @@ -541,6 +541,10 @@ a.news-card:focus-visible { margin: 0.15rem 0 1rem 1.5rem; } +.news-article-figure-source-small { + width: min(42%, 357px); +} + .news-article-image-inline { float: right; width: min(48%, 420px); @@ -849,6 +853,10 @@ a.news-featured-card:focus-visible { margin: 0 0 1rem; } + .news-article-figure-source-small { + width: min(100%, 357px); + } + } @media (max-width: 620px) { @@ -883,15 +891,27 @@ a.news-featured-card:focus-visible { .news-pagination { width: fit-content; + gap: 0.15rem; + padding: 0.22rem; border-radius: 999px; } .news-pagination button { flex: 0 0 auto; + min-width: 1.55rem; + min-height: 1.75rem; + padding: 0.25rem 0.3rem; + font-size: 0.72rem; } - .news-pagination > button:not(.news-pagination-control):not([aria-current="page"]), .news-pagination-ellipsis { - display: none; + width: 1.15rem; + min-width: 1.15rem; + height: 1.75rem; + font-size: 0.72rem; + } + + .news-pagination-control { + padding-inline: 0.4rem; } } diff --git a/css/style.css b/css/style.css index 43430e4..a3cc64f 100644 --- a/css/style.css +++ b/css/style.css @@ -877,6 +877,264 @@ a { color: var(--site-text-muted); } +.publications-page { + padding-bottom: 5rem; +} + +.publications-page .policy-hero, +.publications-page .policy-content { + width: min(1120px, calc(100% - 4rem)); +} + +.publications-page .policy-hero { + padding-top: 3.25rem; + padding-bottom: 1rem; +} + +.publications-content { + gap: 1.75rem; +} + +.publications-intro { + max-width: 820px; + color: var(--site-text-muted); +} + +.publications-toolbar { + display: flex; + align-items: end; + justify-content: space-between; + gap: 2rem; + margin-top: 0.25rem; + padding: 1rem 0 1.25rem; + border-top: 1px solid var(--site-border); + border-bottom: 1px solid var(--site-border); +} + +.publications-toolbar label { + display: grid; + gap: 0.4rem; + width: min(520px, 100%); +} + +.publications-toolbar label span { + color: var(--site-text); + font-size: 0.82rem; + font-weight: 800; + letter-spacing: 0.04em; + text-transform: uppercase; +} + +.publications-toolbar input { + width: 100%; + min-height: 2.75rem; + padding: 0.55rem 0.75rem; + border: 1px solid var(--site-border); + border-radius: 2px; + background: #ffffff; + color: var(--site-text); + font: inherit; +} + +.publications-toolbar input:focus { + border-color: var(--site-link); + outline: 2px solid var(--site-link-soft); + outline-offset: 0; +} + +.publications-results-count { + margin: 0 0 0.65rem; + color: var(--site-text-muted); + font-size: 0.9rem; + font-weight: 700; + white-space: nowrap; +} + +.publications-browser { + display: grid; + grid-template-columns: 150px minmax(0, 1fr); + gap: 3rem; + align-items: start; +} + +.publications-year-nav { + position: sticky; + top: 9rem; + display: grid; + border-top: 1px solid var(--site-border); +} + +.publications-year-button { + display: flex; + align-items: center; + justify-content: space-between; + gap: 1rem; + width: 100%; + padding: 0.75rem 0.65rem; + border: 0; + border-bottom: 1px solid var(--site-border); + border-left: 3px solid transparent; + background: transparent; + color: var(--site-text-muted); + font: inherit; + font-weight: 700; + text-align: left; + cursor: pointer; + transition: border-color 0.15s ease, color 0.15s ease; +} + +.publications-year-button:hover, +.publications-year-button:focus-visible { + color: var(--site-link); +} + +.publications-year-button:focus-visible { + outline: 2px solid var(--site-link); + outline-offset: 2px; +} + +.publications-year-button.is-active { + border-left-color: var(--site-link); + color: var(--site-text); +} + +.publications-year-count { + color: var(--site-text-muted); + font-size: 0.78rem; + font-weight: 600; +} + +.publications-year-button.is-active .publications-year-count { + color: var(--site-link); +} + +.publications-years { + min-width: 0; +} + +.publication-year[hidden] { + display: none; +} + +.publication-year h2 { + margin: 0 0 0.75rem; + color: var(--site-text); + font-size: clamp(1.6rem, 3vw, 2rem); + line-height: 1.1; +} + +.publications-list { + counter-reset: publication; + border-top: 1px solid var(--site-border); +} + +.publications-list p, +.publications-list p + p { + position: relative; + counter-increment: publication; + margin: 0; + padding: 1.15rem 0 1.15rem 3.25rem; + border: 0; + border-bottom: 1px solid var(--site-border); + background: transparent; + color: var(--site-text-muted); + font-size: 0.98rem; + line-height: 1.6; +} + +.publications-list p::before { + position: absolute; + top: 1.25rem; + left: 0; + width: 2rem; + color: var(--site-text-muted); + content: counter(publication, decimal-leading-zero); + font-family: 'Figtree', sans-serif; + font-size: 0.78rem; + font-weight: 700; +} + +.publications-list a { + display: block; + margin-bottom: 0.3rem; + color: var(--site-text); + font-family: 'Figtree', sans-serif; + font-size: 1.04rem; + font-weight: 700; + line-height: 1.35; + text-decoration: none; +} + +.publications-list a:hover, +.publications-list a:focus-visible { + color: var(--site-link); + text-decoration: underline; + text-underline-offset: 0.14em; +} + +.publications-list .publication-inline-title a { + display: inline; + margin-bottom: 0; +} + +.publications-list p[hidden], +.publications-empty-state[hidden] { + display: none; +} + +.publications-empty-state { + margin: 0; + padding: 1.5rem 0; + border-top: 1px solid var(--site-border); + color: var(--site-text-muted); +} + +@media (max-width: 760px) { + .publications-page .policy-hero, + .publications-page .policy-content { + width: min(100% - 1.25rem, 1100px); + } + + .publications-toolbar { + display: grid; + gap: 0.4rem; + } + + .publications-results-count { + margin-bottom: 0; + } + + .publications-browser { + display: block; + } + + .publications-year-nav { + position: static; + display: flex; + margin: 0 -0.625rem 1.75rem 0; + padding-right: 0.625rem; + overflow-x: auto; + border-top: 0; + border-bottom: 1px solid var(--site-border); + } + + .publications-year-button { + flex: 0 0 auto; + width: auto; + border-bottom: 3px solid transparent; + border-left: 0; + } + + .publications-year-button.is-active { + border-bottom-color: var(--site-link); + } + + .publications-list p, + .publications-list p + p { + padding-left: 2.5rem; + } +} + .talks-page { padding-bottom: 5rem; } diff --git a/data/events.json b/data/events.json index 1a4b25b..cb81805 100644 --- a/data/events.json +++ b/data/events.json @@ -1,37 +1,156 @@ [ { - "title": "Experiential Introduction to AI and Ecology Course - Part 2: Field Course", - "url": "events/2027-01-experiential-introduction-ai-and-ecology-course-part-2-field-course.html", - "date": "Mon, Jan 4 - Sun, Jan 24 2027", - "description": "(Tentative Dates for Field Course Portion) Experiential Introduction to AI and...", - "image": "", - "imageAlt": "Experiential Introduction to AI and Ecology Course - Part 2: Field Course", - "startDate": "2027-01-04" + "title": "Invitation Only - Experiential Introduction to AI and Ecology Field Course", + "url": "events/2027-01-invitation-only-experiential-introduction-ai-and-ecology-field-course.html", + "date": "Tue, Jan 5 - Tue, Jan 26 2027", + "description": "Event Overview Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2027-01-05", + "endDate": "2027-01-26" + }, + { + "title": "AI and Ecology Course: Module 5 Week 2 (Advanced Ecology: Global Biodiversity: An AI perspective)", + "url": "events/2026-11-ai-and-ecology-course-module-5-week-2-advanced-ecology-global-biodiversity-ai-perspective.html", + "date": "Tue, Nov 17 2026", + "description": "Session Instructor - Laura Pollock, McGill University Summary - Module 5: Advanced Ecology This module explores lon...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-11-17" + }, + { + "title": "AI and Ecology Course: Module 5 Week 1 (Advanced Ecology: Long-term Ecosystem Dynamics)", + "url": "events/2026-11-ai-and-ecology-course-module-5-week-1-advanced-ecology-long-term-ecosystem-dynamics.html", + "date": "Tue, Nov 10 2026", + "description": "Session Instructor - Sydne Record, University of Maine Summary - Module 5: Advanced Ecology This module explores lo...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-11-10" + }, + { + "title": "AI and Ecology Course: Module 4 Week 2 (Advanced Methods and Best Practices in FAIR AI & ML: Best Practices for FAIR AI and ML)", + "url": "events/2026-11-ai-and-ecology-course-module-4-week-2-advanced-methods-and-best-practices-fair-ai-ml-best-practices-fair-ai-and-ml.html", + "date": "Tue, Nov 3 2026", + "description": "Session Instructor - Hilmar Lapp, Neuromatch Module 4: Advanced Methods and Best Practices in FAIR AI & ML: Best Pr...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-11-03" + }, + { + "title": "AI and Ecology Course: Module 4 Week 1 (Advanced Methods and Best Practices in FAIR AI & ML: Advanced Methods in AI and ML)", + "url": "events/2026-10-ai-and-ecology-course-module-4-week-1-advanced-methods-and-best-practices-fair-ai-ml-advanced-methods-ai-and-ml.html", + "date": "Tue, Oct 27 2026", + "description": "Session Instructor - Wei-Lun Chao, Boston University Module 4: Advanced Methods and Best Practices in FAIR AI & ML:...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-10-27" + }, + { + "title": "AI and Ecology Course: Module 3 Week 3 (AI Literacy: Key Modalities and Modeling Paradigms: Introduction to Field Technologies)", + "url": "events/2026-10-ai-and-ecology-course-module-3-week-3-ai-literacy-key-modalities-and-modeling-paradigms-introduction-field-technologies.html", + "date": "Tue, Oct 20 2026", + "description": "Session Instructor - Justin Kitzes Module 3 - AI Literacy: Key Modalities and Modeling Paradigms: Introduction to F...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-10-20" + }, + { + "title": "AI and Ecology Course: Module 3 Week 2 (AI Literacy: Key Modalities and Modeling Paradigms: Computer Vision/Remote Sensing)", + "url": "events/2026-10-ai-and-ecology-course-module-3-week-2-ai-literacy-key-modalities-and-modeling-paradigms-computer-visionremote-sensing.html", + "date": "Tue, Oct 13 2026", + "description": "Course Description Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, pro...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-10-13" + }, + { + "title": "AI and Ecology Course: Module 3 Week 1 (AI Literacy: Key Modalities and Modeling Paradigms: Introduction to Edge Computing)", + "url": "events/2026-10-ai-and-ecology-course-module-3-week-1-ai-literacy-key-modalities-and-modeling-paradigms-introduction-edge-computing.html", + "date": "Tue, Oct 6 2026", + "description": "Course Description Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, pro...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-10-06" + }, + { + "title": "AI and Ecology Course: Module 2 Week 2 (Intro to Evolutionary Biology: Niches and the Dynamics That Shape Them)", + "url": "events/2026-09-ai-and-ecology-course-module-2-week-2-intro-evolutionary-biology-niches-and-dynamics-shape-them.html", + "date": "Tue, Sep 29 2026", + "description": "Course Description Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, pro...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-09-29" + }, + { + "title": "AI and Ecology Course: Module 2 Week 1 (Intro to Evolutionary Biology: Foundations in Evolutionary Biology)", + "url": "events/2026-09-ai-and-ecology-course-module-2-week-1-intro-evolutionary-biology-foundations-evolutionary-biology.html", + "date": "Tue, Sep 22 2026", + "description": "Course Description Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, pro...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-09-22" + }, + { + "title": "AI and Ecology Course: Module 1 Week 3 (Course Foundations: Exploring the Field Sites: Ecology and Research Themes)", + "url": "events/2026-09-ai-and-ecology-course-module-1-week-3-course-foundations-exploring-field-sites-ecology-and-research-themes.html", + "date": "Tue, Sep 15 2026", + "description": "Course Description Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, pro...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-09-15" + }, + { + "title": "AI and Ecology Course: Module 1 Week 2 (Course Foundations: AI for Ecology: Practical Applications)", + "url": "events/2026-09-ai-and-ecology-course-module-1-week-2-course-foundations-ai-ecology-practical-applications.html", + "date": "Tue, Sep 8 2026", + "description": "Course Description Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, pro...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-09-08" + }, + { + "title": "AI and Ecology Course: Module 1 Week 1 (Course Foundations: Introduction to AI for Ecology)", + "url": "events/2026-09-ai-and-ecology-course-module-1-week-1-course-foundations-introduction-ai-ecology.html", + "date": "Tue, Sep 1 2026", + "description": "Course Description Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, pro...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-09-01" + }, + { + "title": "AI and Ecology Course: Module 0 Week 1 (Orientation: Administration and Introduction to Course Tools)", + "url": "events/2026-08-ai-and-ecology-course-module-0-week-1-orientation-administration-and-introduction-course-tools.html", + "date": "Tue, Aug 25 2026", + "description": "Course Description Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, pro...", + "image": "../images/events-images/ai-ecology-course-icon.jpg", + "imageAlt": "Experiential Introduction to AI and Ecology course icon", + "startDate": "2026-08-25" }, { - "title": "Experiential Introduction to AI and Ecology Course - Part 1", - "url": "events/2026-08-experiential-introduction-ai-and-ecology-course-part-1.html", - "date": "Tue, Aug 25 2026, Tue, Sep 1 2026, Tue, Sep 8 2026, Tue, Sep 15 2026, Mon, Sep 28 2026, Tue, Oct 6 2026, Tue, Oct 13 2026, Tue, Oct 20 2026, Tue, Oct 27 2026, Tue, Nov 3 2026, Tue, Nov 10 2026, Tue, Nov 17 2026, Tue, Nov 24 2026, Tue, Dec 1 2026, Tue, Dec 8 2026, Tue, Dec 15 2026", - "description": "Format: Virtual, mostly synchronous Class Time: Tuesdays at 2:00 PM ET (Zoom)...", - "image": "", - "imageAlt": "Experiential Introduction to AI and Ecology Course - Part 1", - "startDate": "2026-08-25" + "title": "Version Control with Git", + "url": "events/2026-08-version-control-git.html", + "date": "Fri, Aug 21 2026", + "description": "Learn how to track changes, collaborate efficiently, and manage your projects using Git and GitHub.", + "image": "../images/events-images/version-control-with-git-event.png", + "imageAlt": "Version Control with Git", + "startDate": "2026-08-21" }, { "title": "FloraPalooza 2026", "url": "events/2026-08-florapalooza-2026.html", "date": "Mon, Aug 17 - Thu, Aug 20 2026", "description": "", - "image": "../events images/florapalooza-flyer-1.png", + "image": "../images/events-images/florapalooza-flyer-1.png", "imageAlt": "Poster with details for FloraPalooza 2026", - "startDate": "2026-08-17" + "startDate": "2026-08-17", + "endDate": "2026-08-20" }, { "title": "Designing for Discovery: Shaping Imageomics Tools for Biologists at the Evolution Conference", "url": "events/2026-06-designing-discovery.html", "date": "Sat, Jun 20 2026", "description": "Workshop Agenda | Tutorial Website About the Event: Imageomics Institute is...", - "image": "../events images/designing-for-discovery-flyer-1.png", + "image": "../images/events-images/designing-for-discovery-flyer-1.png", "imageAlt": "Designing for Discovery: Shaping Imageomics Tools For Biologists", "startDate": "2026-06-20" }, @@ -40,7 +159,7 @@ "url": "events/2026-04-ai-spy-my-little-eye-something-wild.html", "date": "Wed, Apr 29 2026", "description": "As part of COSI's Science Festival, we're hosting a family-oriented event on...", - "image": "../events images/ai-spy.png", + "image": "../images/events-images/ai-spy.png", "imageAlt": "AI Spy with my Little Eye Something Wild", "startDate": "2026-04-29" }, @@ -49,7 +168,7 @@ "url": "events/2026-04-seminar-pixels-are-data-image-analysis-tools-known-and-unknown-unknowns.html", "date": "Mon, Apr 20 2026", "description": "Please join us Monday, April 20 @4pm EST on Zoom for the next Imageomics Seminar...", - "image": "../events images/beth-cimini-seminar-145bf5a0.jpg", + "image": "../images/events-images/beth-cimini-seminar-145bf5a0.jpg", "imageAlt": "Seminar Flyer with Title and research image", "startDate": "2026-04-20" }, @@ -58,7 +177,7 @@ "url": "events/2026-04-designing-discovery.html", "date": "Thu, Apr 16 2026, Fri, Apr 17 2026", "description": "About the Event The Imageomics Institute is hosting a workshop as part of the...", - "image": "../events images/designing-for-discovery-flyer_0.png", + "image": "../images/events-images/designing-for-discovery-flyer_0.png", "imageAlt": "Designing for Discovery: Shaping Imageomics Tools for Biologists", "startDate": "2026-04-16" }, @@ -67,7 +186,7 @@ "url": "events/2026-04-event-first-imageomics-conference.html", "date": "Tue, Apr 14 2026, Wed, Apr 15 2026, Thu, Apr 16 2026, Fri, Apr 17 2026", "description": "Imageomics is hosting the First Imageomics Conference April 14-16, 2026 at The...", - "image": "../events images/imageomics-conference-flyer.png", + "image": "../images/events-images/imageomics-conference-flyer.png", "imageAlt": "Event: First Imageomics Conference", "startDate": "2026-04-14" }, @@ -76,7 +195,7 @@ "url": "events/2026-04-seminar-beyond-species-identification-plntnets-large-scale-ai-pipeline-downstream-biodiversity-inference.html", "date": "Thu, Apr 9 2026", "description": "Please join us on Thursday April 9 @ 10am ET for an Imageomics Seminar, Beyond...", - "image": "../events images/pierre_bonnet_april_14-b5afd37c.jpg", + "image": "../images/events-images/pierre_bonnet_april_14-b5afd37c.jpg", "imageAlt": "Pierre Bonnet Headshot", "startDate": "2026-04-09" }, @@ -85,7 +204,7 @@ "url": "events/2026-03-seminar-ai-based-arthropod-biodiversity-bugbox-lessons-learned-over-first-four-years.html", "date": "Mon, Mar 23 2026", "description": "Please join us on Monday, March 23rd at 4pm ET for an Imageomics Seminar, AI...", - "image": "../events images/kelton_headshot-0ea15825.jpg", + "image": "../images/events-images/kelton_headshot-0ea15825.jpg", "imageAlt": "Man with a beard wearing glasses and a wide brimmed hat", "startDate": "2026-03-23" }, @@ -94,7 +213,7 @@ "url": "events/2026-03-seminar-images-insight-cloud-based-morphometrics-and-ai-classification-3d-knockout-embryos.html", "date": "Mon, Mar 9 2026", "description": "Please join us on Monday, March 9th @4pm EST for the next Imageomics Seminar...", - "image": "../events images/murat-maga-seminar-banner-1.png", + "image": "../images/events-images/murat-maga-seminar-banner-1.png", "imageAlt": "Seminar Flyer with Title and picture of a white mouse on a DNA molecule", "startDate": "2026-03-09" }, @@ -103,7 +222,7 @@ "url": "events/2026-02-seminar-rethinking-semantics-biological-trait-recognition.html", "date": "Mon, Feb 23 2026", "description": "Join us on Monday, February 23rd @4pm EST for the next Imageomics Seminar...", - "image": "../events images/copy-of-sabina-leonelli-seminar.png", + "image": "../images/events-images/copy-of-sabina-leonelli-seminar.png", "imageAlt": "Seminar: Rethinking the Semantics of Biological Trait Recognition", "startDate": "2026-02-23" }, @@ -112,7 +231,7 @@ "url": "events/2026-02-seminar-bioclip-2-and-biocap-extending-species-classification-rich-ecological-understanding.html", "date": "Mon, Feb 9 2026", "description": "Join us for our next seminar on February 9th at 4pm EST where Imageomics...", - "image": "../events images/jianyang-gu-headshot.jpg", + "image": "../images/events-images/jianyang-gu-headshot.jpg", "imageAlt": "Jianyang Gu seminar BioCLIP 2 and BioCAP: Extending Species Classification to Rich Ecological Understanding", "startDate": "2026-02-09" }, @@ -121,7 +240,7 @@ "url": "events/2025-11-seminar-mothbox-open-science-tool-automated-insect-monitoring.html", "date": "Mon, Nov 24 2025", "description": "Join us for a seminar hosted by the Imageomics Institute Monday at 4pm ET on...", - "image": "../events images/andy-quitmeyer-seminar-1.png", + "image": "../images/events-images/andy-quitmeyer-seminar-1.png", "imageAlt": "Andy Quitmeyer with a bug on his face", "startDate": "2025-11-24" }, @@ -148,7 +267,7 @@ "url": "events/2025-08-funcapalooza-2025-get-your-func-tionality.html", "date": "Mon, Aug 18 - Thu, Aug 21 2025", "description": "August 18-21, 2025 A collaborative hands-on machine learning event for...", - "image": "../events images/1-bcba49f0.jpg", + "image": "../images/events-images/1-bcba49f0.jpg", "imageAlt": "Funcapalooza 2025", "startDate": "2025-08-18" }, @@ -157,7 +276,7 @@ "url": "events/2025-04-wild-data-showcasing-ai-ecology-and-field-imageomics.html", "date": "Thu, Apr 17 2025", "description": "Join us for a public showcase of student research from the year-long AI &...", - "image": "../events images/ai-leopard.jpeg", + "image": "../images/events-images/ai-leopard.jpeg", "imageAlt": "an image of a leopard with computer network lines hyperimposed on top of the image", "startDate": "2025-04-17" }, @@ -166,7 +285,7 @@ "url": "events/2025-04-imageomics-community-and-collaborators-day.html", "date": "Thu, Apr 17 2025", "description": "The Imageomics Institute’s Community and Collaborators Day on April 17, 2025...", - "image": "../events images/copy-of-2025-all-hands-meeting-1-e84acdaa.png", + "image": "../images/events-images/copy-of-2025-all-hands-meeting-1-e84acdaa.png", "imageAlt": "Imageomics Community and Collaborators Day", "startDate": "2025-04-17" }, @@ -175,7 +294,7 @@ "url": "events/2025-04-imageomics-2025-all-hands-meeting.html", "date": "Wed, Apr 16 - Fri, Apr 18 2025", "description": "The Imageomics Institute’s All-Hands Meeting and NextGen Day occurring between...", - "image": "../events images/2025-all-hands-meeting-1-c4646505.png", + "image": "../images/events-images/2025-all-hands-meeting-1-c4646505.png", "imageAlt": "Imageomics 2025 All-hands Meeting", "startDate": "2025-04-16" }, @@ -184,7 +303,7 @@ "url": "events/2025-04-seminar-fishing-data-three-vignettes-image-based-research-fish.html", "date": "Mon, Apr 14 2025", "description": "Fishing for Data with Becky Fuller Join us for a seminar hosted by the...", - "image": "../events images/_becky-fuller-banner.png", + "image": "../images/events-images/_becky-fuller-banner.png", "imageAlt": "Seminar: Fishing for Data – Three Vignettes on Image-Based Research in Fish", "startDate": "2025-04-14" }, @@ -193,7 +312,7 @@ "url": "events/2025-03-seminar-explore-pangea-project-elsa-ordway.html", "date": "Fri, Mar 7 2025", "description": "Explore the PANGEA Project with Elsa Ordway Join us for a joint Imageomics...", - "image": "../events images/elsa-ordway-banner.png", + "image": "../images/events-images/elsa-ordway-banner.png", "imageAlt": "Seminar: Explore the PANGEA Project with Elsa Ordway", "startDate": "2025-03-07" }, @@ -202,7 +321,7 @@ "url": "events/2025-03-aaai-2025-workshop-anomaly-detection-scientific-domains.html", "date": "Tue, Mar 4 2025", "description": "Description Scientific discovery often involves the observation of an...", - "image": "../events images/aaai25.jpg", + "image": "../images/events-images/aaai25.jpg", "imageAlt": "AAAi25", "startDate": "2025-03-04" }, @@ -211,7 +330,7 @@ "url": "events/2025-03-imageomics-workshop-aaai-2025.html", "date": "Mon, Mar 3 2025", "description": "Overview Imageomics is an emerging field of science that uses images, ranging...", - "image": "../events images/imageomics-aaai-2025-image-84d35970.png", + "image": "../images/events-images/imageomics-aaai-2025-image-84d35970.png", "imageAlt": "Networked tree with animals and computer code with the words imageomics workshop AAAI 2025", "startDate": "2025-03-03" }, @@ -220,7 +339,7 @@ "url": "events/2025-02-fathomverse-explore-depths.html", "date": "Mon, Feb 24 2025", "description": "Abstract: The deep sea is the largest habitable ecosystem on the planet and...", - "image": "../events images/kakani-katija-banner-1.png", + "image": "../images/events-images/kakani-katija-banner-1.png", "imageAlt": "FathomVerse: Explore the Depths", "startDate": "2025-02-24" }, @@ -229,7 +348,7 @@ "url": "events/2024-11-imageomics-seminar-dr.-maks-ovsjanikov-november-22-2024.html", "date": "Fri, Nov 22 2024", "description": "Imageomics Seminar: Dr. Maks Ovsjanikov, November 22, 2024 November 22, 2024...", - "image": "../events images/maks-ovsjaniko-photo-1-f8bc53fd.jpg", + "image": "../images/events-images/maks-ovsjaniko-photo-1-f8bc53fd.jpg", "imageAlt": "Maks", "startDate": "2024-11-22" }, @@ -238,7 +357,7 @@ "url": "events/2024-10-seminar-ofir-levy-school-zoology-tel-aviv-university-presentation-ai-ecology-refining-microclimate-predictions-and-thermoregulatory-tracking.html", "date": "Mon, Oct 28 2024", "description": "Who: Announcing the upcoming talk from Ofir Levy, School of Zoology at Tel Aviv...", - "image": "../events images/_g3a1983-1-30-3961c910.jpg", + "image": "../images/events-images/_g3a1983-1-30-3961c910.jpg", "imageAlt": "Ofir Levy", "startDate": "2024-10-28" }, @@ -247,7 +366,7 @@ "url": "events/2024-10-seminar-automated-plankton-image-recognition-featuring-prof.-heikki-kalviainen.html", "date": "Mon, Oct 14 2024", "description": "Abstract: The presentation considers computer vision and machine learning in...", - "image": "../events images/face_heikki-120f8514.jpg", + "image": "../images/events-images/face_heikki-120f8514.jpg", "imageAlt": "man with blonde hair and green eyes. He is in a black suit with red tie and stands in front of a grey background", "startDate": "2024-10-14" }, @@ -256,7 +375,7 @@ "url": "events/2024-10-public-lecture-ai-nature-featuring-dr.-tanya-berger-wolf.html", "date": "Mon, Oct 7 2024", "description": "Please register to attend a Public Lecture hosted by the AI and Biodiversity...", - "image": "../events images/berger-wolf-abc-montreal-final9.25.24_reduced-db8c4593.jpg", + "image": "../images/events-images/berger-wolf-abc-montreal-final9.25.24_reduced-db8c4593.jpg", "imageAlt": "Public Lecture: AI for Nature featuring Dr. Tanya Berger Wolf", "startDate": "2024-10-07" }, @@ -265,7 +384,7 @@ "url": "events/beetlepalooza-2024.html", "date": "Mon, Aug 12 - Thu, Aug 15 2024", "description": "", - "image": "../events images/beetlepalooza-2024-new-final-edited-1-214d49a3.jpg", + "image": "../images/events-images/beetlepalooza-2024-new-final-edited-1-214d49a3.jpg", "imageAlt": "BeetlePalooza Event Notice", "startDate": "2024-08-12" }, @@ -274,7 +393,7 @@ "url": "events/2024-07-tanya-berger-wolf-and-imageomics-aspen-global-change-institute.html", "date": "Tue, Jul 30 2024", "description": "Imageomics and ABC Global Climate Center Director Tanya Berger-Wolf speaks at...", - "image": "../events images/1722021161691-2485d968.jpeg", + "image": "../images/events-images/1722021161691-2485d968.jpeg", "imageAlt": "Aspen Global Change Institute", "startDate": "2024-07-30" }, @@ -283,7 +402,7 @@ "url": "events/nsf-distinguished-open-public-lecture-tanya-berger-wolf.html", "date": "Thu, Jun 6 2024", "description": "NSF Distinguished Lecture: Tanya Berger-Wolf Date: 11 a.m. June 6, 2024, open to...", - "image": "../events images/nsf-distinguished-lecture-tanya-berger-wolf_0-06bb803f.jpg", + "image": "../images/events-images/nsf-distinguished-lecture-tanya-berger-wolf_0-06bb803f.jpg", "imageAlt": "Tanya Berger Wolf NSF Distinguished Lecture", "startDate": "2024-06-06" }, @@ -292,7 +411,7 @@ "url": "events/imageomics-seminar-predicting-multiple-dimensions-plant-diversity-using-airborne-imagery-and-hierarchical-models.html", "date": "Mon, May 13 2024", "description": "On May 13 the Imageomics Institute will welcome several researchers from the NSF...", - "image": "../events images/rspd-artwork-ascend.sized_-83c107f1.png", + "image": "../images/events-images/rspd-artwork-ascend.sized_-83c107f1.png", "imageAlt": "A circle with DNA in the middle and the outline of trees around the outside", "startDate": "2024-05-13" }, @@ -301,7 +420,7 @@ "url": "events/imageomics-seminar-shape-data-and-all-data-have-shape-leaf-morphology-shape-gene-expression-across-flowering-plants.html", "date": "Mon, May 6 2024", "description": "Abstract Embedded in plant morphology is genetic, developmental, and...", - "image": "../events images/danchitwoodsmall-1-428032fa.jpg", + "image": "../images/events-images/danchitwoodsmall-1-428032fa.jpg", "imageAlt": "Dan Chitwood", "startDate": "2024-05-06" }, @@ -310,7 +429,7 @@ "url": "events/imageomics-2024-all-hands-meeting.html", "date": "Mon, Apr 15 - Thu, Apr 18 2024", "description": "Between April 15-18, 2024, Imageomics Institute will gather for our annual All...", - "image": "../events images/imageomics-group-photo-all-hands-2023.jpg", + "image": "../images/events-images/imageomics-group-photo-all-hands-2023.jpg", "imageAlt": "Large group stands in room, wearing grey Imageomics logo t-shirts.", "startDate": "2024-04-15" }, @@ -319,7 +438,7 @@ "url": "events/2024-02-imageomics-workshop-aaai-2024.html", "date": "Mon, Feb 26 2024", "description": "In February 2024, we are pleased to announce our inaugural Imageomics workshop...", - "image": "../events images/image4-d8469f21.png", + "image": "../images/events-images/image4-d8469f21.png", "imageAlt": "A mechanic tree of life with each branch ending in multiple animals with the text Imageomics workshop AAAI 2024", "startDate": "2024-02-26" }, @@ -328,7 +447,7 @@ "url": "events/2024-02-imageomics-all-institute-project-update-monthly-meeting.html", "date": "Sat, Feb 17 2024, Sun, Mar 17 2024, Sun, Apr 21 2024, Sun, May 19 2024, Sun, Jun 16 2024, Mon, Sep 16 2024, Mon, Oct 21 2024, Mon, Nov 18 2024, Mon, Dec 16 2024", "description": "We are excited to invite you to the 2024-2025 monthly project updates meeting of...", - "image": "../events images/img_7217-a709e49c.jpg", + "image": "../images/events-images/img_7217-a709e49c.jpg", "imageAlt": "Members of the imageomics institute stand together for a group photo", "startDate": "2024-02-17" }, @@ -337,7 +456,7 @@ "url": "events/2024-02-external-speaker-series-ulrik-pagh-schultz-lundquist-wilddrone-autonomous-drones-nature-conservation-missions.html", "date": "Mon, Feb 5 2024", "description": "Abstract: The WildDrone project aims to revolutionize wildlife conservation...", - "image": "../events images/wynand-uys-fhocjvovj6g-unsplash-f7d1b6cc.jpg", + "image": "../images/events-images/wynand-uys-fhocjvovj6g-unsplash-f7d1b6cc.jpg", "imageAlt": "a heard of animals on the savannah is viewed from above as captured by a drone", "startDate": "2024-02-05" }, @@ -346,7 +465,7 @@ "url": "events/2024-01-external-speaker-series-justin-kitzes-automated-acoustics-surveys-understanding-and-predicting-biodiversity-scale.html", "date": "Mon, Jan 29 2024", "description": "Abstract: The availability of accurate, large-scale, long-term data on species...", - "image": "../events images/joshua-j-cotten-ngspfabwico-unsplash-e5dc44bf.jpg", + "image": "../images/events-images/joshua-j-cotten-ngspfabwico-unsplash-e5dc44bf.jpg", "imageAlt": "brown and white bird on brown wooden fence with mouth open", "startDate": "2024-01-29" }, @@ -355,7 +474,7 @@ "url": "events/2024-01-imageomics-research-forum-cutting-edge-foundation-models.html", "date": "Mon, Jan 22 2024", "description": "Imageomics Institute’s Foundation Model project leaders, Yu Su and Harry Chao...", - "image": "../events images/_03c84a96-9266-4f1c-90c7-aa5add7e0eb8-322f7f0c.jpg", + "image": "../images/events-images/_03c84a96-9266-4f1c-90c7-aa5add7e0eb8-322f7f0c.jpg", "imageAlt": "an AI generated image of a computer chip with an earth hovering above surrounded by a network of dots and lines", "startDate": "2024-01-22" }, @@ -364,7 +483,7 @@ "url": "events/2023-12-introducing-ranges-project.html", "date": "Mon, Dec 18 2023", "description": "Attend our 2023 closing event for an exclusive overview led by the lead...", - "image": "../events images/rangescropped_logo-c64394fc.png", + "image": "../images/events-images/rangescropped_logo-c64394fc.png", "imageAlt": "Logo for the ranges project which features a series of mountains with the outline of a buck and pine trees in the front and a sun in the lefthand corner", "startDate": "2023-12-18" }, @@ -373,7 +492,7 @@ "url": "events/2023-12-end-year-celebration.html", "date": "Mon, Dec 11 2023", "description": "Come celebrate the end of the year with us! Join in for fun games, engaging...", - "image": "../events images/_0b8b1f50-6add-467c-8536-8a8a9ac25dc9.jpg", + "image": "../images/events-images/_0b8b1f50-6add-467c-8536-8a8a9ac25dc9.jpg", "imageAlt": "an ai generated image of zebra, giraffe, tiger, and baboon having a new years eve party on the savannah", "startDate": "2023-12-11" }, @@ -382,7 +501,7 @@ "url": "events/2023-12-imageomics-spotlight-project-showcase.html", "date": "Mon, Dec 4 2023", "description": "Get ready for an exciting showcase at our upcoming event, \"Imageomics in the...", - "image": "../events images/_e0760008-1e8c-480a-9635-3f48c30bcbf3-a44b088c.jpg", + "image": "../images/events-images/_e0760008-1e8c-480a-9635-3f48c30bcbf3-a44b088c.jpg", "imageAlt": "ai created image of a camera with different forms of life spilling out of the lense onto a wooden table", "startDate": "2023-12-04" }, @@ -391,7 +510,7 @@ "url": "events/2023-11-imageomics-speaker-series-janna-hastings-university-zurich.html", "date": "Mon, Nov 20 2023", "description": "Ontology pre-training as a strategy to improve data-driven predictions:...", - "image": "../events images/hastings-janna-a7a6fd31.jpg", + "image": "../images/events-images/hastings-janna-a7a6fd31.jpg", "imageAlt": "smiling woman with blue eyes and light skin. She has her brown hair pulled back into a low braid and is wearing a dark blue shirt.", "startDate": "2023-11-20" }, @@ -400,7 +519,7 @@ "url": "events/2023-11-team-science-office-hour-dynamics-collaborative-leadership-team-science.html", "date": "Mon, Nov 20 2023", "description": "Join us for a dynamic office hour where participants will share their firsthand...", - "image": "../events images/_8d7fcdc9-f85f-4e38-86ae-f6bdfe522d36-621eaa88.jpg", + "image": "../images/events-images/_8d7fcdc9-f85f-4e38-86ae-f6bdfe522d36-621eaa88.jpg", "imageAlt": "an image that shows outlines of people in multiple colors and each person has a thought bubble above their head", "startDate": "2023-11-20" }, @@ -409,7 +528,7 @@ "url": "events/2023-11-dynamics-collaborative-leadership-team-science-frameworks-and-applications.html", "date": "Mon, Nov 13 2023", "description": "The overarching goal of this interactive session is to share three conceptual...", - "image": "../events images/shane-rounce-dnkonxqti3c-unsplash-1ef95c8f.jpg", + "image": "../images/events-images/shane-rounce-dnkonxqti3c-unsplash-1ef95c8f.jpg", "imageAlt": "a group people's hands placed on top of a tree trunk", "startDate": "2023-11-13" }, @@ -418,7 +537,7 @@ "url": "events/2023-11-introducing-ai-and-biodiversity-change-global-climate-center.html", "date": "Mon, Nov 6 2023", "description": "This week we'll be welcoming the esteemed researchers from the newly established...", - "image": "../events images/adobestock_619608604-ccdab280.jpeg", + "image": "../images/events-images/adobestock_619608604-ccdab280.jpeg", "imageAlt": "Sustainable environment concept. The image depicts human thinking towards preserving nature, reducing carbon footprint and building sustainable urban community for green future.", "startDate": "2023-11-06" }, @@ -427,7 +546,7 @@ "url": "events/2023-10-hdr-meeting-recap.html", "date": "Mon, Oct 23 2023", "description": "At this week's meeting, the Imageomics community members who attended the HDR...", - "image": "../events images/alina-grubnyak-ziqkhi7417a-unsplash-b72b50ed.jpg", + "image": "../images/events-images/alina-grubnyak-ziqkhi7417a-unsplash-b72b50ed.jpg", "imageAlt": "low angle photography of metal structure", "startDate": "2023-10-23" }, @@ -436,7 +555,7 @@ "url": "events/2023-10-quest-teacher-training-program.html", "date": "Mon, Oct 9 2023", "description": "At this month's Imageomics Research Forum, Dan Rubenstein and Leanna House will...", - "image": "../events images/img_6494-eae30fd9.jpg", + "image": "../images/events-images/img_6494-eae30fd9.jpg", "imageAlt": "Teachers doing field research taking a photo of various foliage in nature", "startDate": "2023-10-09" }, @@ -445,7 +564,7 @@ "url": "events/2023-10-open-exchange-zone.html", "date": "Mon, Oct 2 2023", "description": "The Open Exchange Zone is a crowdsourced topical space with no defined agenda...", - "image": "../events images/pexels-magda-ehlers-2573946-eb9f8d87.jpg", + "image": "../images/events-images/pexels-magda-ehlers-2573946-eb9f8d87.jpg", "imageAlt": "group of animal figurines (lion, zebra, cheetah, rhino, elephant, giraffe) on a balcony ledge", "startDate": "2023-10-02" }, @@ -454,7 +573,7 @@ "url": "events/2023-09-nextgen-space-writing-room.html", "date": "Thu, Sep 28 2023", "description": "The writing room is open to all Imageomics NextGens who would benefit from a...", - "image": "../events images/christin-hume-hcfwew744z4-unsplash-39d6db95.jpg", + "image": "../images/events-images/christin-hume-hcfwew744z4-unsplash-39d6db95.jpg", "imageAlt": "person using laptop computer", "startDate": "2023-09-28" }, @@ -463,7 +582,7 @@ "url": "events/burning-questions-exploring-imageomics-together.html", "date": "Mon, Sep 25 2023", "description": "Do you have an imageomics question you would love some clarification on? Is...", - "image": "../events images/pexels-leeloo-thefirst-5428833-295617cd.jpg", + "image": "../images/events-images/pexels-leeloo-thefirst-5428833-295617cd.jpg", "imageAlt": "question marks glued to different colored paper set atop a desk adjacent to a hand holding a pen. All set on top of an open blank notebook", "startDate": "2023-09-25" }, @@ -472,7 +591,7 @@ "url": "events/2023-09-git-collaborating-github.html", "date": "Mon, Sep 18 2023", "description": "On September 11 and 18, we will host two connected training sessions covering an...", - "image": "../events images/roman-synkevych-wx2l8l-fgea-unsplash-368fb3c4.jpg", + "image": "../images/events-images/roman-synkevych-wx2l8l-fgea-unsplash-368fb3c4.jpg", "imageAlt": "github cat figurine stands in front of a computer screen.", "startDate": "2023-09-18" }, @@ -481,7 +600,7 @@ "url": "events/2023-09-foundation-models-focus-exploring-impact-and-integration-imageomics-research.html", "date": "Mon, Sep 18 2023", "description": "At this week's open exchange zone we will discuss how the foundation models have...", - "image": "../events images/markus-spiske-skf7hxarcoc-unsplash-89d9f633.jpg", + "image": "../images/events-images/markus-spiske-skf7hxarcoc-unsplash-89d9f633.jpg", "imageAlt": "colorful software or web code on a computer monitor", "startDate": "2023-09-18" }, @@ -490,7 +609,7 @@ "url": "events/2023-09-git-acquainted-version-control.html", "date": "Mon, Sep 11 2023", "description": "On September 11 and 18, Imageomics will host two connected training sessions...", - "image": "../events images/roman-synkevych-wx2l8l-fgea-unsplash-368fb3c4.jpg", + "image": "../images/events-images/roman-synkevych-wx2l8l-fgea-unsplash-368fb3c4.jpg", "imageAlt": "github cat figurine stands in front of a computer screen.", "startDate": "2023-09-11" }, @@ -499,7 +618,7 @@ "url": "events/2023-09-forging-pathways-integrating-new-projects-within-institutes-framework.html", "date": "Mon, Sep 11 2023", "description": "At this week's open exchange zone we will discuss the integration of new...", - "image": "../events images/pexels-mark-arron-smith-2251798-c09d4bb7.jpg", + "image": "../images/events-images/pexels-mark-arron-smith-2251798-c09d4bb7.jpg", "imageAlt": "glass ball sits on yellow divider lines in road and magnifies the cityscape beyond.", "startDate": "2023-09-11" }, @@ -508,7 +627,7 @@ "url": "events/2023-08-imageomics-reflection-room.html", "date": "Mon, Aug 28 2023", "description": "During this month's reflection room we will focus on discussing and refining our...", - "image": "../events images/pexels-andre-mouton-1207875-a557c1d0.jpg", + "image": "../images/events-images/pexels-andre-mouton-1207875-a557c1d0.jpg", "imageAlt": "capuchin monkey looks at own reflection in handheld mirror", "startDate": "2023-08-28" }, @@ -517,7 +636,7 @@ "url": "events/2023-08-imageomics-autumn-kick.html", "date": "Mon, Aug 21 2023", "description": "It's the start to our Autumn Imageomics event series. Join us to hear a recap of...", - "image": "../events images/pexels-polina-kovaleva-5827880-1321ed04.jpg", + "image": "../images/events-images/pexels-polina-kovaleva-5827880-1321ed04.jpg", "imageAlt": "photo features a bench with a dark brown suede back pack and lap top with yellow fall leaves and the body of a person in black clothing", "startDate": "2023-08-21" }, @@ -526,7 +645,7 @@ "url": "events/image-datapalooza-2023.html", "date": "Mon, Aug 14 - Thu, Aug 17 2023", "description": "The Imageomics Institute is hosting a 3.5-day workshop to address the scarcity...", - "image": "../events images/image-datapalooza.jpg", + "image": "../images/events-images/image-datapalooza.jpg", "imageAlt": "collage of images", "startDate": "2023-08-14" }, @@ -535,7 +654,7 @@ "url": "events/2023-06-nextgen-interdisciplinary-journal-club.html", "date": "Mon, Jun 26 2023", "description": "Join us for this month's NextGen Interdiciplinary Journal Club, led by postdoc...", - "image": "../events images/eugene-zhyvchik-xjy-7gtc38o-unsplash.jpg", + "image": "../images/events-images/eugene-zhyvchik-xjy-7gtc38o-unsplash.jpg", "imageAlt": "outline of different homo species walking toward one direction ending with a person on a cell phone", "startDate": "2023-06-26" }, @@ -553,7 +672,7 @@ "url": "events/2023-06-paving-way-continental-scale-biology-tools-and-approaches-connecting-research-across.html", "date": "Thu, Jun 15 2023", "description": "Dr. Tanya Berger-Wolf and Dr. Paula Mabee to Present at NASEM. Join presenters...", - "image": "../events images/best_csb_linkedin_0-6ce20de3.png", + "image": "../images/events-images/best_csb_linkedin_0-6ce20de3.png", "imageAlt": "Picture of planet earth with the event details inside of a purple box", "startDate": "2023-06-15" }, @@ -562,7 +681,7 @@ "url": "events/2023-06-imageomics-research-forum-querying-real-world-data-exploration-augmented-reality.html", "date": "Mon, Jun 12 2023", "description": "Arnab Nandi, Associate Professor of Computer Science & Engineering at The Ohio...", - "image": "../events images/mika-baumeister-swvaxolmizy-unsplash.jpg", + "image": "../images/events-images/mika-baumeister-swvaxolmizy-unsplash.jpg", "imageAlt": "person holding iphone up with an image on the game Minecraft with blurred view of houses behind phone", "startDate": "2023-06-12" }, @@ -571,7 +690,7 @@ "url": "events/2023-06-imageomics-speaker-series-ais-forest-towards-computational-field-biology.html", "date": "Mon, Jun 5 2023", "description": "Tilo Burghardt, UG Programme Director at the Dept of Computer Science at Bristol...", - "image": "../events images/roberto-nickson-6pe5ib-i5-o-unsplash.jpg", + "image": "../images/events-images/roberto-nickson-6pe5ib-i5-o-unsplash.jpg", "imageAlt": "short beak red bird on tree", "startDate": "2023-06-05" }, @@ -598,7 +717,7 @@ "url": "events/2023-05-external-speaker-series-biodiversity-across-space-and-time-insights-trait-based.html", "date": "Mon, May 15 2023", "description": "Marta Jarzyna, Assistant Professor, Evolution, Ecology and Organismal Biology...", - "image": "../events images/jarzyna_pic_2-72f3d1b6.jpeg", + "image": "../images/events-images/jarzyna_pic_2-72f3d1b6.jpeg", "imageAlt": "smiling woman with blue eyes and brown hair stands in front of a book case", "startDate": "2023-05-15" }, @@ -625,7 +744,7 @@ "url": "events/2023-05-experiential-introduction-imageomics-iii.html", "date": "Tue, May 2 2023", "description": "The Imageomics \"Kenya\" course will continue through May 2, with the final...", - "image": "../events images/experiential-imageomics-course-caede3a0.jpg", + "image": "../images/events-images/experiential-imageomics-course-caede3a0.jpg", "imageAlt": "promotional flyer for imageomics course", "startDate": "2023-05-02" }, @@ -661,7 +780,7 @@ "url": "events/2022-12-experiential-imageomics-course-preparing-kenya.html", "date": "Tue, Dec 6 2022", "description": "Week 14 Topic: Preparing for Kenya - Rules of Conduct and Safety with Field...", - "image": "../events images/experiential-imageomics-course-caede3a0.jpg", + "image": "../images/events-images/experiential-imageomics-course-caede3a0.jpg", "imageAlt": "promotional flyer for imageomics course", "startDate": "2022-12-06" }, @@ -679,7 +798,7 @@ "url": "events/2022-11-experiential-imageomics-course-project-brainstorming.html", "date": "Tue, Nov 29 2022", "description": "Week 13 Topic: Project Brainstorming for Kenya Field Research Instructors: Dan...", - "image": "../events images/experiential-imageomics-course-caede3a0.jpg", + "image": "../images/events-images/experiential-imageomics-course-caede3a0.jpg", "imageAlt": "promotional flyer for imageomics course", "startDate": "2022-11-29" }, @@ -688,7 +807,7 @@ "url": "events/2022-11-external-speaker-series-zhe-gan-microsoft-azure-ai.html", "date": "Mon, Nov 21 2022", "description": "This month we welcome Dr. Zhe Gan Principal Researcher at Microsoft Azure AI to...", - "image": "../events images/zhe_new.jpg", + "image": "../images/events-images/zhe_new.jpg", "imageAlt": "Side view of smiling man with short black hair, brown eyes, and glasses. He is wearing a blue suit", "startDate": "2022-11-21" }, @@ -697,7 +816,7 @@ "url": "events/2022-11-experiential-imageomics-course-data-management.html", "date": "Tue, Nov 15 2022", "description": "Week 12 Topic: Data Management Instructors: Chuck Stewart and Hilmar Lapp...", - "image": "../events images/experiential-imageomics-course-caede3a0.jpg", + "image": "../images/events-images/experiential-imageomics-course-caede3a0.jpg", "imageAlt": "promotional flyer for imageomics course", "startDate": "2022-11-15" }, diff --git a/data/news.json b/data/news.json new file mode 100644 index 0000000..a70d52f --- /dev/null +++ b/data/news.json @@ -0,0 +1,948 @@ +[ + { + "title": "Designing for Discovery Workshop at the Evolution Conference 2026", + "date": "July 1, 2026", + "year": 2026, + "image": "../images/news-images/designing-for-discovery-workshop-evolution-conference-2026.png", + "imageAlt": "Participants attending the Designing for Discovery workshop at Evolution 2026", + "description": "The Imageomics Institute hosted a hands-on workshop at Evolution 2026 exploring how AI and image-based analysis can support biological discovery.", + "url": "news/designing-discovery-workshop-evolution-conference-2026.html" + }, + { + "title": "Imageomics Digital Digest, Issue 9", + "date": "May 26, 2026", + "category": "Digital Digest Newsletter, Issue 9", + "year": 2026, + "image": "../images/news-images/Imageomics-digital-digest-issue-9.png", + "imageAlt": "Imageomics Digital Digest Newsletter Issue 9 cover", + "description": "The 9th edition highlights key moments from the Imageomics community, including the Imageomics Conference, recent awards, and community milestones.", + "url": "news/imageomics-digital-digest-issue-9.html", + "fullIssueUrl": "https://www.canva.com/design/DAHItrMjkRU/zgB1RAtzRiJrCjmrlbpQ7g/view?utm_content=DAHItrMjkRU&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=hff4dc098fe" + }, + { + "title": "Jenna Kline Participates in Global Conference", + "date": "May 22, 2026", + "year": 2026, + "description": "Jenna Kline represented the Imageomics Institute at the Global Conservation Tech and Drone Forum, speaking on how AI and data can scale species protection.", + "url": "news/jenna-kline-global-conference.html" + }, + { + "title": "Inside the First Imageomics Conference", + "date": "May 14, 2026", + "year": 2026, + "image": "../images/news-images/inside-first-imageomics.jpg", + "imageAlt": "Group photo from the first Imageomics Conference", + "description": "Researchers, technologists, conservationists, and students gathered for the first-ever Imageomics Conference to explore how images and machine learning can transform biodiversity science.", + "url": "news/inside-first-imageomics-conference.html" + }, + { + "title": "Imageomics Publication Awarded the Robert May Prize", + "date": "April 17, 2026", + "year": 2026, + "image": "../images/news-images/robert-may-prize-2025.webp", + "imageAlt": "Robert May Prize awarded to Jenna Kline", + "description": "Imageomics researcher Jenna Kline has been recognized for her work on new methods to study animal behavior using drones, computer vision, and edge AI.", + "url": "news/robert-may-prize.html" + }, + { + "title": "Jenna Kline Named 2025-2026 Presidential Fellow", + "date": "January 21, 2026", + "year": 2026, + "image": "../images/news-images/O-H-I-O-Kenya.jpg", + "imageAlt": "Ohio State students and faculty on the Kenya savannah making the O-H-I-O sign", + "description": "Jenna Kline has been named a 2025-2026 Presidential Fellow, becoming the first Imageomics PhD candidate to receive this prestigious award.", + "url": "news/jenna-kline-presidential-fellow.html" + }, + { + "title": "Imageomics Publication Shortlisted for the Robert May Prize", + "date": "March 9, 2026", + "year": 2026, + "image": "../images/news-images/zebra_drones.jpg", + "imageAlt": "Illustration of zebras, drone sensing, and behavior levels", + "description": "Imageomics researchers have been shortlisted for a major international ecology award for their work on new methods to study animal behavior using advanced technology.", + "url": "news/robert-may-prize-shortlist.html" + }, + { + "title": "Imageomics Digital Digest, Issue 8", + "date": "March 9, 2026", + "category": "Digital Digest Newsletter, Issue 8", + "year": 2026, + "image": "../images/news-images/imageomics-digital-digest-issue-8.png", + "imageAlt": "Imageomics Digital Digest Newsletter Issue 8 cover", + "description": "Issue 8 highlights Imageomics milestones across NeurIPS, the First Imageomics Conference, AI-ready ecological data infrastructure, and new computer vision methods.", + "url": "news/imageomics-digital-digest-issue-8.html", + "fullIssueUrl": "https://www.canva.com/design/DAHCeBt6Rdo/6ImQ7tJYES6KJh3gmW6M7A/view?utm_content=DAHCeBt6Rdo&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=h75ac60b15a" + }, + { + "title": "Imageomics Launches New Catalog Showcasing Open Science Resources for AI and Nature", + "date": "December 10, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.png", + "description": "If last week’s Cyber Specials slipped past you, there’s good news - Imageomics...", + "url": "news/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.html" + }, + { + "title": "Berger-Wolf named AAAI Fellow", + "date": "December 9, 2025", + "year": 2025, + "image": "../images/news-images/berger-wolf-named-aaai-fellow-image-01.jpeg", + "imageAlt": "head and shoulder photo of Berger-Wolfe speaking in front of black background with image of computer chip graphic", + "description": "Tanya Berger-Wolf, director of Ohio State’s Translational Data Analytics...", + "url": "news/berger-wolf-named-aaai-fellow.html" + }, + { + "title": "Kline wins first place at ACM/IEEE SEC 2025 student research contest", + "date": "December 9, 2025", + "year": 2025, + "image": "../images/news-images/kline-wins-first-place-acmieee-sec-2025-student-research-contest.jpeg", + "imageAlt": "Jenna Kline", + "description": "Edge-AI drone work earns top honor at Washington, D.C. symposium", + "url": "news/kline-wins-first-place-acmieee-sec-2025-student-research-contest.html" + }, + { + "title": "Berger-Wolf Featured on Now Ohio State Podcast", + "date": "November 20, 2025", + "year": 2025, + "image": "../images/news-images/berger-wolf-featured-now-ohio-state-podcast.jpg", + "imageAlt": "Tanya Berger-Wolf", + "description": "Saving and preserving animal species with AI Artificial intelligence is helping...", + "url": "news/berger-wolf-featured-now-ohio-state-podcast.html" + }, + { + "title": "Imageomics at NeurIPS: From Pixels to Principles", + "date": "November 9, 2025", + "year": 2025, + "description": "Workshop, talks, and demos highlight interpretable vision, AI-ready data, and...", + "url": "news/imageomics-neurips-pixels-principles.html" + }, + { + "title": "Smart Win for Smart Wilds", + "date": "November 9, 2025", + "year": 2025, + "image": "../images/news-images/smart-win-smart-wilds.jpg", + "imageAlt": "Jenna Kline", + "description": "OSU PhD candidate Jenna Kline earns competitive AGGRS award to advance edge AI...", + "url": "news/smart-win-smart-wilds.html" + }, + { + "title": "NSF HDR launches Year Two ML Challenge to build AI that works in the real world", + "date": "September 17, 2025", + "year": 2025, + "image": "../images/news-images/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world-image-01.png", + "imageAlt": "Bannerr", + "description": "The National Science Foundation’s Harnessing the Data Revolution (HDR) ecosystem...", + "url": "news/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world.html" + }, + { + "title": "Imageomics Digital Digest, Issue 7", + "date": "September 9, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-digital-digest-issue-7.png", + "imageAlt": "Digital 7", + "description": "Imageomics Institute's Digital Digest, Issue 7, is out and packed with updates...", + "url": "news/imageomics-digital-digest-issue-7.html" + }, + { + "title": "Dr. Brittany Fonner Joins Imageomics as Research Programs and Communications Specialist", + "date": "September 7, 2025", + "year": 2025, + "image": "../images/news-images/dr-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.jpg", + "imageAlt": "Brittany Fonner", + "description": "The Imageomics Institute is pleased to welcome Dr. Brittany Fonner to the team...", + "url": "news/dr.-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.html" + }, + { + "title": "Imageomics Chain Reaction Series: Luke Meyers' Spotlight", + "date": "September 7, 2025", + "year": 2025, + "description": "Luke Meyers, a master’s student in computer science at the University of Puerto...", + "url": "news/imageomics-chain-reaction-series-luke-meyers-spotlight.html" + }, + { + "title": "FuncaPalooza 2025 Launches New Era of Open, AI-Driven Biodiversity Research", + "date": "September 7, 2025", + "year": 2025, + "image": "../images/news-images/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.png", + "imageAlt": "Group photo", + "description": "The inaugural FuncaPalooza workshop wrapped up with a burst of creativity and...", + "url": "news/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.html" + }, + { + "title": "Imageomics Joins $600,000 NSF FAIROS Award for AI-ready Ecology Data Infrastructure", + "date": "September 7, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.png", + "imageAlt": "AI and Nature image", + "description": "This article was updated on March 12, 2026, to reflect a change in Hilmar Lapp’s...", + "url": "news/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.html" + }, + { + "title": "Berger-Wolf Champions FAIR, CARE and AI for Nature at ESA Meeting", + "date": "August 11, 2025", + "year": 2025, + "image": "../images/news-images/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.jpg", + "imageAlt": "ESA 2025", + "description": "Professor Tanya Berger-Wolf, Imageomics Institute director, made notable...", + "url": "news/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.html" + }, + { + "title": "Full Professor, Full Picture: Arnab Nandi Advances Data Frontiers at Ohio State", + "date": "August 11, 2025", + "year": 2025, + "image": "../images/news-images/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.jpg", + "imageAlt": "Anab Nandi", + "description": "Dr. Arnab Nandi, an investigator with the Imageomics Institute and a faculty...", + "url": "news/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.html" + }, + { + "title": "Imageomics Digital Digest: Issue 6", + "date": "August 3, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-digital-digest-issue-6.png", + "imageAlt": "over image", + "description": "BioCLIP 2 is here, and it’s reshaping how we explore our world. The latest...", + "url": "news/imageomics-digital-digest-issue-6.html" + }, + { + "title": "Chain Reaction Series: Jenna Kline’s Drone Research Takes Conservation to New Heights", + "date": "July 30, 2025", + "year": 2025, + "image": "../images/news-images/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.jpg", + "imageAlt": "Kline research", + "description": "From Ohio to Kenya, Kline’s work in adaptive AI-driven sensor systems is...", + "url": "news/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.html" + }, + { + "title": "Imageomics Institute Issues Call for Papers for NeurIPS 2025 Workshop", + "date": "July 30, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-institute-issues-call-papers-neurips-2025-workshop.jpg", + "imageAlt": "NeurIPS and Imageomics", + "description": "Workshop explores how machine learning can transform our understanding of...", + "url": "news/imageomics-institute-issues-call-papers-neurips-2025-workshop.html" + }, + { + "title": "A Grand Time with AI for Nature", + "date": "July 28, 2025", + "year": 2025, + "image": "../images/news-images/grand-time-ai-nature-image-01.jpg", + "imageAlt": "Grandparents Day 2025", + "description": "Ohio State’s Grandparents Day spotlights Imageomics Institute’s research into AI...", + "url": "news/grand-time-ai-nature.html" + }, + { + "title": "Branching Out: BioCLIP 2 Pushes the Boundaries of AI for Nature", + "date": "July 27, 2025", + "year": 2025, + "image": "../images/news-images/branching-out-bioclip-2-pushes-boundaries-ai-nature.jpg", + "imageAlt": "Images of organisms in their natural habitats can provide scientists with vital information about the natural world.", + "description": "Artificial intelligence is becoming a powerful tool for studying life on Earth...", + "url": "news/branching-out-bioclip-2-pushes-boundaries-ai-nature.html" + }, + { + "title": "AI for Nature: Tomorrow’s science starts with today’s students.", + "date": "July 25, 2025", + "year": 2025, + "image": "../images/news-images/ai-nature-tomorrows-science-starts-todays-students-image-01.jpg", + "imageAlt": "1", + "description": "At the Imageomics Institute, we’re not just advancing artificial intelligence—we...", + "url": "news/ai-nature-tomorrows-science-starts-todays-students..html" + }, + { + "title": "Sensor and Sensibility: Imageomics Takes Tech to The Wilds", + "date": "July 21, 2025", + "year": 2025, + "image": "../images/news-images/sensor-and-sensibility-imageomics-takes-tech-wilds.jpeg", + "imageAlt": "The Wilds deployment", + "description": "In a pioneering field deployment, Jenna Kline and the Imageomics team integrate...", + "url": "news/sensor-and-sensibility-imageomics-takes-tech-wilds.html" + }, + { + "title": "Imageomics Institute is hiring OSU Students", + "date": "July 18, 2025", + "year": 2025, + "image": "../images/news-images/buzz-image-01.jpg", + "description": "We’re looking for motivated Ohio State undergrads with a passion for using AI...", + "url": "news/buzz.html" + }, + { + "title": "Imageomics Digital Digest, Issue 5", + "date": "June 19, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-digital-digest-issue-5.png", + "imageAlt": "Issue 5", + "description": "Click the image to explore Issue 5 of the Imageomics Institute's Digital Digest...", + "url": "news/imageomics-digital-digest-issue-5.html" + }, + { + "title": "Bring the Data Funk: FuncaPalooza 2025 Workshop Announced", + "date": "June 13, 2025", + "year": 2025, + "image": "../images/news-images/bring-data-funk-funcapalooza-2025-workshop-announced.jpg", + "imageAlt": "Funcapalooza 2025", + "description": "We’re turning up the volume on science and innovation with FuncaPalooza 2025, a...", + "url": "news/bring-data-funk-funcapalooza-2025-workshop-announced.html" + }, + { + "title": "Imageomics Breakthroughs in AI for Biodiversity at CVPR 2025", + "date": "June 11, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-01.jpg", + "imageAlt": "imageomics at CVPR 2025", + "description": "The Imageomics Institute is making a strong showing at the 2025 Conference on...", + "url": "news/imageomics-breakthroughs-ai-biodiversity-cvpr-2025.html" + }, + { + "title": "Carstens Earns Ohio State’s 2025 Distinguished Scholar Award", + "date": "June 10, 2025", + "year": 2025, + "image": "../images/news-images/carstens-earns-ohio-states-2025-distinguished-scholar-award-image.jpg", + "imageAlt": "Carstens", + "description": "Award highlights Carstens’ leadership in species delimitation, evolutionary...", + "url": "news/carstens-earns-ohio-states-2025-distinguished-scholar-award.html" + }, + { + "title": "Yu Su Promoted to Associate Professor at Ohio State", + "date": "June 2, 2025", + "year": 2025, + "image": "../images/news-images/yu-su-promoted-associate-professor-ohio-state-image-01.jpeg", + "imageAlt": "YuiYu Su", + "description": "The Ohio State University Board of Trustees promoted Imageomics Institute's Dr...", + "url": "news/yu-su-promoted-associate-professor-ohio-state.html" + }, + { + "title": "Imageomics Chain Reaction Series: Otto Brookes Swings into the Heart of Imageomics", + "date": "June 1, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics-image-01.jpeg", + "imageAlt": "Otto Brookes", + "description": "Leveraging AI and vast video datasets, Brookes deciphers great ape behaviors to...", + "url": "news/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics.html" + }, + { + "title": "Decker to Defend PhD with a Focus on Bats and Big Data", + "date": "May 30, 2025", + "year": 2025, + "image": "../images/news-images/decker-defend-phd-focus-bats-and-big-data.jpg", + "imageAlt": "Sydney Decker", + "description": "Ohio State graduate researcher blends biology and data science to illuminate bat...", + "url": "news/decker-defend-phd-focus-bats-and-big-data.html" + }, + { + "title": "Imageomics Newsletter, Issue 4", + "date": "May 1, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-newsletter-issue-4-image-01.png", + "imageAlt": "Imageomics Newsletter, Issue 4", + "description": "Click the image to read the new Imageomics Newsletter, Issue 4: 2025 All-hands...", + "url": "news/imageomics-newsletter-issue-4.html" + }, + { + "title": "PyBioClip: A New Toolset for Machine Learning on Biological Images", + "date": "April 28, 2025", + "year": 2025, + "image": "../images/news-images/pybioclip-new-toolset-machine-learning-biological-images.png", + "imageAlt": "PyBioClip Image", + "description": "New software unlocks structured biological image data for AI models, advancing...", + "url": "news/pybioclip-new-toolset-machine-learning-biological-images.html" + }, + { + "title": "Imageomics Chain Reaction Series: Dominik Winecki", + "date": "April 24, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-chain-reaction-series-dominik-winecki-image-01.jpeg", + "imageAlt": "Dominik Winecki, PhD candidate at OSU Computer Science & Engineering.", + "description": "Imageomics Chain Reaction: A new spotlight series where one rising researcher...", + "url": "news/imageomics-chain-reaction-series-dominik-winecki.html" + }, + { + "title": "​Imageomics Institute Hosts 2025 All-Hands Meeting to Advance AI-Driven Biodiversity Research", + "date": "April 14, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.png", + "imageAlt": "2025 All Hands meeting", + "description": "The Imageomics Institute at The Ohio State University is convening its 2025 All...", + "url": "news/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.html" + }, + { + "title": "How a new drone system may transform next-gen ecology research", + "date": "April 14, 2025", + "year": 2025, + "image": "../images/news-images/how-new-drone-system-may-transform-next-gen-ecology-research.jpg", + "imageAlt": "Drone research taking ecology to the next level.", + "description": "The Ohio State News story on Imageomics' grad student Jenna Kline and her drone...", + "url": "news/how-new-drone-system-may-transform-next-gen-ecology-research.html" + }, + { + "title": "Jenna Kline, Recipient of 2025 CSE Graduate Student Research Award", + "date": "April 7, 2025", + "year": 2025, + "image": "../images/news-images/jenna-kline-recipient-2025-cse-graduate-student-research-award-image-01.jpg", + "imageAlt": "Jenna Kline", + "description": "The Imageomics Institute is proud to announce Jenna Kline, a doctoral candidate...", + "url": "news/jenna-kline-recipient-2025-cse-graduate-student-research-award.html" + }, + { + "title": "BioClip Wins 2025 CSE Graduate Research Poster Award", + "date": "April 3, 2025", + "year": 2025, + "description": "Congratulations to the “BioCLIP: A Vision Foundation Model for the Tree of Life”...", + "url": "news/bioclip-wins-2025-cse-graduate-research-poster-award.html" + }, + { + "title": "Harry Chao Receives 2025 Early Career Distinguished Scholar Award", + "date": "April 2, 2025", + "year": 2025, + "image": "../images/news-images/harry-chao-receives-2025-early-career-distinguished-scholar-award.jpg", + "imageAlt": "Chao earns EC Award", + "description": "Wei-Lun (Harry) Chao, PhD, an assistant professor in the Department of Computer...", + "url": "news/harry-chao-receives-2025-early-career-distinguished-scholar-award.html" + }, + { + "title": "Imageomics Institute Newsletter, Issue 3, 2025", + "date": "March 31, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-institute-newsletter-issue-3-2025-image-02.png", + "imageAlt": "Issue three newsletter", + "description": "Click Image to Read in Browser", + "url": "news/imageomics-institute-newsletter-issue-3-2025.html" + }, + { + "title": "Wildwing Research Advances AI-driven Aerial Imaging for Conservation", + "date": "March 18, 2025", + "year": 2025, + "image": "../images/news-images/wildwing-research-advances-ai-driven-aerial-imaging-conservation.jpg", + "imageAlt": "WildWing research image", + "description": "Newly published research led by Jenna Kline and a team from the Imageomics...", + "url": "news/wildwing-research-advances-ai-driven-aerial-imaging-conservation.html" + }, + { + "title": "Machine Learning Champions: The Brightest Minds Crack the Toughest Scientific Codes", + "date": "March 12, 2025", + "year": 2025, + "description": "NSF HDR Machine Learning Challenge winners tackle gravitational waves...", + "url": "news/machine-learning-champions-brightest-minds-crack-toughest-scientific-codes.html" + }, + { + "title": "Through the Looking Net: New AI Vision Models Advance Animal Trait Detection", + "date": "March 5, 2025", + "year": 2025, + "image": "../images/news-images/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.jpg", + "imageAlt": "SAE Research Released", + "description": "A new approach to understanding vision models sheds light on how AI sees the...", + "url": "news/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.html" + }, + { + "title": "Imageomics Institute Newsletter, Issue 2, 2025", + "date": "March 3, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-institute-newsletter-issue-2-2025-image-01.jpg", + "imageAlt": "Imageomics Newsletter, March", + "description": "Open the image or click the image to read in your browser.", + "url": "news/imageomics-institute-newsletter-issue-2-2025.html" + }, + { + "title": "Imageomics Research Heads to Top Computer Vision Conference, CVPR 2025", + "date": "February 27, 2025", + "year": 2025, + "image": "../images/news-images/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.jpeg", + "imageAlt": "CVPR 2025 and Imageomics Research", + "description": "Several Imageomics researchers will present their work at the prestigious IEEE...", + "url": "news/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.html" + }, + { + "title": "AI to the Rescue: How Artificial Intelligence is Helping Scientists Understand Biodiversity", + "date": "February 20, 2025", + "year": 2025, + "image": "../images/news-images/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity-image-01.webp", + "description": "Research collaboration with The Ohio State University published in Nature shows...", + "url": "news/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity.html" + }, + { + "title": "Evolutionary Advancements: Imageomics Research to Shine at ICLR 2025", + "date": "January 22, 2025", + "year": 2025, + "image": "../images/news-images/evolutionary-advancements-imageomics-research-shine-iclr-2025.jpeg", + "imageAlt": "ICLR 2025", + "description": "Team’s cutting-edge AI method for discovering evolutionary traits earns a spot...", + "url": "news/evolutionary-advancements-imageomics-research-shine-iclr-2025.html" + }, + { + "title": "Tweet Success: AI Tunes Into Hawaiian Birdsong for Conservation", + "date": "January 22, 2025", + "year": 2025, + "image": "../images/news-images/tweet-success-ai-tunes-hawaiian-birdsong-conservation.jpeg", + "imageAlt": "Amakihi birds", + "description": "Researchers use bioacoustics and AI to analyze ‘Amakihi bird dialects and...", + "url": "news/tweet-success-ai-tunes-hawaiian-birdsong-conservation.html" + }, + { + "title": "Beetles, Birds, and Biodiversity: Researchers Travel to Dive into Hawaiian Ecosystems", + "date": "January 7, 2025", + "year": 2025, + "image": "../images/news-images/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.jpg", + "imageAlt": "Hawaii Field Research", + "description": "Scientists aim to blend AI and ecology to reveal new discoveries in Hawaii.", + "url": "news/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.html" + }, + { + "title": "Tanya Berger-Wolf Honored with AI for Good Award for Biodiversity Conservation at H2O World New York", + "date": "January 3, 2025", + "year": 2025, + "image": "../images/news-images/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york-image-01.png", + "imageAlt": "Award winners", + "description": "Ohio State professor highlights how artificial intelligence is reshaping...", + "url": "news/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york.html" + }, + { + "title": "Imageomics Director Talks AI Conservation Efforts on Scientific American Podcast", + "date": "December 16, 2024", + "year": 2024, + "image": "../images/news-images/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast-image-01.webp", + "imageAlt": "podcast episode", + "description": "Tanya Berger-Wolf featured discussing AI's role in ecology.", + "url": "news/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast.html" + }, + { + "title": "Call for Papers AAAI 2025 Workshop (Deadline Extended!)", + "date": "December 16, 2024", + "year": 2024, + "image": "../images/news-images/call-papers-aaai-2025-workshop-deadline-extended.jpg", + "imageAlt": "Submission", + "description": "Calling all researchers! Submit to the Anomaly Detection in Scientific Domains...", + "url": "news/call-papers-aaai-2025-workshop-deadline-extended.html" + }, + { + "title": "Jenna Kline Achieves Milestone as First Imageomics Institute PhD Candidate", + "date": "November 26, 2024", + "year": 2024, + "image": "../images/news-images/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate-image-01.jpg", + "imageAlt": "Jenna Kline", + "description": "NextGen Jenna Kline officially passed her PhD candidacy exam, becoming the first...", + "url": "news/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate.html" + }, + { + "title": "AI Meets Biodiversity: Imageomics Research Goes Big at NeurIPS 2024", + "date": "November 18, 2024", + "year": 2024, + "image": "../images/news-images/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024-image-01.jpg", + "imageAlt": "NeurIPS and Imageomics", + "description": "Papers highlight new approaches to using AI for biological image analysis", + "url": "news/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024.html" + }, + { + "title": "Seeing Is Believing: Imageomics Workshop to Showcase AI-Biology Innovations at AAAI 2025", + "date": "November 13, 2024", + "year": 2024, + "image": "../images/news-images/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.jpg", + "imageAlt": "AAAi25", + "description": "Ohio State-led event invites AI and biology researchers to submit papers by Nov...", + "url": "news/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.html" + }, + { + "title": "Byte-ing into Biodiversity: AI Powers Conservation Conversations at COP16", + "date": "November 1, 2024", + "year": 2024, + "image": "../images/news-images/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16-image-01.jpg", + "imageAlt": "Ohio State Professor Tanya Berger-Wolfe, seated third from left, speaks at a COP16 panel.", + "description": "Tanya Berger-Wolf and team showcase cutting-edge tech to tackle global...", + "url": "news/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16.html" + }, + { + "title": "Researcher Shares Cutting-Edge Insights on Animal Re-Identification in Visit to Ohio State", + "date": "October 16, 2024", + "year": 2024, + "description": "Dr. Ekaterina Nepovinnykh, a rising expert in digital image processing and...", + "url": "news/researcher-shares-cutting-edge-insights-animal-re-identification-visit-ohio-state.html" + }, + { + "title": "Video: Announcing the NSF Harnessing the Data Revolution Machine Learning Challenge", + "date": "September 27, 2024", + "year": 2024, + "description": "NSF HDR ML Challenge The National Science Foundation (NSF) Harnessing the Data...", + "url": "news/video-announcing-nsf-harnessing-data-revolution-machine-learning-challenge.html" + }, + { + "title": "Big Data, Big Impact: NSF HDR Conference Wrap Up", + "date": "September 16, 2024", + "year": 2024, + "image": "../images/news-images/big-data-big-impact-nsf-hdr-conference-wrap.jpg", + "imageAlt": "HDR Ecosystem Annual Meeting", + "description": "Experts discuss AI, data science, and biodiversity breakthroughs at national...", + "url": "news/big-data-big-impact-nsf-hdr-conference-wrap.html" + }, + { + "title": "Wildlife's Digital Passport: A New Way to Track Animal Histories", + "date": "September 16, 2024", + "year": 2024, + "image": "../images/news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-01.jpg", + "imageAlt": "Anuj Karpatne", + "description": "Global initiative to create unique animal IDs and a life history museum for...", + "url": "news/wildlifes-digital-passport-new-way-track-animal-histories.html" + }, + { + "title": "A 'Swarm' of Solutions: Drone Research Takes Wildlife Conservation to New Heights", + "date": "September 6, 2024", + "year": 2024, + "image": "../images/news-images/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.jpg", + "imageAlt": "Jenna Kline, drone research", + "description": "Imageomics and WildDrone students are collaborating on designing the best way to...", + "url": "news/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.html" + }, + { + "title": "BeetlePalooza 2024: Revolutionizing Biodiversity Research with AI and Machine Learning", + "date": "September 6, 2024", + "year": 2024, + "image": "../images/news-images/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning-image-01.jpg", + "imageAlt": "BeetlePalooza 2024 Recap", + "description": "BeetlePalooza 2024, hosted by the Imageomics Institute from August 12-15...", + "url": "news/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning.html" + }, + { + "title": "Branching Out: Uyeda's Research Puts the 'Tree' in Phylogeny", + "date": "August 8, 2024", + "year": 2024, + "image": "../images/news-images/branching-out-uyedas-research-puts-tree-phylogeny-image-01.jpg", + "imageAlt": "Josef Uyeda", + "description": "Dr. Josef Uyeda of Virginia Tech is pioneering methods that map the history of...", + "url": "news/branching-out-uyedas-research-puts-tree-phylogeny.html" + }, + { + "title": "Imageomics Highlights Key Role in Upcoming KGML Workshop", + "date": "August 5, 2024", + "year": 2024, + "image": "../images/news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-01.jpeg", + "imageAlt": "KGML 2024", + "description": "Imageomics showcases its contributions to the KGML2024 workshop, with key...", + "url": "news/imageomics-highlights-key-role-upcoming-kgml-workshop.html" + }, + { + "title": "Grand Ideas: Graduate Student Michelle Ramirez Bridging Generations with AI Vision", + "date": "August 1, 2024", + "year": 2024, + "image": "../images/news-images/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.jpeg", + "imageAlt": "Michelle Ramirez teaching a class to middle school students this summer.", + "description": "Graduate student Michelle Ramirez blends machine learning and ecology, helping...", + "url": "news/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.html" + }, + { + "title": "Ph.D. Student Jenna Kline's Drone Research Accepted at Top Autonomous Systems Conference", + "date": "July 21, 2024", + "year": 2024, + "image": "../images/news-images/phd-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.jpeg", + "imageAlt": "Jenna Kline", + "description": "Research Advancing Multi-Drone Coordination for Wildlife Studies Accepted at...", + "url": "news/ph.d.-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.html" + }, + { + "title": "Imageomics Institute Launches New AI-Ecology Course", + "date": "June 25, 2024", + "year": 2024, + "description": "A new course developed by the Imageomics Institute is set to bridge the fields...", + "url": "news/imageomics-institute-launches-new-ai-ecology-course.html" + }, + { + "title": "BioCLIP Team Earns Best Student Paper Award at CVPR 2024", + "date": "June 21, 2024", + "year": 2024, + "image": "../images/news-images/bioclip-team-earns-best-student-paper-award-cvpr-2024.jpg", + "imageAlt": "CVPR 2024 Best Student Paper team.", + "description": "Imageomics Institute's BioCLIP won Best Student Paper at the CVPR 2024...", + "url": "news/bioclip-team-earns-best-student-paper-award-cvpr-2024.html" + }, + { + "title": "New Science Behind Imageomics Highlighted in NSF Lecture by Tanya Berger-Wolf", + "date": "June 17, 2024", + "year": 2024, + "image": "../images/news-images/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.jpg", + "imageAlt": "NSF Lecture", + "description": "The National Science Foundation (NSF) recently hosted a distinguished lecture by...", + "url": "news/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.html" + }, + { + "title": "May-June Imageomics Newsletter", + "date": "June 4, 2024", + "year": 2024, + "description": "Read the newsletter online.", + "url": "news/may-june-imageomics-newsletter.html" + }, + { + "title": "BeetlePalooza 2024 Announced", + "date": "May 31, 2024", + "year": 2024, + "image": "../images/news-images/beetlepalooza-2024-announced.jpg", + "imageAlt": "BeetlePalooza Event Notice", + "description": "Apply to Attend Before June 10.", + "url": "news/beetlepalooza-2024-announced.html" + }, + { + "title": "Karpatne's LakeGPT Research Earns NAIRR Pilot Award", + "date": "May 29, 2024", + "year": 2024, + "image": "../images/news-images/karpatnes-lakegpt-research-earns-nairr-pilot-award-image-01.jpg", + "imageAlt": "Lake Michigan sunset", + "description": "Advancing Lake Water Quality Monitoring Through KGML.", + "url": "news/karpatnes-lakegpt-research-earns-nairr-pilot-award.html" + }, + { + "title": "Imageomics Hosts Dynamic Week of Events at Annual All-Hands Meeting 2024", + "date": "May 21, 2024", + "year": 2024, + "image": "../images/news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-01.jpg", + "imageAlt": "A group of men and women talking on an open tour bus.", + "description": "Conference Hosted at The Ohio State University Drew Global Researchers to...", + "url": "news/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024.html" + }, + { + "title": "A New Era in Biology Unfolds with Imageomics Workflow Research", + "date": "May 2, 2024", + "year": 2024, + "image": "../images/news-images/new-era-biology-unfolds-imageomics-workflow-research-image-01.jpg", + "imageAlt": "Workflow", + "description": "New study introduces a FAIR and modular workflow, advancing the extraction of...", + "url": "news/new-era-biology-unfolds-imageomics-workflow-research.html" + }, + { + "title": "Prof. Wei-Lun Chao discussed the role of machine learning and computer vision in imageomics", + "date": "March 8, 2024", + "year": 2024, + "image": "../images/news-images/prof-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics-image-01.png", + "imageAlt": "Harry Chao", + "description": "By Tatyana Woodall, Ohio State News A new field promises to usher in a new era...", + "url": "news/prof.-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics.html" + }, + { + "title": "Imageomics poised to enable new understanding of life", + "date": "February 17, 2024", + "year": 2024, + "image": "../images/news-images/imageomics-poised-enable-new-understanding-life.jpg", + "imageAlt": "A researcher takes a photo of elephants and other wild life at a watering hold", + "description": "Research on mimicry in butterflies provides one example By Jeff Grabmeier...", + "url": "news/imageomics-poised-enable-new-understanding-life.html" + }, + { + "title": "Imageomics team releases BioCLIP", + "date": "February 15, 2024", + "year": 2024, + "image": "../images/news-images/branching-out-bioclip-2-pushes-boundaries-ai-nature.jpg", + "imageAlt": "Images of organisms in their natural habitats can provide scientists with vital information about the natural world.", + "description": "By Tatyana Woodall Researchers have developed the largest-ever dataset of...", + "url": "news/imageomics-team-releases-bioclip.html" + }, + { + "title": "Imageomics is Hiring for a Communications & Engagement Manager", + "date": "January 11, 2024", + "year": 2024, + "description": "We are searching for a dynamic Communications and Engagement Manager to join our...", + "url": "news/imageomics-hiring-communications-engagement-manager.html" + }, + { + "title": "How technology and economics can help save endangered species: Experts look at future of Endangered Species Act", + "date": "December 21, 2023", + "year": 2023, + "description": "Article by Jeff Grabmeier, Ohio State News A lot has changed in the world...", + "url": "news/how-technology-and-economics-can-help-save-endangered-species-experts-look-future-endangered-species-act.html" + }, + { + "title": "Imageomics is Hiring for a Postdoc at The Ohio State University", + "date": "December 15, 2023", + "year": 2023, + "description": "We are working on exciting problems in AI for Biology! Come join our team of...", + "url": "news/imageomics-hiring-postdoc-ohio-state-university.html" + }, + { + "title": "Imageomics Institute's Daniel Rubenstein Elected President of Sigma Xi", + "date": "December 8, 2023", + "year": 2023, + "description": "In a recent election, members of Sigma Xi, The Scientific Research Honor Society...", + "url": "news/imageomics-institutes-daniel-rubenstein-elected-president-sigma-xi.html" + }, + { + "title": "Imageomics Debut's with Inaugural Workshop at 2024 AAAI Conference", + "date": "November 3, 2023", + "year": 2023, + "description": "We are excited to announce that we have been invited to host a workshop this...", + "url": "news/imageomics-debuts-inaugural-workshop-2024-aaai-conference.html" + }, + { + "title": "Berger-Wolf Leads new AI for Biodiversity Change Global Center", + "date": "September 18, 2023", + "year": 2023, + "image": "../images/news-images/berger-wolf-leads-new-ai-biodiversity-change-global-center.jpg", + "imageAlt": "A gray wolf in a snowy field", + "description": "Imageomics Institute Director, Prof. Tanya Berger-Wolf will led the AI and...", + "url": "news/berger-wolf-leads-new-ai-biodiversity-change-global-center.html" + }, + { + "title": "New i2insights Publication on the Art of Organizing an All-hands Meeting", + "date": "September 14, 2023", + "year": 2023, + "description": "What makes a good all-hands meeting? What is an all-hands meeting? Find the...", + "url": "news/new-i2insights-publication-art-organizing-all-hands-meeting.html" + }, + { + "title": "Image Datapalooza Brings Together Researchers from Around the World", + "date": "August 28, 2023", + "year": 2023, + "description": "Between August 14-17, 2023, Imageomics Institute hosted Image Datapalooza 2023...", + "url": "news/image-datapalooza-recap.html" + }, + { + "title": "The National Academies on Science, Engineering, and Medicine Appoints Dr. Tanya Berger-Wolf.", + "date": "July 17, 2023", + "year": 2023, + "image": "../images/news-images/national-academies-science-engineering-and-medicine-appoints-dr-tanya-berger-wolf-image-01.jpeg", + "imageAlt": "Front of a government building with a US flag", + "description": "Dr. Tanya Berger-Wolf to serve on the National Academies Board on Life Science...", + "url": "news/national-academies-science-engineering-and-medicine-appoints-dr.-tanya-berger-wolf..html" + }, + { + "title": "Dr. Berger-Wolf and Dr. Mabee Serve as Panelists for The National Academies.", + "date": "July 10, 2023", + "year": 2023, + "image": "../images/news-images/dr-berger-wolf-and-dr-mabee-serve-panelists-national-academies.jpg", + "imageAlt": "Earth from space.", + "description": "Dr. Berger-Wolf and Dr. Mabee discuss applications of data integration and AI...", + "url": "news/dr.-berger-wolf-and-dr.-mabee-serve-panelists-national-academies..html" + }, + { + "title": "Wildlife Conservation Leverages AI: Dr. Berger-Wolf Discusses Imageomics During OSU Engineering Podcast", + "date": "June 14, 2023", + "year": 2023, + "image": "../images/news-images/wildlife-conservation-leverages-ai-dr-berger-wolf-discusses-imageomics-during-osu-image-01.png", + "imageAlt": "Two women sitting across the table from one another speaking into microphones", + "description": "Dr. Tanya Berger-Wolf appears on The Ohio State University's Enginuity Podcast...", + "url": "news/wildlife-conservation-leverages-ai-dr.-berger-wolf-discusses-imageomics-during-osu.html" + }, + { + "title": "NextGens Showcase Imageomics Research at Midwest Machine Learning Symposium 2023", + "date": "May 18, 2023", + "year": 2023, + "description": "Jenna Kline and Michelle Ramirez recently presented posters on imageomics...", + "url": "news/nextgens-showcase-imageomics-research-midwest-machine-learning-symposium-2023.html" + }, + { + "title": "Imageomics NextGen Mohannad Elhamod Named Graduate Student of the Year by Virginia Tech", + "date": "May 15, 2023", + "year": 2023, + "image": "../images/news-images/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech-image-01.jpg", + "imageAlt": "smiling man with salt and pepper beard and brown eyes. He is wearing a black hat, red button up shirt covered by a jean jacket He is standing in front a pink cherry tree.", + "description": "Mohannad Elhamod, Ph.D. candidate in the Department of Computer Science at...", + "url": "news/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech.html" + }, + { + "title": "Blog Post Published by Imageomics Social Science Team", + "date": "March 27, 2023", + "year": 2023, + "image": "../images/news-images/blog-post-published-imageomics-social-science-team-image-01.jpg", + "imageAlt": "mosaic of headshots of three authors with Jiang at top, Boghrat on bottom left, and Grabmeier on bottom right", + "description": "Imageomics team scientist, Gemma Jiang (top image), program manager, Diane...", + "url": "news/blog-post-published-imageomics-social-science-team.html" + }, + { + "title": "Wei-Lun Chao and Yu Su awarded 2023 College of Engineering Faculty Award", + "date": "March 27, 2023", + "year": 2023, + "image": "../images/news-images/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.png", + "imageAlt": "Two men with dark hair brown eyes and black rimmed glasses smile for the photo in two headshot style photographs", + "description": "Imageomics researchers Yu Su (left) and Wei-Lun (Harry) Chao (right) were...", + "url": "news/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.html" + }, + { + "title": "Wei-Lun Chao Represents Imageomics at ADSA Workshop", + "date": "March 23, 2023", + "year": 2023, + "description": "Imageomics research, Wei-Lun Chao was a featured speaker at ImageXD 2023, co...", + "url": "news/wei-lun-chao-represents-imageomics-adsa-workshop.html" + }, + { + "title": "Imageomics is Hiring for a Research Data Manager and Technology Coordinator", + "date": "January 11, 2023", + "year": 2023, + "description": "The Imageomics Institute is hiring for a full-time Research Data Manager and...", + "url": "news/imageomics-hiring-research-data-manager-and-technology-coordinator.html" + }, + { + "title": "Imageomics Embarks on Kenya Research Experience", + "date": "January 11, 2023", + "year": 2023, + "description": "On January 5, a group of imageomics students and faculty arrived at Mpala...", + "url": "news/imageomics-embarks-kenya-research-experience.html" + }, + { + "title": "Buckeyes participate in inaugural U.S.-Africa science, engineering and medicine symposium", + "date": "November 1, 2022", + "year": 2022, + "image": "../images/news-images/buckeyes-participate-inaugural-us-africa-science-engineering-and-medicine-symposium.jpg", + "imageAlt": "Group photo of participants from U.S.-Africa Frontiers of Science Symposium", + "description": "Materials Science and Engineering Assistant Professor Aeriel Leonard was invited...", + "url": "news/buckeyes-participate-inaugural-u.s.-africa-science-engineering-and-medicine-symposium.html" + }, + { + "title": "A new field of science for global biodiversity", + "date": "August 26, 2022", + "year": 2022, + "image": "../images/news-images/new-field-science-global-biodiversity.jpg", + "imageAlt": "smiling woman in black suit with red button up shirt stands in front of monitor displaying different images of butterflies", + "description": "Tanya Berger-Wolf is weaving biology and machine learning into a new field of...", + "url": "news/new-field-science-global-biodiversity.html" + }, + { + "title": "Experiential Introduction to Imageomics Course Begins August 23", + "date": "August 18, 2022", + "year": 2022, + "description": "A three-part year-long series of experiential courses in the new field of...", + "url": "news/experiential-introduction-imageomics-course-begins-august-23.html" + }, + { + "title": "Imageomics team is hiring two new positions", + "date": "July 21, 2022", + "year": 2022, + "description": "The Imageomics Institute is hiring two new full-time positions to provide...", + "url": "news/imageomics-team-hiring-two-new-positions.html" + }, + { + "title": "Work of Imageomics Researchers Featured at 2022 CVPR Conference", + "date": "June 27, 2022", + "year": 2022, + "image": "../images/news-images/work-imageomics-researchers-featured-2022-cvpr-conference.png", + "imageAlt": "CVPR 2022 Logo with backdrop of new orleans", + "description": "The work of researchers from the Imageomics Institute were featured during the...", + "url": "news/work-imageomics-researchers-featured-2022-cvpr-conference.html" + }, + { + "title": "Diamond, Rolfe, Kwon and Maga paper in Biology Open", + "date": "May 13, 2022", + "year": 2022, + "description": "Kelly Diamond, Sara M. Rolfe, and Ronald Y. Kwon, A. Murat Maga are authors of a...", + "url": "news/diamond-rolfe-kwon-and-maga-paper-biology-open.html" + }, + { + "title": "Imageomics-related work accepted into CVPR 2022", + "date": "March 3, 2022", + "year": 2022, + "description": "A new paper on vision-and-language ML led by Imageomics NextGens Luke Song and...", + "url": "news/imageomics-related-work-accepted-cvpr-2022.html" + }, + { + "title": "New Imageomics paper in Nature Communications", + "date": "February 15, 2022", + "year": 2022, + "description": "Members of the Imageomics Institute team have a new paper in Nature...", + "url": "news/new-imageomics-paper-nature-communications.html" + }, + { + "title": "Imageomics team is hiring a program manager", + "date": "February 1, 2022", + "year": 2022, + "description": "The Imageomics Institute is hiring a full-time program manager to oversee key...", + "url": "news/imageomics-team-hiring-program-manager.html" + }, + { + "title": "New NSF Institute To Establish Field Of Imageomics", + "date": "January 25, 2022", + "year": 2022, + "description": "Picture this: Computerized image analysis to help understand evolution. The...", + "url": "news/new-nsf-institute-establish-field-imageomics.html" + } +] diff --git a/html/about.html b/html/about.html index 1e809c9..75e593c 100644 --- a/html/about.html +++ b/html/about.html @@ -13,7 +13,7 @@

About Imageomics

-

Learn about our vision, community, team, and the people working across the Imageomics Institute.

+

Imageomics is a new scientific field in which computational (machine learning) tools built around biological knowledge bases are used by biologists to analyze image data. The Imageomics Institute is supported by the National Science Foundation grant.

This temporary About landing page will be removed when the full site is ready.

diff --git a/html/events/2022-11-experiential-imageomics-course-data-management.html b/html/events/2022-11-experiential-imageomics-course-data-management.html index cf64ace..382af41 100644 --- a/html/events/2022-11-experiential-imageomics-course-data-management.html +++ b/html/events/2022-11-experiential-imageomics-course-data-management.html @@ -38,7 +38,7 @@

Event details

- promotional flyer for imageomics course + promotional flyer for imageomics course
diff --git a/html/events/2022-11-experiential-imageomics-course-project-brainstorming.html b/html/events/2022-11-experiential-imageomics-course-project-brainstorming.html index dd5e32d..ac40e76 100644 --- a/html/events/2022-11-experiential-imageomics-course-project-brainstorming.html +++ b/html/events/2022-11-experiential-imageomics-course-project-brainstorming.html @@ -39,7 +39,7 @@

Event details

- promotional flyer for imageomics course + promotional flyer for imageomics course
diff --git a/html/events/2022-12-experiential-imageomics-course-preparing-kenya.html b/html/events/2022-12-experiential-imageomics-course-preparing-kenya.html index 0ff5066..34cabc9 100644 --- a/html/events/2022-12-experiential-imageomics-course-preparing-kenya.html +++ b/html/events/2022-12-experiential-imageomics-course-preparing-kenya.html @@ -38,7 +38,7 @@

Event details

- promotional flyer for imageomics course + promotional flyer for imageomics course
diff --git a/html/events/2023-05-external-speaker-series-biodiversity-across-space-and-time-insights-trait-based.html b/html/events/2023-05-external-speaker-series-biodiversity-across-space-and-time-insights-trait-based.html index e455136..015346b 100644 --- a/html/events/2023-05-external-speaker-series-biodiversity-across-space-and-time-insights-trait-based.html +++ b/html/events/2023-05-external-speaker-series-biodiversity-across-space-and-time-insights-trait-based.html @@ -31,7 +31,7 @@

Marta Jarzyna, Assistant Professor, Evolution, Ecol
-
smiling woman with blue eyes and brown hair stands in front of a book case +
smiling woman with blue eyes and brown hair stands in front of a book case
diff --git a/html/events/2023-06-imageomics-research-forum-querying-real-world-data-exploration-augmented-reality.html b/html/events/2023-06-imageomics-research-forum-querying-real-world-data-exploration-augmented-reality.html index 9c1086e..9d3fe8d 100644 --- a/html/events/2023-06-imageomics-research-forum-querying-real-world-data-exploration-augmented-reality.html +++ b/html/events/2023-06-imageomics-research-forum-querying-real-world-data-exploration-augmented-reality.html @@ -31,7 +31,7 @@

Arnab Nandi, Associate Professor of Computer Science & Engineering at Th
-
smiling man with brown eyes and short dark brown hair. He is wearing a blue blazer and blue checkered button down shirt with blue tie +
smiling man with brown eyes and short dark brown hair. He is wearing a blue blazer and blue checkered button down shirt with blue tie
diff --git a/html/events/2023-06-imageomics-speaker-series-ais-forest-towards-computational-field-biology.html b/html/events/2023-06-imageomics-speaker-series-ais-forest-towards-computational-field-biology.html index d3e2856..575fa85 100644 --- a/html/events/2023-06-imageomics-speaker-series-ais-forest-towards-computational-field-biology.html +++ b/html/events/2023-06-imageomics-speaker-series-ais-forest-towards-computational-field-biology.html @@ -31,7 +31,7 @@

Tilo Burghardt, UG Programme Director at the Dept of Computer Science at Bri
-
close up photo of a man with blond hair, beard and mustache and blue eyes. He is wearing black rimmed glasses. +
close up photo of a man with blond hair, beard and mustache and blue eyes. He is wearing black rimmed glasses.
diff --git a/html/events/2023-06-paving-way-continental-scale-biology-tools-and-approaches-connecting-research-across.html b/html/events/2023-06-paving-way-continental-scale-biology-tools-and-approaches-connecting-research-across.html index 301d07a..670657d 100644 --- a/html/events/2023-06-paving-way-continental-scale-biology-tools-and-approaches-connecting-research-across.html +++ b/html/events/2023-06-paving-way-continental-scale-biology-tools-and-approaches-connecting-research-across.html @@ -35,7 +35,7 @@

Dr. Tanya Berger-Wolf and Dr. Paula Mabee to Present at NASEM.

-
Picture of planet earth with the event details inside of a purple box +
Picture of planet earth with the event details inside of a purple box
diff --git a/html/events/2023-08-imageomics-autumn-kick.html b/html/events/2023-08-imageomics-autumn-kick.html index 95e4a85..5c2fe3e 100644 --- a/html/events/2023-08-imageomics-autumn-kick.html +++ b/html/events/2023-08-imageomics-autumn-kick.html @@ -29,7 +29,7 @@

Event details

-
photo features a bench with a dark brown suede back pack and lap top with yellow fall leaves and the body of a person in black clothing +
photo features a bench with a dark brown suede back pack and lap top with yellow fall leaves and the body of a person in black clothing
diff --git a/html/events/2023-08-imageomics-reflection-room.html b/html/events/2023-08-imageomics-reflection-room.html index da979be..66daf9f 100644 --- a/html/events/2023-08-imageomics-reflection-room.html +++ b/html/events/2023-08-imageomics-reflection-room.html @@ -29,7 +29,7 @@

Event details

-
capuchin monkey looks at own reflection in handheld mirror +
capuchin monkey looks at own reflection in handheld mirror
diff --git a/html/events/2023-09-forging-pathways-integrating-new-projects-within-institutes-framework.html b/html/events/2023-09-forging-pathways-integrating-new-projects-within-institutes-framework.html index 59d5670..af59455 100644 --- a/html/events/2023-09-forging-pathways-integrating-new-projects-within-institutes-framework.html +++ b/html/events/2023-09-forging-pathways-integrating-new-projects-within-institutes-framework.html @@ -29,7 +29,7 @@

Event details

-
glass ball sits on yellow divider lines in road and magnifies the cityscape beyond. +
glass ball sits on yellow divider lines in road and magnifies the cityscape beyond.
diff --git a/html/events/2023-09-foundation-models-focus-exploring-impact-and-integration-imageomics-research.html b/html/events/2023-09-foundation-models-focus-exploring-impact-and-integration-imageomics-research.html index 9e673dc..b02a002 100644 --- a/html/events/2023-09-foundation-models-focus-exploring-impact-and-integration-imageomics-research.html +++ b/html/events/2023-09-foundation-models-focus-exploring-impact-and-integration-imageomics-research.html @@ -32,7 +32,7 @@

Event details

- colorful software or web code on a computer monitor + colorful software or web code on a computer monitor
diff --git a/html/events/2023-09-git-acquainted-version-control.html b/html/events/2023-09-git-acquainted-version-control.html index 85d5458..ef0f779 100644 --- a/html/events/2023-09-git-acquainted-version-control.html +++ b/html/events/2023-09-git-acquainted-version-control.html @@ -29,7 +29,7 @@

Event details

-
github cat figurine stands in front of a computer screen. +
github cat figurine stands in front of a computer screen.
diff --git a/html/events/2023-09-git-collaborating-github.html b/html/events/2023-09-git-collaborating-github.html index 398ef11..a644c9e 100644 --- a/html/events/2023-09-git-collaborating-github.html +++ b/html/events/2023-09-git-collaborating-github.html @@ -29,7 +29,7 @@

Event details

-
github cat figurine stands in front of a computer screen. +
github cat figurine stands in front of a computer screen.
diff --git a/html/events/2023-09-nextgen-space-writing-room.html b/html/events/2023-09-nextgen-space-writing-room.html index 5b6259a..07fb632 100644 --- a/html/events/2023-09-nextgen-space-writing-room.html +++ b/html/events/2023-09-nextgen-space-writing-room.html @@ -29,7 +29,7 @@

Event details

-
person using laptop computer +
person using laptop computer
diff --git a/html/events/2023-10-hdr-meeting-recap.html b/html/events/2023-10-hdr-meeting-recap.html index e5e0f52..a03d745 100644 --- a/html/events/2023-10-hdr-meeting-recap.html +++ b/html/events/2023-10-hdr-meeting-recap.html @@ -29,7 +29,7 @@

Event details

-
low angle photography of metal structure +
low angle photography of metal structure
diff --git a/html/events/2023-10-open-exchange-zone.html b/html/events/2023-10-open-exchange-zone.html index 32f37a2..2757166 100644 --- a/html/events/2023-10-open-exchange-zone.html +++ b/html/events/2023-10-open-exchange-zone.html @@ -29,7 +29,7 @@

Event details

-
group of animal figurines (lion, zebra, cheetah, rhino, elephant, giraffe) on a balcony ledge +
group of animal figurines (lion, zebra, cheetah, rhino, elephant, giraffe) on a balcony ledge
diff --git a/html/events/2023-10-quest-teacher-training-program.html b/html/events/2023-10-quest-teacher-training-program.html index a036f9b..a5a5579 100644 --- a/html/events/2023-10-quest-teacher-training-program.html +++ b/html/events/2023-10-quest-teacher-training-program.html @@ -29,7 +29,7 @@

Event details

-
Teachers doing field research taking a photo of various foliage in nature +
Teachers doing field research taking a photo of various foliage in nature
diff --git a/html/events/2023-11-dynamics-collaborative-leadership-team-science-frameworks-and-applications.html b/html/events/2023-11-dynamics-collaborative-leadership-team-science-frameworks-and-applications.html index f347b71..a21906e 100644 --- a/html/events/2023-11-dynamics-collaborative-leadership-team-science-frameworks-and-applications.html +++ b/html/events/2023-11-dynamics-collaborative-leadership-team-science-frameworks-and-applications.html @@ -29,7 +29,7 @@

Event details

-
a group people's hands placed on top of a tree trunk +
a group people's hands placed on top of a tree trunk
diff --git a/html/events/2023-11-imageomics-speaker-series-janna-hastings-university-zurich.html b/html/events/2023-11-imageomics-speaker-series-janna-hastings-university-zurich.html index fd6bbac..74e937c 100644 --- a/html/events/2023-11-imageomics-speaker-series-janna-hastings-university-zurich.html +++ b/html/events/2023-11-imageomics-speaker-series-janna-hastings-university-zurich.html @@ -29,7 +29,7 @@

Event details

-
smiling woman with blue eyes and light skin. She has her brown hair pulled back into a low braid and is wearing a dark blue shirt. +
smiling woman with blue eyes and light skin. She has her brown hair pulled back into a low braid and is wearing a dark blue shirt.
diff --git a/html/events/2023-11-introducing-ai-and-biodiversity-change-global-climate-center.html b/html/events/2023-11-introducing-ai-and-biodiversity-change-global-climate-center.html index 15a3055..c63af89 100644 --- a/html/events/2023-11-introducing-ai-and-biodiversity-change-global-climate-center.html +++ b/html/events/2023-11-introducing-ai-and-biodiversity-change-global-climate-center.html @@ -29,7 +29,7 @@

Event details

-
Sustainable environment concept. The image depicts human thinking towards preserving nature, reducing carbon footprint and building sustainable urban community for green future. +
Sustainable environment concept. The image depicts human thinking towards preserving nature, reducing carbon footprint and building sustainable urban community for green future.
diff --git a/html/events/2023-11-team-science-office-hour-dynamics-collaborative-leadership-team-science.html b/html/events/2023-11-team-science-office-hour-dynamics-collaborative-leadership-team-science.html index 516d298..8b9d182 100644 --- a/html/events/2023-11-team-science-office-hour-dynamics-collaborative-leadership-team-science.html +++ b/html/events/2023-11-team-science-office-hour-dynamics-collaborative-leadership-team-science.html @@ -29,7 +29,7 @@

Event details

-
an image that shows outlines of people in multiple colors and each person has a thought bubble above their head +
an image that shows outlines of people in multiple colors and each person has a thought bubble above their head
diff --git a/html/events/2023-12-imageomics-spotlight-project-showcase.html b/html/events/2023-12-imageomics-spotlight-project-showcase.html index cf96d9a..05612da 100644 --- a/html/events/2023-12-imageomics-spotlight-project-showcase.html +++ b/html/events/2023-12-imageomics-spotlight-project-showcase.html @@ -29,7 +29,7 @@

Event details

-
ai created image of a camera with different forms of life spilling out of the lense onto a wooden table +
ai created image of a camera with different forms of life spilling out of the lense onto a wooden table
diff --git a/html/events/2023-12-introducing-ranges-project.html b/html/events/2023-12-introducing-ranges-project.html index f7bc765..eb1c046 100644 --- a/html/events/2023-12-introducing-ranges-project.html +++ b/html/events/2023-12-introducing-ranges-project.html @@ -29,7 +29,7 @@

Event details

-
Logo for the ranges project which features a series of mountains with the outline of a buck and pine trees in the front and a sun in the lefthand corner +
Logo for the ranges project which features a series of mountains with the outline of a buck and pine trees in the front and a sun in the lefthand corner
diff --git a/html/events/2024-01-external-speaker-series-justin-kitzes-automated-acoustics-surveys-understanding-and-predicting-biodiversity-scale.html b/html/events/2024-01-external-speaker-series-justin-kitzes-automated-acoustics-surveys-understanding-and-predicting-biodiversity-scale.html index fe859ca..02bc8ef 100644 --- a/html/events/2024-01-external-speaker-series-justin-kitzes-automated-acoustics-surveys-understanding-and-predicting-biodiversity-scale.html +++ b/html/events/2024-01-external-speaker-series-justin-kitzes-automated-acoustics-surveys-understanding-and-predicting-biodiversity-scale.html @@ -29,7 +29,7 @@

Event details

-
brown and white bird on brown wooden fence with mouth open +
brown and white bird on brown wooden fence with mouth open
@@ -40,7 +40,7 @@

Event details

-
Smiling man with dark brown hair and a beard and mustache. He has brown eyes and is wearing a blue collared shirt. +
Smiling man with dark brown hair and a beard and mustache. He has brown eyes and is wearing a blue collared shirt.
diff --git a/html/events/2024-01-imageomics-research-forum-cutting-edge-foundation-models.html b/html/events/2024-01-imageomics-research-forum-cutting-edge-foundation-models.html index 66f8c4b..f406464 100644 --- a/html/events/2024-01-imageomics-research-forum-cutting-edge-foundation-models.html +++ b/html/events/2024-01-imageomics-research-forum-cutting-edge-foundation-models.html @@ -29,7 +29,7 @@

Event details

-
an AI generated image of a computer chip with an earth hovering above surrounded by a network of dots and lines +
an AI generated image of a computer chip with an earth hovering above surrounded by a network of dots and lines
diff --git a/html/events/2024-02-external-speaker-series-ulrik-pagh-schultz-lundquist-wilddrone-autonomous-drones-nature-conservation-missions.html b/html/events/2024-02-external-speaker-series-ulrik-pagh-schultz-lundquist-wilddrone-autonomous-drones-nature-conservation-missions.html index 9cd16b5..23e3232 100644 --- a/html/events/2024-02-external-speaker-series-ulrik-pagh-schultz-lundquist-wilddrone-autonomous-drones-nature-conservation-missions.html +++ b/html/events/2024-02-external-speaker-series-ulrik-pagh-schultz-lundquist-wilddrone-autonomous-drones-nature-conservation-missions.html @@ -29,7 +29,7 @@

Event details

-
a heard of animals on the savannah is viewed from above as captured by a drone +
a heard of animals on the savannah is viewed from above as captured by a drone
@@ -42,7 +42,7 @@

Abstract:

-
man with shaved head, black rimmed glasses with blue eyes, light skin, and a beard and mustache looks toward the camera. He is wearing a baby blue button down shirt and a grey sweater +
man with shaved head, black rimmed glasses with blue eyes, light skin, and a beard and mustache looks toward the camera. He is wearing a baby blue button down shirt and a grey sweater
diff --git a/html/events/2024-02-imageomics-all-institute-project-update-monthly-meeting.html b/html/events/2024-02-imageomics-all-institute-project-update-monthly-meeting.html index 8f34e42..c989ceb 100644 --- a/html/events/2024-02-imageomics-all-institute-project-update-monthly-meeting.html +++ b/html/events/2024-02-imageomics-all-institute-project-update-monthly-meeting.html @@ -45,7 +45,7 @@

Event details

-
Members of the imageomics institute stand together for a group photo +
Members of the imageomics institute stand together for a group photo
diff --git a/html/events/2024-02-imageomics-workshop-aaai-2024.html b/html/events/2024-02-imageomics-workshop-aaai-2024.html index d59920b..48097c9 100644 --- a/html/events/2024-02-imageomics-workshop-aaai-2024.html +++ b/html/events/2024-02-imageomics-workshop-aaai-2024.html @@ -28,7 +28,7 @@

Event details

-
A mechanic tree of life with each branch ending in multiple animals with the text Imageomics workshop AAAI 2024 +
A mechanic tree of life with each branch ending in multiple animals with the text Imageomics workshop AAAI 2024
diff --git a/html/events/2024-07-tanya-berger-wolf-and-imageomics-aspen-global-change-institute.html b/html/events/2024-07-tanya-berger-wolf-and-imageomics-aspen-global-change-institute.html index b0b3fc2..dac3f5f 100644 --- a/html/events/2024-07-tanya-berger-wolf-and-imageomics-aspen-global-change-institute.html +++ b/html/events/2024-07-tanya-berger-wolf-and-imageomics-aspen-global-change-institute.html @@ -28,7 +28,7 @@

Event details

- Aspen Global Change Institute + Aspen Global Change Institute
diff --git a/html/events/2024-10-public-lecture-ai-nature-featuring-dr.-tanya-berger-wolf.html b/html/events/2024-10-public-lecture-ai-nature-featuring-dr.-tanya-berger-wolf.html index 9405636..b5acd86 100644 --- a/html/events/2024-10-public-lecture-ai-nature-featuring-dr.-tanya-berger-wolf.html +++ b/html/events/2024-10-public-lecture-ai-nature-featuring-dr.-tanya-berger-wolf.html @@ -36,7 +36,7 @@

Event details

- +
diff --git a/html/events/2024-10-seminar-automated-plankton-image-recognition-featuring-prof.-heikki-kalviainen.html b/html/events/2024-10-seminar-automated-plankton-image-recognition-featuring-prof.-heikki-kalviainen.html index 1609687..1e3b4c6 100644 --- a/html/events/2024-10-seminar-automated-plankton-image-recognition-featuring-prof.-heikki-kalviainen.html +++ b/html/events/2024-10-seminar-automated-plankton-image-recognition-featuring-prof.-heikki-kalviainen.html @@ -36,7 +36,7 @@

Event details

-
man with blonde hair and green eyes. He is in a black suit with red tie and stands in front of a grey background +
man with blonde hair and green eyes. He is in a black suit with red tie and stands in front of a grey background
diff --git a/html/events/2024-10-seminar-ofir-levy-school-zoology-tel-aviv-university-presentation-ai-ecology-refining-microclimate-predictions-and-thermoregulatory-tracking.html b/html/events/2024-10-seminar-ofir-levy-school-zoology-tel-aviv-university-presentation-ai-ecology-refining-microclimate-predictions-and-thermoregulatory-tracking.html index 6fab8fb..7bfa04b 100644 --- a/html/events/2024-10-seminar-ofir-levy-school-zoology-tel-aviv-university-presentation-ai-ecology-refining-microclimate-predictions-and-thermoregulatory-tracking.html +++ b/html/events/2024-10-seminar-ofir-levy-school-zoology-tel-aviv-university-presentation-ai-ecology-refining-microclimate-predictions-and-thermoregulatory-tracking.html @@ -33,7 +33,7 @@

Event details

- Ofir Levy + Ofir Levy
diff --git a/html/events/2024-11-imageomics-seminar-dr.-maks-ovsjanikov-november-22-2024.html b/html/events/2024-11-imageomics-seminar-dr.-maks-ovsjanikov-november-22-2024.html index 3fd0e6d..98e8eeb 100644 --- a/html/events/2024-11-imageomics-seminar-dr.-maks-ovsjanikov-november-22-2024.html +++ b/html/events/2024-11-imageomics-seminar-dr.-maks-ovsjanikov-november-22-2024.html @@ -31,7 +31,7 @@

Imageomics Seminar: Dr. Maks Ovsjanikov, November 22, 2024

-
Maks +
Maks
diff --git a/html/events/2025-02-fathomverse-explore-depths.html b/html/events/2025-02-fathomverse-explore-depths.html index 90ce1f3..825bd3e 100644 --- a/html/events/2025-02-fathomverse-explore-depths.html +++ b/html/events/2025-02-fathomverse-explore-depths.html @@ -32,7 +32,7 @@

Event details

- +
diff --git a/html/events/2025-03-imageomics-workshop-aaai-2025.html b/html/events/2025-03-imageomics-workshop-aaai-2025.html index efea4ec..a739509 100644 --- a/html/events/2025-03-imageomics-workshop-aaai-2025.html +++ b/html/events/2025-03-imageomics-workshop-aaai-2025.html @@ -34,7 +34,7 @@

Event details

-
Networked tree with animals and computer code with the words imageomics workshop AAAI 2025 +
Networked tree with animals and computer code with the words imageomics workshop AAAI 2025
diff --git a/html/events/2025-03-seminar-explore-pangea-project-elsa-ordway.html b/html/events/2025-03-seminar-explore-pangea-project-elsa-ordway.html index 7be870a..a93ee4f 100644 --- a/html/events/2025-03-seminar-explore-pangea-project-elsa-ordway.html +++ b/html/events/2025-03-seminar-explore-pangea-project-elsa-ordway.html @@ -28,7 +28,7 @@

Event details

- +
diff --git a/html/events/2025-04-imageomics-2025-all-hands-meeting.html b/html/events/2025-04-imageomics-2025-all-hands-meeting.html index 14aa3b7..f90750c 100644 --- a/html/events/2025-04-imageomics-2025-all-hands-meeting.html +++ b/html/events/2025-04-imageomics-2025-all-hands-meeting.html @@ -33,7 +33,7 @@

Event details

-
+
diff --git a/html/events/2025-04-imageomics-community-and-collaborators-day.html b/html/events/2025-04-imageomics-community-and-collaborators-day.html index b425338..d0e610d 100644 --- a/html/events/2025-04-imageomics-community-and-collaborators-day.html +++ b/html/events/2025-04-imageomics-community-and-collaborators-day.html @@ -33,7 +33,7 @@

Event details

-
+
diff --git a/html/events/2025-04-seminar-fishing-data-three-vignettes-image-based-research-fish.html b/html/events/2025-04-seminar-fishing-data-three-vignettes-image-based-research-fish.html index 35330c0..4430af7 100644 --- a/html/events/2025-04-seminar-fishing-data-three-vignettes-image-based-research-fish.html +++ b/html/events/2025-04-seminar-fishing-data-three-vignettes-image-based-research-fish.html @@ -28,7 +28,7 @@

Event details

- +
diff --git a/html/events/2025-04-wild-data-showcasing-ai-ecology-and-field-imageomics.html b/html/events/2025-04-wild-data-showcasing-ai-ecology-and-field-imageomics.html index e8ae8e7..58dd4f5 100644 --- a/html/events/2025-04-wild-data-showcasing-ai-ecology-and-field-imageomics.html +++ b/html/events/2025-04-wild-data-showcasing-ai-ecology-and-field-imageomics.html @@ -32,7 +32,7 @@

Event details

- +
diff --git a/html/events/2025-08-funcapalooza-2025-get-your-func-tionality.html b/html/events/2025-08-funcapalooza-2025-get-your-func-tionality.html index 7095707..2c3088f 100644 --- a/html/events/2025-08-funcapalooza-2025-get-your-func-tionality.html +++ b/html/events/2025-08-funcapalooza-2025-get-your-func-tionality.html @@ -42,7 +42,7 @@

Event details

- Funcapalooza 2025 + Funcapalooza 2025
diff --git a/html/events/2025-09-nsf-hdr-community-conference-2025.html b/html/events/2025-09-nsf-hdr-community-conference-2025.html index 5d5d961..c69e3cc 100644 --- a/html/events/2025-09-nsf-hdr-community-conference-2025.html +++ b/html/events/2025-09-nsf-hdr-community-conference-2025.html @@ -37,7 +37,7 @@

Event details

- HDR Conference 2025 + HDR Conference 2025
diff --git a/html/events/2025-11-seminar-mothbox-open-science-tool-automated-insect-monitoring.html b/html/events/2025-11-seminar-mothbox-open-science-tool-automated-insect-monitoring.html index 155ae98..116048b 100644 --- a/html/events/2025-11-seminar-mothbox-open-science-tool-automated-insect-monitoring.html +++ b/html/events/2025-11-seminar-mothbox-open-science-tool-automated-insect-monitoring.html @@ -36,7 +36,7 @@

Event details

- Andy Quitmeyer Mothbox Seminar + Andy Quitmeyer Mothbox Seminar
diff --git a/html/events/2026-02-seminar-bioclip-2-and-biocap-extending-species-classification-rich-ecological-understanding.html b/html/events/2026-02-seminar-bioclip-2-and-biocap-extending-species-classification-rich-ecological-understanding.html index 87ac245..5b73a28 100644 --- a/html/events/2026-02-seminar-bioclip-2-and-biocap-extending-species-classification-rich-ecological-understanding.html +++ b/html/events/2026-02-seminar-bioclip-2-and-biocap-extending-species-classification-rich-ecological-understanding.html @@ -34,7 +34,7 @@

Event details

- Graphic from BioCLIP2. Left shows bird species and beak sizes. Right shows bird species span. + Graphic from BioCLIP2. Left shows bird species and beak sizes. Right shows bird species span.
@@ -46,7 +46,7 @@

Event details

-
Jianyang Gu with cityscape in the background +
Jianyang Gu with cityscape in the background
diff --git a/html/events/2026-03-seminar-ai-based-arthropod-biodiversity-bugbox-lessons-learned-over-first-four-years.html b/html/events/2026-03-seminar-ai-based-arthropod-biodiversity-bugbox-lessons-learned-over-first-four-years.html index d355900..f24f85c 100644 --- a/html/events/2026-03-seminar-ai-based-arthropod-biodiversity-bugbox-lessons-learned-over-first-four-years.html +++ b/html/events/2026-03-seminar-ai-based-arthropod-biodiversity-bugbox-lessons-learned-over-first-four-years.html @@ -33,7 +33,7 @@

Event details

-
Man with a beard wearing glasses and a wide brimmed hat +
Man with a beard wearing glasses and a wide brimmed hat
diff --git a/html/events/2026-03-seminar-images-insight-cloud-based-morphometrics-and-ai-classification-3d-knockout-embryos.html b/html/events/2026-03-seminar-images-insight-cloud-based-morphometrics-and-ai-classification-3d-knockout-embryos.html index 57d55bb..d8ac84b 100644 --- a/html/events/2026-03-seminar-images-insight-cloud-based-morphometrics-and-ai-classification-3d-knockout-embryos.html +++ b/html/events/2026-03-seminar-images-insight-cloud-based-morphometrics-and-ai-classification-3d-knockout-embryos.html @@ -32,7 +32,7 @@

Event details

- White mouse on DNA molecule + White mouse on DNA molecule
@@ -46,7 +46,7 @@

Event details

-
Man wearing sunglasses and hat with water in the background. +
Man wearing sunglasses and hat with water in the background.
diff --git a/html/events/2026-04-designing-discovery.html b/html/events/2026-04-designing-discovery.html index d2f9659..2bbdc35 100644 --- a/html/events/2026-04-designing-discovery.html +++ b/html/events/2026-04-designing-discovery.html @@ -45,7 +45,7 @@

Event details

- Designing for Discovery Flyer + Designing for Discovery Flyer
diff --git a/html/events/2026-04-event-first-imageomics-conference.html b/html/events/2026-04-event-first-imageomics-conference.html index 576163c..4ff0db1 100644 --- a/html/events/2026-04-event-first-imageomics-conference.html +++ b/html/events/2026-04-event-first-imageomics-conference.html @@ -49,7 +49,7 @@

Event details

- +
diff --git a/html/events/2026-04-seminar-beyond-species-identification-plntnets-large-scale-ai-pipeline-downstream-biodiversity-inference.html b/html/events/2026-04-seminar-beyond-species-identification-plntnets-large-scale-ai-pipeline-downstream-biodiversity-inference.html index 222ac4c..cf119ff 100644 --- a/html/events/2026-04-seminar-beyond-species-identification-plntnets-large-scale-ai-pipeline-downstream-biodiversity-inference.html +++ b/html/events/2026-04-seminar-beyond-species-identification-plntnets-large-scale-ai-pipeline-downstream-biodiversity-inference.html @@ -32,7 +32,7 @@

Event details

- PlantNet Lab Cutting-edge research in AI and ecology + PlantNet Lab Cutting-edge research in AI and ecology
@@ -46,7 +46,7 @@

Event details

-
Pierre Bonnet Headshot +
Pierre Bonnet Headshot
diff --git a/html/events/2026-04-seminar-pixels-are-data-image-analysis-tools-known-and-unknown-unknowns.html b/html/events/2026-04-seminar-pixels-are-data-image-analysis-tools-known-and-unknown-unknowns.html index 693097c..14fa7bd 100644 --- a/html/events/2026-04-seminar-pixels-are-data-image-analysis-tools-known-and-unknown-unknowns.html +++ b/html/events/2026-04-seminar-pixels-are-data-image-analysis-tools-known-and-unknown-unknowns.html @@ -34,7 +34,7 @@

Event details

- Seminar Flyer with Title and research image + Seminar Flyer with Title and research image
@@ -50,7 +50,7 @@

Event details

-
Picture of Beth Cimini +
Picture of Beth Cimini
diff --git a/html/events/2026-06-designing-discovery.html b/html/events/2026-06-designing-discovery.html index c25d3da..a058422 100644 --- a/html/events/2026-06-designing-discovery.html +++ b/html/events/2026-06-designing-discovery.html @@ -28,7 +28,7 @@

Event details

- This interactive workshop brings together biologists, ecologists, developers, and data scientists to collaboratively refine and apply Imageomics tools for real-world research. Moving beyond demonstrations, participants will engage in hands-on co-development, explore applications such as species identification and trait analysis, and help shape intuitive, community-ready resources that advance biological discovery. + This interactive workshop brings together biologists, ecologists, developers, and data scientists to collaboratively refine and apply Imageomics tools for real-world research. Moving beyond demonstrations, participants will engage in hands-on co-development, explore applications such as species identification and trait analysis, and help shape intuitive, community-ready resources that advance biological discovery.
diff --git a/html/events/2026-08-ai-and-ecology-course-module-0-week-1-orientation-administration-and-introduction-course-tools.html b/html/events/2026-08-ai-and-ecology-course-module-0-week-1-orientation-administration-and-introduction-course-tools.html new file mode 100644 index 0000000..381c593 --- /dev/null +++ b/html/events/2026-08-ai-and-ecology-course-module-0-week-1-orientation-administration-and-introduction-course-tools.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 0 Week 1 (Orientation: Administration and Introduction to Course Tools) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 0 Week 1 (Orientation: Administration and Introduction to Course Tools)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to Enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

Module 0 - Course Administration | Class Session - Administration and Introduction to Course Tools

Summary: 

This module provides students with an overview of the course structure, expectations, and essential tools. It covers administrative details, introduces the syllabus, and familiarizes students with the key resources and technologies they will use throughout the course.

+
+
+
+ + + diff --git a/html/events/2026-08-experiential-introduction-ai-and-ecology-course-part-1.html b/html/events/2026-08-experiential-introduction-ai-and-ecology-course-part-1.html deleted file mode 100644 index 765e547..0000000 --- a/html/events/2026-08-experiential-introduction-ai-and-ecology-course-part-1.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - Experiential Introduction to AI and Ecology Course - Part 1 | Imageomics Institute - - - - - - -
-
-
-

Experiential Introduction to AI and Ecology Course - Part 1

-
-

Event dates

-
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
  • - - -
-
-
-

Registration

- Register for Zoom Meeting -
-
-

Event details

-

Format: Virtual, mostly synchronous
- Class Time: Tuesdays at 2:00 PM ET (Zoom)
- Structure: Six two-week modules + project development and community research training

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ModuleTopicDateLead Instructor(s)
0: Course AdministrationOrientation: Administration & Course ToolsAugust 25 (Asynchronous)Leanna House
1: Course FoundationsIntroduction to AI for EcologySeptember 1Tanya Berger-Wolf
 AI for Ecology: Practical ApplicationsSeptember 8Tanya Berger-Wolf
 Field Site Overview & Project PitchesSeptember 15Leanna House
2: Intro to Evolutionary EcologyFoundations in Evolutionary BiologySeptember 22Josef Uyeda
 Niches & Ecological DynamicsSeptember 29Daniel Rubenstein
3: AI Literacy & Modeling ParadigmsField Technology (Vibecoding, Mothbox, Sentinel, Field Kit, Sparrow)October 6Sara Beery’s students, Andy Quitmeyer, Dante Wasmuht, Shah Shelby
 Computer Vision & Remote SensingOctober 13Sara Beery, Devis Tuia
 Acoustics & DNA MethodsOctober 20Justin Kitzes
4: Advanced Methods & FAIR AI/MLAdvanced AI & Machine Learning MethodsOctober 27Harry Chao
 FAIR AI & ML Best PracticesNovember 3Hilmar Lapp
5: Advanced EcologyLong-term Ecosystem DynamicsNovember 10Sydne Record
 Global Biodiversity: An AI PerspectiveNovember 17Laura Pollock
6: Project PlanningProject Pitches (Sites 1 & 2)November 24Instructional Team
 Project Pitches (Sites 3 & 4)December 1Instructional Team
7: Community-Informed ResearchSafe & Inclusive Field WorkDecember 8Diane Boghrat
 Field Experience ReadinessDecember 15Leanna House
- -

Part I Components

- -
    -
  • Weekly synchronous Zoom discussions and labs
  • -
  • Readings, recorded lectures, and assignments
  • -
  • Weekly reflection journals (Weeks 3–13)
  • -
  • Group project proposal and pitch
  • -
  • Interdisciplinary collaboration between ecology and AI students
  • -
- -

Key Learning Areas

- -
    -
  • AI & Machine Learning for Ecology
  • -
  • Evolutionary Biology Foundations
  • -
  • Computer Vision, Remote Sensing, Acoustics, and DNA Methods
  • -
  • FAIR AI/ML Best Practices
  • -
  • Biodiversity & Ecosystem Analysis
  • -
  • Project Development & Scientific Communication
  • -
-
-
-
- - - diff --git a/html/events/2026-08-florapalooza-2026.html b/html/events/2026-08-florapalooza-2026.html index b64c9ec..5ccefce 100644 --- a/html/events/2026-08-florapalooza-2026.html +++ b/html/events/2026-08-florapalooza-2026.html @@ -40,7 +40,7 @@

Event details

- Poster with details for FloraPalooza 2026 + Poster with details for FloraPalooza 2026
diff --git a/html/events/2026-08-version-control-git.html b/html/events/2026-08-version-control-git.html new file mode 100644 index 0000000..6a7be8b --- /dev/null +++ b/html/events/2026-08-version-control-git.html @@ -0,0 +1,45 @@ + + + + + + Version Control with Git | Imageomics Institute + + + + + + +
+
+
+

Version Control with Git

+
+

Event dates

+ + - + +
+
+

Registration

+ Register +
+
+

Event link

+ Version Control with Git +
+
+

Event details

+

Learn how to track changes, collaborate efficiently, and manage your projects using Git and GitHub.

+

This session is taught by Matthew Thompson & Elizabeth Campolongo.

+
+
+ Version Control with Git +
+
+
+
+
+ + + diff --git a/html/events/2026-09-ai-and-ecology-course-module-1-week-1-course-foundations-introduction-ai-ecology.html b/html/events/2026-09-ai-and-ecology-course-module-1-week-1-course-foundations-introduction-ai-ecology.html new file mode 100644 index 0000000..d04595d --- /dev/null +++ b/html/events/2026-09-ai-and-ecology-course-module-1-week-1-course-foundations-introduction-ai-ecology.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 1 Week 1 (Course Foundations: Introduction to AI for Ecology) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 1 Week 1 (Course Foundations: Introduction to AI for Ecology)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

Module 1 - Course Foundations | Class Session - Introduction to AI for Ecology

Summary

This module covers several key topics related to the integration of AI with Ecology. We will also examine the potential for AI to uncover patterns and drive new insights in ecological research through interdisciplinary research initiatives and the field of imageomics. The module finishes with an overview of the field sites and potential research themes.

+
+
+
+ + + diff --git a/html/events/2026-09-ai-and-ecology-course-module-1-week-2-course-foundations-ai-ecology-practical-applications.html b/html/events/2026-09-ai-and-ecology-course-module-1-week-2-course-foundations-ai-ecology-practical-applications.html new file mode 100644 index 0000000..26cdf32 --- /dev/null +++ b/html/events/2026-09-ai-and-ecology-course-module-1-week-2-course-foundations-ai-ecology-practical-applications.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 1 Week 2 (Course Foundations: AI for Ecology: Practical Applications) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 1 Week 2 (Course Foundations: AI for Ecology: Practical Applications)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

Module 1 - Course Foundations | Class Session - AI for Ecology: Practical Applications

Summary

This module covers several key topics related to the integration of AI with Ecology. We will also examine the potential for AI to uncover patterns and drive new insights in ecological research through interdisciplinary research initiatives and the field of imageomics. The module finishes with an overview of the field sites and potential research themes.

+
+
+
+ + + diff --git a/html/events/2026-09-ai-and-ecology-course-module-1-week-3-course-foundations-exploring-field-sites-ecology-and-research-themes.html b/html/events/2026-09-ai-and-ecology-course-module-1-week-3-course-foundations-exploring-field-sites-ecology-and-research-themes.html new file mode 100644 index 0000000..074125e --- /dev/null +++ b/html/events/2026-09-ai-and-ecology-course-module-1-week-3-course-foundations-exploring-field-sites-ecology-and-research-themes.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 1 Week 3 (Course Foundations: Exploring the Field Sites: Ecology and Research Themes) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 1 Week 3 (Course Foundations: Exploring the Field Sites: Ecology and Research Themes)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

Module 1 - Course Foundations | Class Session - Exploring the Field Sites: Ecology and Research Themes

Summary

This module covers several key topics related to the integration of AI with Ecology. We will also examine the potential for AI to uncover patterns and drive new insights in ecological research through interdisciplinary research initiatives and the field of imageomics. The module finishes with an overview of the field sites and potential research themes.

+
+
+
+ + + diff --git a/html/events/2026-09-ai-and-ecology-course-module-2-week-1-intro-evolutionary-biology-foundations-evolutionary-biology.html b/html/events/2026-09-ai-and-ecology-course-module-2-week-1-intro-evolutionary-biology-foundations-evolutionary-biology.html new file mode 100644 index 0000000..ccae90a --- /dev/null +++ b/html/events/2026-09-ai-and-ecology-course-module-2-week-1-intro-evolutionary-biology-foundations-evolutionary-biology.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 2 Week 1 (Intro to Evolutionary Biology: Foundations in Evolutionary Biology) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 2 Week 1 (Intro to Evolutionary Biology: Foundations in Evolutionary Biology)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

Module 2 - Intro to Evolutionary Biology | Class Session - Foundations in Evolutionary Biology

Summary

This module introduces the foundations of evolutionary biology and its role in ecological research. Students will explore how evolutionary history shapes biodiversity, species interactions, ecological niches, and community dynamics. Through these topics, students will gain an understanding of how evolutionary and ecological processes inform biodiversity research and conservation.

+
+
+
+ + + diff --git a/html/events/2026-09-ai-and-ecology-course-module-2-week-2-intro-evolutionary-biology-niches-and-dynamics-shape-them.html b/html/events/2026-09-ai-and-ecology-course-module-2-week-2-intro-evolutionary-biology-niches-and-dynamics-shape-them.html new file mode 100644 index 0000000..ab70d2f --- /dev/null +++ b/html/events/2026-09-ai-and-ecology-course-module-2-week-2-intro-evolutionary-biology-niches-and-dynamics-shape-them.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 2 Week 2 (Intro to Evolutionary Biology: Niches and the Dynamics That Shape Them) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 2 Week 2 (Intro to Evolutionary Biology: Niches and the Dynamics That Shape Them)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

Module 2 - Intro to Evolutionary Biology | Class Session - Niches and the Dynamics That Shape Them

Summary

This module introduces the foundations of evolutionary biology and its role in ecological research. Students will explore how evolutionary history shapes biodiversity, species interactions, ecological niches, and community dynamics. Through these topics, students will gain an understanding of how evolutionary and ecological processes inform biodiversity research and conservation.

+
+
+
+ + + diff --git a/html/events/2026-10-ai-and-ecology-course-module-3-week-1-ai-literacy-key-modalities-and-modeling-paradigms-introduction-edge-computing.html b/html/events/2026-10-ai-and-ecology-course-module-3-week-1-ai-literacy-key-modalities-and-modeling-paradigms-introduction-edge-computing.html new file mode 100644 index 0000000..1f548c4 --- /dev/null +++ b/html/events/2026-10-ai-and-ecology-course-module-3-week-1-ai-literacy-key-modalities-and-modeling-paradigms-introduction-edge-computing.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 3 Week 1 (AI Literacy: Key Modalities and Modeling Paradigms: Introduction to Edge Computing) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 3 Week 1 (AI Literacy: Key Modalities and Modeling Paradigms: Introduction to Edge Computing)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

Module 3 - AI Literacy: Key Modalities and Modeling Paradigms: Introduction to Edge Computing

Summary

This module introduces the fundamentals of machine learning and its applications in ecological research. Students will explore core ML concepts, including neural networks, image classification, object detection, and semantic segmentation, alongside key data modalities such as computer vision, acoustics, and remote sensing. The session also highlights field technologies - including camera traps, drones, satellites, MothBox, and edge computing platforms - that enable AI-driven biodiversity monitoring and ecological data analysis.

+
+
+
+ + + diff --git a/html/events/2026-10-ai-and-ecology-course-module-3-week-2-ai-literacy-key-modalities-and-modeling-paradigms-computer-visionremote-sensing.html b/html/events/2026-10-ai-and-ecology-course-module-3-week-2-ai-literacy-key-modalities-and-modeling-paradigms-computer-visionremote-sensing.html new file mode 100644 index 0000000..8f3086f --- /dev/null +++ b/html/events/2026-10-ai-and-ecology-course-module-3-week-2-ai-literacy-key-modalities-and-modeling-paradigms-computer-visionremote-sensing.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 3 Week 2 (AI Literacy: Key Modalities and Modeling Paradigms: Computer Vision/Remote Sensing) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 3 Week 2 (AI Literacy: Key Modalities and Modeling Paradigms: Computer Vision/Remote Sensing)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

Module 3 - AI Literacy: Key Modalities and Modeling Paradigms: Computer Vision/Remote Sensing

Summary

This module introduces the fundamentals of machine learning and its applications in ecological research. Students will explore core ML concepts, including neural networks, image classification, object detection, and semantic segmentation, alongside key data modalities such as computer vision, acoustics, and remote sensing. The session also highlights field technologies—including camera traps, drones, satellites, MothBox, and edge computing platforms—that enable AI-driven biodiversity monitoring and ecological data analysis.

+
+
+
+ + + diff --git a/html/events/2026-10-ai-and-ecology-course-module-3-week-3-ai-literacy-key-modalities-and-modeling-paradigms-introduction-field-technologies.html b/html/events/2026-10-ai-and-ecology-course-module-3-week-3-ai-literacy-key-modalities-and-modeling-paradigms-introduction-field-technologies.html new file mode 100644 index 0000000..099a019 --- /dev/null +++ b/html/events/2026-10-ai-and-ecology-course-module-3-week-3-ai-literacy-key-modalities-and-modeling-paradigms-introduction-field-technologies.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 3 Week 3 (AI Literacy: Key Modalities and Modeling Paradigms: Introduction to Field Technologies) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 3 Week 3 (AI Literacy: Key Modalities and Modeling Paradigms: Introduction to Field Technologies)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Session Instructor - Justin Kitzes

Module 3 - AI Literacy: Key Modalities and Modeling Paradigms: Introduction to Field Technologies

Summary

This module introduces the fundamentals of machine learning and its applications in ecological research. Students will explore core ML concepts, including neural networks, image classification, object detection, and semantic segmentation, alongside key data modalities such as computer vision, acoustics, and remote sensing. The session also highlights field technologies—including camera traps, drones, satellites, MothBox, and edge computing platforms—that enable AI-driven biodiversity monitoring and ecological data analysis.


Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

+
+
+
+ + + diff --git a/html/events/2026-10-ai-and-ecology-course-module-4-week-1-advanced-methods-and-best-practices-fair-ai-ml-advanced-methods-ai-and-ml.html b/html/events/2026-10-ai-and-ecology-course-module-4-week-1-advanced-methods-and-best-practices-fair-ai-ml-advanced-methods-ai-and-ml.html new file mode 100644 index 0000000..ee198f7 --- /dev/null +++ b/html/events/2026-10-ai-and-ecology-course-module-4-week-1-advanced-methods-and-best-practices-fair-ai-ml-advanced-methods-ai-and-ml.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 4 Week 1 (Advanced Methods and Best Practices in FAIR AI & ML: Advanced Methods in AI and ML) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 4 Week 1 (Advanced Methods and Best Practices in FAIR AI & ML: Advanced Methods in AI and ML)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Session Instructor - Wei-Lun Chao, Boston University

Module 4: Advanced Methods and Best Practices in FAIR AI & ML: Advanced Methods in AI and ML

Summary

This module introduces advanced AI methods for ecological research, including foundation models, deep learning, and knowledge-guided machine learning (KGML). Students will also learn best practices for data management and documentation to prepare for collaborative research projects and data analysis in the spring semester.


Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

+
+
+
+ + + diff --git a/html/events/2026-11-ai-and-ecology-course-module-4-week-2-advanced-methods-and-best-practices-fair-ai-ml-best-practices-fair-ai-and-ml.html b/html/events/2026-11-ai-and-ecology-course-module-4-week-2-advanced-methods-and-best-practices-fair-ai-ml-best-practices-fair-ai-and-ml.html new file mode 100644 index 0000000..067479b --- /dev/null +++ b/html/events/2026-11-ai-and-ecology-course-module-4-week-2-advanced-methods-and-best-practices-fair-ai-ml-best-practices-fair-ai-and-ml.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 4 Week 2 (Advanced Methods and Best Practices in FAIR AI & ML: Best Practices for FAIR AI and ML) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 4 Week 2 (Advanced Methods and Best Practices in FAIR AI & ML: Best Practices for FAIR AI and ML)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Session Instructor - Hilmar Lapp, Neuromatch

Module 4: Advanced Methods and Best Practices in FAIR AI & ML: Best Practices for FAIR AI and ML

Summary

This module introduces advanced AI methods for ecological research, including foundation models, deep learning, and knowledge-guided machine learning (KGML). Students will also learn best practices for data management and documentation to prepare for collaborative research projects and data analysis in the spring semester.


Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

+
+
+
+ + + diff --git a/html/events/2026-11-ai-and-ecology-course-module-5-week-1-advanced-ecology-long-term-ecosystem-dynamics.html b/html/events/2026-11-ai-and-ecology-course-module-5-week-1-advanced-ecology-long-term-ecosystem-dynamics.html new file mode 100644 index 0000000..c27da27 --- /dev/null +++ b/html/events/2026-11-ai-and-ecology-course-module-5-week-1-advanced-ecology-long-term-ecosystem-dynamics.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 5 Week 1 (Advanced Ecology: Long-term Ecosystem Dynamics) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 5 Week 1 (Advanced Ecology: Long-term Ecosystem Dynamics)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Session Instructor - Sydne Record, University of Maine

Summary - Module 5: Advanced Ecology

This module explores long-term ecosystem dynamics and the factors that shape biodiversity across space and time. Students will examine how artificial intelligence is transforming biodiversity research by enabling large-scale analysis of ecological data, monitoring environmental change, and generating new insights into global patterns of species distribution, ecosystem function, and conservation.


Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

+
+
+
+ + + diff --git a/html/events/2026-11-ai-and-ecology-course-module-5-week-2-advanced-ecology-global-biodiversity-ai-perspective.html b/html/events/2026-11-ai-and-ecology-course-module-5-week-2-advanced-ecology-global-biodiversity-ai-perspective.html new file mode 100644 index 0000000..4a918dc --- /dev/null +++ b/html/events/2026-11-ai-and-ecology-course-module-5-week-2-advanced-ecology-global-biodiversity-ai-perspective.html @@ -0,0 +1,44 @@ + + + + + + AI and Ecology Course: Module 5 Week 2 (Advanced Ecology: Global Biodiversity: An AI perspective) | Imageomics Institute + + + + + + +
+
+
+ +

AI and Ecology Course: Module 5 Week 2 (Advanced Ecology: Global Biodiversity: An AI perspective)

+
+

Event dates

+ + - +
+
+

Registration

+ Request to enroll in the course +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Session Instructor - Laura Pollock, McGill University

Summary - Module 5: Advanced Ecology

This module explores long-term ecosystem dynamics and the factors that shape biodiversity across space and time. Students will examine how artificial intelligence is transforming biodiversity research by enabling large-scale analysis of ecological data, monitoring environmental change, and generating new insights into global patterns of species distribution, ecosystem function, and conservation.


 Course Description

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

+
+
+
+ + + diff --git a/html/events/2027-01-experiential-introduction-ai-and-ecology-course-part-2-field-course.html b/html/events/2027-01-experiential-introduction-ai-and-ecology-course-part-2-field-course.html deleted file mode 100644 index d980cd7..0000000 --- a/html/events/2027-01-experiential-introduction-ai-and-ecology-course-part-2-field-course.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - Experiential Introduction to AI and Ecology Course - Part 2: Field Course | Imageomics Institute - - - - - - -
-
-
-

Experiential Introduction to AI and Ecology Course - Part 2: Field Course

-
-

Event dates

- - - - -
-
-

Event details

-

(Tentative Dates for Field Course Portion)

- -

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

- -

Part II:  Part II is a two-week field experience under the mentorship of a faculty member, collecting data at a biologically diverse location. 

- -

Mode: Three weeks in-person at various field sites around the world in January 2027.

-
-
-
- - - diff --git a/html/events/2027-01-invitation-only-experiential-introduction-ai-and-ecology-field-course.html b/html/events/2027-01-invitation-only-experiential-introduction-ai-and-ecology-field-course.html new file mode 100644 index 0000000..a5f645c --- /dev/null +++ b/html/events/2027-01-invitation-only-experiential-introduction-ai-and-ecology-field-course.html @@ -0,0 +1,34 @@ + + + + + + Invitation Only - Experiential Introduction to AI and Ecology Field Course | Imageomics Institute + + + + + + +
+
+
+

Invitation Only - Experiential Introduction to AI and Ecology Field Course

+
+

Event dates

+ + - +
+
+

Course information

+ Learn more about the course +
+
+

Event details

+

Event Overview

Experiential Introduction to AI and Ecology is a year-long graduate-level interdisciplinary, project-driven course that brings together biologists, computer scientists, and those from related disciplines to learn, collaborate, and answer questions in ecology/biology/biodiversity science using computational machine learning (ML) approaches. The course begins with foundational concepts in science and analytic areas while formulating group-project ideas, includes a field experience for collecting data, and ends with completing  group projects asynchronously and receiving professional development synchronously.  The goal of the course is to conduct interdisciplinary scientific inquiry and research at the intersection of AI and ecology, collaborate with scientists across disciplines, become  immersed in the research methods of different fields, and explore how the collaboration between those disciplines results in the emergence of new ideas, approaches, and discoveries.

Mode: Three weeks in-person at various field sites around the world in January 2027.

+
+
+
+ + + diff --git a/html/events/beetlepalooza-2024.html b/html/events/beetlepalooza-2024.html index 962d519..b1632b3 100644 --- a/html/events/beetlepalooza-2024.html +++ b/html/events/beetlepalooza-2024.html @@ -32,7 +32,7 @@

Event details

- BeetlePalooza Event Notice + BeetlePalooza Event Notice
diff --git a/html/events/burning-questions-exploring-imageomics-together.html b/html/events/burning-questions-exploring-imageomics-together.html index d26811b..1063043 100644 --- a/html/events/burning-questions-exploring-imageomics-together.html +++ b/html/events/burning-questions-exploring-imageomics-together.html @@ -29,7 +29,7 @@

Event details

-
question marks glued to different colored paper set atop a desk adjacent to a hand holding a pen. All set on top of an open blank notebook +
question marks glued to different colored paper set atop a desk adjacent to a hand holding a pen. All set on top of an open blank notebook
diff --git a/html/events/image-datapalooza-2023.html b/html/events/image-datapalooza-2023.html index 0d7f2b3..266cab3 100644 --- a/html/events/image-datapalooza-2023.html +++ b/html/events/image-datapalooza-2023.html @@ -37,7 +37,7 @@

Event details

-
collage of images featuring a parrot, butterflly, cancer cells, dna, and cells, with the word Image Datapalooza 2023 at the top and imageomics logo at the bottom +
collage of images featuring a parrot, butterflly, cancer cells, dna, and cells, with the word Image Datapalooza 2023 at the top and imageomics logo at the bottom
diff --git a/html/events/imageomics-seminar-predicting-multiple-dimensions-plant-diversity-using-airborne-imagery-and-hierarchical-models.html b/html/events/imageomics-seminar-predicting-multiple-dimensions-plant-diversity-using-airborne-imagery-and-hierarchical-models.html index 08e6c94..cb07862 100644 --- a/html/events/imageomics-seminar-predicting-multiple-dimensions-plant-diversity-using-airborne-imagery-and-hierarchical-models.html +++ b/html/events/imageomics-seminar-predicting-multiple-dimensions-plant-diversity-using-airborne-imagery-and-hierarchical-models.html @@ -29,7 +29,7 @@

Event details

-
A circle with DNA in the middle and the outline of trees around the outside +
A circle with DNA in the middle and the outline of trees around the outside
diff --git a/html/events/imageomics-seminar-shape-data-and-all-data-have-shape-leaf-morphology-shape-gene-expression-across-flowering-plants.html b/html/events/imageomics-seminar-shape-data-and-all-data-have-shape-leaf-morphology-shape-gene-expression-across-flowering-plants.html index 594e810..4dc3ce7 100644 --- a/html/events/imageomics-seminar-shape-data-and-all-data-have-shape-leaf-morphology-shape-gene-expression-across-flowering-plants.html +++ b/html/events/imageomics-seminar-shape-data-and-all-data-have-shape-leaf-morphology-shape-gene-expression-across-flowering-plants.html @@ -30,7 +30,7 @@

Event details

-
Dan Chitwood +
Dan Chitwood
diff --git a/html/events/nsf-distinguished-open-public-lecture-tanya-berger-wolf.html b/html/events/nsf-distinguished-open-public-lecture-tanya-berger-wolf.html index 9bab9a4..9810242 100644 --- a/html/events/nsf-distinguished-open-public-lecture-tanya-berger-wolf.html +++ b/html/events/nsf-distinguished-open-public-lecture-tanya-berger-wolf.html @@ -32,7 +32,7 @@

Event details

- Tanya Berger Wolf NSF Distinguished Lecture + Tanya Berger Wolf NSF Distinguished Lecture
diff --git a/html/news/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024.html b/html/news/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024.html index ded46ef..c046a88 100644 --- a/html/news/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024.html +++ b/html/news/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024.html @@ -23,10 +23,10 @@

AI Meets Biodiversity: Imageomics Research Goes Big at NeurIPS 2024

- - - - NeurIPS and Imageomics + + + + NeurIPS and Imageomics diff --git a/html/news/ai-nature-tomorrows-science-starts-todays-students..html b/html/news/ai-nature-tomorrows-science-starts-todays-students..html index 1af69e9..99fb852 100644 --- a/html/news/ai-nature-tomorrows-science-starts-todays-students..html +++ b/html/news/ai-nature-tomorrows-science-starts-todays-students..html @@ -23,10 +23,10 @@

AI for Nature: Tomorrow’s science starts with today’s students.

- - - - 1 + + + + 1 @@ -39,10 +39,10 @@

AI for Nature: Tomorrow’s science starts with today’s students.

- - - - AI for Nature 2 + + + + AI for Nature 2 diff --git a/html/news/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity.html b/html/news/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity.html index 2b07d57..20cf8f6 100644 --- a/html/news/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity.html +++ b/html/news/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity.html @@ -23,7 +23,7 @@

AI to the Rescue: How Artificial Intelligence is Helping Scientists Understa
-
+
@@ -42,7 +42,7 @@

AI to the Rescue: How Artificial Intelligence is Helping Scientists Understa
-
Picture of woman with black hair and red glasses smiling +
Picture of woman with black hair and red glasses smiling
diff --git a/html/news/beetlepalooza-2024-announced.html b/html/news/beetlepalooza-2024-announced.html index 395c99f..687fde2 100644 --- a/html/news/beetlepalooza-2024-announced.html +++ b/html/news/beetlepalooza-2024-announced.html @@ -23,10 +23,10 @@

BeetlePalooza 2024 Announced

- - - - BeetlePalooza Event Notice + + + + BeetlePalooza Event Notice diff --git a/html/news/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning.html b/html/news/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning.html index b036a4e..7ed85dd 100644 --- a/html/news/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning.html +++ b/html/news/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning.html @@ -23,10 +23,10 @@

BeetlePalooza 2024: Revolutionizing Biodiversity Research with AI and Machin
- - - - BeetlePalooza 2024 Recap + + + + BeetlePalooza 2024 Recap diff --git a/html/news/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.html b/html/news/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.html index 5c18b41..8447911 100644 --- a/html/news/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.html +++ b/html/news/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.html @@ -23,10 +23,10 @@

Beetles, Birds, and Biodiversity: Researchers Travel to Dive into Hawaiian E
- - - - Hawaii Field Research + + + + Hawaii Field Research diff --git a/html/news/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.html b/html/news/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.html index 77feade..e30a8b5 100644 --- a/html/news/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.html +++ b/html/news/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.html @@ -23,10 +23,10 @@

Berger-Wolf Champions FAIR, CARE and AI for Nature at ESA Meeting

- - - - ESA 2025 + + + + ESA 2025 diff --git a/html/news/berger-wolf-featured-now-ohio-state-podcast.html b/html/news/berger-wolf-featured-now-ohio-state-podcast.html index a83acd8..d3a07b5 100644 --- a/html/news/berger-wolf-featured-now-ohio-state-podcast.html +++ b/html/news/berger-wolf-featured-now-ohio-state-podcast.html @@ -23,10 +23,10 @@

Berger-Wolf Featured on Now Ohio State Podcast

- - - - Tanya Berger-Wolf + + + + Tanya Berger-Wolf diff --git a/html/news/berger-wolf-leads-new-ai-biodiversity-change-global-center.html b/html/news/berger-wolf-leads-new-ai-biodiversity-change-global-center.html index 6d86b46..579eae4 100644 --- a/html/news/berger-wolf-leads-new-ai-biodiversity-change-global-center.html +++ b/html/news/berger-wolf-leads-new-ai-biodiversity-change-global-center.html @@ -23,10 +23,10 @@

Berger-Wolf Leads new AI for Biodiversity Change Global Center

- - - - A gray wolf in a snowy field + + + + A gray wolf in a snowy field diff --git a/html/news/berger-wolf-named-aaai-fellow.html b/html/news/berger-wolf-named-aaai-fellow.html index 4fd280c..9b2110f 100644 --- a/html/news/berger-wolf-named-aaai-fellow.html +++ b/html/news/berger-wolf-named-aaai-fellow.html @@ -22,7 +22,7 @@

Berger-Wolf named AAAI Fellow

-
head and shoulder photo of Berger-Wolfe speaking in front of black background with image of computer chip graphic +
head and shoulder photo of Berger-Wolfe speaking in front of black background with image of computer chip graphic
diff --git a/html/news/big-data-big-impact-nsf-hdr-conference-wrap.html b/html/news/big-data-big-impact-nsf-hdr-conference-wrap.html index 3238c40..a2f01ab 100644 --- a/html/news/big-data-big-impact-nsf-hdr-conference-wrap.html +++ b/html/news/big-data-big-impact-nsf-hdr-conference-wrap.html @@ -23,10 +23,10 @@

Big Data, Big Impact: NSF HDR Conference Wrap Up

- - - - HDR Ecosystem Annual Meeting + + + + HDR Ecosystem Annual Meeting @@ -44,7 +44,7 @@

Big Data, Big Impact: NSF HDR Conference Wrap Up

-
Tanya Berger Wolf +
Tanya Berger Wolf
diff --git a/html/news/bioclip-team-earns-best-student-paper-award-cvpr-2024.html b/html/news/bioclip-team-earns-best-student-paper-award-cvpr-2024.html index fc7181e..90e35df 100644 --- a/html/news/bioclip-team-earns-best-student-paper-award-cvpr-2024.html +++ b/html/news/bioclip-team-earns-best-student-paper-award-cvpr-2024.html @@ -25,10 +25,10 @@

BioCLIP Team Earns Best Student Paper Award at CVPR 2024

- - - - CVPR 2024 Best Student Paper team. + + + + CVPR 2024 Best Student Paper team. diff --git a/html/news/blog-post-published-imageomics-social-science-team.html b/html/news/blog-post-published-imageomics-social-science-team.html index 1a610b3..aee7d98 100644 --- a/html/news/blog-post-published-imageomics-social-science-team.html +++ b/html/news/blog-post-published-imageomics-social-science-team.html @@ -22,7 +22,7 @@

Blog Post Published by Imageomics Social Science Team

-
mosaic of headshots of three authors with Jiang at top, Boghrat on bottom left, and Grabmeier on bottom right +
mosaic of headshots of three authors with Jiang at top, Boghrat on bottom left, and Grabmeier on bottom right
diff --git a/html/news/branching-out-bioclip-2-pushes-boundaries-ai-nature.html b/html/news/branching-out-bioclip-2-pushes-boundaries-ai-nature.html index 1a6b098..cc208a9 100644 --- a/html/news/branching-out-bioclip-2-pushes-boundaries-ai-nature.html +++ b/html/news/branching-out-bioclip-2-pushes-boundaries-ai-nature.html @@ -23,10 +23,10 @@

Branching Out: BioCLIP 2 Pushes the Boundaries of AI for Nature

- - - - Images of organisms in their natural habitats can provide scientists with vital information about the natural world. + + + + Images of organisms in their natural habitats can provide scientists with vital information about the natural world. diff --git a/html/news/branching-out-uyedas-research-puts-tree-phylogeny.html b/html/news/branching-out-uyedas-research-puts-tree-phylogeny.html index a768fbe..654d21a 100644 --- a/html/news/branching-out-uyedas-research-puts-tree-phylogeny.html +++ b/html/news/branching-out-uyedas-research-puts-tree-phylogeny.html @@ -23,10 +23,10 @@

Branching Out: Uyeda's Research Puts the 'Tree' in Phylogeny

- - - - Josef Uyeda + + + + Josef Uyeda @@ -47,10 +47,10 @@

Branching Out: Uyeda's Research Puts the 'Tree' in Phylogeny

- - - - Josef Uyeda + + + + Josef Uyeda diff --git a/html/news/bring-data-funk-funcapalooza-2025-workshop-announced.html b/html/news/bring-data-funk-funcapalooza-2025-workshop-announced.html index fd5b4e5..24bf400 100644 --- a/html/news/bring-data-funk-funcapalooza-2025-workshop-announced.html +++ b/html/news/bring-data-funk-funcapalooza-2025-workshop-announced.html @@ -23,10 +23,10 @@

Bring the Data Funk: FuncaPalooza 2025 Workshop Announced

- - - - Funcapalooza 2025 + + + + Funcapalooza 2025 diff --git a/html/news/buckeyes-participate-inaugural-u.s.-africa-science-engineering-and-medicine-symposium.html b/html/news/buckeyes-participate-inaugural-u.s.-africa-science-engineering-and-medicine-symposium.html index 91bccd0..6218dc0 100644 --- a/html/news/buckeyes-participate-inaugural-u.s.-africa-science-engineering-and-medicine-symposium.html +++ b/html/news/buckeyes-participate-inaugural-u.s.-africa-science-engineering-and-medicine-symposium.html @@ -23,10 +23,10 @@

Buckeyes participate in inaugural U.S.-Africa science, engineering and medic
- - - - Group photo of participants from U.S.-Africa Frontiers of Science Symposium + + + + Group photo of participants from U.S.-Africa Frontiers of Science Symposium diff --git a/html/news/buzz.html b/html/news/buzz.html index ffcc6c1..4279624 100644 --- a/html/news/buzz.html +++ b/html/news/buzz.html @@ -22,7 +22,7 @@

Imageomics Institute is hiring OSU Students

-
+
diff --git a/html/news/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16.html b/html/news/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16.html index c9b333e..f68c23c 100644 --- a/html/news/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16.html +++ b/html/news/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16.html @@ -23,10 +23,10 @@

Byte-ing into Biodiversity: AI Powers Conservation Conversations at COP16 - - - - Ohio State Professor Tanya Berger-Wolfe, seated third from left, speaks at a COP16 panel. + + + + Ohio State Professor Tanya Berger-Wolfe, seated third from left, speaks at a COP16 panel. @@ -46,7 +46,7 @@

Byte-ing into Biodiversity: AI Powers Conservation Conversations at COP16 -
Ohio State Professor Tanya Berger-Wolfe, pictured right, with colleagues at COP16. +
Ohio State Professor Tanya Berger-Wolfe, pictured right, with colleagues at COP16.
diff --git a/html/news/call-papers-aaai-2025-workshop-deadline-extended.html b/html/news/call-papers-aaai-2025-workshop-deadline-extended.html index 6a78981..307b047 100644 --- a/html/news/call-papers-aaai-2025-workshop-deadline-extended.html +++ b/html/news/call-papers-aaai-2025-workshop-deadline-extended.html @@ -23,10 +23,10 @@

Call for Papers AAAI 2025 Workshop (Deadline Extended!)

- - - - Submission + + + + Submission diff --git a/html/news/carstens-earns-ohio-states-2025-distinguished-scholar-award.html b/html/news/carstens-earns-ohio-states-2025-distinguished-scholar-award.html index 0da0f1a..90a8cc2 100644 --- a/html/news/carstens-earns-ohio-states-2025-distinguished-scholar-award.html +++ b/html/news/carstens-earns-ohio-states-2025-distinguished-scholar-award.html @@ -23,10 +23,10 @@

Carstens Earns Ohio State’s 2025 Distinguished Scholar Award

- - - - Carstens + + + + Carstens diff --git a/html/news/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.html b/html/news/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.html index 925e251..feb6eec 100644 --- a/html/news/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.html +++ b/html/news/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.html @@ -23,10 +23,10 @@

Chain Reaction Series: Jenna Kline’s Drone Research Takes Conservation to
- - - - Kline research + + + + Kline research diff --git a/html/news/decker-defend-phd-focus-bats-and-big-data.html b/html/news/decker-defend-phd-focus-bats-and-big-data.html index 95df800..71c0f71 100644 --- a/html/news/decker-defend-phd-focus-bats-and-big-data.html +++ b/html/news/decker-defend-phd-focus-bats-and-big-data.html @@ -23,10 +23,10 @@

Decker to Defend PhD with a Focus on Bats and Big Data

- - - - Sydney Decker + + + + Sydney Decker @@ -59,10 +59,10 @@

Decker to Defend PhD with a Focus on Bats and Big Data

- - - - Decker exit seminar + + + + Decker exit seminar diff --git a/html/news/designing-discovery-workshop-evolution-conference-2026.html b/html/news/designing-discovery-workshop-evolution-conference-2026.html new file mode 100644 index 0000000..1533ef6 --- /dev/null +++ b/html/news/designing-discovery-workshop-evolution-conference-2026.html @@ -0,0 +1,37 @@ + + + + + + Designing for Discovery Workshop at the Evolution Conference 2026 | Imageomics Institute + + + + + + +
+
+
+
+ +

Designing for Discovery Workshop at the Evolution Conference 2026

+
+ +
+
+ Participants attending the Designing for Discovery workshop at Evolution 2026 +
+

The Imageomics Institute recently hosted Designing for Discovery, a hands-on workshop at Evolution 2026 in Cleveland, Ohio, bringing together researchers interested in exploring how artificial intelligence and image-based analysis can support biological discovery.

+

Designed to bridge the gap between computational methods and biological research, the workshop introduced participants to the growing field of imageomics and demonstrated how machine learning tools can help researchers extract meaningful insights from images of organisms, specimens, and ecosystems.

+

The session began with an overview of the Imageomics Institute and the role that image-based data is playing across biodiversity science, ecology, evolution, and systematics. Participants were then introduced to key machine learning concepts through biological use cases involving birds, butterflies, and bark beetles, helping connect technical ideas to real research applications.

+

The workshop's interactive tutorials gave attendees the opportunity to explore several Imageomics tools, including PyBioCLIP, the Image Embedding Explorer, BioCLIP Image Search Lite, and the Species Similarity Tool (SST). Through live demonstrations in Google Colab, participants learned how these tools can be used for image classification, similarity search, dataset exploration, and trait-based discovery.

+

Throughout the afternoon, open discussions encouraged attendees to share research challenges, ask questions, and explore how imageomics approaches could be incorporated into their own work. These conversations highlighted the importance of collaboration between biologists and computational researchers in developing tools that are both powerful and accessible.

+

A special thank you to Diane Boghrat, Matthew Thompson, Jianyang Gu, Net Zhang, Wei-Lun Harry Chao, Caleb Charpentier, Nico Zuupas, Jousef Uyeda, and Fangxun Liu for organizing and leading the workshop, and to everyone who participated and shared their perspectives.

+

By combining foundational concepts with hands-on exploration, Designing for Discovery provided participants with practical experience using imageomics tools while showcasing the growing potential of AI to accelerate biological research and discovery.

+
+
+
+ + + diff --git a/html/news/dr.-berger-wolf-and-dr.-mabee-serve-panelists-national-academies..html b/html/news/dr.-berger-wolf-and-dr.-mabee-serve-panelists-national-academies..html index 4394b16..7dd6620 100644 --- a/html/news/dr.-berger-wolf-and-dr.-mabee-serve-panelists-national-academies..html +++ b/html/news/dr.-berger-wolf-and-dr.-mabee-serve-panelists-national-academies..html @@ -23,10 +23,10 @@

Dr. Berger-Wolf and Dr. Mabee Serve as Panelists for The National Academies.
- - - - Earth from space. + + + + Earth from space. diff --git a/html/news/dr.-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.html b/html/news/dr.-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.html index f5b7902..153f243 100644 --- a/html/news/dr.-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.html +++ b/html/news/dr.-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.html @@ -22,7 +22,7 @@

Dr. Brittany Fonner Joins Imageomics as Research Programs and Communications
-
Brittany Fonner +
Brittany Fonner
diff --git a/html/news/evolutionary-advancements-imageomics-research-shine-iclr-2025.html b/html/news/evolutionary-advancements-imageomics-research-shine-iclr-2025.html index f81f568..4e31615 100644 --- a/html/news/evolutionary-advancements-imageomics-research-shine-iclr-2025.html +++ b/html/news/evolutionary-advancements-imageomics-research-shine-iclr-2025.html @@ -23,10 +23,10 @@

Evolutionary Advancements: Imageomics Research to Shine at ICLR 2025

- - - - ICLR 2025 + + + + ICLR 2025 diff --git a/html/news/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.html b/html/news/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.html index 3ab52d4..f76f521 100644 --- a/html/news/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.html +++ b/html/news/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.html @@ -22,7 +22,7 @@

Full Professor, Full Picture: Arnab Nandi Advances Data Frontiers at Ohio St
-
Anab Nandi +
Anab Nandi
diff --git a/html/news/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.html b/html/news/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.html index 70589b8..1ac5c93 100644 --- a/html/news/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.html +++ b/html/news/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.html @@ -23,10 +23,10 @@

FuncaPalooza 2025 Launches New Era of Open, AI-Driven Biodiversity Research<
- - - - Group photo + + + + Group photo diff --git a/html/news/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.html b/html/news/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.html index d9bbb95..ecb3087 100644 --- a/html/news/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.html +++ b/html/news/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.html @@ -23,10 +23,10 @@

Grand Ideas: Graduate Student Michelle Ramirez Bridging Generations with AI
- - - - Michelle Ramirez teaching a class to middle school students this summer. + + + + Michelle Ramirez teaching a class to middle school students this summer. diff --git a/html/news/grand-time-ai-nature.html b/html/news/grand-time-ai-nature.html index 261cbe8..cafa1ef 100644 --- a/html/news/grand-time-ai-nature.html +++ b/html/news/grand-time-ai-nature.html @@ -23,10 +23,10 @@

A Grand Time with AI for Nature

- - - - Grandparents Day 2025 + + + + Grandparents Day 2025 diff --git a/html/news/harry-chao-receives-2025-early-career-distinguished-scholar-award.html b/html/news/harry-chao-receives-2025-early-career-distinguished-scholar-award.html index a73ffb2..ecc940e 100644 --- a/html/news/harry-chao-receives-2025-early-career-distinguished-scholar-award.html +++ b/html/news/harry-chao-receives-2025-early-career-distinguished-scholar-award.html @@ -25,10 +25,10 @@

Harry Chao Receives 2025 Early Career Distinguished Scholar Award

- - - - Chao earns EC Award + + + + Chao earns EC Award diff --git a/html/news/how-new-drone-system-may-transform-next-gen-ecology-research.html b/html/news/how-new-drone-system-may-transform-next-gen-ecology-research.html index 8642d2d..bcff772 100644 --- a/html/news/how-new-drone-system-may-transform-next-gen-ecology-research.html +++ b/html/news/how-new-drone-system-may-transform-next-gen-ecology-research.html @@ -23,10 +23,10 @@

How a new drone system may transform next-gen ecology research

- - - - Drone research taking ecology to the next level. + + + + Drone research taking ecology to the next level. diff --git a/html/news/imageomics-breakthroughs-ai-biodiversity-cvpr-2025.html b/html/news/imageomics-breakthroughs-ai-biodiversity-cvpr-2025.html index e1eb5ad..60db6a9 100644 --- a/html/news/imageomics-breakthroughs-ai-biodiversity-cvpr-2025.html +++ b/html/news/imageomics-breakthroughs-ai-biodiversity-cvpr-2025.html @@ -23,10 +23,10 @@

Imageomics Breakthroughs in AI for Biodiversity at CVPR 2025

- - - - imageomics at CVPR 2025 + + + + imageomics at CVPR 2025 @@ -43,10 +43,10 @@

Imageomics Breakthroughs in AI for Biodiversity at CVPR 2025

- - - - MMLA paper + + + + MMLA paper @@ -61,10 +61,10 @@

Imageomics Breakthroughs in AI for Biodiversity at CVPR 2025

- - - - paper + + + + paper @@ -79,10 +79,10 @@

Imageomics Breakthroughs in AI for Biodiversity at CVPR 2025

- - - - Ankit paper + + + + Ankit paper diff --git a/html/news/imageomics-chain-reaction-series-dominik-winecki.html b/html/news/imageomics-chain-reaction-series-dominik-winecki.html index c187440..9891535 100644 --- a/html/news/imageomics-chain-reaction-series-dominik-winecki.html +++ b/html/news/imageomics-chain-reaction-series-dominik-winecki.html @@ -35,7 +35,7 @@

Imageomics Chain Reaction Series: Dominik Winecki

-
Dominik Winecki, PhD candidate at OSU Computer Science & Engineering. +
Dominik Winecki, PhD candidate at OSU Computer Science & Engineering.
@@ -55,10 +55,10 @@

Imageomics Chain Reaction Series: Dominik Winecki

- - - - vidformer + + + + vidformer diff --git a/html/news/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics.html b/html/news/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics.html index ac28b32..1476482 100644 --- a/html/news/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics.html +++ b/html/news/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics.html @@ -22,7 +22,7 @@

Imageomics Chain Reaction Series: Otto Brookes Swings into the Heart of Imag
-
Otto Brookes +
Otto Brookes
diff --git a/html/news/imageomics-digital-digest-issue-5.html b/html/news/imageomics-digital-digest-issue-5.html index 4d466f4..fa2ad53 100644 --- a/html/news/imageomics-digital-digest-issue-5.html +++ b/html/news/imageomics-digital-digest-issue-5.html @@ -19,11 +19,11 @@

Imageomics Digital Digest, Issue 5

- +
-
Issue 5 +
Issue 5
diff --git a/html/news/imageomics-digital-digest-issue-6.html b/html/news/imageomics-digital-digest-issue-6.html index 8be5edc..ee5b1fd 100644 --- a/html/news/imageomics-digital-digest-issue-6.html +++ b/html/news/imageomics-digital-digest-issue-6.html @@ -24,10 +24,10 @@

Imageomics Digital Digest: Issue 6

- - - - over image + + + + over image diff --git a/html/news/imageomics-digital-digest-issue-7.html b/html/news/imageomics-digital-digest-issue-7.html index bcfb488..91b18b8 100644 --- a/html/news/imageomics-digital-digest-issue-7.html +++ b/html/news/imageomics-digital-digest-issue-7.html @@ -24,10 +24,10 @@

Imageomics Digital Digest, Issue 7

- - - - Digital 7 + + + + Digital 7 diff --git a/html/news/imageomics-digital-digest-issue-8.html b/html/news/imageomics-digital-digest-issue-8.html index 718c44f..1552341 100644 --- a/html/news/imageomics-digital-digest-issue-8.html +++ b/html/news/imageomics-digital-digest-issue-8.html @@ -21,7 +21,7 @@

Imageomics Digital Digest, Issue 8

- Imageomics Digital Digest Newsletter Issue 8 cover + Imageomics Digital Digest Newsletter Issue 8 cover

Imageomics Institute's Digital Digest, Issue 8, is out now and filled with our latest milestones to continue pushing the boundaries of AI-enabled biological sciences such as:

    diff --git a/html/news/imageomics-digital-digest-issue-9.html b/html/news/imageomics-digital-digest-issue-9.html index d11df12..3df01a2 100644 --- a/html/news/imageomics-digital-digest-issue-9.html +++ b/html/news/imageomics-digital-digest-issue-9.html @@ -21,7 +21,7 @@

    Imageomics Digital Digest, Issue 9

    - Imageomics Digital Digest Newsletter Issue 9 cover + Imageomics Digital Digest Newsletter Issue 9 cover

    The 9th edition of the Imageomics Institute's Digital Digest is now out!

    This edition highlights key moments from the Imageomics community, including the success of the Imageomics Conference, which brought together researchers, students, and innovators for hands-on workshops, tool demonstrations, and collaborative discussions at the intersection of biology and AI.

    diff --git a/html/news/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast.html b/html/news/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast.html index 783b4d3..0990646 100644 --- a/html/news/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast.html +++ b/html/news/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast.html @@ -23,10 +23,10 @@

    Imageomics Director Talks AI Conservation Efforts on Scientific American Pod
    - - - - podcast episode + + + + podcast episode diff --git a/html/news/imageomics-highlights-key-role-upcoming-kgml-workshop.html b/html/news/imageomics-highlights-key-role-upcoming-kgml-workshop.html index e33bb39..1cdef36 100644 --- a/html/news/imageomics-highlights-key-role-upcoming-kgml-workshop.html +++ b/html/news/imageomics-highlights-key-role-upcoming-kgml-workshop.html @@ -23,10 +23,10 @@

    Imageomics Highlights Key Role in Upcoming KGML Workshop

    - - - - KGML 2024 + + + + KGML 2024 @@ -42,7 +42,7 @@

    Imageomics Highlights Key Role in Upcoming KGML Workshop

    -
    Anuj Karpatne +
    Anuj Karpatne
    diff --git a/html/news/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024.html b/html/news/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024.html index cd469a9..63ccd9b 100644 --- a/html/news/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024.html +++ b/html/news/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024.html @@ -26,10 +26,10 @@

    Imageomics Hosts Dynamic Week of Events at Annual All-Hands Meeting 2024

    - - - - A group of men and women talking on an open tour bus. + + + + A group of men and women talking on an open tour bus. @@ -58,7 +58,7 @@

    Imageomics Hosts Dynamic Week of Events at Annual All-Hands Meeting 2024

    -
    Workflow +
    Workflow
    diff --git a/html/news/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.html b/html/news/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.html index 523de7a..6af6a12 100644 --- a/html/news/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.html +++ b/html/news/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.html @@ -22,7 +22,7 @@

    ​Imageomics Institute Hosts 2025 All-Hands Meeting to Advance AI-Driven Bi
    -
    2025 All Hands meeting +
    2025 All Hands meeting
    diff --git a/html/news/imageomics-institute-issues-call-papers-neurips-2025-workshop.html b/html/news/imageomics-institute-issues-call-papers-neurips-2025-workshop.html index fcfc99b..2fccd1e 100644 --- a/html/news/imageomics-institute-issues-call-papers-neurips-2025-workshop.html +++ b/html/news/imageomics-institute-issues-call-papers-neurips-2025-workshop.html @@ -23,10 +23,10 @@

    Imageomics Institute Issues Call for Papers for NeurIPS 2025 Workshop

    - - - - NeurIPS and Imageomics + + + + NeurIPS and Imageomics diff --git a/html/news/imageomics-institute-newsletter-issue-2-2025.html b/html/news/imageomics-institute-newsletter-issue-2-2025.html index f9ec3cd..1c6ea2b 100644 --- a/html/news/imageomics-institute-newsletter-issue-2-2025.html +++ b/html/news/imageomics-institute-newsletter-issue-2-2025.html @@ -24,7 +24,7 @@

    Imageomics Institute Newsletter, Issue 2, 2025

    -
    Imageomics Newsletter, March +
    Imageomics Newsletter, March
    diff --git a/html/news/imageomics-institute-newsletter-issue-3-2025.html b/html/news/imageomics-institute-newsletter-issue-3-2025.html index 209cf25..1032aac 100644 --- a/html/news/imageomics-institute-newsletter-issue-3-2025.html +++ b/html/news/imageomics-institute-newsletter-issue-3-2025.html @@ -24,10 +24,10 @@

    Imageomics Institute Newsletter, Issue 3, 2025

    - - - - Issue three newsletter + + + + Issue three newsletter diff --git a/html/news/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.html b/html/news/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.html index 395acfc..41e58e2 100644 --- a/html/news/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.html +++ b/html/news/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.html @@ -23,10 +23,10 @@

    Imageomics Joins $600,000 NSF FAIROS Award for AI-ready Ecology Data Infrast
    - - - - AI and Nature image + + + + AI and Nature image diff --git a/html/news/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.html b/html/news/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.html index 1e3b996..03cf499 100644 --- a/html/news/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.html +++ b/html/news/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.html @@ -23,10 +23,10 @@

    Imageomics Launches New Catalog Showcasing Open Science Resources for AI and
    - - - - + + + + diff --git a/html/news/imageomics-newsletter-issue-4.html b/html/news/imageomics-newsletter-issue-4.html index 1e2199e..5648702 100644 --- a/html/news/imageomics-newsletter-issue-4.html +++ b/html/news/imageomics-newsletter-issue-4.html @@ -19,11 +19,11 @@

    Imageomics Newsletter, Issue 4

    - +
    -
    Imageomics Newsletter, Issue 4 +
    Imageomics Newsletter, Issue 4
    diff --git a/html/news/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech.html b/html/news/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech.html index cc9914d..f753fe5 100644 --- a/html/news/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech.html +++ b/html/news/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech.html @@ -22,7 +22,7 @@

    Imageomics NextGen Mohannad Elhamod Named Graduate Student of the Year by Vi
    -
    smiling man with salt and pepper beard and brown eyes. He is wearing a black hat, red button up shirt covered by a jean jacket He is standing in front a pink cherry tree. +
    smiling man with salt and pepper beard and brown eyes. He is wearing a black hat, red button up shirt covered by a jean jacket He is standing in front a pink cherry tree.
    diff --git a/html/news/imageomics-poised-enable-new-understanding-life.html b/html/news/imageomics-poised-enable-new-understanding-life.html index 81670f3..13bb0ed 100644 --- a/html/news/imageomics-poised-enable-new-understanding-life.html +++ b/html/news/imageomics-poised-enable-new-understanding-life.html @@ -24,10 +24,10 @@

    Imageomics poised to enable new understanding of life

    - - - - A researcher takes a photo of elephants and other wild life at a watering hold + + + + A researcher takes a photo of elephants and other wild life at a watering hold diff --git a/html/news/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.html b/html/news/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.html index 6be513c..2530579 100644 --- a/html/news/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.html +++ b/html/news/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.html @@ -23,10 +23,10 @@

    Imageomics Research Heads to Top Computer Vision Conference, CVPR 2025

    - - - - CVPR 2025 and Imageomics Research + + + + CVPR 2025 and Imageomics Research diff --git a/html/news/imageomics-team-releases-bioclip.html b/html/news/imageomics-team-releases-bioclip.html index 57bd589..a002ba8 100644 --- a/html/news/imageomics-team-releases-bioclip.html +++ b/html/news/imageomics-team-releases-bioclip.html @@ -24,10 +24,10 @@

    Imageomics team releases BioCLIP

    - - - - Images of organisms in their natural habitats can provide scientists with vital information about the natural world. + + + + Images of organisms in their natural habitats can provide scientists with vital information about the natural world. diff --git a/html/news/inside-first-imageomics-conference.html b/html/news/inside-first-imageomics-conference.html index cf17857..5f66322 100644 --- a/html/news/inside-first-imageomics-conference.html +++ b/html/news/inside-first-imageomics-conference.html @@ -20,7 +20,7 @@

    Inside the First Imageomics Conference

    - Group photo from the first Imageomics Conference + Group photo from the first Imageomics Conference
    Find a better image.

    This April, researchers, technologists, conservationists, and students gathered for the first-ever Imageomics Conference, hosted at the Energy Advancement & Innovation Center at The Ohio State University. The multi-day event brought together experts across artificial intelligence, ecology, biodiversity science, computer vision, and data science to explore how images and machine learning can transform the way we understand life on Earth.

    diff --git a/html/news/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate.html b/html/news/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate.html index 56f00a9..7d22b2b 100644 --- a/html/news/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate.html +++ b/html/news/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate.html @@ -22,7 +22,7 @@

    Jenna Kline Achieves Milestone as First Imageomics Institute PhD Candidate -
    Jenna Kline +
    Jenna Kline
    diff --git a/html/news/jenna-kline-presidential-fellow.html b/html/news/jenna-kline-presidential-fellow.html index dbe1198..7c4f16b 100644 --- a/html/news/jenna-kline-presidential-fellow.html +++ b/html/news/jenna-kline-presidential-fellow.html @@ -20,7 +20,7 @@

    Jenna Kline Named 2025-2026 Presidential Fellow

    - Ohio State students and faculty on the Kenya savannah making the O-H-I-O sign + Ohio State students and faculty on the Kenya savannah making the O-H-I-O sign
    Jenna Kline (left) during the January 2022 Experiential Imageomics field excursion to Kenya. This hands-on experience in the field helped inform her research on autonomous sensing and real-time environmental monitoring.

    The Graduate School at The Ohio State University has announced the 2025-2026 Presidential Fellowship recipients in November, naming Jenna Kline as one of this year’s distinguished honorees. Notably, Jenna makes history as the first-ever Imageomics PhD candidate to receive this prestigious award.

    diff --git a/html/news/jenna-kline-recipient-2025-cse-graduate-student-research-award.html b/html/news/jenna-kline-recipient-2025-cse-graduate-student-research-award.html index 328f8ae..58d80ff 100644 --- a/html/news/jenna-kline-recipient-2025-cse-graduate-student-research-award.html +++ b/html/news/jenna-kline-recipient-2025-cse-graduate-student-research-award.html @@ -22,7 +22,7 @@

    Jenna Kline, Recipient of 2025 CSE Graduate Student Research Award

    -
    Jenna Kline +
    Jenna Kline
    diff --git a/html/news/karpatnes-lakegpt-research-earns-nairr-pilot-award.html b/html/news/karpatnes-lakegpt-research-earns-nairr-pilot-award.html index 257ae2e..8cfdcd8 100644 --- a/html/news/karpatnes-lakegpt-research-earns-nairr-pilot-award.html +++ b/html/news/karpatnes-lakegpt-research-earns-nairr-pilot-award.html @@ -23,10 +23,10 @@

    Karpatne's LakeGPT Research Earns NAIRR Pilot Award

    - - - - Lake Michigan sunset + + + + Lake Michigan sunset @@ -36,7 +36,7 @@

    Karpatne's LakeGPT Research Earns NAIRR Pilot Award

    -
    Anuj Karpatne +
    Anuj Karpatne
    diff --git a/html/news/kline-wins-first-place-acmieee-sec-2025-student-research-contest.html b/html/news/kline-wins-first-place-acmieee-sec-2025-student-research-contest.html index 7baf55d..f0612c8 100644 --- a/html/news/kline-wins-first-place-acmieee-sec-2025-student-research-contest.html +++ b/html/news/kline-wins-first-place-acmieee-sec-2025-student-research-contest.html @@ -23,10 +23,10 @@

    Kline wins first place at ACM/IEEE SEC 2025 student research contest

    - - - - Jenna Kline + + + + Jenna Kline diff --git a/html/news/national-academies-science-engineering-and-medicine-appoints-dr.-tanya-berger-wolf..html b/html/news/national-academies-science-engineering-and-medicine-appoints-dr.-tanya-berger-wolf..html index 2a4f91d..61a08c0 100644 --- a/html/news/national-academies-science-engineering-and-medicine-appoints-dr.-tanya-berger-wolf..html +++ b/html/news/national-academies-science-engineering-and-medicine-appoints-dr.-tanya-berger-wolf..html @@ -24,7 +24,7 @@

    Dr. Tanya Berger-Wolf to serve on the National Academie
    -
    Front of a government building with a US flag +
    Front of a government building with a US flag
    diff --git a/html/news/new-era-biology-unfolds-imageomics-workflow-research.html b/html/news/new-era-biology-unfolds-imageomics-workflow-research.html index fecc947..2db54c5 100644 --- a/html/news/new-era-biology-unfolds-imageomics-workflow-research.html +++ b/html/news/new-era-biology-unfolds-imageomics-workflow-research.html @@ -22,7 +22,7 @@

    A New Era in Biology Unfolds with Imageomics Workflow Research

    -
    Workflow +
    Workflow
    @@ -43,7 +43,7 @@

    A New Era in Biology Unfolds with Imageomics Workflow Research

    -
    Meghan Balk +
    Meghan Balk
    diff --git a/html/news/new-field-science-global-biodiversity.html b/html/news/new-field-science-global-biodiversity.html index a93fc84..1eba874 100644 --- a/html/news/new-field-science-global-biodiversity.html +++ b/html/news/new-field-science-global-biodiversity.html @@ -23,10 +23,10 @@

    A new field of science for global biodiversity

    - - - - smiling woman in black suit with red button up shirt stands in front of monitor displaying different images of butterflies + + + + smiling woman in black suit with red button up shirt stands in front of monitor displaying different images of butterflies diff --git a/html/news/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.html b/html/news/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.html index 492aac4..ae91edc 100644 --- a/html/news/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.html +++ b/html/news/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.html @@ -23,10 +23,10 @@

    New Science Behind Imageomics Highlighted in NSF Lecture by Tanya Berger-Wol
    - - - - NSF Lecture + + + + NSF Lecture diff --git a/html/news/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world.html b/html/news/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world.html index dfc1c49..beaac50 100644 --- a/html/news/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world.html +++ b/html/news/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world.html @@ -23,10 +23,10 @@

    NSF HDR launches Year Two ML Challenge to build AI that works in the real wo
    - - - - Bannerr + + + + Bannerr @@ -49,10 +49,10 @@

    NSF HDR launches Year Two ML Challenge to build AI that works in the real wo
    - - - - three image banner + + + + three image banner diff --git a/html/news/ph.d.-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.html b/html/news/ph.d.-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.html index cf68fdb..a259193 100644 --- a/html/news/ph.d.-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.html +++ b/html/news/ph.d.-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.html @@ -23,10 +23,10 @@

    Ph.D. Student Jenna Kline's Drone Research Accepted at Top Autonomous System
    - - - - Jenna Kline + + + + Jenna Kline diff --git a/html/news/prof.-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics.html b/html/news/prof.-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics.html index 6133811..a7fb796 100644 --- a/html/news/prof.-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics.html +++ b/html/news/prof.-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics.html @@ -31,7 +31,7 @@

    Prof. Wei-Lun Chao discussed the role of machine learning and computer visio
    -
    Harry Chao +
    Harry Chao
    diff --git a/html/news/pybioclip-new-toolset-machine-learning-biological-images.html b/html/news/pybioclip-new-toolset-machine-learning-biological-images.html index 3c8d5cc..ecaa02a 100644 --- a/html/news/pybioclip-new-toolset-machine-learning-biological-images.html +++ b/html/news/pybioclip-new-toolset-machine-learning-biological-images.html @@ -23,10 +23,10 @@

    PyBioClip: A New Toolset for Machine Learning on Biological Images

    - - - - PyBioClip Image + + + + PyBioClip Image diff --git a/html/news/robert-may-prize-shortlist.html b/html/news/robert-may-prize-shortlist.html index fa2e445..14fcfe8 100644 --- a/html/news/robert-may-prize-shortlist.html +++ b/html/news/robert-may-prize-shortlist.html @@ -20,7 +20,7 @@

    Imageomics Publication Shortlisted for the Robert May Prize

    - Illustration of zebras, drone sensing, and behavior levels + Illustration of zebras, drone sensing, and behavior levels

    Imageomics researchers have been shortlisted for a major international ecology award for their work on new methods to study animal behavior using advanced technology.

    The paper, “Studying collective animal behaviour with drones and computer vision,” led by first author Jenna Kline, has been shortlisted for the Robert May Prize, a prestigious recognition for early-career researchers in quantitative and methodological ecology.

    diff --git a/html/news/robert-may-prize.html b/html/news/robert-may-prize.html index 3054d13..952b621 100644 --- a/html/news/robert-may-prize.html +++ b/html/news/robert-may-prize.html @@ -19,13 +19,13 @@

    Imageomics Publication Awarded the Robert May Prize

    -
    - Computer vision and drone analysis overlay on animals in a landscape +
    + Robert May Prize awarded to Jenna Kline

    Imageomics researcher, Jenna Kline, has been awarded for a major international ecology award for her work on new methods to study animal behavior using advanced technology.

    The Robert May Prize is a prestigious international recognition reserved for early-career researchers who deliver the year's most impactful methodological advances in quantitative ecology.

    -

    Jenna's award-winning paper, “Studying collective animal behaviour with drones and computer vision,” exemplifies the core mission of our institute: using advanced technology to unlock biological insights at an unprecedented scale.

    -

    By integrating edge-AI with autonomous drones, Jenna and her colleagues have established a timely benchmark for analyzing animal group dynamics in real time. The paper provides three essential pillars for the future of the discipline:

    +

    Jenna’s award-winning paper, “Studying collective animal behaviour with drones and computer vision,” exemplifies the core mission of our institute: using advanced technology to unlock biological insights at an unprecedented scale.

    +

    By integrating edge-AI with autonomous drones, Jenna and her colleagues have established a timely benchmark for analyzing animal group dynamics in real time. The paper provides three essential pillars for the future of the discipline:

    • A Cross-Disciplinary Framework: Unifying vocabularies across animal ecology, computer vision, and robotics.
    • Global Standards: Providing a roadmap for deploying complex hardware and software systems amid the constraints of field research.
    • diff --git a/html/news/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.html b/html/news/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.html index 06e934e..2384bdf 100644 --- a/html/news/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.html +++ b/html/news/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.html @@ -23,10 +23,10 @@

      Seeing Is Believing: Imageomics Workshop to Showcase AI-Biology Innovations
      - - - - AAAi25 + + + + AAAi25 diff --git a/html/news/sensor-and-sensibility-imageomics-takes-tech-wilds.html b/html/news/sensor-and-sensibility-imageomics-takes-tech-wilds.html index dc868b4..6d14d1b 100644 --- a/html/news/sensor-and-sensibility-imageomics-takes-tech-wilds.html +++ b/html/news/sensor-and-sensibility-imageomics-takes-tech-wilds.html @@ -23,10 +23,10 @@

      Sensor and Sensibility: Imageomics Takes Tech to The Wilds

      - - - - The Wilds deployment + + + + The Wilds deployment diff --git a/html/news/smart-win-smart-wilds.html b/html/news/smart-win-smart-wilds.html index 8478b48..3bfc8f6 100644 --- a/html/news/smart-win-smart-wilds.html +++ b/html/news/smart-win-smart-wilds.html @@ -22,7 +22,7 @@

      Smart Win for Smart Wilds

      -
      Jenna Kline +
      Jenna Kline
      diff --git a/html/news/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.html b/html/news/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.html index a400b0b..5f00c97 100644 --- a/html/news/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.html +++ b/html/news/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.html @@ -23,10 +23,10 @@

      A 'Swarm' of Solutions: Drone Research Takes Wildlife Conservation to New He
      - - - - Jenna Kline, drone research + + + + Jenna Kline, drone research diff --git a/html/news/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york.html b/html/news/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york.html index 04fded4..4794078 100644 --- a/html/news/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york.html +++ b/html/news/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york.html @@ -23,10 +23,10 @@

      Tanya Berger-Wolf Honored with AI for Good Award for Biodiversity Conservati
      - - - - Award winners + + + + Award winners @@ -44,7 +44,7 @@

      Tanya Berger-Wolf Honored with AI for Good Award for Biodiversity Conservati
      -
      Tanya Berrger-Wolf +
      Tanya Berrger-Wolf
      diff --git a/html/news/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.html b/html/news/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.html index 0b73d04..ac1ecd2 100644 --- a/html/news/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.html +++ b/html/news/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.html @@ -23,10 +23,10 @@

      Through the Looking Net: New AI Vision Models Advance Animal Trait Detection
      - - - - SAE Research Released + + + + SAE Research Released diff --git a/html/news/tweet-success-ai-tunes-hawaiian-birdsong-conservation.html b/html/news/tweet-success-ai-tunes-hawaiian-birdsong-conservation.html index 4b03aaa..bd111c9 100644 --- a/html/news/tweet-success-ai-tunes-hawaiian-birdsong-conservation.html +++ b/html/news/tweet-success-ai-tunes-hawaiian-birdsong-conservation.html @@ -23,10 +23,10 @@

      Tweet Success: AI Tunes Into Hawaiian Birdsong for Conservation

      - - - - Amakihi birds + + + + Amakihi birds diff --git a/html/news/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.html b/html/news/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.html index 9fd4b0a..1d766fe 100644 --- a/html/news/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.html +++ b/html/news/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.html @@ -23,10 +23,10 @@

      Wei-Lun Chao and Yu Su awarded 2023 College of Engineering Faculty Award

      - - - - Two men with dark hair brown eyes and black rimmed glasses smile for the photo in two headshot style photographs + + + + Two men with dark hair brown eyes and black rimmed glasses smile for the photo in two headshot style photographs diff --git a/html/news/wildlife-conservation-leverages-ai-dr.-berger-wolf-discusses-imageomics-during-osu.html b/html/news/wildlife-conservation-leverages-ai-dr.-berger-wolf-discusses-imageomics-during-osu.html index cdc59c8..8ee61be 100644 --- a/html/news/wildlife-conservation-leverages-ai-dr.-berger-wolf-discusses-imageomics-during-osu.html +++ b/html/news/wildlife-conservation-leverages-ai-dr.-berger-wolf-discusses-imageomics-during-osu.html @@ -22,7 +22,7 @@

      Wildlife Conservation Leverages AI: Dr. Berger-Wolf Discusses Imageomics Dur
      -
      Two women sitting across the table from one another speaking into microphones +
      Two women sitting across the table from one another speaking into microphones
      diff --git a/html/news/wildlifes-digital-passport-new-way-track-animal-histories.html b/html/news/wildlifes-digital-passport-new-way-track-animal-histories.html index 023f659..20af781 100644 --- a/html/news/wildlifes-digital-passport-new-way-track-animal-histories.html +++ b/html/news/wildlifes-digital-passport-new-way-track-animal-histories.html @@ -22,7 +22,7 @@

      Wildlife's Digital Passport: A New Way to Track Animal Histories

      -
      Anuj Karpatne +
      Anuj Karpatne
      @@ -46,10 +46,10 @@

      Wildlife's Digital Passport: A New Way to Track Animal Histories

      - - - - Research Paper Graphic + + + + Research Paper Graphic @@ -72,10 +72,10 @@

      Wildlife's Digital Passport: A New Way to Track Animal Histories

      - - - - Research Paper Graphic + + + + Research Paper Graphic diff --git a/html/news/wildwing-research-advances-ai-driven-aerial-imaging-conservation.html b/html/news/wildwing-research-advances-ai-driven-aerial-imaging-conservation.html index 28abd88..9702eb5 100644 --- a/html/news/wildwing-research-advances-ai-driven-aerial-imaging-conservation.html +++ b/html/news/wildwing-research-advances-ai-driven-aerial-imaging-conservation.html @@ -23,10 +23,10 @@

      Wildwing Research Advances AI-driven Aerial Imaging for Conservation

      - - - - WildWing research image + + + + WildWing research image @@ -44,7 +44,7 @@

      Wildwing Research Advances AI-driven Aerial Imaging for Conservation

      -
      Jenna Kline +
      Jenna Kline
      diff --git a/html/news/work-imageomics-researchers-featured-2022-cvpr-conference.html b/html/news/work-imageomics-researchers-featured-2022-cvpr-conference.html index 2495c38..4fa0d2d 100644 --- a/html/news/work-imageomics-researchers-featured-2022-cvpr-conference.html +++ b/html/news/work-imageomics-researchers-featured-2022-cvpr-conference.html @@ -23,10 +23,10 @@

      Work of Imageomics Researchers Featured at 2022 CVPR Conference

      - - - - CVPR 2022 Logo with backdrop of new orleans + + + + CVPR 2022 Logo with backdrop of new orleans diff --git a/html/news/yu-su-promoted-associate-professor-ohio-state.html b/html/news/yu-su-promoted-associate-professor-ohio-state.html index 9427628..266b34b 100644 --- a/html/news/yu-su-promoted-associate-professor-ohio-state.html +++ b/html/news/yu-su-promoted-associate-professor-ohio-state.html @@ -22,7 +22,7 @@

      Yu Su Promoted to Associate Professor at Ohio State

      -
      YuiYu Su +
      YuiYu Su
      diff --git a/html/research/publications.html b/html/research/publications.html index 3a53995..9db7268 100644 --- a/html/research/publications.html +++ b/html/research/publications.html @@ -7,10 +7,174 @@ +
      -
      +
      +
      +

      Imageomics Publications

      +
      + +
      +
      +

      This webpage features a comprehensive list of current publications funded under Imageomics Institute - NSF Award No. 2118240. Each publication title is a clickable link that redirects you to the respective publication, allowing for easy access to detailed information. We are committed to openness and accessibility, as all publications listed are open source, ensuring that valuable research and insights are readily available to the public. 

      + +

      You can also view our publications and links to corresponding authors profiles on our Google Scholar account.

      +
      + + + +
      + + +
      +
      +

      2026 Publications

      Automatic Image-Level Morphological Trait Annotation for Organismal Images April 2026. Vardaan Pahuja, Samuel Stevens, Alyson East, Sydne Record, Yu Su. arXiv.

      + +

      The perceptual and spatial architecture of Müllerian mimicry in Heliconius Butterflies March 2026. Christopher Lawrence, Michelle Ramirez, Tanya Berger-Wolf, Owen McMilan, Daniel Rubenstein. bioRxiv.

      + +

      BioCLIP 2: Emergent Properties from Scaling Hierarchical Contrastive Learning 2026. Jianyang Gu, Samuel Stevens, Elizabeth G Campolongo, Matthew J Thompson, Net Zhang, Jiaman Wu, Andrei Kopanev, Zheda Mai, Alexander E. White, James Balhoff, Wasila Dahdul, Daniel Rubenstein, Hilmar Lapp, Tanya Berger-Wolf, Wei-Lun Chao, Yu Su. arXiv.

      + +

      Scaling up Multi-Sensor Monitoring of Forest Restoration with Computer Vision and Deep Learning: A Case Study from Hawai'i Yuyan Chen, Valentin Gabeff, Maximilane Jousse, Fedor Zolotarev, Ekaterina Nepovinnykk, Mike Long, Daniel Rubenstein. CV4E.

      + +

      A continental-scale dataset of ground beetles with high-resolution images and validated morphological trait measurements 2026. S M Rayeed, Mridul Khurana, Alyson East, Isadora E Fluck, Elizabeth G Campolongo, Samuel Stevens, Iuliia Zarubiieva, Scott C Lowe, Michael W Denslow, Evan D Donoso, Jiaman Wu, Michelle Ramirez, Benjamin Baiser, Charles V Stewart, Paula Mabee, Tanya Berger-Wolf, Anuj Karpatne, Hilmar Lapp, Robert P Guralnick, Graham W Taylor, Sydne Record. arXiv.

      + +

      BioCAP: Exploiting Synthetic Captions Beyond Labels in Biological Foundation Models 2026. Ziheng Zhang, Xinyue Ma, Arpita Chowdhury, Elizabeth G. Campolongo, Matthew J. Thompson, Net Zhang, Samuel Stevens, Hilmar Lapp, Tanya Berger-Wolf, Yu Su, Wei-Lun Chao, Jianyang Gu. arXiv.

      + +

      Analysis of genomic data leads to an improved understanding of the phylogeny and biogeography of yellow bats 2026. Sydney K. Decker, Loren K. Ammerman, Bryan C. Carstens. Journal of Mammalogy.

      + +

      Automatic Image-Level Morphological Trait Annotation for Organismal Images 2026. Vardaan Pahuja, Samuel Stevens, Alyson East, Sydne Record, Yu Su. arXiv.

      +
      +
      + +
      +

      2025 Publications

      Optimizing image capture for computer vision-powered taxonomic identification and trait recognition of biodiversity specimens 2025. Alyson East, Elizabeth G. Campolongo, Luke Meyers, S. M. Rayeed, Samuel Stevens, Iuliia Zarubiieva, Isadora E. Fluck, Jennifer C. Giron, Maximiliane Jousse, Scott Lowe, Kayla I. Perry, Isabelle Betancourt, Noah Charney, Evan Donoso, Nathan Fox, Kim J. Landsbergen, Ekaterina Nepovinnykh, Michelle Ramirez, Parkash Singh, Khum Thapa-Magar, Matthew Thompson, Evan Waite, Tanya Berger-Wolf, Hilmar Lapp, Paula Mabee, Charles Stewart, Graham Taylor, Sydne Record.

      + +

      Boundary spanning: A leadership perspective 2025. Gemma Jiang, Jenny Grabmeier, Diane Boghrat, Susan Simkins. Integration and Implementation Insights.

      + +

      Prompt-CAM: Making Vision Transformers Interpretable for Fine-Grained Analysis 2025. Arpita Chowdhury, Dipanjyoti Paul, Zheda Mai, Jianyang Gu, Ziheng Zhang, Kazi Sajeed Mehrab, Elizabeth G. Campolongo, Daniel Rubenstein, Charles V. Stewart, Anuj Karpatne, Tanya Berger-Wolf, Yu Su, Wei-Lun Chao. 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR).

      + +

      Finer-CAM: Spotting the Difference Reveals Finer Details for Visual Explanation 2025. Ziheng Zhang, Jianyang Gu, Arpita Chowdhury, Zheda Mai, David Carlyn, Tanya Berger-Wolf, Yu Su, Wei-Lun Chao. 2025 IEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR).

      + +

      Fish-Vista: A Multi-Purpose Dataset for Understanding & Identification of Traits from Images. 2025. Kazi Sajeed Mehrab, M. Maruf, Arka Daw, Abhilash Neog, Harish Babu Manogaran, Mridul Khurana, Zhenyang Feng, Bahadir Altintas, Yasin Bakis, Elizabeth G Campolongo, Matthew J Thompson, Xiaojun Wang, Hilmar Lapp, Tanya Berger-Wolf, Paula Mabee, Henry Bart, Wei-Lun Chao, Wasila M Dahdul, Anuj Karpatne. 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR).

      + +

      WildWing: An open-source, autonomous and affordable UAS for animal behaviour video monitoring 2025. Jenna Kline, Alison Zhong, Kevyn Irizarry, Charles V. Stewart, Christopher Stewart, Daniel I. Rubenstein, Tanya Berger-Wolf. Methods in Ecology and Evolution, 17, 291-300.

      +
      +
      + +
      +

      2024 Publications

      Drone Swarms for Animal Monitoring: A Method for Collecting High-Quality Multi-Perspective Data Rolland, Edouard; Grøntved, Kasper Andreas Rømer; Laporte-Devylder, Lucie; Kline, Jenna M.; Christensen, Anders; Lundquist, Ulrik Pagh Schultz. The 15th annual International Micro Air Vehicle (IMAV) conference, Bristol, UK, 2024.

      + +

      VLM4Bio: A Benchmark Dataset to Evaluate Pretrained Vision-Language Models for Trait Discovery from Biological Images.  M. Maruf, Arka Daw, Kazi Sajeed Mehrab, Harish Babu Manogaran, Abhilash Neog, Medha Sawhney, Mridul Khurana, James P. Balhoff, Yasin Bakis, Bahadir Altintas, Matthew J. Thompson, Elizabeth G. Campolongo, Josef C. Uyeda, Hilmar Lapp, Henry L. Bart, Paula M. Mabee, Yu Su, Wei-Lun Chao, Charles Stewart, Tanya Berger-Wolf, Wasila Dahdul, Anuj Karpatne.

      + +

      A FAIR and modular image-based workflow for knowledge discovery in the emerging field of imageomics 2024. Meghan A. Balk, John Bradley, M. Maruf, Bahadir Altintaş, Yasin Bakiş, Henry L. Bart Jr, David Breen, Christopher R. Florian, Jane Greenberg, Anuj Karpatne, Kevin Karnani, Paula Mabee, Joel Pepper, Dom Jebbia, Thibault Tabarin, Xiaojun Wang, Hilmar Lapp. Methods in Ecology and Evolution 15(6), 1129-1145.

      + +

      BaboonLand Dataset: Tracking Primates in the Wild and Automating Behaviour Recognition from Drone Videos Isla Duporge, Maksim Kholiavchenko, Roi Harel, Dan Rubenstein, Meg Crofoot, Tanya Berger-Wolf, Stephen Lee, Scott Wolf, Julie Barreau, Jenna Kline, Michelle Ramirez, Chuck Stewart.

      + +

      Leveraging Descriptor Learning and Functional Map-based Shape Matching for Automatic Landmark Acquisition. Oshane O. Thomas, A. Murat Maga.

      + +

      Holistic transfer: towards non-disruptive fine-tuning with partial target data. 2024. Cheng-Hao Tu, Hong-You Chen, Zheda Mai, Jike Zhong, Vardaan Pahuja, Tanya Berger-Wolf, Song Gao, Charles Stewart, Yu Su, Wei-Lun Harry Chao. Advances in Neural Information Processing Systems, 36.

      + +

      Bats of a feather: Range characteristics and wing morphology predict phylogeographic breaks in volant vertebrates  Sydney K Decker, Kaiya L Provost, Bryan C Carstens.

      + +

      Bioclip: A vision foundation model for the tree of life (2024).Samuel Stevens, Jiaman Wu, Matthew J Thompson, Elizabeth G Campolongo, Chan Hee Song, David Edward Carlyn, Li Dong, Wasila M Dahdul, Charles Stewart, Tanya Berger-Wolf, Wei-Lun Chao, Yu Su. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. [Received Best Paper Award].

      + +

      Integrating Biological Data into Autonomous Remote Sensing Systems for In Situ Imageomics: A Case Study for Kenyan Animal Behavior Sensing with Unmanned Aerial Vehicles (UAVs).  2024. Jenna M Kline, Maksim Kholiavchenko, Otto Brookes, Tanya Berger-Wolf, Charles V Stewart, Christopher Stewart. AAAI 2024.

      + +

      KABR: In-situ dataset for kenyan animal behavior recognition from drone videos (2024). Maksim Kholiavchenko, Jenna Kline, Michelle Ramirez, Sam Stevens, Alec Sheets, Reshma Babu, Namrata Banerji, Elizabeth Campolongo, Matthew Thompson, Nina Van Tiel, Jackson Miliko, Eduardo Bessa, Isla Duporge, Tanya Berger-Wolf, Daniel Rubenstein, Charles Stewart. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 31-40.

      + +

      A Simple Interpretable Transformer for Fine-Grained Image Classification and Analysis.  Dipanjyoti Paul, Arpita Chowdhury, Xinqi Xiong, Feng-Ju Chang, David Carlyn, Samuel Stevens, Kaiya Provost, Anuj Karpatne, Bryan Carstens, Daniel Rubenstein, Charles Stewart, Tanya Berger-Wolf, Yu Su, Wei-Lun Chao. Accepted to International Conference on Learning Representations 2024. 

      + +

      Dynamic and Adaptive Autonomous Aerial Systems for Field Wildlife Ecology Studies.  (2024). Jenna Kline, Christopher Stewart and Tanya Berger-Wolf. ACSOS. 

      + +

      Species-Agnostic Patterned Animal Re-identification by Aggregating Deep Local Features.  2024. Ekaterina Nepovinnykh, Ilia Chelak, Tuomas Eerola, Veikka Immonen, Heikki Kälviäinen, Maksim Kholiavchenko & Charles V. Stewart. Int J Comput Vis (2024). 

      + +

      Deep dive into KABR: a dataset for understanding ungulate behavior from in-situ drone video 2024. Maksim Kholiavchenko, Jenna Kline, Maksim Kukushkin, Otto Brookes, Sam Stevens, Isla Duporge, Alec Sheets, Reshma R. Babu, Namrata Banerji, Elizabeth Campolongo, Matthew Thompson, Nina Van Tiel, Jackson Miliko, Eduardo Bessa, Majid Mirmehdi, Thomas Schmid, Tanya Berger-Wolf, Daniel I. Rubenstein, Tilo Burghardt & Charles V. Stewart. Multimed Tools Appl (2024).

      + +

      Accelerating Video Segment Access via Quality-Aware Multi-Source Selection.  2024. Dominik Winecki. MMSys(2025).

      + +

      What Do You See in Common? Learning Hierarchical Prototypes over Tree-of-Life to Discover Evolutionary Traits.  2024. Harish Babu Manogaran, M. Maruf, Arka Daw, Kazi Sajeed Mehrab, Caleb Patrick Charpentier, Josef Uyeda, Wasila M Dahdul, Matthew J Thompson, Elizabeth G Campolongo, Kaiya L Provost, Paula Mabee, Hilmar Lapp, Anuj Karpatne. ICLR (2025). 

      +
      +
      + +
      +

      2023 Publications

      Bringing back the context: Camera trap species identification as link prediction on multimodal knowledge graphs Vardaan Pahuja, Weidi Luo, Yu Gu, Cheng-Hao Tu, Hong-You Chen, Tanya Berger-Wolf, Charles Stewart, Song Gao, Wei-Lun Chao, Yu Su.

      + +

      Sustainable, trustworthy, human-technology partnership in A landmark environmental law looks ahead (December 2023). Tanya Berger-Wolf, Sara Beery, David Rolnick, Justin Kitzes, David Thau, Devis Tuia, Daniel Rubenstein. Science, 362(6677).

      + +

      A simple interpretable transformer for fine-grained image classification and analysis Dipanjyoti Paul, Arpita Chowdhury, Xinqi Xiong, Feng-Ju Chang, David Carlyn, Samuel Stevens, Kaiya Provost, Anuj Karpatne, Bryan Carstens, Daniel Rubenstein, Charles Stewart, Tanya Berger-Wolf, Yu Su, Wei-Lun Chao. Conference Paper at ICLR 2024.

      + +

      A framework for autonomic computing for in situ imageomics (2023). Jenna Kline, Christopher Stewart, Tanya Berger-Wolf, Michelle Ramirez, Samuel Stevens, Reshma Ramesh Babu, Namrata Banerji, Alec Sheets, Sowbaranika Balasubramaniam, Elizabeth Campolongo, Matthew Thompson, Charles V Stewart, Maksim Kholiavchenko, Daniel I Rubenstein, Nina Van Tiel, Jackson Miliko. 2023 IEEE International Conference on Autonomic Computing and Self-Organizing Systems (ACSOS)

      + +

      Discovering Novel Biological Traits From Images Using Phylogeny-Guided Neural Networks (2023). Mohannad Elhamod, Mridul Khurana, Harish Babu Manogaran, Josef C Uyeda, Meghan A Balk, Wasila Dahdul, Yasin Bakis, Henry L Bart Jr, Paula M Mabee, Hilmar Lapp, James P Balhoff, Caleb Charpentier, David Carlyn, Wei-Lun Chao, Charles V Stewart, Daniel I Rubenstein, Tanya Berger-Wolf, Anuj Karpatne. Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, pp. 3966-3978.

      + +

      Complexity leadership in action: A team science case study.  Gemma Jiang, Diane Boghrat, Jenny Grabmeier, and Jennifer E. Cross. Frontiers in Research Metrics and Analytics, vol. 8.

      + +

      On Image Quality Metadata, FAIR in ML, AI-Readiness and Reproducibility: Fish-AIR example (2023). Yasin Bakış, Xiaojun Wang, Bahadır Altıntaş, Dom Jebbia, Henry Bart Jr. Biodiversity Information Science and Standards, 7, pp. e112178.

      + +

      Deep learning enabled multi-organ segmentation of mouse embryos.  Sara M. Rolfe, S. M. Whikehart, A. Murat Maga. Biology Open.

      + +

      Imageomics Approach to Understanding Visual Biological Trait Similarities using Butterfly Mimicry as a Model System 2023). [Master's Thesis]. Reshma Ramesh Babu.

      + +

      An effective way to organize research coordination meetings.  Gemma Jiang, Diane Boghrat, & Jenny Grabmeier. Integration and Implementation Insights Blog.

      + +

      An Open-Source Photogrammetry Workflow for Reconstructing 3D Models.  Chi Zhang and A. Murat Maga. Intergrative Organismal Biology.

      + +

      Machine learning reveals relationships between song, climate, and migration in coastal Zonotrichia leucophrys.  Jiaying Yang, Bryan C. Carstens, Kaiya L. Provost. Ornithology.

      + +

      How to organize an all-hands meeting.  Gemma Jiang, Diane Boghrat, and Jenny Grabmeier. Integration and Implementation Insights Blog.

      + +

      Dialect differences correlate with environment in migratory coastal White-crowned Sparrows.  (2023). Yang J, Provost KL, Carstens BC. Ornithology. 

      +
      +
      + +
      +

      2022 Publications

      The impacts of fine-tuning, phylogenetic distance, and sample size on big-data bioacoustics.  Kaiya L. Provost K, Jiaying Yang, Bryan C. Carstens. PLoS ONE, 17(12), e0278522.

      + +

      Automated landmarking via multiple templates. Chi Zhang, Arthur Porto, Sara Rolfe, Altan Kocatulum, & A. Murat Maga. PLoS ONE, 17(12), e0278035.

      + +

      Toward a flexible metadata pipeline for fish specimen images Dom Jebbia, Xiaojun Wang, Yasin Bakis, Henry L Bart Jr, Jane Greenberg. Research Conference on Metadata and Semantics Research. Springer Nature Switzerland, 175-190.

      + +

      Learning with Free Object Segments for Long-Tailed Instance Segmentation was accepted to the European Conference on Computer Visions.  Cheng Zhang, Tai-Yu Pan, Tianle Chen, Jike Zhong, Wenjin Fu, and Wei-Lun Chao. European Conference on Computer Visions. Springer Nature Switzerland, 655-672. 

      + +

      Biodiversity Image Quality Metadata Augments Convolutional Neural Network Classification of Fish Species.  Jeremy Leipzig, Yasin Bakis, Xiaojun Wang, Mohannad Elhamod, Kelly Diamond, Wasila Dahdul, Anuj Karpatne, Murat Maga, Puala Mabee, Henry L. Bart, & Jane Greenberg. Research Conference on Metadata and Semantics Research, Springer International Publishing

      + +

      Computational anatomy and geometric shape analysis enables analysis of complex craniofacial phenotypes in zebrafish.  Kelly M. Diamond, Sara M. Rolfe, Ronald Y. Kwon, & A. Murat Maga. Biology Open, 11(2), bio058948.

      + +

      Hierarchy-guided neural network for species classification. Methods in Ecology and Evolution.  Mohannad Elhamod, Kelly M. Diamond, A. Murat Maga, Yasin Bakis, Henry L. Bart Jr., Paula Mabee, Wasila Dahdul, Jeremy Leipzig, Jane Greenberg, Brian Avants, & Anuj Karpatne. British Ecological Society, 13(3), 642-652.

      + +

      Automatic Metadata Generation for Fish Specimen Image Collections.  Joel Pepper, Jane Greenberg, Yasin Bakiş, Xiaojun Wang, Henry Bart and David Breen. 2021 ACM/IEEE Joint Conference on Digital Libraries.

      + +

      Perspectives in machine learning for wildlife conservation.  Devis Tuia, Benjamin Kellenberger, Sara Beery, Blair R. Costelloe, Silvia Zuffi, Benjamin Risse, Alexander Mathis, Mackenzie W. Mathis, Frank van Langevelde, Tilo Burghardt, Roland Kays, Holger Klinck, Martin Wikelski, Iain D. Couzin, Grant van Horn, Margaret C. Crofoot, Charles V. Stewart & Tanya Berger-Wolf. Nature Communications, 3(1), 1-15.

      + +

      One Step at a Time: Long-Horizon Vision-and-Language Navigation With Milestones.  Chan Hee Song, Jihyung Kil, Tai-Yu Pan, Brian M. Sadler, Wei-Lun Chao, Yu Su.  Proceedings of the IEEE / CVF Computer Vision and Pattern Recognition Conference, 15482-15491.

      + +

      Learning to Detect Mobile Objects from LiDAR Scans Without Labels.  Yurong You, Katie Z. Luo, Cheng Perng Phoo, Wei-Lun Chao, Wen Sun, Bharath Hariharan, Mark Campbell, and Kilian Q. Weinberger. Proceedings of the IEEE / CVF Computer Vision and Pattern Recognition Conference, 1130-1140.

      + +

      A process for generating new cross-disciplinary projects. Integration and Implementation Insights Blog.  Gemma Jiang. Integration and Implementation Insights Blog.

      +
      +
      + +
      +

      2021 Publications

      Automatic metadata generation for fish specimen image collections J Pepper, J Greenberg, Y Bakiş, X Wang, H Bart, D Breen. 2021 ACM/IEEE Joint Conference on Digital Libraries (JCDL), 31-40.

      +
      +
      + +
      +

      2020 Publications

      Biodiversity image quality metadata augments convolutional neural network classification of fish species Jeremy Leipzig, Yasin Bakis, Xiaojun Wang, Mohannad Elhamod, Kelly Diamond, Wasila Dahdul, Anuj Karpatne, Murat Maga, Paula Mabee, Henry L Bart Jr, Jane Greenberg. Research Conference on Metadata and Semantics Research, 3-12.

      +
      +
      +
      +
      +
      +
      diff --git a/html/tools-resources/experiential-introduction-ai-ecology-course-2026-2027.html b/html/tools-resources/experiential-introduction-ai-ecology-course-2026-2027.html new file mode 100644 index 0000000..be00842 --- /dev/null +++ b/html/tools-resources/experiential-introduction-ai-ecology-course-2026-2027.html @@ -0,0 +1,127 @@ + + + + + + Experiential Introduction to AI and Ecology Course 2026-2027 | Imageomics Institute + + + + + + +
      +
      +
      + +
      +
      +

      Experiential Introduction to AI and Ecology Course

      +

      Exploring the Future of Biodiversity Science Through Artificial Intelligence

      +
      + Experiential Introduction to AI and Ecology course artwork +
      + +
      +

      The Experiential Introduction to AI and Ecology course is a year-long, graduate-level interdisciplinary program that brings together biologists, computer scientists, data scientists, and researchers from related disciplines to explore how artificial intelligence and machine learning can be used to address pressing challenges in ecology, biology, and biodiversity science.

      +

      Through coursework, field experiences, collaborative research, and professional development, students learn to formulate scientific questions, collect and analyze ecological data, apply AI methods, and communicate across disciplinary boundaries. The course emphasizes hands-on learning and collaboration, creating opportunities for students to work alongside experts from multiple fields while contributing to real-world scientific research.

      +
      + +
      +

      Enrollment & Course Resources

      +

      Enrollment Interest Form

      +

      Interested in enrolling in the upcoming 2026-2027 course?

      +

      🔗 Complete the Enrollment Interest Form.

      +

      🔗 View the Course Flyer

      +

      The enrollment interest form allows prospective students to receive information about eligibility requirements, application timelines, course updates, and important announcements. Students will be notified by mid-August at the latest about course placement. Because participation in the field experience is limited by capacity, funding, and logistical considerations, submission of this form does not guarantee enrollment. Applicants will be notified once enrollment decisions have been finalized.

      + +

      Draft Syllabus

      +

      Review the draft syllabus for a detailed overview of course topics, schedules, assignments, field experiences, project expectations, and learning outcomes.

      +

      📄 View the Draft Syllabus (coming soon)

      +

      Please note that the syllabus is subject to change prior to the start of the course.

      + +

      Questions?

      +

      For questions regarding enrollment, eligibility, field experiences, or course logistics, please contact the course leadership team.

      +

      📧 Contact Information

      +

      Diane Boghrat (Lead Course Administrator) boghrat.1@osu.edu

      +
      + +
      +

      Lead Instructors

      +
        +
      • Dr. Tanya Berger-WolfThe Ohio State University
      • +
      • Diane Boghrat, M.Ed.The Ohio State University
      • +
      • Dr. Elizabeth CampolongoThe Ohio State University
      • +
      • Dr. Leanna HouseVirginia Tech
      • +
      • Dr. Daniel RubensteinPrinceton University
      • +
      +
      + +
      +

      Course Objectives

      +

      By the end of this course, students will be able to:

      +
        +
      • Explain how artificial intelligence can help address ecological and biodiversity challenges.
      • +
      • Apply and evaluate AI and machine learning models across different ecological data types.
      • +
      • Develop ecological research questions using both structured and unstructured data.
      • +
      • Conduct fieldwork using data collection methods introduced throughout the course.
      • +
      • Open, compile, modify, and execute Python code.
      • +
      • Communicate effectively across the disciplines of ecology and computer science.
      • +
      • Conduct research in accordance with community principles, ethical practices, and codes of conduct across diverse cultures and research settings.
      • +
      +
      + +
      +

      Course Structure

      +

      This year-long course consists of three interconnected components that guide students from foundational knowledge to field data collection and collaborative research.

      + +

      Part I: Foundations in AI and Ecology

      +

      Students are introduced to the biological and analytical foundations necessary for interdisciplinary research at the intersection of AI and ecology. Through lectures, discussions, and project planning activities, participants begin developing research questions and building the skills needed for subsequent phases of the course.

      +
      +
      Format:
      Virtual, mostly synchronous
      +
      Schedule:
      One-hour Zoom session each week on Tuesdays at 2:00 PM ET
      +
      + +

      Part II: Field Experience

      +

      Students participate in an immersive field experience under the mentorship of faculty researchers. Working at biologically diverse field sites, students collect data and gain hands-on experience with ecological research methods while engaging directly with the systems they will later study computationally.

      +
      +
      Format:
      In-person field experience
      +
      Locations:
      Hawaii and Kenya
      +
      Dates:
      January 5–26, 2027
      +
      + +

      Part III: Collaborative Research Projects

      +

      Using data collected during the field experience, students work in interdisciplinary teams to investigate ecological questions through AI and machine learning approaches. Faculty mentors guide teams throughout the research process, from data exploration to analysis and communication of findings.

      +
      +
      Format:
      Virtual, mostly asynchronous
      +
      +

      Structure:

      +
        +
      • Weekly meetings with faculty advisors
      • +
      • Independent team collaboration
      • +
      • Periodic full-course meetings every three to four weeks to share project updates and strengthen professional development skills
      • +
      +
      + +
      +

      Why This Course Matters

      +

      Modern ecological research increasingly relies on large and complex datasets collected from cameras, acoustic sensors, satellites, environmental monitoring systems, and field observations. Artificial intelligence offers powerful tools for understanding these data, but meaningful scientific discovery requires collaboration between domain experts and computational researchers.

      +

      This course provides students with the opportunity to bridge these disciplines, gaining both technical and ecological expertise while working on authentic research challenges. By combining classroom learning, field experiences, and collaborative research, participants develop the skills needed to contribute to the future of biodiversity science.

      +
      + +
      +

      Enrollment Requirements

      +

      Students who enroll in the Fall semester are expected to complete all three-parts of the course, including the three-week January 5-26, 2027 field experience in Hawaii or Kenya, unless prior written approval is granted by the main course instructors (Leanna House and Tanya Berger-Wolf) and course administrator (Diane Boghrat). Funding will be provided to students who do not have funding available for the field component.

      +

      Please note: We have very limited funding and space available for students to enroll in the course and attend the field experience. Those who have been approved for the full year of the course (including the field experience) will be notified by mid-August at the latest, with those affiliated with the Imageomics Institute or ABC Global Center receiving top priority. All other students who request enrollment or are placed on their university's waitlist and cannot be accommodated in the field component of the course due to space limitations will be offered the opportunity to audit the Fall semester (Part 1) of the course, which is delivered virtually.

      +
      +
      +
      + + + diff --git a/events images/1-bcba49f0.jpg b/images/events-images/1-bcba49f0.jpg similarity index 100% rename from events images/1-bcba49f0.jpg rename to images/events-images/1-bcba49f0.jpg diff --git a/events images/1722021161691-2485d968.jpeg b/images/events-images/1722021161691-2485d968.jpeg similarity index 100% rename from events images/1722021161691-2485d968.jpeg rename to images/events-images/1722021161691-2485d968.jpeg diff --git a/events images/2025-all-hands-meeting-1-c4646505.png b/images/events-images/2025-all-hands-meeting-1-c4646505.png similarity index 100% rename from events images/2025-all-hands-meeting-1-c4646505.png rename to images/events-images/2025-all-hands-meeting-1-c4646505.png diff --git a/events images/_03c84a96-9266-4f1c-90c7-aa5add7e0eb8-322f7f0c.jpg b/images/events-images/_03c84a96-9266-4f1c-90c7-aa5add7e0eb8-322f7f0c.jpg similarity index 100% rename from events images/_03c84a96-9266-4f1c-90c7-aa5add7e0eb8-322f7f0c.jpg rename to images/events-images/_03c84a96-9266-4f1c-90c7-aa5add7e0eb8-322f7f0c.jpg diff --git a/events images/_0b8b1f50-6add-467c-8536-8a8a9ac25dc9.jpg b/images/events-images/_0b8b1f50-6add-467c-8536-8a8a9ac25dc9.jpg similarity index 100% rename from events images/_0b8b1f50-6add-467c-8536-8a8a9ac25dc9.jpg rename to images/events-images/_0b8b1f50-6add-467c-8536-8a8a9ac25dc9.jpg diff --git a/events images/_8d7fcdc9-f85f-4e38-86ae-f6bdfe522d36-621eaa88.jpg b/images/events-images/_8d7fcdc9-f85f-4e38-86ae-f6bdfe522d36-621eaa88.jpg similarity index 100% rename from events images/_8d7fcdc9-f85f-4e38-86ae-f6bdfe522d36-621eaa88.jpg rename to images/events-images/_8d7fcdc9-f85f-4e38-86ae-f6bdfe522d36-621eaa88.jpg diff --git a/events images/_becky-fuller-banner.png b/images/events-images/_becky-fuller-banner.png similarity index 100% rename from events images/_becky-fuller-banner.png rename to images/events-images/_becky-fuller-banner.png diff --git a/events images/_e0760008-1e8c-480a-9635-3f48c30bcbf3-a44b088c.jpg b/images/events-images/_e0760008-1e8c-480a-9635-3f48c30bcbf3-a44b088c.jpg similarity index 100% rename from events images/_e0760008-1e8c-480a-9635-3f48c30bcbf3-a44b088c.jpg rename to images/events-images/_e0760008-1e8c-480a-9635-3f48c30bcbf3-a44b088c.jpg diff --git a/events images/_g3a1983-1-30-3961c910.jpg b/images/events-images/_g3a1983-1-30-3961c910.jpg similarity index 100% rename from events images/_g3a1983-1-30-3961c910.jpg rename to images/events-images/_g3a1983-1-30-3961c910.jpg diff --git a/events images/aaai25.jpg b/images/events-images/aaai25.jpg similarity index 100% rename from events images/aaai25.jpg rename to images/events-images/aaai25.jpg diff --git a/events images/adobestock_619608604-ccdab280.jpeg b/images/events-images/adobestock_619608604-ccdab280.jpeg similarity index 100% rename from events images/adobestock_619608604-ccdab280.jpeg rename to images/events-images/adobestock_619608604-ccdab280.jpeg diff --git a/images/events-images/ai-ecology-course-icon.jpg b/images/events-images/ai-ecology-course-icon.jpg new file mode 100644 index 0000000..a648635 Binary files /dev/null and b/images/events-images/ai-ecology-course-icon.jpg differ diff --git a/events images/ai-leopard.jpeg b/images/events-images/ai-leopard.jpeg similarity index 100% rename from events images/ai-leopard.jpeg rename to images/events-images/ai-leopard.jpeg diff --git a/events images/ai-spy.png b/images/events-images/ai-spy.png similarity index 100% rename from events images/ai-spy.png rename to images/events-images/ai-spy.png diff --git a/events images/alina-grubnyak-ziqkhi7417a-unsplash-b72b50ed.jpg b/images/events-images/alina-grubnyak-ziqkhi7417a-unsplash-b72b50ed.jpg similarity index 100% rename from events images/alina-grubnyak-ziqkhi7417a-unsplash-b72b50ed.jpg rename to images/events-images/alina-grubnyak-ziqkhi7417a-unsplash-b72b50ed.jpg diff --git a/events images/andy-quitmeyer-seminar-1.png b/images/events-images/andy-quitmeyer-seminar-1.png similarity index 100% rename from events images/andy-quitmeyer-seminar-1.png rename to images/events-images/andy-quitmeyer-seminar-1.png diff --git a/events images/arnab-nandi.jpg b/images/events-images/arnab-nandi.jpg similarity index 100% rename from events images/arnab-nandi.jpg rename to images/events-images/arnab-nandi.jpg diff --git a/events images/beetlepalooza-2024-new-final-edited-1-214d49a3.jpg b/images/events-images/beetlepalooza-2024-new-final-edited-1-214d49a3.jpg similarity index 100% rename from events images/beetlepalooza-2024-new-final-edited-1-214d49a3.jpg rename to images/events-images/beetlepalooza-2024-new-final-edited-1-214d49a3.jpg diff --git a/events images/berger-wolf-abc-montreal-final9.25.24_reduced-db8c4593.jpg b/images/events-images/berger-wolf-abc-montreal-final9.25.24_reduced-db8c4593.jpg similarity index 100% rename from events images/berger-wolf-abc-montreal-final9.25.24_reduced-db8c4593.jpg rename to images/events-images/berger-wolf-abc-montreal-final9.25.24_reduced-db8c4593.jpg diff --git a/events images/best_csb_linkedin_0-6ce20de3.png b/images/events-images/best_csb_linkedin_0-6ce20de3.png similarity index 100% rename from events images/best_csb_linkedin_0-6ce20de3.png rename to images/events-images/best_csb_linkedin_0-6ce20de3.png diff --git a/events images/beth-cimini-seminar-145bf5a0.jpg b/images/events-images/beth-cimini-seminar-145bf5a0.jpg similarity index 100% rename from events images/beth-cimini-seminar-145bf5a0.jpg rename to images/events-images/beth-cimini-seminar-145bf5a0.jpg diff --git a/events images/bioclip2-image-medium.jpg b/images/events-images/bioclip2-image-medium.jpg similarity index 100% rename from events images/bioclip2-image-medium.jpg rename to images/events-images/bioclip2-image-medium.jpg diff --git a/events images/christin-hume-hcfwew744z4-unsplash-39d6db95.jpg b/images/events-images/christin-hume-hcfwew744z4-unsplash-39d6db95.jpg similarity index 100% rename from events images/christin-hume-hcfwew744z4-unsplash-39d6db95.jpg rename to images/events-images/christin-hume-hcfwew744z4-unsplash-39d6db95.jpg diff --git a/events images/cimini_beth.jpg b/images/events-images/cimini_beth.jpg similarity index 100% rename from events images/cimini_beth.jpg rename to images/events-images/cimini_beth.jpg diff --git a/events images/copy-of-2025-all-hands-meeting-1-e84acdaa.png b/images/events-images/copy-of-2025-all-hands-meeting-1-e84acdaa.png similarity index 100% rename from events images/copy-of-2025-all-hands-meeting-1-e84acdaa.png rename to images/events-images/copy-of-2025-all-hands-meeting-1-e84acdaa.png diff --git a/events images/copy-of-sabina-leonelli-seminar.png b/images/events-images/copy-of-sabina-leonelli-seminar.png similarity index 100% rename from events images/copy-of-sabina-leonelli-seminar.png rename to images/events-images/copy-of-sabina-leonelli-seminar.png diff --git a/events images/danchitwoodsmall-1-428032fa.jpg b/images/events-images/danchitwoodsmall-1-428032fa.jpg similarity index 100% rename from events images/danchitwoodsmall-1-428032fa.jpg rename to images/events-images/danchitwoodsmall-1-428032fa.jpg diff --git a/events images/designing-for-discovery-flyer-1.png b/images/events-images/designing-for-discovery-flyer-1.png similarity index 100% rename from events images/designing-for-discovery-flyer-1.png rename to images/events-images/designing-for-discovery-flyer-1.png diff --git a/events images/designing-for-discovery-flyer_0.png b/images/events-images/designing-for-discovery-flyer_0.png similarity index 100% rename from events images/designing-for-discovery-flyer_0.png rename to images/events-images/designing-for-discovery-flyer_0.png diff --git a/events images/elsa-ordway-banner.png b/images/events-images/elsa-ordway-banner.png similarity index 100% rename from events images/elsa-ordway-banner.png rename to images/events-images/elsa-ordway-banner.png diff --git a/events images/eugene-zhyvchik-xjy-7gtc38o-unsplash.jpg b/images/events-images/eugene-zhyvchik-xjy-7gtc38o-unsplash.jpg similarity index 100% rename from events images/eugene-zhyvchik-xjy-7gtc38o-unsplash.jpg rename to images/events-images/eugene-zhyvchik-xjy-7gtc38o-unsplash.jpg diff --git a/events images/experiential-imageomics-course-caede3a0.jpg b/images/events-images/experiential-imageomics-course-caede3a0.jpg similarity index 100% rename from events images/experiential-imageomics-course-caede3a0.jpg rename to images/events-images/experiential-imageomics-course-caede3a0.jpg diff --git a/events images/face_heikki-120f8514.jpg b/images/events-images/face_heikki-120f8514.jpg similarity index 100% rename from events images/face_heikki-120f8514.jpg rename to images/events-images/face_heikki-120f8514.jpg diff --git a/events images/florapalooza-flyer-1.png b/images/events-images/florapalooza-flyer-1.png similarity index 100% rename from events images/florapalooza-flyer-1.png rename to images/events-images/florapalooza-flyer-1.png diff --git a/events images/hastings-janna-a7a6fd31.jpg b/images/events-images/hastings-janna-a7a6fd31.jpg similarity index 100% rename from events images/hastings-janna-a7a6fd31.jpg rename to images/events-images/hastings-janna-a7a6fd31.jpg diff --git a/events images/hdr-2025-conference.png b/images/events-images/hdr-2025-conference.png similarity index 100% rename from events images/hdr-2025-conference.png rename to images/events-images/hdr-2025-conference.png diff --git a/events images/image-datapalooza.jpg b/images/events-images/image-datapalooza.jpg similarity index 100% rename from events images/image-datapalooza.jpg rename to images/events-images/image-datapalooza.jpg diff --git a/events images/image4-d8469f21.png b/images/events-images/image4-d8469f21.png similarity index 100% rename from events images/image4-d8469f21.png rename to images/events-images/image4-d8469f21.png diff --git a/events images/imageomics-aaai-2025-image-84d35970.png b/images/events-images/imageomics-aaai-2025-image-84d35970.png similarity index 100% rename from events images/imageomics-aaai-2025-image-84d35970.png rename to images/events-images/imageomics-aaai-2025-image-84d35970.png diff --git a/events images/imageomics-all-hands-public-event-banner-1.png b/images/events-images/imageomics-all-hands-public-event-banner-1.png similarity index 100% rename from events images/imageomics-all-hands-public-event-banner-1.png rename to images/events-images/imageomics-all-hands-public-event-banner-1.png diff --git a/events images/imageomics-conference-flyer.png b/images/events-images/imageomics-conference-flyer.png similarity index 100% rename from events images/imageomics-conference-flyer.png rename to images/events-images/imageomics-conference-flyer.png diff --git a/events images/imageomics-group-photo-all-hands-2023.jpg b/images/events-images/imageomics-group-photo-all-hands-2023.jpg similarity index 100% rename from events images/imageomics-group-photo-all-hands-2023.jpg rename to images/events-images/imageomics-group-photo-all-hands-2023.jpg diff --git a/events images/img_6494-eae30fd9.jpg b/images/events-images/img_6494-eae30fd9.jpg similarity index 100% rename from events images/img_6494-eae30fd9.jpg rename to images/events-images/img_6494-eae30fd9.jpg diff --git a/events images/img_7217-a709e49c.jpg b/images/events-images/img_7217-a709e49c.jpg similarity index 100% rename from events images/img_7217-a709e49c.jpg rename to images/events-images/img_7217-a709e49c.jpg diff --git a/events images/jarzyna_pic_2-72f3d1b6.jpeg b/images/events-images/jarzyna_pic_2-72f3d1b6.jpeg similarity index 100% rename from events images/jarzyna_pic_2-72f3d1b6.jpeg rename to images/events-images/jarzyna_pic_2-72f3d1b6.jpeg diff --git a/events images/jianyang-gu-headshot.jpg b/images/events-images/jianyang-gu-headshot.jpg similarity index 100% rename from events images/jianyang-gu-headshot.jpg rename to images/events-images/jianyang-gu-headshot.jpg diff --git a/events images/joshua-j-cotten-ngspfabwico-unsplash-e5dc44bf.jpg b/images/events-images/joshua-j-cotten-ngspfabwico-unsplash-e5dc44bf.jpg similarity index 100% rename from events images/joshua-j-cotten-ngspfabwico-unsplash-e5dc44bf.jpg rename to images/events-images/joshua-j-cotten-ngspfabwico-unsplash-e5dc44bf.jpg diff --git a/events images/justin-kitzes.jpg b/images/events-images/justin-kitzes.jpg similarity index 100% rename from events images/justin-kitzes.jpg rename to images/events-images/justin-kitzes.jpg diff --git a/events images/kakani-katija-banner-1.png b/images/events-images/kakani-katija-banner-1.png similarity index 100% rename from events images/kakani-katija-banner-1.png rename to images/events-images/kakani-katija-banner-1.png diff --git a/events images/kelton_headshot-0ea15825.jpg b/images/events-images/kelton_headshot-0ea15825.jpg similarity index 100% rename from events images/kelton_headshot-0ea15825.jpg rename to images/events-images/kelton_headshot-0ea15825.jpg diff --git a/events images/maks-ovsjaniko-photo-1-f8bc53fd.jpg b/images/events-images/maks-ovsjaniko-photo-1-f8bc53fd.jpg similarity index 100% rename from events images/maks-ovsjaniko-photo-1-f8bc53fd.jpg rename to images/events-images/maks-ovsjaniko-photo-1-f8bc53fd.jpg diff --git a/events images/markus-spiske-skf7hxarcoc-unsplash-89d9f633.jpg b/images/events-images/markus-spiske-skf7hxarcoc-unsplash-89d9f633.jpg similarity index 100% rename from events images/markus-spiske-skf7hxarcoc-unsplash-89d9f633.jpg rename to images/events-images/markus-spiske-skf7hxarcoc-unsplash-89d9f633.jpg diff --git a/events images/mika-baumeister-swvaxolmizy-unsplash.jpg b/images/events-images/mika-baumeister-swvaxolmizy-unsplash.jpg similarity index 100% rename from events images/mika-baumeister-swvaxolmizy-unsplash.jpg rename to images/events-images/mika-baumeister-swvaxolmizy-unsplash.jpg diff --git a/events images/murat-maga-seminar-banner-1.png b/images/events-images/murat-maga-seminar-banner-1.png similarity index 100% rename from events images/murat-maga-seminar-banner-1.png rename to images/events-images/murat-maga-seminar-banner-1.png diff --git a/events images/murat.jpg b/images/events-images/murat.jpg similarity index 100% rename from events images/murat.jpg rename to images/events-images/murat.jpg diff --git a/events images/nsf-distinguished-lecture-tanya-berger-wolf_0-06bb803f.jpg b/images/events-images/nsf-distinguished-lecture-tanya-berger-wolf_0-06bb803f.jpg similarity index 100% rename from events images/nsf-distinguished-lecture-tanya-berger-wolf_0-06bb803f.jpg rename to images/events-images/nsf-distinguished-lecture-tanya-berger-wolf_0-06bb803f.jpg diff --git a/events images/pb.talk_.png b/images/events-images/pb.talk_.png similarity index 100% rename from events images/pb.talk_.png rename to images/events-images/pb.talk_.png diff --git a/events images/pexels-andre-mouton-1207875-a557c1d0.jpg b/images/events-images/pexels-andre-mouton-1207875-a557c1d0.jpg similarity index 100% rename from events images/pexels-andre-mouton-1207875-a557c1d0.jpg rename to images/events-images/pexels-andre-mouton-1207875-a557c1d0.jpg diff --git a/events images/pexels-leeloo-thefirst-5428833-295617cd.jpg b/images/events-images/pexels-leeloo-thefirst-5428833-295617cd.jpg similarity index 100% rename from events images/pexels-leeloo-thefirst-5428833-295617cd.jpg rename to images/events-images/pexels-leeloo-thefirst-5428833-295617cd.jpg diff --git a/events images/pexels-magda-ehlers-2573946-eb9f8d87.jpg b/images/events-images/pexels-magda-ehlers-2573946-eb9f8d87.jpg similarity index 100% rename from events images/pexels-magda-ehlers-2573946-eb9f8d87.jpg rename to images/events-images/pexels-magda-ehlers-2573946-eb9f8d87.jpg diff --git a/events images/pexels-mark-arron-smith-2251798-c09d4bb7.jpg b/images/events-images/pexels-mark-arron-smith-2251798-c09d4bb7.jpg similarity index 100% rename from events images/pexels-mark-arron-smith-2251798-c09d4bb7.jpg rename to images/events-images/pexels-mark-arron-smith-2251798-c09d4bb7.jpg diff --git a/events images/pexels-polina-kovaleva-5827880-1321ed04.jpg b/images/events-images/pexels-polina-kovaleva-5827880-1321ed04.jpg similarity index 100% rename from events images/pexels-polina-kovaleva-5827880-1321ed04.jpg rename to images/events-images/pexels-polina-kovaleva-5827880-1321ed04.jpg diff --git a/events images/pierre_bonnet_april_14-b5afd37c.jpg b/images/events-images/pierre_bonnet_april_14-b5afd37c.jpg similarity index 100% rename from events images/pierre_bonnet_april_14-b5afd37c.jpg rename to images/events-images/pierre_bonnet_april_14-b5afd37c.jpg diff --git a/events images/rangescropped_logo-c64394fc.png b/images/events-images/rangescropped_logo-c64394fc.png similarity index 100% rename from events images/rangescropped_logo-c64394fc.png rename to images/events-images/rangescropped_logo-c64394fc.png diff --git a/events images/roberto-nickson-6pe5ib-i5-o-unsplash.jpg b/images/events-images/roberto-nickson-6pe5ib-i5-o-unsplash.jpg similarity index 100% rename from events images/roberto-nickson-6pe5ib-i5-o-unsplash.jpg rename to images/events-images/roberto-nickson-6pe5ib-i5-o-unsplash.jpg diff --git a/events images/roman-synkevych-wx2l8l-fgea-unsplash-368fb3c4.jpg b/images/events-images/roman-synkevych-wx2l8l-fgea-unsplash-368fb3c4.jpg similarity index 100% rename from events images/roman-synkevych-wx2l8l-fgea-unsplash-368fb3c4.jpg rename to images/events-images/roman-synkevych-wx2l8l-fgea-unsplash-368fb3c4.jpg diff --git a/events images/rspd-artwork-ascend.sized_-83c107f1.png b/images/events-images/rspd-artwork-ascend.sized_-83c107f1.png similarity index 100% rename from events images/rspd-artwork-ascend.sized_-83c107f1.png rename to images/events-images/rspd-artwork-ascend.sized_-83c107f1.png diff --git a/events images/shane-rounce-dnkonxqti3c-unsplash-1ef95c8f.jpg b/images/events-images/shane-rounce-dnkonxqti3c-unsplash-1ef95c8f.jpg similarity index 100% rename from events images/shane-rounce-dnkonxqti3c-unsplash-1ef95c8f.jpg rename to images/events-images/shane-rounce-dnkonxqti3c-unsplash-1ef95c8f.jpg diff --git a/events images/tiloburghardt.jpg b/images/events-images/tiloburghardt.jpg similarity index 100% rename from events images/tiloburghardt.jpg rename to images/events-images/tiloburghardt.jpg diff --git a/events images/ulrik.jpg b/images/events-images/ulrik.jpg similarity index 100% rename from events images/ulrik.jpg rename to images/events-images/ulrik.jpg diff --git a/images/events-images/version-control-with-git-event.png b/images/events-images/version-control-with-git-event.png new file mode 100644 index 0000000..1237081 Binary files /dev/null and b/images/events-images/version-control-with-git-event.png differ diff --git a/events images/wynand-uys-fhocjvovj6g-unsplash-f7d1b6cc.jpg b/images/events-images/wynand-uys-fhocjvovj6g-unsplash-f7d1b6cc.jpg similarity index 100% rename from events images/wynand-uys-fhocjvovj6g-unsplash-f7d1b6cc.jpg rename to images/events-images/wynand-uys-fhocjvovj6g-unsplash-f7d1b6cc.jpg diff --git a/events images/zhe_new.jpg b/images/events-images/zhe_new.jpg similarity index 100% rename from events images/zhe_new.jpg rename to images/events-images/zhe_new.jpg diff --git a/news-images/Imageomics-digital-digest-issue-9.png b/images/news-images/Imageomics-digital-digest-issue-9.png similarity index 100% rename from news-images/Imageomics-digital-digest-issue-9.png rename to images/news-images/Imageomics-digital-digest-issue-9.png diff --git a/news-images/O-H-I-O-Kenya.jpg b/images/news-images/O-H-I-O-Kenya.jpg similarity index 100% rename from news-images/O-H-I-O-Kenya.jpg rename to images/news-images/O-H-I-O-Kenya.jpg diff --git a/news-images/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024-image-01.jpg b/images/news-images/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024-image-01.jpg similarity index 100% rename from news-images/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024-image-01.jpg rename to images/news-images/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024-image-01.jpg diff --git a/news-images/ai-nature-tomorrows-science-starts-todays-students-image-01.jpg b/images/news-images/ai-nature-tomorrows-science-starts-todays-students-image-01.jpg similarity index 100% rename from news-images/ai-nature-tomorrows-science-starts-todays-students-image-01.jpg rename to images/news-images/ai-nature-tomorrows-science-starts-todays-students-image-01.jpg diff --git a/news-images/ai-nature-tomorrows-science-starts-todays-students-image-02.jpg b/images/news-images/ai-nature-tomorrows-science-starts-todays-students-image-02.jpg similarity index 100% rename from news-images/ai-nature-tomorrows-science-starts-todays-students-image-02.jpg rename to images/news-images/ai-nature-tomorrows-science-starts-todays-students-image-02.jpg diff --git a/news-images/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity-image-01.webp b/images/news-images/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity-image-01.webp similarity index 100% rename from news-images/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity-image-01.webp rename to images/news-images/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity-image-01.webp diff --git a/news-images/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity-image-02.jpg b/images/news-images/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity-image-02.jpg similarity index 100% rename from news-images/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity-image-02.jpg rename to images/news-images/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity-image-02.jpg diff --git a/news-images/beetlepalooza-2024-announced.jpg b/images/news-images/beetlepalooza-2024-announced.jpg similarity index 100% rename from news-images/beetlepalooza-2024-announced.jpg rename to images/news-images/beetlepalooza-2024-announced.jpg diff --git a/news-images/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning-image-01.jpg b/images/news-images/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning-image-01.jpg similarity index 100% rename from news-images/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning-image-01.jpg rename to images/news-images/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning-image-01.jpg diff --git a/news-images/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.jpg b/images/news-images/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.jpg similarity index 100% rename from news-images/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.jpg rename to images/news-images/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.jpg diff --git a/news-images/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.jpg b/images/news-images/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.jpg similarity index 100% rename from news-images/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.jpg rename to images/news-images/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.jpg diff --git a/news-images/berger-wolf-featured-now-ohio-state-podcast.jpg b/images/news-images/berger-wolf-featured-now-ohio-state-podcast.jpg similarity index 100% rename from news-images/berger-wolf-featured-now-ohio-state-podcast.jpg rename to images/news-images/berger-wolf-featured-now-ohio-state-podcast.jpg diff --git a/news-images/berger-wolf-leads-new-ai-biodiversity-change-global-center.jpg b/images/news-images/berger-wolf-leads-new-ai-biodiversity-change-global-center.jpg similarity index 100% rename from news-images/berger-wolf-leads-new-ai-biodiversity-change-global-center.jpg rename to images/news-images/berger-wolf-leads-new-ai-biodiversity-change-global-center.jpg diff --git a/news-images/berger-wolf-named-aaai-fellow-image-01.jpeg b/images/news-images/berger-wolf-named-aaai-fellow-image-01.jpeg similarity index 100% rename from news-images/berger-wolf-named-aaai-fellow-image-01.jpeg rename to images/news-images/berger-wolf-named-aaai-fellow-image-01.jpeg diff --git a/news-images/big-data-big-impact-nsf-hdr-conference-wrap-image-02.jpg b/images/news-images/big-data-big-impact-nsf-hdr-conference-wrap-image-02.jpg similarity index 100% rename from news-images/big-data-big-impact-nsf-hdr-conference-wrap-image-02.jpg rename to images/news-images/big-data-big-impact-nsf-hdr-conference-wrap-image-02.jpg diff --git a/news-images/big-data-big-impact-nsf-hdr-conference-wrap.jpg b/images/news-images/big-data-big-impact-nsf-hdr-conference-wrap.jpg similarity index 100% rename from news-images/big-data-big-impact-nsf-hdr-conference-wrap.jpg rename to images/news-images/big-data-big-impact-nsf-hdr-conference-wrap.jpg diff --git a/news-images/bioclip-team-earns-best-student-paper-award-cvpr-2024.jpg b/images/news-images/bioclip-team-earns-best-student-paper-award-cvpr-2024.jpg similarity index 100% rename from news-images/bioclip-team-earns-best-student-paper-award-cvpr-2024.jpg rename to images/news-images/bioclip-team-earns-best-student-paper-award-cvpr-2024.jpg diff --git a/news-images/blog-post-published-imageomics-social-science-team-image-01.jpg b/images/news-images/blog-post-published-imageomics-social-science-team-image-01.jpg similarity index 100% rename from news-images/blog-post-published-imageomics-social-science-team-image-01.jpg rename to images/news-images/blog-post-published-imageomics-social-science-team-image-01.jpg diff --git a/news-images/branching-out-bioclip-2-pushes-boundaries-ai-nature.jpg b/images/news-images/branching-out-bioclip-2-pushes-boundaries-ai-nature.jpg similarity index 100% rename from news-images/branching-out-bioclip-2-pushes-boundaries-ai-nature.jpg rename to images/news-images/branching-out-bioclip-2-pushes-boundaries-ai-nature.jpg diff --git a/news-images/branching-out-uyedas-research-puts-tree-phylogeny-image-01.jpg b/images/news-images/branching-out-uyedas-research-puts-tree-phylogeny-image-01.jpg similarity index 100% rename from news-images/branching-out-uyedas-research-puts-tree-phylogeny-image-01.jpg rename to images/news-images/branching-out-uyedas-research-puts-tree-phylogeny-image-01.jpg diff --git a/news-images/branching-out-uyedas-research-puts-tree-phylogeny-image-02.webp b/images/news-images/branching-out-uyedas-research-puts-tree-phylogeny-image-02.webp similarity index 100% rename from news-images/branching-out-uyedas-research-puts-tree-phylogeny-image-02.webp rename to images/news-images/branching-out-uyedas-research-puts-tree-phylogeny-image-02.webp diff --git a/news-images/bring-data-funk-funcapalooza-2025-workshop-announced.jpg b/images/news-images/bring-data-funk-funcapalooza-2025-workshop-announced.jpg similarity index 100% rename from news-images/bring-data-funk-funcapalooza-2025-workshop-announced.jpg rename to images/news-images/bring-data-funk-funcapalooza-2025-workshop-announced.jpg diff --git a/news-images/buckeyes-participate-inaugural-us-africa-science-engineering-and-medicine-symposium.jpg b/images/news-images/buckeyes-participate-inaugural-us-africa-science-engineering-and-medicine-symposium.jpg similarity index 100% rename from news-images/buckeyes-participate-inaugural-us-africa-science-engineering-and-medicine-symposium.jpg rename to images/news-images/buckeyes-participate-inaugural-us-africa-science-engineering-and-medicine-symposium.jpg diff --git a/news-images/buzz-image-01.jpg b/images/news-images/buzz-image-01.jpg similarity index 100% rename from news-images/buzz-image-01.jpg rename to images/news-images/buzz-image-01.jpg diff --git a/news-images/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16-image-01.jpg b/images/news-images/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16-image-01.jpg similarity index 100% rename from news-images/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16-image-01.jpg rename to images/news-images/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16-image-01.jpg diff --git a/news-images/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16-image-02.jpg b/images/news-images/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16-image-02.jpg similarity index 100% rename from news-images/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16-image-02.jpg rename to images/news-images/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16-image-02.jpg diff --git a/news-images/call-papers-aaai-2025-workshop-deadline-extended.jpg b/images/news-images/call-papers-aaai-2025-workshop-deadline-extended.jpg similarity index 100% rename from news-images/call-papers-aaai-2025-workshop-deadline-extended.jpg rename to images/news-images/call-papers-aaai-2025-workshop-deadline-extended.jpg diff --git a/news-images/carstens-earns-ohio-states-2025-distinguished-scholar-award-image.jpg b/images/news-images/carstens-earns-ohio-states-2025-distinguished-scholar-award-image.jpg similarity index 100% rename from news-images/carstens-earns-ohio-states-2025-distinguished-scholar-award-image.jpg rename to images/news-images/carstens-earns-ohio-states-2025-distinguished-scholar-award-image.jpg diff --git a/news-images/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.jpg b/images/news-images/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.jpg similarity index 100% rename from news-images/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.jpg rename to images/news-images/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.jpg diff --git a/news-images/decker-defend-phd-focus-bats-and-big-data-2.jpg b/images/news-images/decker-defend-phd-focus-bats-and-big-data-2.jpg similarity index 100% rename from news-images/decker-defend-phd-focus-bats-and-big-data-2.jpg rename to images/news-images/decker-defend-phd-focus-bats-and-big-data-2.jpg diff --git a/news-images/decker-defend-phd-focus-bats-and-big-data.jpg b/images/news-images/decker-defend-phd-focus-bats-and-big-data.jpg similarity index 100% rename from news-images/decker-defend-phd-focus-bats-and-big-data.jpg rename to images/news-images/decker-defend-phd-focus-bats-and-big-data.jpg diff --git a/images/news-images/designing-for-discovery-workshop-evolution-conference-2026.png b/images/news-images/designing-for-discovery-workshop-evolution-conference-2026.png new file mode 100644 index 0000000..ca08bd7 Binary files /dev/null and b/images/news-images/designing-for-discovery-workshop-evolution-conference-2026.png differ diff --git a/news-images/dr-berger-wolf-and-dr-mabee-serve-panelists-national-academies.jpg b/images/news-images/dr-berger-wolf-and-dr-mabee-serve-panelists-national-academies.jpg similarity index 100% rename from news-images/dr-berger-wolf-and-dr-mabee-serve-panelists-national-academies.jpg rename to images/news-images/dr-berger-wolf-and-dr-mabee-serve-panelists-national-academies.jpg diff --git a/news-images/dr-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.jpg b/images/news-images/dr-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.jpg similarity index 100% rename from news-images/dr-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.jpg rename to images/news-images/dr-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.jpg diff --git a/news-images/evolutionary-advancements-imageomics-research-shine-iclr-2025.jpeg b/images/news-images/evolutionary-advancements-imageomics-research-shine-iclr-2025.jpeg similarity index 100% rename from news-images/evolutionary-advancements-imageomics-research-shine-iclr-2025.jpeg rename to images/news-images/evolutionary-advancements-imageomics-research-shine-iclr-2025.jpeg diff --git a/news-images/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.jpg b/images/news-images/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.jpg similarity index 100% rename from news-images/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.jpg rename to images/news-images/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.jpg diff --git a/news-images/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.png b/images/news-images/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.png similarity index 100% rename from news-images/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.png rename to images/news-images/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.png diff --git a/news-images/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.jpeg b/images/news-images/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.jpeg similarity index 100% rename from news-images/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.jpeg rename to images/news-images/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.jpeg diff --git a/news-images/grand-time-ai-nature-image-01.jpg b/images/news-images/grand-time-ai-nature-image-01.jpg similarity index 100% rename from news-images/grand-time-ai-nature-image-01.jpg rename to images/news-images/grand-time-ai-nature-image-01.jpg diff --git a/news-images/harry-chao-receives-2025-early-career-distinguished-scholar-award.jpg b/images/news-images/harry-chao-receives-2025-early-career-distinguished-scholar-award.jpg similarity index 100% rename from news-images/harry-chao-receives-2025-early-career-distinguished-scholar-award.jpg rename to images/news-images/harry-chao-receives-2025-early-career-distinguished-scholar-award.jpg diff --git a/news-images/how-new-drone-system-may-transform-next-gen-ecology-research.jpg b/images/news-images/how-new-drone-system-may-transform-next-gen-ecology-research.jpg similarity index 100% rename from news-images/how-new-drone-system-may-transform-next-gen-ecology-research.jpg rename to images/news-images/how-new-drone-system-may-transform-next-gen-ecology-research.jpg diff --git a/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-01.jpg b/images/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-01.jpg similarity index 100% rename from news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-01.jpg rename to images/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-01.jpg diff --git a/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-02.jpeg b/images/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-02.jpeg similarity index 100% rename from news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-02.jpeg rename to images/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-02.jpeg diff --git a/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-03.jpeg b/images/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-03.jpeg similarity index 100% rename from news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-03.jpeg rename to images/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-03.jpeg diff --git a/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-04.jpeg b/images/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-04.jpeg similarity index 100% rename from news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-04.jpeg rename to images/news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-04.jpeg diff --git a/news-images/imageomics-chain-reaction-series-dominik-winecki-image-01.jpeg b/images/news-images/imageomics-chain-reaction-series-dominik-winecki-image-01.jpeg similarity index 100% rename from news-images/imageomics-chain-reaction-series-dominik-winecki-image-01.jpeg rename to images/news-images/imageomics-chain-reaction-series-dominik-winecki-image-01.jpeg diff --git a/news-images/imageomics-chain-reaction-series-dominik-winecki-image-02.png b/images/news-images/imageomics-chain-reaction-series-dominik-winecki-image-02.png similarity index 100% rename from news-images/imageomics-chain-reaction-series-dominik-winecki-image-02.png rename to images/news-images/imageomics-chain-reaction-series-dominik-winecki-image-02.png diff --git a/news-images/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics-image-01.jpeg b/images/news-images/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics-image-01.jpeg similarity index 100% rename from news-images/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics-image-01.jpeg rename to images/news-images/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics-image-01.jpeg diff --git a/news-images/imageomics-digital-digest-issue-5-document-01.pdf b/images/news-images/imageomics-digital-digest-issue-5-document-01.pdf similarity index 100% rename from news-images/imageomics-digital-digest-issue-5-document-01.pdf rename to images/news-images/imageomics-digital-digest-issue-5-document-01.pdf diff --git a/news-images/imageomics-digital-digest-issue-5.png b/images/news-images/imageomics-digital-digest-issue-5.png similarity index 100% rename from news-images/imageomics-digital-digest-issue-5.png rename to images/news-images/imageomics-digital-digest-issue-5.png diff --git a/news-images/imageomics-digital-digest-issue-6.png b/images/news-images/imageomics-digital-digest-issue-6.png similarity index 100% rename from news-images/imageomics-digital-digest-issue-6.png rename to images/news-images/imageomics-digital-digest-issue-6.png diff --git a/news-images/imageomics-digital-digest-issue-7.png b/images/news-images/imageomics-digital-digest-issue-7.png similarity index 100% rename from news-images/imageomics-digital-digest-issue-7.png rename to images/news-images/imageomics-digital-digest-issue-7.png diff --git a/news-images/imageomics-digital-digest-issue-8.png b/images/news-images/imageomics-digital-digest-issue-8.png similarity index 100% rename from news-images/imageomics-digital-digest-issue-8.png rename to images/news-images/imageomics-digital-digest-issue-8.png diff --git a/news-images/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast-image-01.webp b/images/news-images/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast-image-01.webp similarity index 100% rename from news-images/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast-image-01.webp rename to images/news-images/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast-image-01.webp diff --git a/news-images/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast-image-02.webp b/images/news-images/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast-image-02.webp similarity index 100% rename from news-images/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast-image-02.webp rename to images/news-images/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast-image-02.webp diff --git a/news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-01.jpeg b/images/news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-01.jpeg similarity index 100% rename from news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-01.jpeg rename to images/news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-01.jpeg diff --git a/news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-02.jpeg b/images/news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-02.jpeg similarity index 100% rename from news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-02.jpeg rename to images/news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-02.jpeg diff --git a/news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-03.jpeg b/images/news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-03.jpeg similarity index 100% rename from news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-03.jpeg rename to images/news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-03.jpeg diff --git a/news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-01.jpg b/images/news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-01.jpg similarity index 100% rename from news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-01.jpg rename to images/news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-01.jpg diff --git a/news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-02.jpg b/images/news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-02.jpg similarity index 100% rename from news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-02.jpg rename to images/news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-02.jpg diff --git a/news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-03.jpg b/images/news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-03.jpg similarity index 100% rename from news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-03.jpg rename to images/news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-03.jpg diff --git a/news-images/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.png b/images/news-images/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.png similarity index 100% rename from news-images/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.png rename to images/news-images/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.png diff --git a/news-images/imageomics-institute-issues-call-papers-neurips-2025-workshop.jpg b/images/news-images/imageomics-institute-issues-call-papers-neurips-2025-workshop.jpg similarity index 100% rename from news-images/imageomics-institute-issues-call-papers-neurips-2025-workshop.jpg rename to images/news-images/imageomics-institute-issues-call-papers-neurips-2025-workshop.jpg diff --git a/news-images/imageomics-institute-newsletter-issue-2-2025-image-01.jpg b/images/news-images/imageomics-institute-newsletter-issue-2-2025-image-01.jpg similarity index 100% rename from news-images/imageomics-institute-newsletter-issue-2-2025-image-01.jpg rename to images/news-images/imageomics-institute-newsletter-issue-2-2025-image-01.jpg diff --git a/news-images/imageomics-institute-newsletter-issue-3-2025-image-02.png b/images/news-images/imageomics-institute-newsletter-issue-3-2025-image-02.png similarity index 100% rename from news-images/imageomics-institute-newsletter-issue-3-2025-image-02.png rename to images/news-images/imageomics-institute-newsletter-issue-3-2025-image-02.png diff --git a/news-images/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.png b/images/news-images/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.png similarity index 100% rename from news-images/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.png rename to images/news-images/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.png diff --git a/news-images/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.png b/images/news-images/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.png similarity index 100% rename from news-images/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.png rename to images/news-images/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.png diff --git a/news-images/imageomics-newsletter-issue-4-document-01.pdf b/images/news-images/imageomics-newsletter-issue-4-document-01.pdf similarity index 100% rename from news-images/imageomics-newsletter-issue-4-document-01.pdf rename to images/news-images/imageomics-newsletter-issue-4-document-01.pdf diff --git a/news-images/imageomics-newsletter-issue-4-image-01.png b/images/news-images/imageomics-newsletter-issue-4-image-01.png similarity index 100% rename from news-images/imageomics-newsletter-issue-4-image-01.png rename to images/news-images/imageomics-newsletter-issue-4-image-01.png diff --git a/news-images/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech-image-01.jpg b/images/news-images/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech-image-01.jpg similarity index 100% rename from news-images/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech-image-01.jpg rename to images/news-images/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech-image-01.jpg diff --git a/news-images/imageomics-poised-enable-new-understanding-life.jpg b/images/news-images/imageomics-poised-enable-new-understanding-life.jpg similarity index 100% rename from news-images/imageomics-poised-enable-new-understanding-life.jpg rename to images/news-images/imageomics-poised-enable-new-understanding-life.jpg diff --git a/news-images/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.jpeg b/images/news-images/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.jpeg similarity index 100% rename from news-images/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.jpeg rename to images/news-images/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.jpeg diff --git a/news-images/inside-first-imageomics.jpg b/images/news-images/inside-first-imageomics.jpg similarity index 100% rename from news-images/inside-first-imageomics.jpg rename to images/news-images/inside-first-imageomics.jpg diff --git a/news-images/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate-image-01.jpg b/images/news-images/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate-image-01.jpg similarity index 100% rename from news-images/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate-image-01.jpg rename to images/news-images/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate-image-01.jpg diff --git a/news-images/jenna-kline-recipient-2025-cse-graduate-student-research-award-image-01.jpg b/images/news-images/jenna-kline-recipient-2025-cse-graduate-student-research-award-image-01.jpg similarity index 100% rename from news-images/jenna-kline-recipient-2025-cse-graduate-student-research-award-image-01.jpg rename to images/news-images/jenna-kline-recipient-2025-cse-graduate-student-research-award-image-01.jpg diff --git a/news-images/karpatnes-lakegpt-research-earns-nairr-pilot-award-image-01.jpg b/images/news-images/karpatnes-lakegpt-research-earns-nairr-pilot-award-image-01.jpg similarity index 100% rename from news-images/karpatnes-lakegpt-research-earns-nairr-pilot-award-image-01.jpg rename to images/news-images/karpatnes-lakegpt-research-earns-nairr-pilot-award-image-01.jpg diff --git a/news-images/karpatnes-lakegpt-research-earns-nairr-pilot-award-image-02.png b/images/news-images/karpatnes-lakegpt-research-earns-nairr-pilot-award-image-02.png similarity index 100% rename from news-images/karpatnes-lakegpt-research-earns-nairr-pilot-award-image-02.png rename to images/news-images/karpatnes-lakegpt-research-earns-nairr-pilot-award-image-02.png diff --git a/news-images/kline-wins-first-place-acmieee-sec-2025-student-research-contest.jpeg b/images/news-images/kline-wins-first-place-acmieee-sec-2025-student-research-contest.jpeg similarity index 100% rename from news-images/kline-wins-first-place-acmieee-sec-2025-student-research-contest.jpeg rename to images/news-images/kline-wins-first-place-acmieee-sec-2025-student-research-contest.jpeg diff --git a/news-images/national-academies-science-engineering-and-medicine-appoints-dr-tanya-berger-wolf-image-01.jpeg b/images/news-images/national-academies-science-engineering-and-medicine-appoints-dr-tanya-berger-wolf-image-01.jpeg similarity index 100% rename from news-images/national-academies-science-engineering-and-medicine-appoints-dr-tanya-berger-wolf-image-01.jpeg rename to images/news-images/national-academies-science-engineering-and-medicine-appoints-dr-tanya-berger-wolf-image-01.jpeg diff --git a/news-images/new-era-biology-unfolds-imageomics-workflow-research-image-01.jpg b/images/news-images/new-era-biology-unfolds-imageomics-workflow-research-image-01.jpg similarity index 100% rename from news-images/new-era-biology-unfolds-imageomics-workflow-research-image-01.jpg rename to images/news-images/new-era-biology-unfolds-imageomics-workflow-research-image-01.jpg diff --git a/news-images/new-era-biology-unfolds-imageomics-workflow-research-image-02.jpg b/images/news-images/new-era-biology-unfolds-imageomics-workflow-research-image-02.jpg similarity index 100% rename from news-images/new-era-biology-unfolds-imageomics-workflow-research-image-02.jpg rename to images/news-images/new-era-biology-unfolds-imageomics-workflow-research-image-02.jpg diff --git a/news-images/new-field-science-global-biodiversity.jpg b/images/news-images/new-field-science-global-biodiversity.jpg similarity index 100% rename from news-images/new-field-science-global-biodiversity.jpg rename to images/news-images/new-field-science-global-biodiversity.jpg diff --git a/news-images/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.jpg b/images/news-images/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.jpg similarity index 100% rename from news-images/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.jpg rename to images/news-images/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.jpg diff --git a/news-images/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world-image-01.png b/images/news-images/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world-image-01.png similarity index 100% rename from news-images/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world-image-01.png rename to images/news-images/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world-image-01.png diff --git a/news-images/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world-image-02.png b/images/news-images/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world-image-02.png similarity index 100% rename from news-images/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world-image-02.png rename to images/news-images/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world-image-02.png diff --git a/news-images/phd-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.jpeg b/images/news-images/phd-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.jpeg similarity index 100% rename from news-images/phd-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.jpeg rename to images/news-images/phd-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.jpeg diff --git a/news-images/prof-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics-image-01.png b/images/news-images/prof-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics-image-01.png similarity index 100% rename from news-images/prof-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics-image-01.png rename to images/news-images/prof-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics-image-01.png diff --git a/news-images/pybioclip-new-toolset-machine-learning-biological-images.png b/images/news-images/pybioclip-new-toolset-machine-learning-biological-images.png similarity index 100% rename from news-images/pybioclip-new-toolset-machine-learning-biological-images.png rename to images/news-images/pybioclip-new-toolset-machine-learning-biological-images.png diff --git a/images/news-images/robert-may-prize-2025.webp b/images/news-images/robert-may-prize-2025.webp new file mode 100644 index 0000000..ac8e1ac Binary files /dev/null and b/images/news-images/robert-may-prize-2025.webp differ diff --git a/news-images/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.jpg b/images/news-images/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.jpg similarity index 100% rename from news-images/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.jpg rename to images/news-images/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.jpg diff --git a/news-images/sensor-and-sensibility-imageomics-takes-tech-wilds.jpeg b/images/news-images/sensor-and-sensibility-imageomics-takes-tech-wilds.jpeg similarity index 100% rename from news-images/sensor-and-sensibility-imageomics-takes-tech-wilds.jpeg rename to images/news-images/sensor-and-sensibility-imageomics-takes-tech-wilds.jpeg diff --git a/news-images/smart-win-smart-wilds.jpg b/images/news-images/smart-win-smart-wilds.jpg similarity index 100% rename from news-images/smart-win-smart-wilds.jpg rename to images/news-images/smart-win-smart-wilds.jpg diff --git a/news-images/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.jpg b/images/news-images/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.jpg similarity index 100% rename from news-images/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.jpg rename to images/news-images/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.jpg diff --git a/news-images/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york-image-01.png b/images/news-images/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york-image-01.png similarity index 100% rename from news-images/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york-image-01.png rename to images/news-images/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york-image-01.png diff --git a/news-images/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york-image-02.jpg b/images/news-images/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york-image-02.jpg similarity index 100% rename from news-images/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york-image-02.jpg rename to images/news-images/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york-image-02.jpg diff --git a/news-images/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.jpg b/images/news-images/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.jpg similarity index 100% rename from news-images/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.jpg rename to images/news-images/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.jpg diff --git a/news-images/tweet-success-ai-tunes-hawaiian-birdsong-conservation.jpeg b/images/news-images/tweet-success-ai-tunes-hawaiian-birdsong-conservation.jpeg similarity index 100% rename from news-images/tweet-success-ai-tunes-hawaiian-birdsong-conservation.jpeg rename to images/news-images/tweet-success-ai-tunes-hawaiian-birdsong-conservation.jpeg diff --git a/news-images/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.png b/images/news-images/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.png similarity index 100% rename from news-images/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.png rename to images/news-images/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.png diff --git a/news-images/wildlife-conservation-leverages-ai-dr-berger-wolf-discusses-imageomics-during-osu-image-01.png b/images/news-images/wildlife-conservation-leverages-ai-dr-berger-wolf-discusses-imageomics-during-osu-image-01.png similarity index 100% rename from news-images/wildlife-conservation-leverages-ai-dr-berger-wolf-discusses-imageomics-during-osu-image-01.png rename to images/news-images/wildlife-conservation-leverages-ai-dr-berger-wolf-discusses-imageomics-during-osu-image-01.png diff --git a/news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-01.jpg b/images/news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-01.jpg similarity index 100% rename from news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-01.jpg rename to images/news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-01.jpg diff --git a/news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-02.png b/images/news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-02.png similarity index 100% rename from news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-02.png rename to images/news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-02.png diff --git a/news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-03.png b/images/news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-03.png similarity index 100% rename from news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-03.png rename to images/news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-03.png diff --git a/news-images/wildwing-research-advances-ai-driven-aerial-imaging-conservation.jpg b/images/news-images/wildwing-research-advances-ai-driven-aerial-imaging-conservation.jpg similarity index 100% rename from news-images/wildwing-research-advances-ai-driven-aerial-imaging-conservation.jpg rename to images/news-images/wildwing-research-advances-ai-driven-aerial-imaging-conservation.jpg diff --git a/news-images/work-imageomics-researchers-featured-2022-cvpr-conference.png b/images/news-images/work-imageomics-researchers-featured-2022-cvpr-conference.png similarity index 100% rename from news-images/work-imageomics-researchers-featured-2022-cvpr-conference.png rename to images/news-images/work-imageomics-researchers-featured-2022-cvpr-conference.png diff --git a/news-images/yu-su-promoted-associate-professor-ohio-state-image-01.jpeg b/images/news-images/yu-su-promoted-associate-professor-ohio-state-image-01.jpeg similarity index 100% rename from news-images/yu-su-promoted-associate-professor-ohio-state-image-01.jpeg rename to images/news-images/yu-su-promoted-associate-professor-ohio-state-image-01.jpeg diff --git a/news-images/zebra_drones.jpg b/images/news-images/zebra_drones.jpg similarity index 100% rename from news-images/zebra_drones.jpg rename to images/news-images/zebra_drones.jpg diff --git a/images/people/placeholder-headshot.svg b/images/people/placeholder-headshot.svg deleted file mode 100644 index 7ddec18..0000000 --- a/images/people/placeholder-headshot.svg +++ /dev/null @@ -1,6 +0,0 @@ - - Placeholder headshot - - - - diff --git a/images/research/3d-morphometrics.jpg b/images/research/3d-morphometrics.jpg new file mode 100644 index 0000000..be8b6fa Binary files /dev/null and b/images/research/3d-morphometrics.jpg differ diff --git a/images/research/behavioral-traits-from-videos-hero.jpg b/images/research/behavioral-traits-from-videos-hero.jpg new file mode 100644 index 0000000..dc9cfb2 Binary files /dev/null and b/images/research/behavioral-traits-from-videos-hero.jpg differ diff --git a/images/research/behavioral-traits-from-videos.jpg b/images/research/behavioral-traits-from-videos.jpg new file mode 100644 index 0000000..5c55381 Binary files /dev/null and b/images/research/behavioral-traits-from-videos.jpg differ diff --git a/images/research/fishes.jpg b/images/research/fishes.jpg new file mode 100644 index 0000000..2e49f5f Binary files /dev/null and b/images/research/fishes.jpg differ diff --git a/images/research/heliconius-wing-patterns.png b/images/research/heliconius-wing-patterns.png new file mode 100644 index 0000000..cdc3ec5 Binary files /dev/null and b/images/research/heliconius-wing-patterns.png differ diff --git a/images/research/imageomics-foundation-model-hero.png b/images/research/imageomics-foundation-model-hero.png new file mode 100644 index 0000000..56d5c7e Binary files /dev/null and b/images/research/imageomics-foundation-model-hero.png differ diff --git a/images/research/imageomics-foundation-model-taxonomy.png b/images/research/imageomics-foundation-model-taxonomy.png new file mode 100644 index 0000000..cbcef7c Binary files /dev/null and b/images/research/imageomics-foundation-model-taxonomy.png differ diff --git a/images/research/imageomics-foundation-model.png b/images/research/imageomics-foundation-model.png new file mode 100644 index 0000000..97e467c Binary files /dev/null and b/images/research/imageomics-foundation-model.png differ diff --git a/images/research/interpretable-and-explainable-models.png b/images/research/interpretable-and-explainable-models.png new file mode 100644 index 0000000..7fc5cdf Binary files /dev/null and b/images/research/interpretable-and-explainable-models.png differ diff --git a/images/research/macroevolution.png b/images/research/macroevolution.png new file mode 100644 index 0000000..363cf05 Binary files /dev/null and b/images/research/macroevolution.png differ diff --git a/images/research/patterns2genes.jpeg b/images/research/patterns2genes.jpeg new file mode 100644 index 0000000..626aa47 Binary files /dev/null and b/images/research/patterns2genes.jpeg differ diff --git a/js/events.js b/js/events.js index 3dd92bd..eae25ab 100644 --- a/js/events.js +++ b/js/events.js @@ -80,17 +80,88 @@ document.addEventListener('DOMContentLoaded', async () => { })); }; + const COURSE_MODULE_URL_MARKER = 'ai-and-ecology-course-module-'; + const COURSE_SERIES_URL = 'tools-resources/experiential-introduction-ai-ecology-course-2026-2027.html'; + const FEATURED_UPCOMING_WINDOW_DAYS = 14; + const MILLISECONDS_PER_DAY = 24 * 60 * 60 * 1000; + + const collapseCourseSeries = (items) => { + const seriesItems = items + .filter((item) => item.url?.includes(COURSE_MODULE_URL_MARKER)) + .sort((a, b) => a.startDate.localeCompare(b.startDate)); + + if (seriesItems.length < 2) return items; + + const firstSession = seriesItems[0]; + const lastSession = seriesItems[seriesItems.length - 1]; + const lastDateWithoutWeekday = lastSession.date.replace(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s+/, ''); + const seriesItem = { + title: 'Experiential Introduction to AI and Ecology', + url: COURSE_SERIES_URL, + date: `${firstSession.date} - ${lastDateWithoutWeekday} (${seriesItems.length} sessions)`, + description: 'Weekly virtual course sessions from August through November 2026.', + image: firstSession.image, + imageAlt: firstSession.imageAlt, + startDate: firstSession.startDate, + endDate: lastSession.startDate, + allDatesText: seriesItems.map((item) => item.allDatesText || item.date).join(', '), + searchText: seriesItems.map((item) => `${item.title} ${item.description || ''}`).join(' '), + seriesItems + }; + + return items + .filter((item) => !item.url?.includes(COURSE_MODULE_URL_MARKER)) + .concat(seriesItem); + }; + const parseEventDate = (startDate) => { const parsedDate = new Date(`${startDate}T00:00:00`); return Number.isNaN(parsedDate.getTime()) ? new Date(0) : parsedDate; }; - const uniqueEventItems = getUniqueEventItems(eventItems) + const getToday = () => { + const today = new Date(); + today.setHours(0, 0, 0, 0); + return today; + }; + + const getFeaturedEventSelection = (items) => { + const today = getToday(); + const featureCandidates = items.flatMap((item) => item.seriesItems?.length ? item.seriesItems : [item]); + const timedCandidates = featureCandidates.map((item) => { + const startDate = parseEventDate(item.startDate); + const endDate = parseEventDate(item.endDate || item.startDate); + return { item, startDate, endDate }; + }); + + const happeningNow = timedCandidates + .filter(({ startDate, endDate }) => startDate <= today && endDate >= today) + .sort((a, b) => b.startDate - a.startDate)[0]; + + if (happeningNow) { + return { item: happeningNow.item, status: 'Happening Now' }; + } + + const nextUpcoming = timedCandidates + .filter(({ startDate }) => startDate > today) + .sort((a, b) => a.startDate - b.startDate)[0]; + + if (!nextUpcoming) return null; + + const daysUntilStart = Math.round((nextUpcoming.startDate - today) / MILLISECONDS_PER_DAY); + const status = daysUntilStart <= FEATURED_UPCOMING_WINDOW_DAYS + ? 'Happening Soon' + : 'Upcoming Event'; + + return { item: nextUpcoming.item, status }; + }; + + const uniqueEventItems = collapseCourseSeries(getUniqueEventItems(eventItems)) .sort((a, b) => parseEventDate(b.startDate) - parseEventDate(a.startDate)); - const newestEvent = uniqueEventItems[0] || null; let filteredEventItems = [...uniqueEventItems]; let selectedYear = ''; let featuredEvent = null; + let featuredEventStatus = ''; let regularEventItems = []; const gradientStage = main.querySelector('.news-gradient-stage'); @@ -168,6 +239,7 @@ document.addEventListener('DOMContentLoaded', async () => { const matchesQuery = !query || item.title.toLowerCase().includes(query) || String(item.description || '').toLowerCase().includes(query) || + String(item.searchText || '').toLowerCase().includes(query) || searchableDateText.toLowerCase().includes(query); return matchesYear && matchesQuery; @@ -179,7 +251,9 @@ document.addEventListener('DOMContentLoaded', async () => { }; const updateFeaturedAndRegularEvents = () => { - featuredEvent = newestEvent && filteredEventItems.includes(newestEvent) ? newestEvent : null; + const featuredSelection = getFeaturedEventSelection(filteredEventItems); + featuredEvent = featuredSelection?.item || null; + featuredEventStatus = featuredSelection?.status || ''; regularEventItems = featuredEvent ? filteredEventItems.filter((item) => item !== featuredEvent) : filteredEventItems; @@ -289,7 +363,7 @@ document.addEventListener('DOMContentLoaded', async () => { const label = document.createElement('p'); label.className = 'event-featured-label'; - label.textContent = 'Newest Event'; + label.textContent = featuredEventStatus; content.appendChild(label); const title = document.createElement('h2'); @@ -336,6 +410,73 @@ document.addEventListener('DOMContentLoaded', async () => { }; const renderEventCard = (item) => { + if (item.seriesItems?.length) { + const card = document.createElement('article'); + card.className = 'news-card event-series-card'; + + if (item.image) { + const imageLink = document.createElement('a'); + imageLink.className = 'news-card-image event-series-image'; + imageLink.href = item.url; + imageLink.setAttribute('aria-label', `Learn more about ${item.title}`); + + const image = document.createElement('img'); + image.src = item.image; + image.alt = item.imageAlt || item.title; + image.loading = 'lazy'; + + setImagePresentation(image, imageLink, 'news-card-image'); + imageLink.appendChild(image); + card.appendChild(imageLink); + } + + const content = document.createElement('div'); + content.className = 'news-card-content'; + + const date = document.createElement('p'); + date.className = 'news-card-date'; + date.textContent = item.date; + content.appendChild(date); + + const title = document.createElement('h2'); + const titleLink = document.createElement('a'); + titleLink.href = item.url; + titleLink.textContent = item.title; + title.appendChild(titleLink); + content.appendChild(title); + + const description = document.createElement('p'); + description.textContent = item.description; + content.appendChild(description); + + const sessionDetails = document.createElement('details'); + sessionDetails.className = 'event-series-sessions'; + + const summary = document.createElement('summary'); + summary.textContent = `View ${item.seriesItems.length} sessions`; + sessionDetails.appendChild(summary); + + const sessionList = document.createElement('ol'); + item.seriesItems.forEach((session) => { + const listItem = document.createElement('li'); + const link = document.createElement('a'); + link.href = session.url; + link.textContent = session.title; + + const sessionDate = document.createElement('span'); + sessionDate.textContent = session.date; + + listItem.appendChild(link); + listItem.appendChild(sessionDate); + sessionList.appendChild(listItem); + }); + + sessionDetails.appendChild(sessionList); + content.appendChild(sessionDetails); + card.appendChild(content); + return card; + } + const card = document.createElement('a'); card.className = 'news-card'; card.href = item.url; diff --git a/js/load-components.js b/js/load-components.js index 6dac154..f64adab 100644 --- a/js/load-components.js +++ b/js/load-components.js @@ -2,7 +2,7 @@ (function() { 'use strict'; - const COMPONENT_CACHE_VERSION = '5'; + const COMPONENT_CACHE_VERSION = '6'; function getPathPrefix() { const path = window.location.pathname; @@ -89,13 +89,14 @@ } function loadComponent(url, targetId) { - const cachedHtml = getCachedComponent(url); + const versionedUrl = `${url}?v=${COMPONENT_CACHE_VERSION}`; + const cachedHtml = getCachedComponent(versionedUrl); if (cachedHtml) { renderComponent(cachedHtml, targetId); return; } - fetch(url, { cache: 'force-cache' }) + fetch(versionedUrl, { cache: 'no-cache' }) .then((response) => { if (!response.ok) { throw new Error(`Failed to load ${url}: ${response.status}`); @@ -103,7 +104,7 @@ return response.text(); }) .then((html) => { - cacheComponent(url, html); + cacheComponent(versionedUrl, html); renderComponent(html, targetId); }) .catch((error) => { diff --git a/js/news.js b/js/news.js index 8e79141..2abc31b 100644 --- a/js/news.js +++ b/js/news.js @@ -1,948 +1,27 @@ -document.addEventListener('DOMContentLoaded', () => { +document.addEventListener('DOMContentLoaded', async () => { const FIRST_PAGE_REGULAR_CARD_COUNT = 9; const FOLLOWING_PAGE_CARD_COUNT = 12; - const featuredNewsItem = { - title: 'Imageomics Digital Digest, Issue 9', - date: 'May 26, 2026', - category: 'Digital Digest Newsletter, Issue 9', - year: 2026, - image: '../news-images/Imageomics-digital-digest-issue-9.png', - imageAlt: 'Imageomics Digital Digest Newsletter Issue 9 cover', - description: 'The 9th edition highlights key moments from the Imageomics community, including the Imageomics Conference, recent awards, and community milestones.', - url: 'news/imageomics-digital-digest-issue-9.html', - fullIssueUrl: 'https://www.canva.com/design/DAHItrMjkRU/zgB1RAtzRiJrCjmrlbpQ7g/view?utm_content=DAHItrMjkRU&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=hff4dc098fe' - }; - - const unsortedNewsItems = [ - featuredNewsItem, - { - title: 'Jenna Kline Participates in Global Conference', - date: 'May 22, 2026', - year: 2026, - description: 'Jenna Kline represented the Imageomics Institute at the Global Conservation Tech and Drone Forum, speaking on how AI and data can scale species protection.', - url: 'news/jenna-kline-global-conference.html' - }, - { - title: 'Inside the First Imageomics Conference', - date: 'May 14, 2026', - year: 2026, - image: '../news-images/inside-first-imageomics.jpg', - imageAlt: 'Group photo from the first Imageomics Conference', - description: 'Researchers, technologists, conservationists, and students gathered for the first-ever Imageomics Conference to explore how images and machine learning can transform biodiversity science.', - url: 'news/inside-first-imageomics-conference.html' - }, - { - title: 'Imageomics Publication Awarded the Robert May Prize', - date: 'April 17, 2026', - year: 2026, - image: '../news-images/robert-may-prize.webp', - imageAlt: 'Computer vision and drone analysis overlay on animals in a landscape', - description: 'Imageomics researcher Jenna Kline has been recognized for her work on new methods to study animal behavior using drones, computer vision, and edge AI.', - url: 'news/robert-may-prize.html' - }, - { - title: 'Jenna Kline Named 2025-2026 Presidential Fellow', - date: 'January 21, 2026', - year: 2026, - image: '../news-images/O-H-I-O-Kenya.jpg', - imageAlt: 'Ohio State students and faculty on the Kenya savannah making the O-H-I-O sign', - description: 'Jenna Kline has been named a 2025-2026 Presidential Fellow, becoming the first Imageomics PhD candidate to receive this prestigious award.', - url: 'news/jenna-kline-presidential-fellow.html' - }, - { - title: 'Imageomics Publication Shortlisted for the Robert May Prize', - date: 'March 9, 2026', - year: 2026, - image: '../news-images/zebra_drones.jpg', - imageAlt: 'Illustration of zebras, drone sensing, and behavior levels', - description: 'Imageomics researchers have been shortlisted for a major international ecology award for their work on new methods to study animal behavior using advanced technology.', - url: 'news/robert-may-prize-shortlist.html' - }, - { - title: 'Imageomics Digital Digest, Issue 8', - date: 'March 9, 2026', - category: 'Digital Digest Newsletter, Issue 8', - year: 2026, - image: '../news-images/imageomics-digital-digest-issue-8.png', - imageAlt: 'Imageomics Digital Digest Newsletter Issue 8 cover', - description: 'Issue 8 highlights Imageomics milestones across NeurIPS, the First Imageomics Conference, AI-ready ecological data infrastructure, and new computer vision methods.', - url: 'news/imageomics-digital-digest-issue-8.html', - fullIssueUrl: 'https://www.canva.com/design/DAHCeBt6Rdo/6ImQ7tJYES6KJh3gmW6M7A/view?utm_content=DAHCeBt6Rdo&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=h75ac60b15a' - }, - { - title: "Imageomics Launches New Catalog Showcasing Open Science Resources for AI and Nature", - date: "December 10, 2025", - year: 2025, - image: "../news-images/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.png", - description: "If last week’s Cyber Specials slipped past you, there’s good news - Imageomics...", - url: "news/imageomics-launches-new-catalog-showcasing-open-science-resources-ai-and-nature.html" - }, - { - title: "Berger-Wolf named AAAI Fellow", - date: "December 9, 2025", - year: 2025, - image: "../news-images/berger-wolf-named-aaai-fellow-image-01.jpeg", - imageAlt: "head and shoulder photo of Berger-Wolfe speaking in front of black background with image of computer chip graphic", - description: "Tanya Berger-Wolf, director of Ohio State’s Translational Data Analytics...", - url: "news/berger-wolf-named-aaai-fellow.html" - }, - { - title: "Kline wins first place at ACM/IEEE SEC 2025 student research contest", - date: "December 9, 2025", - year: 2025, - image: "../news-images/kline-wins-first-place-acmieee-sec-2025-student-research-contest.jpeg", - imageAlt: "Jenna Kline", - description: "Edge-AI drone work earns top honor at Washington, D.C. symposium", - url: "news/kline-wins-first-place-acmieee-sec-2025-student-research-contest.html" - }, - { - title: "Berger-Wolf Featured on Now Ohio State Podcast", - date: "November 20, 2025", - year: 2025, - image: "../news-images/berger-wolf-featured-now-ohio-state-podcast.jpg", - imageAlt: "Tanya Berger-Wolf", - description: "Saving and preserving animal species with AI Artificial intelligence is helping...", - url: "news/berger-wolf-featured-now-ohio-state-podcast.html" - }, - { - title: "Imageomics at NeurIPS: From Pixels to Principles", - date: "November 9, 2025", - year: 2025, - description: "Workshop, talks, and demos highlight interpretable vision, AI-ready data, and...", - url: "news/imageomics-neurips-pixels-principles.html" - }, - { - title: "Smart Win for Smart Wilds", - date: "November 9, 2025", - year: 2025, - image: "../news-images/smart-win-smart-wilds.jpg", - imageAlt: "Jenna Kline", - description: "OSU PhD candidate Jenna Kline earns competitive AGGRS award to advance edge AI...", - url: "news/smart-win-smart-wilds.html" - }, - { - title: "NSF HDR launches Year Two ML Challenge to build AI that works in the real world", - date: "September 17, 2025", - year: 2025, - image: "../news-images/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world-image-01.png", - imageAlt: "Bannerr", - description: "The National Science Foundation’s Harnessing the Data Revolution (HDR) ecosystem...", - url: "news/nsf-hdr-launches-year-two-ml-challenge-build-ai-works-real-world.html" - }, - { - title: "Imageomics Digital Digest, Issue 7", - date: "September 9, 2025", - year: 2025, - image: "../news-images/imageomics-digital-digest-issue-7.png", - imageAlt: "Digital 7", - description: "Imageomics Institute's Digital Digest, Issue 7, is out and packed with updates...", - url: "news/imageomics-digital-digest-issue-7.html" - }, - { - title: "Dr. Brittany Fonner Joins Imageomics as Research Programs and Communications Specialist", - date: "September 7, 2025", - year: 2025, - image: "../news-images/dr-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.jpg", - imageAlt: "Brittany Fonner", - description: "The Imageomics Institute is pleased to welcome Dr. Brittany Fonner to the team...", - url: "news/dr.-brittany-fonner-joins-imageomics-research-programs-and-communications-specialist.html" - }, - { - title: "Imageomics Chain Reaction Series: Luke Meyers' Spotlight", - date: "September 7, 2025", - year: 2025, - description: "Luke Meyers, a master’s student in computer science at the University of Puerto...", - url: "news/imageomics-chain-reaction-series-luke-meyers-spotlight.html" - }, - { - title: "FuncaPalooza 2025 Launches New Era of Open, AI-Driven Biodiversity Research", - date: "September 7, 2025", - year: 2025, - image: "../news-images/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.png", - imageAlt: "Group photo", - description: "The inaugural FuncaPalooza workshop wrapped up with a burst of creativity and...", - url: "news/funcapalooza-2025-launches-new-era-open-ai-driven-biodiversity-research.html" - }, - { - title: "Imageomics Joins $600,000 NSF FAIROS Award for AI-ready Ecology Data Infrastructure", - date: "September 7, 2025", - year: 2025, - image: "../news-images/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.png", - imageAlt: "AI and Nature image", - description: "This article was updated on March 12, 2026, to reflect a change in Hilmar Lapp’s...", - url: "news/imageomics-joins-600000-nsf-fairos-award-ai-ready-ecology-data-infrastructure.html" - }, - { - title: "Berger-Wolf Champions FAIR, CARE and AI for Nature at ESA Meeting", - date: "August 11, 2025", - year: 2025, - image: "../news-images/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.jpg", - imageAlt: "ESA 2025", - description: "Professor Tanya Berger-Wolf, Imageomics Institute director, made notable...", - url: "news/berger-wolf-champions-fair-care-and-ai-nature-esa-meeting.html" - }, - { - title: "Full Professor, Full Picture: Arnab Nandi Advances Data Frontiers at Ohio State", - date: "August 11, 2025", - year: 2025, - image: "../news-images/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.jpg", - imageAlt: "Anab Nandi", - description: "Dr. Arnab Nandi, an investigator with the Imageomics Institute and a faculty...", - url: "news/full-professor-full-picture-arnab-nandi-advances-data-frontiers-ohio-state.html" - }, - { - title: "Imageomics Digital Digest: Issue 6", - date: "August 3, 2025", - year: 2025, - image: "../news-images/imageomics-digital-digest-issue-6.png", - imageAlt: "over image", - description: "BioCLIP 2 is here, and it’s reshaping how we explore our world. The latest...", - url: "news/imageomics-digital-digest-issue-6.html" - }, - { - title: "Chain Reaction Series: Jenna Kline’s Drone Research Takes Conservation to New Heights", - date: "July 30, 2025", - year: 2025, - image: "../news-images/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.jpg", - imageAlt: "Kline research", - description: "From Ohio to Kenya, Kline’s work in adaptive AI-driven sensor systems is...", - url: "news/chain-reaction-series-jenna-klines-drone-research-takes-conservation-new-heights.html" - }, - { - title: "Imageomics Institute Issues Call for Papers for NeurIPS 2025 Workshop", - date: "July 30, 2025", - year: 2025, - image: "../news-images/imageomics-institute-issues-call-papers-neurips-2025-workshop.jpg", - imageAlt: "NeurIPS and Imageomics", - description: "Workshop explores how machine learning can transform our understanding of...", - url: "news/imageomics-institute-issues-call-papers-neurips-2025-workshop.html" - }, - { - title: "A Grand Time with AI for Nature", - date: "July 28, 2025", - year: 2025, - image: "../news-images/grand-time-ai-nature-image-01.jpg", - imageAlt: "Grandparents Day 2025", - description: "Ohio State’s Grandparents Day spotlights Imageomics Institute’s research into AI...", - url: "news/grand-time-ai-nature.html" - }, - { - title: "Branching Out: BioCLIP 2 Pushes the Boundaries of AI for Nature", - date: "July 27, 2025", - year: 2025, - image: "../news-images/branching-out-bioclip-2-pushes-boundaries-ai-nature.jpg", - imageAlt: "Images of organisms in their natural habitats can provide scientists with vital information about the natural world.", - description: "Artificial intelligence is becoming a powerful tool for studying life on Earth...", - url: "news/branching-out-bioclip-2-pushes-boundaries-ai-nature.html" - }, - { - title: "AI for Nature: Tomorrow’s science starts with today’s students.", - date: "July 25, 2025", - year: 2025, - image: "../news-images/ai-nature-tomorrows-science-starts-todays-students-image-01.jpg", - imageAlt: "1", - description: "At the Imageomics Institute, we’re not just advancing artificial intelligence—we...", - url: "news/ai-nature-tomorrows-science-starts-todays-students..html" - }, - { - title: "Sensor and Sensibility: Imageomics Takes Tech to The Wilds", - date: "July 21, 2025", - year: 2025, - image: "../news-images/sensor-and-sensibility-imageomics-takes-tech-wilds.jpeg", - imageAlt: "The Wilds deployment", - description: "In a pioneering field deployment, Jenna Kline and the Imageomics team integrate...", - url: "news/sensor-and-sensibility-imageomics-takes-tech-wilds.html" - }, - { - title: "Imageomics Institute is hiring OSU Students", - date: "July 18, 2025", - year: 2025, - image: "../news-images/buzz-image-01.jpg", - description: "We’re looking for motivated Ohio State undergrads with a passion for using AI...", - url: "news/buzz.html" - }, - { - title: "Imageomics Digital Digest, Issue 5", - date: "June 19, 2025", - year: 2025, - image: "../news-images/imageomics-digital-digest-issue-5.png", - imageAlt: "Issue 5", - description: "Click the image to explore Issue 5 of the Imageomics Institute's Digital Digest...", - url: "news/imageomics-digital-digest-issue-5.html" - }, - { - title: "Bring the Data Funk: FuncaPalooza 2025 Workshop Announced", - date: "June 13, 2025", - year: 2025, - image: "../news-images/bring-data-funk-funcapalooza-2025-workshop-announced.jpg", - imageAlt: "Funcapalooza 2025", - description: "We’re turning up the volume on science and innovation with FuncaPalooza 2025, a...", - url: "news/bring-data-funk-funcapalooza-2025-workshop-announced.html" - }, - { - title: "Imageomics Breakthroughs in AI for Biodiversity at CVPR 2025", - date: "June 11, 2025", - year: 2025, - image: "../news-images/imageomics-breakthroughs-ai-biodiversity-cvpr-2025-image-01.jpg", - imageAlt: "imageomics at CVPR 2025", - description: "The Imageomics Institute is making a strong showing at the 2025 Conference on...", - url: "news/imageomics-breakthroughs-ai-biodiversity-cvpr-2025.html" - }, - { - title: "Carstens Earns Ohio State’s 2025 Distinguished Scholar Award", - date: "June 10, 2025", - year: 2025, - image: "../news-images/carstens-earns-ohio-states-2025-distinguished-scholar-award-image.jpg", - imageAlt: "Carstens", - description: "Award highlights Carstens’ leadership in species delimitation, evolutionary...", - url: "news/carstens-earns-ohio-states-2025-distinguished-scholar-award.html" - }, - { - title: "Yu Su Promoted to Associate Professor at Ohio State", - date: "June 2, 2025", - year: 2025, - image: "../news-images/yu-su-promoted-associate-professor-ohio-state-image-01.jpeg", - imageAlt: "YuiYu Su", - description: "The Ohio State University Board of Trustees promoted Imageomics Institute's Dr...", - url: "news/yu-su-promoted-associate-professor-ohio-state.html" - }, - { - title: "Imageomics Chain Reaction Series: Otto Brookes Swings into the Heart of Imageomics", - date: "June 1, 2025", - year: 2025, - image: "../news-images/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics-image-01.jpeg", - imageAlt: "Otto Brookes", - description: "Leveraging AI and vast video datasets, Brookes deciphers great ape behaviors to...", - url: "news/imageomics-chain-reaction-series-otto-brookes-swings-heart-imageomics.html" - }, - { - title: "Decker to Defend PhD with a Focus on Bats and Big Data", - date: "May 30, 2025", - year: 2025, - image: "../news-images/decker-defend-phd-focus-bats-and-big-data.jpg", - imageAlt: "Sydney Decker", - description: "Ohio State graduate researcher blends biology and data science to illuminate bat...", - url: "news/decker-defend-phd-focus-bats-and-big-data.html" - }, - { - title: "Imageomics Newsletter, Issue 4", - date: "May 1, 2025", - year: 2025, - image: "../news-images/imageomics-newsletter-issue-4-image-01.png", - imageAlt: "Imageomics Newsletter, Issue 4", - description: "Click the image to read the new Imageomics Newsletter, Issue 4: 2025 All-hands...", - url: "news/imageomics-newsletter-issue-4.html" - }, - { - title: "PyBioClip: A New Toolset for Machine Learning on Biological Images", - date: "April 28, 2025", - year: 2025, - image: "../news-images/pybioclip-new-toolset-machine-learning-biological-images.png", - imageAlt: "PyBioClip Image", - description: "New software unlocks structured biological image data for AI models, advancing...", - url: "news/pybioclip-new-toolset-machine-learning-biological-images.html" - }, - { - title: "Imageomics Chain Reaction Series: Dominik Winecki", - date: "April 24, 2025", - year: 2025, - image: "../news-images/imageomics-chain-reaction-series-dominik-winecki-image-01.jpeg", - imageAlt: "Dominik Winecki, PhD candidate at OSU Computer Science & Engineering.", - description: "Imageomics Chain Reaction: A new spotlight series where one rising researcher...", - url: "news/imageomics-chain-reaction-series-dominik-winecki.html" - }, - { - title: "​Imageomics Institute Hosts 2025 All-Hands Meeting to Advance AI-Driven Biodiversity Research", - date: "April 14, 2025", - year: 2025, - image: "../news-images/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.png", - imageAlt: "2025 All Hands meeting", - description: "The Imageomics Institute at The Ohio State University is convening its 2025 All...", - url: "news/imageomics-institute-hosts-2025-all-hands-meeting-advance-ai-driven-biodiversity-research.html" - }, - { - title: "How a new drone system may transform next-gen ecology research", - date: "April 14, 2025", - year: 2025, - image: "../news-images/how-new-drone-system-may-transform-next-gen-ecology-research.jpg", - imageAlt: "Drone research taking ecology to the next level.", - description: "The Ohio State News story on Imageomics' grad student Jenna Kline and her drone...", - url: "news/how-new-drone-system-may-transform-next-gen-ecology-research.html" - }, - { - title: "Jenna Kline, Recipient of 2025 CSE Graduate Student Research Award", - date: "April 7, 2025", - year: 2025, - image: "../news-images/jenna-kline-recipient-2025-cse-graduate-student-research-award-image-01.jpg", - imageAlt: "Jenna Kline", - description: "The Imageomics Institute is proud to announce Jenna Kline, a doctoral candidate...", - url: "news/jenna-kline-recipient-2025-cse-graduate-student-research-award.html" - }, - { - title: "BioClip Wins 2025 CSE Graduate Research Poster Award", - date: "April 3, 2025", - year: 2025, - description: "Congratulations to the “BioCLIP: A Vision Foundation Model for the Tree of Life”...", - url: "news/bioclip-wins-2025-cse-graduate-research-poster-award.html" - }, - { - title: "Harry Chao Receives 2025 Early Career Distinguished Scholar Award", - date: "April 2, 2025", - year: 2025, - image: "../news-images/harry-chao-receives-2025-early-career-distinguished-scholar-award.jpg", - imageAlt: "Chao earns EC Award", - description: "Wei-Lun (Harry) Chao, PhD, an assistant professor in the Department of Computer...", - url: "news/harry-chao-receives-2025-early-career-distinguished-scholar-award.html" - }, - { - title: "Imageomics Institute Newsletter, Issue 3, 2025", - date: "March 31, 2025", - year: 2025, - image: "../news-images/imageomics-institute-newsletter-issue-3-2025-image-02.png", - imageAlt: "Issue three newsletter", - description: "Click Image to Read in Browser", - url: "news/imageomics-institute-newsletter-issue-3-2025.html" - }, - { - title: "Wildwing Research Advances AI-driven Aerial Imaging for Conservation", - date: "March 18, 2025", - year: 2025, - image: "../news-images/wildwing-research-advances-ai-driven-aerial-imaging-conservation.jpg", - imageAlt: "WildWing research image", - description: "Newly published research led by Jenna Kline and a team from the Imageomics...", - url: "news/wildwing-research-advances-ai-driven-aerial-imaging-conservation.html" - }, - { - title: "Machine Learning Champions: The Brightest Minds Crack the Toughest Scientific Codes", - date: "March 12, 2025", - year: 2025, - description: "NSF HDR Machine Learning Challenge winners tackle gravitational waves...", - url: "news/machine-learning-champions-brightest-minds-crack-toughest-scientific-codes.html" - }, - { - title: "Through the Looking Net: New AI Vision Models Advance Animal Trait Detection", - date: "March 5, 2025", - year: 2025, - image: "../news-images/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.jpg", - imageAlt: "SAE Research Released", - description: "A new approach to understanding vision models sheds light on how AI sees the...", - url: "news/through-looking-net-new-ai-vision-models-advance-animal-trait-detection.html" - }, - { - title: "Imageomics Institute Newsletter, Issue 2, 2025", - date: "March 3, 2025", - year: 2025, - image: "../news-images/imageomics-institute-newsletter-issue-2-2025-image-01.jpg", - imageAlt: "Imageomics Newsletter, March", - description: "Open the image or click the image to read in your browser.", - url: "news/imageomics-institute-newsletter-issue-2-2025.html" - }, - { - title: "Imageomics Research Heads to Top Computer Vision Conference, CVPR 2025", - date: "February 27, 2025", - year: 2025, - image: "../news-images/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.jpeg", - imageAlt: "CVPR 2025 and Imageomics Research", - description: "Several Imageomics researchers will present their work at the prestigious IEEE...", - url: "news/imageomics-research-heads-top-computer-vision-conference-cvpr-2025.html" - }, - { - title: "AI to the Rescue: How Artificial Intelligence is Helping Scientists Understand Biodiversity", - date: "February 20, 2025", - year: 2025, - image: "../news-images/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity-image-01.webp", - description: "Research collaboration with The Ohio State University published in Nature shows...", - url: "news/ai-rescue-how-artificial-intelligence-helping-scientists-understand-biodiversity.html" - }, - { - title: "Evolutionary Advancements: Imageomics Research to Shine at ICLR 2025", - date: "January 22, 2025", - year: 2025, - image: "../news-images/evolutionary-advancements-imageomics-research-shine-iclr-2025.jpeg", - imageAlt: "ICLR 2025", - description: "Team’s cutting-edge AI method for discovering evolutionary traits earns a spot...", - url: "news/evolutionary-advancements-imageomics-research-shine-iclr-2025.html" - }, - { - title: "Tweet Success: AI Tunes Into Hawaiian Birdsong for Conservation", - date: "January 22, 2025", - year: 2025, - image: "../news-images/tweet-success-ai-tunes-hawaiian-birdsong-conservation.jpeg", - imageAlt: "Amakihi birds", - description: "Researchers use bioacoustics and AI to analyze ‘Amakihi bird dialects and...", - url: "news/tweet-success-ai-tunes-hawaiian-birdsong-conservation.html" - }, - { - title: "Beetles, Birds, and Biodiversity: Researchers Travel to Dive into Hawaiian Ecosystems", - date: "January 7, 2025", - year: 2025, - image: "../news-images/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.jpg", - imageAlt: "Hawaii Field Research", - description: "Scientists aim to blend AI and ecology to reveal new discoveries in Hawaii.", - url: "news/beetles-birds-and-biodiversity-researchers-travel-dive-hawaiian-ecosystems.html" - }, - { - title: "Tanya Berger-Wolf Honored with AI for Good Award for Biodiversity Conservation at H2O World New York", - date: "January 3, 2025", - year: 2025, - image: "../news-images/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york-image-01.png", - imageAlt: "Award winners", - description: "Ohio State professor highlights how artificial intelligence is reshaping...", - url: "news/tanya-berger-wolf-honored-ai-good-award-biodiversity-conservation-h2o-world-new-york.html" - }, - { - title: "Imageomics Director Talks AI Conservation Efforts on Scientific American Podcast", - date: "December 16, 2024", - year: 2024, - image: "../news-images/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast-image-01.webp", - imageAlt: "podcast episode", - description: "Tanya Berger-Wolf featured discussing AI's role in ecology.", - url: "news/imageomics-director-talks-ai-conservation-efforts-scientific-american-podcast.html" - }, - { - title: "Call for Papers AAAI 2025 Workshop (Deadline Extended!)", - date: "December 16, 2024", - year: 2024, - image: "../news-images/call-papers-aaai-2025-workshop-deadline-extended.jpg", - imageAlt: "Submission", - description: "Calling all researchers! Submit to the Anomaly Detection in Scientific Domains...", - url: "news/call-papers-aaai-2025-workshop-deadline-extended.html" - }, - { - title: "Jenna Kline Achieves Milestone as First Imageomics Institute PhD Candidate", - date: "November 26, 2024", - year: 2024, - image: "../news-images/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate-image-01.jpg", - imageAlt: "Jenna Kline", - description: "NextGen Jenna Kline officially passed her PhD candidacy exam, becoming the first...", - url: "news/jenna-kline-achieves-milestone-first-imageomics-institute-phd-candidate.html" - }, - { - title: "AI Meets Biodiversity: Imageomics Research Goes Big at NeurIPS 2024", - date: "November 18, 2024", - year: 2024, - image: "../news-images/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024-image-01.jpg", - imageAlt: "NeurIPS and Imageomics", - description: "Papers highlight new approaches to using AI for biological image analysis", - url: "news/ai-meets-biodiversity-imageomics-research-goes-big-neurips-2024.html" - }, - { - title: "Seeing Is Believing: Imageomics Workshop to Showcase AI-Biology Innovations at AAAI 2025", - date: "November 13, 2024", - year: 2024, - image: "../news-images/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.jpg", - imageAlt: "AAAi25", - description: "Ohio State-led event invites AI and biology researchers to submit papers by Nov...", - url: "news/seeing-believing-imageomics-workshop-showcase-ai-biology-innovations-aaai-2025.html" - }, - { - title: "Byte-ing into Biodiversity: AI Powers Conservation Conversations at COP16", - date: "November 1, 2024", - year: 2024, - image: "../news-images/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16-image-01.jpg", - imageAlt: "Ohio State Professor Tanya Berger-Wolfe, seated third from left, speaks at a COP16 panel.", - description: "Tanya Berger-Wolf and team showcase cutting-edge tech to tackle global...", - url: "news/byte-ing-biodiversity-ai-powers-conservation-conversations-cop16.html" - }, - { - title: "Researcher Shares Cutting-Edge Insights on Animal Re-Identification in Visit to Ohio State", - date: "October 16, 2024", - year: 2024, - description: "Dr. Ekaterina Nepovinnykh, a rising expert in digital image processing and...", - url: "news/researcher-shares-cutting-edge-insights-animal-re-identification-visit-ohio-state.html" - }, - { - title: "Video: Announcing the NSF Harnessing the Data Revolution Machine Learning Challenge", - date: "September 27, 2024", - year: 2024, - description: "NSF HDR ML Challenge The National Science Foundation (NSF) Harnessing the Data...", - url: "news/video-announcing-nsf-harnessing-data-revolution-machine-learning-challenge.html" - }, - { - title: "Big Data, Big Impact: NSF HDR Conference Wrap Up", - date: "September 16, 2024", - year: 2024, - image: "../news-images/big-data-big-impact-nsf-hdr-conference-wrap.jpg", - imageAlt: "HDR Ecosystem Annual Meeting", - description: "Experts discuss AI, data science, and biodiversity breakthroughs at national...", - url: "news/big-data-big-impact-nsf-hdr-conference-wrap.html" - }, - { - title: "Wildlife's Digital Passport: A New Way to Track Animal Histories", - date: "September 16, 2024", - year: 2024, - image: "../news-images/wildlifes-digital-passport-new-way-track-animal-histories-image-01.jpg", - imageAlt: "Anuj Karpatne", - description: "Global initiative to create unique animal IDs and a life history museum for...", - url: "news/wildlifes-digital-passport-new-way-track-animal-histories.html" - }, - { - title: "A 'Swarm' of Solutions: Drone Research Takes Wildlife Conservation to New Heights", - date: "September 6, 2024", - year: 2024, - image: "../news-images/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.jpg", - imageAlt: "Jenna Kline, drone research", - description: "Imageomics and WildDrone students are collaborating on designing the best way to...", - url: "news/swarm-solutions-drone-research-takes-wildlife-conservation-new-heights.html" - }, - { - title: "BeetlePalooza 2024: Revolutionizing Biodiversity Research with AI and Machine Learning", - date: "September 6, 2024", - year: 2024, - image: "../news-images/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning-image-01.jpg", - imageAlt: "BeetlePalooza 2024 Recap", - description: "BeetlePalooza 2024, hosted by the Imageomics Institute from August 12-15...", - url: "news/beetlepalooza-2024-revolutionizing-biodiversity-research-ai-and-machine-learning.html" - }, - { - title: "Branching Out: Uyeda's Research Puts the 'Tree' in Phylogeny", - date: "August 8, 2024", - year: 2024, - image: "../news-images/branching-out-uyedas-research-puts-tree-phylogeny-image-01.jpg", - imageAlt: "Josef Uyeda", - description: "Dr. Josef Uyeda of Virginia Tech is pioneering methods that map the history of...", - url: "news/branching-out-uyedas-research-puts-tree-phylogeny.html" - }, - { - title: "Imageomics Highlights Key Role in Upcoming KGML Workshop", - date: "August 5, 2024", - year: 2024, - image: "../news-images/imageomics-highlights-key-role-upcoming-kgml-workshop-image-01.jpeg", - imageAlt: "KGML 2024", - description: "Imageomics showcases its contributions to the KGML2024 workshop, with key...", - url: "news/imageomics-highlights-key-role-upcoming-kgml-workshop.html" - }, - { - title: "Grand Ideas: Graduate Student Michelle Ramirez Bridging Generations with AI Vision", - date: "August 1, 2024", - year: 2024, - image: "../news-images/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.jpeg", - imageAlt: "Michelle Ramirez teaching a class to middle school students this summer.", - description: "Graduate student Michelle Ramirez blends machine learning and ecology, helping...", - url: "news/grand-ideas-graduate-student-michelle-ramirez-bridging-generations-ai-vision.html" - }, - { - title: "Ph.D. Student Jenna Kline's Drone Research Accepted at Top Autonomous Systems Conference", - date: "July 21, 2024", - year: 2024, - image: "../news-images/phd-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.jpeg", - imageAlt: "Jenna Kline", - description: "Research Advancing Multi-Drone Coordination for Wildlife Studies Accepted at...", - url: "news/ph.d.-student-jenna-klines-drone-research-accepted-top-autonomous-systems-conference.html" - }, - { - title: "Imageomics Institute Launches New AI-Ecology Course", - date: "June 25, 2024", - year: 2024, - description: "A new course developed by the Imageomics Institute is set to bridge the fields...", - url: "news/imageomics-institute-launches-new-ai-ecology-course.html" - }, - { - title: "BioCLIP Team Earns Best Student Paper Award at CVPR 2024", - date: "June 21, 2024", - year: 2024, - image: "../news-images/bioclip-team-earns-best-student-paper-award-cvpr-2024.jpg", - imageAlt: "CVPR 2024 Best Student Paper team.", - description: "Imageomics Institute's BioCLIP won Best Student Paper at the CVPR 2024...", - url: "news/bioclip-team-earns-best-student-paper-award-cvpr-2024.html" - }, - { - title: "New Science Behind Imageomics Highlighted in NSF Lecture by Tanya Berger-Wolf", - date: "June 17, 2024", - year: 2024, - image: "../news-images/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.jpg", - imageAlt: "NSF Lecture", - description: "The National Science Foundation (NSF) recently hosted a distinguished lecture by...", - url: "news/new-science-behind-imageomics-highlighted-nsf-lecture-tanya-berger-wolf.html" - }, - { - title: "May-June Imageomics Newsletter", - date: "June 4, 2024", - year: 2024, - description: "Read the newsletter online.", - url: "news/may-june-imageomics-newsletter.html" - }, - { - title: "BeetlePalooza 2024 Announced", - date: "May 31, 2024", - year: 2024, - image: "../news-images/beetlepalooza-2024-announced.jpg", - imageAlt: "BeetlePalooza Event Notice", - description: "Apply to Attend Before June 10.", - url: "news/beetlepalooza-2024-announced.html" - }, - { - title: "Karpatne's LakeGPT Research Earns NAIRR Pilot Award", - date: "May 29, 2024", - year: 2024, - image: "../news-images/karpatnes-lakegpt-research-earns-nairr-pilot-award-image-01.jpg", - imageAlt: "Lake Michigan sunset", - description: "Advancing Lake Water Quality Monitoring Through KGML.", - url: "news/karpatnes-lakegpt-research-earns-nairr-pilot-award.html" - }, - { - title: "Imageomics Hosts Dynamic Week of Events at Annual All-Hands Meeting 2024", - date: "May 21, 2024", - year: 2024, - image: "../news-images/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024-image-01.jpg", - imageAlt: "A group of men and women talking on an open tour bus.", - description: "Conference Hosted at The Ohio State University Drew Global Researchers to...", - url: "news/imageomics-hosts-dynamic-week-events-annual-all-hands-meeting-2024.html" - }, - { - title: "A New Era in Biology Unfolds with Imageomics Workflow Research", - date: "May 2, 2024", - year: 2024, - image: "../news-images/new-era-biology-unfolds-imageomics-workflow-research-image-01.jpg", - imageAlt: "Workflow", - description: "New study introduces a FAIR and modular workflow, advancing the extraction of...", - url: "news/new-era-biology-unfolds-imageomics-workflow-research.html" - }, - { - title: "Prof. Wei-Lun Chao discussed the role of machine learning and computer vision in imageomics", - date: "March 8, 2024", - year: 2024, - image: "../news-images/prof-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics-image-01.png", - imageAlt: "Harry Chao", - description: "By Tatyana Woodall, Ohio State News A new field promises to usher in a new era...", - url: "news/prof.-wei-lun-chao-discussed-role-machine-learning-and-computer-vision-imageomics.html" - }, - { - title: "Imageomics poised to enable new understanding of life", - date: "February 17, 2024", - year: 2024, - image: "../news-images/imageomics-poised-enable-new-understanding-life.jpg", - imageAlt: "A researcher takes a photo of elephants and other wild life at a watering hold", - description: "Research on mimicry in butterflies provides one example By Jeff Grabmeier...", - url: "news/imageomics-poised-enable-new-understanding-life.html" - }, - { - title: "Imageomics team releases BioCLIP", - date: "February 15, 2024", - year: 2024, - image: "../news-images/branching-out-bioclip-2-pushes-boundaries-ai-nature.jpg", - imageAlt: "Images of organisms in their natural habitats can provide scientists with vital information about the natural world.", - description: "By Tatyana Woodall Researchers have developed the largest-ever dataset of...", - url: "news/imageomics-team-releases-bioclip.html" - }, - { - title: "Imageomics is Hiring for a Communications & Engagement Manager", - date: "January 11, 2024", - year: 2024, - description: "We are searching for a dynamic Communications and Engagement Manager to join our...", - url: "news/imageomics-hiring-communications-engagement-manager.html" - }, - { - title: "How technology and economics can help save endangered species: Experts look at future of Endangered Species Act", - date: "December 21, 2023", - year: 2023, - description: "Article by Jeff Grabmeier, Ohio State News A lot has changed in the world...", - url: "news/how-technology-and-economics-can-help-save-endangered-species-experts-look-future-endangered-species-act.html" - }, - { - title: "Imageomics is Hiring for a Postdoc at The Ohio State University", - date: "December 15, 2023", - year: 2023, - description: "We are working on exciting problems in AI for Biology! Come join our team of...", - url: "news/imageomics-hiring-postdoc-ohio-state-university.html" - }, - { - title: "Imageomics Institute's Daniel Rubenstein Elected President of Sigma Xi", - date: "December 8, 2023", - year: 2023, - description: "In a recent election, members of Sigma Xi, The Scientific Research Honor Society...", - url: "news/imageomics-institutes-daniel-rubenstein-elected-president-sigma-xi.html" - }, - { - title: "Imageomics Debut's with Inaugural Workshop at 2024 AAAI Conference", - date: "November 3, 2023", - year: 2023, - description: "We are excited to announce that we have been invited to host a workshop this...", - url: "news/imageomics-debuts-inaugural-workshop-2024-aaai-conference.html" - }, - { - title: "Berger-Wolf Leads new AI for Biodiversity Change Global Center", - date: "September 18, 2023", - year: 2023, - image: "../news-images/berger-wolf-leads-new-ai-biodiversity-change-global-center.jpg", - imageAlt: "A gray wolf in a snowy field", - description: "Imageomics Institute Director, Prof. Tanya Berger-Wolf will led the AI and...", - url: "news/berger-wolf-leads-new-ai-biodiversity-change-global-center.html" - }, - { - title: "New i2insights Publication on the Art of Organizing an All-hands Meeting", - date: "September 14, 2023", - year: 2023, - description: "What makes a good all-hands meeting? What is an all-hands meeting? Find the...", - url: "news/new-i2insights-publication-art-organizing-all-hands-meeting.html" - }, - { - title: "Image Datapalooza Brings Together Researchers from Around the World", - date: "August 28, 2023", - year: 2023, - description: "Between August 14-17, 2023, Imageomics Institute hosted Image Datapalooza 2023...", - url: "news/image-datapalooza-recap.html" - }, - { - title: "The National Academies on Science, Engineering, and Medicine Appoints Dr. Tanya Berger-Wolf.", - date: "July 17, 2023", - year: 2023, - image: "../news-images/national-academies-science-engineering-and-medicine-appoints-dr-tanya-berger-wolf-image-01.jpeg", - imageAlt: "Front of a government building with a US flag", - description: "Dr. Tanya Berger-Wolf to serve on the National Academies Board on Life Science...", - url: "news/national-academies-science-engineering-and-medicine-appoints-dr.-tanya-berger-wolf..html" - }, - { - title: "Dr. Berger-Wolf and Dr. Mabee Serve as Panelists for The National Academies.", - date: "July 10, 2023", - year: 2023, - image: "../news-images/dr-berger-wolf-and-dr-mabee-serve-panelists-national-academies.jpg", - imageAlt: "Earth from space.", - description: "Dr. Berger-Wolf and Dr. Mabee discuss applications of data integration and AI...", - url: "news/dr.-berger-wolf-and-dr.-mabee-serve-panelists-national-academies..html" - }, - { - title: "Wildlife Conservation Leverages AI: Dr. Berger-Wolf Discusses Imageomics During OSU Engineering Podcast", - date: "June 14, 2023", - year: 2023, - image: "../news-images/wildlife-conservation-leverages-ai-dr-berger-wolf-discusses-imageomics-during-osu-image-01.png", - imageAlt: "Two women sitting across the table from one another speaking into microphones", - description: "Dr. Tanya Berger-Wolf appears on The Ohio State University's Enginuity Podcast...", - url: "news/wildlife-conservation-leverages-ai-dr.-berger-wolf-discusses-imageomics-during-osu.html" - }, - { - title: "NextGens Showcase Imageomics Research at Midwest Machine Learning Symposium 2023", - date: "May 18, 2023", - year: 2023, - description: "Jenna Kline and Michelle Ramirez recently presented posters on imageomics...", - url: "news/nextgens-showcase-imageomics-research-midwest-machine-learning-symposium-2023.html" - }, - { - title: "Imageomics NextGen Mohannad Elhamod Named Graduate Student of the Year by Virginia Tech", - date: "May 15, 2023", - year: 2023, - image: "../news-images/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech-image-01.jpg", - imageAlt: "smiling man with salt and pepper beard and brown eyes. He is wearing a black hat, red button up shirt covered by a jean jacket He is standing in front a pink cherry tree.", - description: "Mohannad Elhamod, Ph.D. candidate in the Department of Computer Science at...", - url: "news/imageomics-nextgen-mohannad-elhamod-named-graduate-student-year-virginia-tech.html" - }, - { - title: "Blog Post Published by Imageomics Social Science Team", - date: "March 27, 2023", - year: 2023, - image: "../news-images/blog-post-published-imageomics-social-science-team-image-01.jpg", - imageAlt: "mosaic of headshots of three authors with Jiang at top, Boghrat on bottom left, and Grabmeier on bottom right", - description: "Imageomics team scientist, Gemma Jiang (top image), program manager, Diane...", - url: "news/blog-post-published-imageomics-social-science-team.html" - }, - { - title: "Wei-Lun Chao and Yu Su awarded 2023 College of Engineering Faculty Award", - date: "March 27, 2023", - year: 2023, - image: "../news-images/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.png", - imageAlt: "Two men with dark hair brown eyes and black rimmed glasses smile for the photo in two headshot style photographs", - description: "Imageomics researchers Yu Su (left) and Wei-Lun (Harry) Chao (right) were...", - url: "news/wei-lun-chao-and-yu-su-awarded-2023-college-engineering-faculty-award.html" - }, - { - title: "Wei-Lun Chao Represents Imageomics at ADSA Workshop", - date: "March 23, 2023", - year: 2023, - description: "Imageomics research, Wei-Lun Chao was a featured speaker at ImageXD 2023, co...", - url: "news/wei-lun-chao-represents-imageomics-adsa-workshop.html" - }, - { - title: "Imageomics is Hiring for a Research Data Manager and Technology Coordinator", - date: "January 11, 2023", - year: 2023, - description: "The Imageomics Institute is hiring for a full-time Research Data Manager and...", - url: "news/imageomics-hiring-research-data-manager-and-technology-coordinator.html" - }, - { - title: "Imageomics Embarks on Kenya Research Experience", - date: "January 11, 2023", - year: 2023, - description: "On January 5, a group of imageomics students and faculty arrived at Mpala...", - url: "news/imageomics-embarks-kenya-research-experience.html" - }, - { - title: "Buckeyes participate in inaugural U.S.-Africa science, engineering and medicine symposium", - date: "November 1, 2022", - year: 2022, - image: "../news-images/buckeyes-participate-inaugural-us-africa-science-engineering-and-medicine-symposium.jpg", - imageAlt: "Group photo of participants from U.S.-Africa Frontiers of Science Symposium", - description: "Materials Science and Engineering Assistant Professor Aeriel Leonard was invited...", - url: "news/buckeyes-participate-inaugural-u.s.-africa-science-engineering-and-medicine-symposium.html" - }, - { - title: "A new field of science for global biodiversity", - date: "August 26, 2022", - year: 2022, - image: "../news-images/new-field-science-global-biodiversity.jpg", - imageAlt: "smiling woman in black suit with red button up shirt stands in front of monitor displaying different images of butterflies", - description: "Tanya Berger-Wolf is weaving biology and machine learning into a new field of...", - url: "news/new-field-science-global-biodiversity.html" - }, - { - title: "Experiential Introduction to Imageomics Course Begins August 23", - date: "August 18, 2022", - year: 2022, - description: "A three-part year-long series of experiential courses in the new field of...", - url: "news/experiential-introduction-imageomics-course-begins-august-23.html" - }, - { - title: "Imageomics team is hiring two new positions", - date: "July 21, 2022", - year: 2022, - description: "The Imageomics Institute is hiring two new full-time positions to provide...", - url: "news/imageomics-team-hiring-two-new-positions.html" - }, - { - title: "Work of Imageomics Researchers Featured at 2022 CVPR Conference", - date: "June 27, 2022", - year: 2022, - image: "../news-images/work-imageomics-researchers-featured-2022-cvpr-conference.png", - imageAlt: "CVPR 2022 Logo with backdrop of new orleans", - description: "The work of researchers from the Imageomics Institute were featured during the...", - url: "news/work-imageomics-researchers-featured-2022-cvpr-conference.html" - }, - { - title: "Diamond, Rolfe, Kwon and Maga paper in Biology Open", - date: "May 13, 2022", - year: 2022, - description: "Kelly Diamond, Sara M. Rolfe, and Ronald Y. Kwon, A. Murat Maga are authors of a...", - url: "news/diamond-rolfe-kwon-and-maga-paper-biology-open.html" - }, - { - title: "Imageomics-related work accepted into CVPR 2022", - date: "March 3, 2022", - year: 2022, - description: "A new paper on vision-and-language ML led by Imageomics NextGens Luke Song and...", - url: "news/imageomics-related-work-accepted-cvpr-2022.html" - }, - { - title: "New Imageomics paper in Nature Communications", - date: "February 15, 2022", - year: 2022, - description: "Members of the Imageomics Institute team have a new paper in Nature...", - url: "news/new-imageomics-paper-nature-communications.html" - }, - { - title: "Imageomics team is hiring a program manager", - date: "February 1, 2022", - year: 2022, - description: "The Imageomics Institute is hiring a full-time program manager to oversee key...", - url: "news/imageomics-team-hiring-program-manager.html" - }, - { - title: "New NSF Institute To Establish Field Of Imageomics", - date: "January 25, 2022", - year: 2022, - description: "Picture this: Computerized image analysis to help understand evolution. The...", - url: "news/new-nsf-institute-establish-field-imageomics.html" + const main = document.querySelector("main"); + if (!main) return; + + let unsortedNewsItems; + try { + const response = await fetch("../data/news.json"); + if (!response.ok) throw new Error(`Request failed with status ${response.status}`); + + unsortedNewsItems = await response.json(); + if (!Array.isArray(unsortedNewsItems)) throw new TypeError("News data must be an array."); + } catch (error) { + console.error("Unable to load news data.", error); + const featuredNews = document.querySelector("#news-featured"); + const newsList = document.querySelector("#news-list"); + if (featuredNews) featuredNews.innerHTML = ""; + if (newsList) { + newsList.innerHTML = "

      News is temporarily unavailable. Please try again later.

      "; } - ]; + return; + } const parseNewsDate = (dateString) => { const normalizedDate = dateString || ''; diff --git a/js/publications.js b/js/publications.js new file mode 100644 index 0000000..dc9d911 --- /dev/null +++ b/js/publications.js @@ -0,0 +1,100 @@ +document.addEventListener('DOMContentLoaded', () => { + const yearNav = document.querySelector('.publications-year-nav'); + const yearSections = [...document.querySelectorAll('.publication-year')]; + const searchForm = document.querySelector('.publications-toolbar'); + const searchInput = document.querySelector('#publications-search'); + const resultsCount = document.querySelector('.publications-results-count'); + if (!yearNav || !yearSections.length || !searchInput) return; + + const availableYears = new Set(yearSections.map((section) => section.dataset.year)); + const emptyState = document.createElement('p'); + let activeYear = ''; + + emptyState.className = 'publications-empty-state'; + emptyState.textContent = 'No publications match this search.'; + emptyState.hidden = true; + document.querySelector('.publications-years')?.appendChild(emptyState); + + yearSections.forEach((section) => { + const year = section.dataset.year; + const publicationCount = section.querySelectorAll('.publications-list > p').length; + const button = document.createElement('button'); + const yearLabel = document.createElement('span'); + const countLabel = document.createElement('span'); + + button.type = 'button'; + button.className = 'publications-year-button'; + button.dataset.year = year; + button.setAttribute('aria-controls', `publications-${year}`); + button.setAttribute('aria-pressed', 'false'); + + yearLabel.textContent = year; + countLabel.className = 'publications-year-count'; + countLabel.textContent = publicationCount; + countLabel.setAttribute('aria-label', `${publicationCount} publications`); + + button.append(yearLabel, countLabel); + yearNav.appendChild(button); + section.id = `publications-${year}`; + }); + + const applySearch = () => { + const activeSection = yearSections.find((section) => section.dataset.year === activeYear); + if (!activeSection) return; + + const query = searchInput.value.trim().toLowerCase(); + const publications = [...activeSection.querySelectorAll('.publications-list > p')]; + let visibleCount = 0; + + publications.forEach((publication) => { + const matches = !query || publication.textContent.toLowerCase().includes(query); + publication.hidden = !matches; + if (matches) visibleCount += 1; + }); + + if (resultsCount) { + resultsCount.textContent = query + ? `${visibleCount} of ${publications.length} publications` + : `${publications.length} publications`; + } + + emptyState.hidden = visibleCount !== 0; + }; + + const showYear = (year) => { + activeYear = year; + + yearSections.forEach((section) => { + section.hidden = section.dataset.year !== year; + }); + + yearNav.querySelectorAll('.publications-year-button').forEach((button) => { + const isActive = button.dataset.year === year; + button.classList.toggle('is-active', isActive); + button.setAttribute('aria-pressed', String(isActive)); + }); + + searchInput.placeholder = `Search ${year} titles, authors, or venues`; + applySearch(); + + const nextUrl = new URL(window.location.href); + nextUrl.searchParams.set('year', year); + window.history.replaceState({}, '', nextUrl); + }; + + yearNav.addEventListener('click', (event) => { + const button = event.target.closest('.publications-year-button'); + if (!button) return; + + showYear(button.dataset.year); + }); + + searchForm?.addEventListener('submit', (event) => { + event.preventDefault(); + }); + + searchInput.addEventListener('input', applySearch); + + const requestedYear = new URLSearchParams(window.location.search).get('year'); + showYear(availableYears.has(requestedYear) ? requestedYear : yearSections[0].dataset.year); +}); diff --git a/js/script.js b/js/script.js index 69d4953..d7317cb 100644 --- a/js/script.js +++ b/js/script.js @@ -24,6 +24,7 @@ document.addEventListener('DOMContentLoaded', () => { { title: 'Digital Products Release and Licensing Policy', url: 'html/tools-resources/digital-products-release-licensing-policy.html' }, { title: 'Fieldwork Safety Plan', url: 'html/tools-resources/fieldwork-safety-plan.html' }, { title: 'Educational Tools & Resources', url: 'html/tools-resources/educational-tools-resources.html' }, + { title: 'Experiential Introduction to AI and Ecology Course 2026-2027', url: 'html/tools-resources/experiential-introduction-ai-ecology-course-2026-2027.html' }, { title: 'Software Tools & Resources', url: 'html/tools-resources/software-tools-resources.html' }, { title: 'Tool Tutorials', url: 'html/tools-resources/tool-tutorials.html' }, { title: 'Team Science Tools & Resources', url: 'html/tools-resources/team-science-tools-resources.html' }, @@ -271,3 +272,75 @@ document.addEventListener('DOMContentLoaded', () => { window.initSearchUI(); window.initActiveNav(); }); + +(function initExternalLinkBehavior() { + 'use strict'; + + function updateLink(link) { + const href = link.getAttribute('href'); + if (!href) return; + + let url; + try { + url = new URL(href, window.location.href); + } catch (error) { + return; + } + + const isWebLink = url.protocol === 'http:' || url.protocol === 'https:'; + const isExternal = isWebLink && url.origin !== window.location.origin; + + if (!isExternal) return; + + link.setAttribute('target', '_blank'); + + const relValues = new Set( + (link.getAttribute('rel') || '').split(/\s+/).filter(Boolean) + ); + relValues.add('noopener'); + relValues.add('noreferrer'); + link.setAttribute('rel', Array.from(relValues).join(' ')); + } + + window.initExternalLinks = function initExternalLinks(root = document) { + if (root.nodeType === Node.ELEMENT_NODE && root.matches('a[href]')) { + updateLink(root); + } + + if (typeof root.querySelectorAll === 'function') { + root.querySelectorAll('a[href]').forEach(updateLink); + } + }; + + function startWatchingLinks() { + window.initExternalLinks(document); + + const observer = new MutationObserver((mutations) => { + mutations.forEach((mutation) => { + if (mutation.type === 'attributes') { + updateLink(mutation.target); + return; + } + + mutation.addedNodes.forEach((node) => { + if (node.nodeType === Node.ELEMENT_NODE) { + window.initExternalLinks(node); + } + }); + }); + }); + + observer.observe(document.documentElement, { + attributes: true, + attributeFilter: ['href'], + childList: true, + subtree: true + }); + } + + if (document.readyState === 'loading') { + document.addEventListener('DOMContentLoaded', startWatchingLinks); + } else { + startWatchingLinks(); + } +})(); diff --git a/news-images/robert-may-prize.webp b/news-images/robert-may-prize.webp deleted file mode 100644 index 81d1822..0000000 Binary files a/news-images/robert-may-prize.webp and /dev/null differ diff --git a/scripts/validate-events.mjs b/scripts/validate-events.mjs index f9a1b98..1c62edb 100644 --- a/scripts/validate-events.mjs +++ b/scripts/validate-events.mjs @@ -98,6 +98,14 @@ for (const [index, event] of events.entries()) { } } + if ('endDate' in event) { + if (typeof event.endDate !== 'string' || !isValidIsoDate(event.endDate)) { + addError(index, `"endDate" is not a valid YYYY-MM-DD date: ${event.endDate}`); + } else if (isValidIsoDate(event.startDate) && event.endDate < event.startDate) { + addError(index, `"endDate" ${event.endDate} is before "startDate" ${event.startDate}.`); + } + } + if (typeof event.url === 'string' && event.url) { if (seenUrls.has(event.url)) { addError(index, `duplicates the URL from event ${seenUrls.get(event.url) + 1}: ${event.url}`);