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..166adde 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; @@ -697,6 +982,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 +1763,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..43efa44 100644 --- a/css/news.css +++ b/css/news.css @@ -883,15 +883,28 @@ 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/data/events.json b/data/events.json index 1a4b25b..a842b7f 100644 --- a/data/events.json +++ b/data/events.json @@ -1,20 +1,129 @@ [ { - "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": "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", + "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" }, { @@ -22,16 +131,17 @@ "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 +150,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 +159,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 +168,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 +177,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 +186,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 +195,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 +204,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 +213,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 +222,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 +231,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 +258,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 +267,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 +276,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 +285,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 +294,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 +303,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 +312,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 +321,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 +330,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 +339,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 +348,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 +357,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 +366,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 +375,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 +384,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 +393,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 +402,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 +411,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 +420,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 +429,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 +438,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 +447,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 +456,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 +465,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 +474,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 +483,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 +492,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 +501,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 +510,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 +519,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 +528,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 +537,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 +546,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 +555,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 +564,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 +573,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 +582,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 +591,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 +600,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 +609,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 +618,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 +627,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 +636,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 +645,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 +663,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 +672,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 +681,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 +708,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 +735,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 +771,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 +789,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 +798,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 +807,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..0576276 --- /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.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": "../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.