{"id":2,"date":"2024-06-11T18:38:03","date_gmt":"2024-06-11T18:38:03","guid":{"rendered":"https:\/\/education.ufl.edu\/ai\/?page_id=2"},"modified":"2026-03-10T14:57:05","modified_gmt":"2026-03-10T14:57:05","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/education.ufl.edu\/ai\/","title":{"rendered":"Homepage"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;rgba(28,47,61,0.32) 0%|rgba(0,13,43,0.76) 67%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;https:\/\/education.ufl.edu\/ai\/files\/2024\/06\/AdobeStock_164373509-scaled.jpeg&#8221; parallax=&#8221;on&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_css_main_element=&#8221;overflow: hidden;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; admin_label=&#8221;Row&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;10px||||false|false&#8221; custom_padding=&#8221;3%||8%||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; admin_label=&#8221;Column&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code module_id=&#8221;text1&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;right&#8221; custom_margin=&#8221;83px|||||&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|||2px|false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"gsap\"><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] --><\/p>\n<h1><!-- [et_pb_line_break_holder] --><span class=\"highlight-text\">AI<\/span> in Action<!-- [et_pb_line_break_holder] --><\/h1>\n<p><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<style><!-- [et_pb_line_break_holder] -->  .gsap h1 {<!-- [et_pb_line_break_holder] -->    font-size: 9em;<!-- [et_pb_line_break_holder] -->      color: white;<!-- [et_pb_line_break_holder] -->    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;<!-- [et_pb_line_break_holder] -->    font-weight: 900 !important;<!-- [et_pb_line_break_holder] -->    text-transform: uppercase;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->.highlight-text {<!-- [et_pb_line_break_holder] -->  display: inline-block;<!-- [et_pb_line_break_holder] -->  font-weight: bold;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.letter {<!-- [et_pb_line_break_holder] -->      display: inline-block;<!-- [et_pb_line_break_holder] -->      background-clip: text;<!-- [et_pb_line_break_holder] -->      background-size: 300% 300%;<!-- [et_pb_line_break_holder] -->      background-position: 0 0;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  @media (max-width:600px) {<!-- [et_pb_line_break_holder] -->    .gsap h1 {<!-- [et_pb_line_break_holder] -->      font-size: 5em;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script><!-- [et_pb_line_break_holder] --><script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/gsap.min.js\"><\/script><!-- [et_pb_line_break_holder] --><script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/ScrollTrigger.min.js\"><\/script><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->\/\/ Make sure to include GSAP and ScrollTrigger in your project<!-- [et_pb_line_break_holder] -->gsap.registerPlugin(ScrollTrigger);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(document).ready(function() {<!-- [et_pb_line_break_holder] -->  const text = $(\".highlight-text\");<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/\/ Wrap each letter in a span<!-- [et_pb_line_break_holder] -->  text.html(function(index, html) {<!-- [et_pb_line_break_holder] -->    return html.replace(\/\\S\/g, '<span class=\"letter\">$&<\/span>');<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Wait for the next frame to ensure DOM is updated<!-- [et_pb_line_break_holder] -->  requestAnimationFrame(() => {<!-- [et_pb_line_break_holder] -->    \/\/ Create the gradient effect<!-- [et_pb_line_break_holder] -->    gsap.to(\".highlight-text .letter\", {<!-- [et_pb_line_break_holder] -->      duration: 1,<!-- [et_pb_line_break_holder] -->      color: rgba(255,255,255,0.66),<!-- [et_pb_line_break_holder] -->      backgroundImage: \"linear-gradient(45deg, #0065ff, #44C4FD, #5dfff7)\",<!-- [et_pb_line_break_holder] -->      backgroundPosition: \"100% 100%\",<!-- [et_pb_line_break_holder] -->        ease: \"none\",<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      stagger: 0.1,<!-- [et_pb_line_break_holder] -->      scrollTrigger: {<!-- [et_pb_line_break_holder] -->        trigger: text[0],<!-- [et_pb_line_break_holder] -->        start: \"top 50%\",<!-- [et_pb_line_break_holder] -->        end: \"top 30%\",<!-- [et_pb_line_break_holder] -->        scrub: true,<!-- [et_pb_line_break_holder] -->        toggleActions: \"play none none reverse\"<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->    \/\/ Add a glow effect<!-- [et_pb_line_break_holder] -->    gsap.to(text, {<!-- [et_pb_line_break_holder] -->      duration: 1,<!-- [et_pb_line_break_holder] -->      textShadow: \"0 0 10px rgba(255,255,255,0.5)\",<!-- [et_pb_line_break_holder] -->      scrollTrigger: {<!-- [et_pb_line_break_holder] -->        trigger: text[0],<!-- [et_pb_line_break_holder] -->        start: \"top 90%\",<!-- [et_pb_line_break_holder] -->        end: \"top 40%\",<!-- [et_pb_line_break_holder] -->        scrub: true,<!-- [et_pb_line_break_holder] -->        toggleActions: \"play none none reverse\"<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_text module_id=&#8221;text3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;||||||||&#8221; header_text_align=&#8221;right&#8221; header_font_size=&#8221;31px&#8221; header_line_height=&#8221;1.4em&#8221; header_2_font=&#8221;Lato|||on|||||&#8221; header_2_text_align=&#8221;right&#8221; header_2_text_color=&#8221;#ffffff&#8221; header_2_font_size=&#8221;100px&#8221; header_2_letter_spacing=&#8221;3px&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||12px||false|false&#8221; header_2_font_size_tablet=&#8221;46px&#8221; header_2_font_size_phone=&#8221;36px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_2_text_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>UF College of Education<\/h2>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;#scroll_down&#8221; button_text=&#8221;Scroll down to learn more&#8221; button_alignment=&#8221;right&#8221; button_alignment_tablet=&#8221;right&#8221; button_alignment_phone=&#8221;center&#8221; button_alignment_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;18px&#8221; button_text_color=&#8221;#ffffff&#8221; button_bg_color=&#8221;#CC4927&#8243; button_border_color=&#8221;#CC4927&#8243; button_border_radius=&#8221;100px&#8221; button_letter_spacing=&#8221;2px&#8221; button_font=&#8221;|600||on|||||&#8221; button_icon=&#8221;&#x33;||divi||400&#8243; button_text_size_tablet=&#8221;18px&#8221; button_text_size_phone=&#8221;14px&#8221; button_text_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;3_5,2_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_f=&#8221;center_center&#8221; vertical_offset=&#8221;-38px&#8221; horizontal_offset=&#8221;-84px&#8221; z_index=&#8221;0&#8243; vertical_offset_tablet=&#8221;-38px&#8221; vertical_offset_phone=&#8221;174px&#8221; vertical_offset_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||18px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/education.ufl.edu\/ai\/files\/2024\/06\/Nigel-N-Tech-Camp-20.png&#8221; title_text=&#8221;Nigel N Tech Camp-20&#8243; admin_label=&#8221;Image&#8221; module_id=&#8221;heroimage1&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;74%&#8221; filter_hue_rotate=&#8221;20deg&#8221; filter_brightness=&#8221;88%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; module_id=&#8221;scroll_down&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Row&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slider _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_font=&#8221;Lato|700||on|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slide heading=&#8221;UF partners on NSF-funded National AI Research Institute&#8221; button_text=&#8221;Click Here&#8221; button_link=&#8221;https:\/\/ialt.education.ufl.edu\/2023\/05\/04\/uf-partners-on-nsf-funded-national-artificial-intelligence-research-institute-focused-on-stem-learning\/&#8221; url_new_window=&#8221;on&#8221; heading_last_edited=&#8221;off|desktop&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_type=&#8221;elliptical&#8221; background_color_gradient_stops=&#8221;rgba(28,47,61,0.77) 4%|rgba(25,69,136,0.23) 99%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;https:\/\/education.ufl.edu\/ai\/files\/2024\/06\/2021-05-28_Campus-Photos-1-scaled.jpg&#8221; background_enable_image=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]The National Science Foundation announced today that it has selected a team of scientists from the University of Florida and the University of Illinois Urbana-Champaign to lead a $20 million institute to advance artificial intelligence to promote STEM education.[\/et_pb_slide][\/et_pb_slider][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;3_5,2_5&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#194787&#8243; custom_margin=&#8221;100px|auto|101px|auto|false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_duration=&#8221;650ms&#8221; animation_intensity_slide=&#8221;8%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#1C2F3D&#8221; vertical_offset=&#8221;-75px&#8221; horizontal_offset=&#8221;-27px&#8221; position_origin_a_tablet=&#8221;&#8221; position_origin_a_phone=&#8221;&#8221; position_origin_a_last_edited=&#8221;on|desktop&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|desktop&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|desktop&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_video src=&#8221;https:\/\/www.youtube.com\/watch?v=W2dGDa0w4R8&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;60px|68px|60px||true|false&#8221; custom_padding_tablet=&#8221;|24px||24px|true|true&#8221; custom_padding_phone=&#8221;10px|24px|30px|24px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_2_text_color=&#8221;#EDBA75&#8243; header_2_font_size=&#8221;28px&#8221; custom_margin=&#8221;||2px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"main-title entry-title\">UF Researchers Developing AI Tool to Improve Reading Proficiency<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#ffffff&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Backed by a $2 million grant from the U.S. Department of Education, Matthew Burns, Ph.D., and a team of UF researchers, along with Project Read AI, will develop UFLI AI. The team will create and test an AI-enhanced learning analytic tool integrated into the University of Florida Literacy Institute&#8217;s UFLI Foundations to transform how reading is taught.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/education.ufl.edu\/news\/2026\/02\/09\/uf-researchers-developing-ai-tool-to-improve-reading-proficiency\/&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;Read more&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;bdb1b9d3-0ae5-4c1d-9d06-088de7c07288&#8243; button_text_color=&#8221;#ffffff&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_5,3_5,1_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|auto|70px|auto|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Lato||||||||&#8221; header_2_text_color=&#8221;#0E1D2F&#8221; header_2_font_size=&#8221;30px&#8221; header_2_line_height=&#8221;1.5em&#8221; background_color=&#8221;#f7f7f7&#8243; custom_padding=&#8221;30px|36px|30px|36px|true|true&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; header_2_font_size_tablet=&#8221;30px&#8221; header_2_font_size_phone=&#8221;18px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; box_shadow_style=&#8221;preset4&#8243; box_shadow_color=&#8221;#CC4927&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Education is the foundation for every achievement at UF where our faculty are leveraging technology to conduct cutting-edge research and develop solutions for tomorrow\u2019s challenges.<\/h2>\n<h2 style=\"text-align: center;\">At UF, the next generation of educators are being prepared to carry on a tradition of transformation through comprehensive AI integrated coursework.<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#005263&#8243; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; custom_margin=&#8221;|auto|0px|auto|false|false&#8221; custom_padding=&#8221;80px|10%|36px|10%|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Lato|||on|||||&#8221; header_2_text_color=&#8221;#ffffff&#8221; header_2_letter_spacing=&#8221;1px&#8221; custom_margin=&#8221;||0px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Creating practical solutions for learners everywhere<br \/>\n<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#ffffff&#8221; global_colors_info=&#8221;{}&#8221;]At the forefront of exploring the transformative potential of AI in education, researchers at the UF College of Education are creating the learning environments of the future.[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#005263&#8243; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; custom_margin=&#8221;|auto|0px|auto|false|false&#8221; custom_padding=&#8221;0px|10%|50px|10%|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;#CE4927&#8243; background_color=&#8221;#ffffff&#8221; transform_translate_linked__hover=&#8221;off&#8221; custom_margin=&#8221;||60px||false|false&#8221; custom_padding=&#8221;40px|20px|40px|20px|true|true&#8221; custom_css_main_element=&#8221;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-8px&#8221;]<\/p>\n<h3>AI in K-12 Education and Literacy<\/h3>\n<p>Focus on integrating AI into K-12 curricula, including teaching AI concepts and literacy to students and teachers. Examples include the AHA! AI Hardware Adventures for High Schoolers, Shark AI, and Camp Dialogs projects, which aim to broaden understanding of AI beyond chatbots and develop AI literacy among young learners.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;#CE4927&#8243; background_color=&#8221;#ffffff&#8221; custom_margin=&#8221;||60px||false|false&#8221; custom_padding=&#8221;40px|20px|40px|20px|true|true&#8221; custom_css_main_element=&#8221;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-8px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Personalized Learning and Assessment<br \/>\n<\/h3>\n<p>Initiatives explore how AI can be used to personalize education. The GeoGaze project uses AI to analyze eye movements for personalized multimedia learning, while other projects at the college, like Physics Playground, leverage AI to assess creativity and support productive failure in math education.[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;#CE4927&#8243; background_color=&#8221;#ffffff&#8221; custom_margin=&#8221;||60px||false|false&#8221; custom_padding=&#8221;40px|20px|40px|20px|true|true&#8221; custom_css_main_element=&#8221;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-8px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Teacher Preparation and Professional Development<br \/>\n<\/h3>\n<p>AI is being integrated into professional learning and teacher education programs, across the curriculum. At UF, Leveraging Participatory Design for K-12 AI Education Microcredentials and EME 440: AI Instructional Module are preparing teachers to effectively use AI in classrooms and engage in AI-enhanced learning.[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;#CE4927&#8243; background_color=&#8221;#ffffff&#8221; custom_margin=&#8221;||60px||false|false&#8221; custom_padding=&#8221;40px|20px|40px|20px|true|true&#8221; custom_css_main_element=&#8221;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-8px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<h3>Ethics in AI Applications<br \/>\n<\/h3>\n<p>Projects at the college are addressing the ethical concerns around AI in education, including data privacy, fairness, and inclusivity. Examples include the Integrating Care Ethics in GenAI-Enhanced Instructional Design project, which focuses on creating equitable AI integration frameworks, and efforts to ensure fair AI-enhanced assessments like the Fairness and Validity in AI-enhanced Assessment project.[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#16305D&#8221; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; custom_margin=&#8221;|auto|2px|auto|false|false&#8221; custom_padding=&#8221;80px|10%|80px|10%|true|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Lato|||on|||||&#8221; header_2_text_color=&#8221;#ffffff&#8221; header_2_letter_spacing=&#8221;1px&#8221; custom_margin=&#8221;||30px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>AI Practice at the College of Education<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#ffffff&#8221; global_colors_info=&#8221;{}&#8221;]With more than $22 million in active funding across 32 ongoing projects, and more than dozen AI infused courses, EduGators are pushing the boundaries of advanced technology in the learning environments of tomorrow. [\/et_pb_text][et_pb_image src=&#8221;https:\/\/education.ufl.edu\/ai\/files\/2024\/10\/NSF-AI-Shark-Teeth-32.jpg&#8221; alt=&#8221;shark ai project&#8221; title_text=&#8221;NSF AI Shark Teeth-32&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/education.ufl.edu\/sharkai\/&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<a href='https:\/\/education.ufl.edu\/sharkai\/'><button class=\"hover-button\">The Shark AI Project<\/button><\/a>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/education.ufl.edu\/sharkai\/&#8221; link_option_url_new_window=&#8221;on&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<a href='https:\/\/www.linkedin.com\/posts\/university-of-florida-college-of-education_as-a-university-of-florida-ai%C2%B2-center-research-activity-7436792549031399424-A5j2'><button class=\"hover-button\">mapping the landscape of AI pedagogy across UF<\/button><\/a>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/ialt.education.ufl.edu\/2022\/08\/09\/hey-chatbot-tell-me-how-kids-can-learn-about-ai\/&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<a href='https:\/\/ialt.education.ufl.edu\/2022\/08\/09\/hey-chatbot-tell-me-how-kids-can-learn-about-ai\/'><button class=\"hover-button\">Hey Chatbot, tell me how kids can learn about AI <\/button><\/a>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/ialt.education.ufl.edu\/2023\/04\/12\/ufs-ai-in-education-workshop-brings-leading-ai-researchers-together\/&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<a href='https:\/\/education.ufl.edu\/ai\/ai-in-education-fair\/'><button class=\"hover-button\"><!-- [et_pb_line_break_holder] -->UF\u2019s AI in Education Fair translates research to practice <!-- [et_pb_line_break_holder] --><\/button><\/a><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/ialt.education.ufl.edu\/2023\/04\/12\/ufs-ai-in-education-workshop-brings-leading-ai-researchers-together\/&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<a href='https:\/\/news.ufl.edu\/2025\/01\/bradford-county-teacher\/'><button class=\"hover-button\"><!-- [et_pb_line_break_holder] -->AI courses and AI in learning<\/button><\/a>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/ialt.education.ufl.edu\/2023\/04\/12\/ufs-ai-in-education-workshop-brings-leading-ai-researchers-together\/&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<a href='https:\/\/news.ufl.edu\/2025\/09\/new-ai-tool\/'><button class=\"hover-button\"><!-- [et_pb_line_break_holder] -->New AI tool matches students with high-impact internships<\/button><\/a>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; custom_margin=&#8221;|auto|-3px|auto|false|false&#8221; custom_padding=&#8221;80px|10%|0px|10%|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Lato|||on|||||&#8221; header_2_text_color=&#8221;#ffffff&#8221; header_2_letter_spacing=&#8221;1px&#8221; custom_margin=&#8221;||-2px|||&#8221; custom_padding=&#8221;||20px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2><span style=\"color: #194787;\">AI Across the Curriculum<\/span><\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Lato|||on|||||&#8221; header_2_text_color=&#8221;#ffffff&#8221; header_2_letter_spacing=&#8221;1px&#8221; custom_margin=&#8221;||-2px|||&#8221; global_colors_info=&#8221;{}&#8221;]AI is for everyone, especially at the University of Florida. This video series is a collaboration between the <a href=\"https:\/\/ai.ufl.edu\/about\/the-ai-center\/\" target=\"_blank\" rel=\"noopener\">AI\u00b2 Center<\/a> and <a href=\"https:\/\/teach.ufl.edu\/\" target=\"_blank\" rel=\"noopener\">Center for Teaching Excellence<\/a> that highlights how our faculty and staff that are doing amazing things with artificial intelligence in their courses and professions. The videos tell the stories of how many are incorporating AI in their work, and we hope that they can serve as inspiration for others.[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; min_height=&#8221;485.4px&#8221; custom_margin=&#8221;|auto|-2px|auto|false|false&#8221; custom_padding=&#8221;|10%|40px|10%|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/education.ufl.edu\/ai\/files\/2025\/12\/AI2-Thumbnail-Taryrn.jpg&#8221; alt=&#8221;On a deep blue background, the words \u201cAI Across the Curriculum\u201d appear\u2014\u201cAI\u201d and \u201cTHE CURRICULUM\u201d in white and \u201cAcross\u201d in orange script\u2014while at right a person in a sleeveless blue top gestures with their right hand, wearing layered necklaces and a green bracelet; the orange UF University of Florida logo sits in the top-right corner.&#8221; title_text=&#8221;AI2-Thumbnail-Taryrn&#8221; url=&#8221;https:\/\/citt.it.ufl.edu\/resources\/showcase\/ai\/ai-videos\/ai-video-archive\/items\/ai-at-uf-dr-taryrn-brown.html&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||30px|||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>AI is a tool for both students and teachers to support their voice and extend their creative capacity.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/citt.it.ufl.edu\/resources\/showcase\/ai\/ai-videos\/ai-video-archive\/items\/ai-at-uf-dr-taryrn-brown.html&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;Learn more&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_border_radius=&#8221;100px&#8221; button_letter_spacing=&#8221;1px&#8221; button_font=&#8221;|800|||||||&#8221; button_use_icon=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/education.ufl.edu\/ai\/files\/2025\/12\/AI2-Thumbnail-Walter.jpg&#8221; alt=&#8221;Blue background graphic with the words AI Across the Curriculum\u2014\u201cAI\u201d and \u201cTHE CURRICULUM\u201d in white, \u201cAcross\u201d in orange script\u2014while at right a person in a dark gray long-sleeve shirt clasps their hands and wears a black smartwatch; the orange UF University of Florida logo sits in the top-right corner.&#8221; title_text=&#8221;AI2-Thumbnail-Walter&#8221; url=&#8221;https:\/\/citt.it.ufl.edu\/resources\/showcase\/ai\/ai-videos\/ai-video-archive\/items\/ai-at-uf-dr-balser.html&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||30px|||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||30px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>It is possible to use AI to augment learning activities and create even more engaging lessons.\u00a0<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/citt.it.ufl.edu\/resources\/showcase\/ai\/ai-videos\/ai-video-archive\/items\/ai-at-uf-dr-balser.html&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;Learn more&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_border_radius=&#8221;100px&#8221; button_letter_spacing=&#8221;1px&#8221; button_font=&#8221;|800|||||||&#8221; button_use_icon=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/education.ufl.edu\/ai\/files\/2025\/12\/AI2-Thumbnail-BoruiAnthony.jpg&#8221; alt=&#8221;Blue gradient background with the words \u201cAI Across the Curriculum\u201d\u2014\u201cAI\u201d and \u201cTHE CURRICULUM\u201d in white, \u201cAcross\u201d in orange script\u2014while two people stand side by side at right, one in a blue patterned blouse and the other in a light blue button-down; the orange UF University of Florida logo appears in the top-right corner.&#8221; title_text=&#8221;AI2-Thumbnail-BoruiAnthony&#8221; url=&#8221;https:\/\/citt.it.ufl.edu\/resources\/showcase\/ai\/ai-videos\/ai-video-archive\/items\/ai-at-uf-zhang-and-botelho.html&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||30px|||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Drs. Zhang and Botelho\u2019s collaboration on an interdisciplinary Quest II course was an educational experience for them and their students.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/citt.it.ufl.edu\/resources\/showcase\/ai\/ai-videos\/ai-video-archive\/items\/ai-at-uf-zhang-and-botelho.html&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;Learn more&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_border_radius=&#8221;100px&#8221; button_letter_spacing=&#8221;1px&#8221; button_font=&#8221;|800|||||||&#8221; button_use_icon=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#16305D&#8221; custom_margin=&#8221;140px|auto|101px|auto|false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_duration=&#8221;650ms&#8221; animation_intensity_slide=&#8221;8%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;60px|0px|60px|68px|true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_2_text_color=&#8221;#ffffff&#8221; header_2_font_size=&#8221;28px&#8221; custom_margin=&#8221;||2px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"main-title entry-title\">Our Partners<\/h2>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#ffffff&#8221; global_colors_info=&#8221;{}&#8221;]The centerpiece of UF\u2019s AI initiative is HiPerGator 2.0, the most powerful university-owned supercomputer in the U.S. This incredible tool was made possible by the generosity of NVIDIA and NVIDIA co-founder and UF alumnus Chris Malachowsky. [\/et_pb_text][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;30dd2289-8923-4095-adac-d895a212865b&#8221; link_text_color=&#8221;#ffffff&#8221; width=&#8221;75%&#8221; width_tablet=&#8221;75%&#8221; width_phone=&#8221;75%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;|20px||0px|false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><a href=\"https:\/\/ialt.education.ufl.edu\/collaborators\/\" class=\"inline-button-text\" target=\"_blank\" rel=\"noopener\">Learn more about tech partners at the College of Education <\/a><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#1C2F3D&#8221; vertical_offset=&#8221;-75px&#8221; horizontal_offset=&#8221;27px&#8221; position_origin_a_tablet=&#8221;&#8221; position_origin_a_phone=&#8221;&#8221; position_origin_a_last_edited=&#8221;on|desktop&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|desktop&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|desktop&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/education.ufl.edu\/ai\/files\/2024\/06\/UF_NVIDIADGXSuperPOD_ArtistsRendering-1-scaled.jpg&#8221; title_text=&#8221;UF_NVIDIADGXSuperPOD_ArtistsRendering-(1)&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;3_5,2_5&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/education.ufl.edu\/ai\/files\/2024\/06\/UF_NVIDIADGXSuperPOD_ArtistsRendering-1-scaled.jpg&#8221; width=&#8221;100vw&#8221; max_width=&#8221;2560px&#8221; min_height=&#8221;575px&#8221; custom_padding=&#8221;90px|120px||120px|false|true&#8221; custom_padding_tablet=&#8221;|20px||20px|false|true&#8221; custom_padding_phone=&#8221;|20px||20px|false|true&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(25,69,136,0.82)&#8221; custom_padding=&#8221;46px|20px|46px|20px|true|true&#8221; custom_padding_tablet=&#8221;|10px||10px|true|true&#8221; custom_padding_phone=&#8221;|10px||10px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#ffffff&#8221; header_2_text_color=&#8221;#ffffff&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Our Partners<\/h2>\n<p><span>The centerpiece of UF&#8217;s AI initiative is the most powerful university-owned supercomputer in the U.S., which was made possible by the generosity of NVIDIA and NVIDIA co-founder and UF alumnus Chris Malachowsky.\u00a0<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;30dd2289-8923-4095-adac-d895a212865b&#8221; link_text_color=&#8221;#ffffff&#8221; custom_margin=&#8221;|20px||0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><a href=\"\/current-edugators\/\" class=\"inline-button-text\">Edugator Resources<\/a><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section Canvas&#8221; module_id=&#8221;bg&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;100vw&#8221; height=&#8221;100vh&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;] <script><!-- [et_pb_line_break_holder] -->      $(document).ready(function() {<!-- [et_pb_line_break_holder] -->               $(window).on(\"scroll\", function() {<!-- [et_pb_line_break_holder] -->            var scrollPos = $(this).scrollTop();<!-- [et_pb_line_break_holder] -->            $(\"#text1\").css({<!-- [et_pb_line_break_holder] -->                \"transform\": \"translateX(-\" + scrollPos * 1.5 + \"px)\"<!-- [et_pb_line_break_holder] -->            });<!-- [et_pb_line_break_holder] -->            $(\"#text2\").css({<!-- [et_pb_line_break_holder] -->                \"transform\": \"translateX(-\" + scrollPos * 0.5 + \"px)\"<!-- [et_pb_line_break_holder] -->            });<!-- [et_pb_line_break_holder] -->            $(\"#text3\").css({<!-- [et_pb_line_break_holder] -->                \"transform\": \"translateX(\" + scrollPos + \"px)\"<!-- [et_pb_line_break_holder] -->            });<!-- [et_pb_line_break_holder] -->            $(\"#heroimage1\").css({<!-- [et_pb_line_break_holder] -->                \"transform\": \"translateY(\" + scrollPos * 0.6 + \"px)\"<!-- [et_pb_line_break_holder] -->            });<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->    <\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":21,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:paragraph -->\r\n<p>This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:<\/p>\r\n<!-- \/wp:paragraph --><!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I'm a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi\u00f1a coladas. (And gettin' caught in the rain.)<\/p>\r\n<\/blockquote>\r\n<!-- \/wp:quote --><!-- wp:paragraph -->\r\n<p>...or something like this:<\/p>\r\n<!-- \/wp:paragraph --><!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.<\/p>\r\n<\/blockquote>\r\n<!-- \/wp:quote --><!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https:\/\/education.ufl.edu\/ai\/wp-admin\/\">your dashboard<\/a> to delete this page and create new pages for your content. Have fun!<\/p>\r\n<!-- \/wp:paragraph -->","_et_gb_content_width":"","footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.0 (Yoast SEO v22.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Homepage - Artificial Intelligence at UF<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/education.ufl.edu\/ai\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Homepage\" \/>\n<meta property=\"og:url\" content=\"https:\/\/education.ufl.edu\/ai\/\" \/>\n<meta property=\"og:site_name\" content=\"Artificial Intelligence at UF\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/UF.COE\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T14:57:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@UF_COE\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/education.ufl.edu\/ai\/\",\"url\":\"https:\/\/education.ufl.edu\/ai\/\",\"name\":\"Homepage - Artificial Intelligence at UF\",\"isPartOf\":{\"@id\":\"https:\/\/education.ufl.edu\/ai\/#website\"},\"datePublished\":\"2024-06-11T18:38:03+00:00\",\"dateModified\":\"2026-03-10T14:57:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/education.ufl.edu\/ai\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/education.ufl.edu\/ai\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/education.ufl.edu\/ai\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/education.ufl.edu\/ai\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Homepage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/education.ufl.edu\/ai\/#website\",\"url\":\"https:\/\/education.ufl.edu\/ai\/\",\"name\":\"Artificial Intelligence at UF\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/education.ufl.edu\/ai\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/education.ufl.edu\/ai\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/education.ufl.edu\/ai\/#organization\",\"name\":\"University of Florida College of Education\",\"url\":\"https:\/\/education.ufl.edu\/ai\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/education.ufl.edu\/ai\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/education.ufl.edu\/ai\/files\/2024\/06\/Horizontal_UF_COE_2020_Blue-Black.png\",\"contentUrl\":\"https:\/\/education.ufl.edu\/ai\/files\/2024\/06\/Horizontal_UF_COE_2020_Blue-Black.png\",\"width\":2098,\"height\":216,\"caption\":\"University of Florida College of Education\"},\"image\":{\"@id\":\"https:\/\/education.ufl.edu\/ai\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/UF.COE\/\",\"https:\/\/twitter.com\/UF_COE\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Homepage - Artificial Intelligence at UF","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/education.ufl.edu\/ai\/","og_locale":"en_US","og_type":"article","og_title":"Homepage","og_url":"https:\/\/education.ufl.edu\/ai\/","og_site_name":"Artificial Intelligence at UF","article_publisher":"https:\/\/www.facebook.com\/UF.COE\/","article_modified_time":"2026-03-10T14:57:05+00:00","twitter_card":"summary_large_image","twitter_site":"@UF_COE","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/education.ufl.edu\/ai\/","url":"https:\/\/education.ufl.edu\/ai\/","name":"Homepage - Artificial Intelligence at UF","isPartOf":{"@id":"https:\/\/education.ufl.edu\/ai\/#website"},"datePublished":"2024-06-11T18:38:03+00:00","dateModified":"2026-03-10T14:57:05+00:00","breadcrumb":{"@id":"https:\/\/education.ufl.edu\/ai\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/education.ufl.edu\/ai\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/education.ufl.edu\/ai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/education.ufl.edu\/ai\/"},{"@type":"ListItem","position":2,"name":"Homepage"}]},{"@type":"WebSite","@id":"https:\/\/education.ufl.edu\/ai\/#website","url":"https:\/\/education.ufl.edu\/ai\/","name":"Artificial Intelligence at UF","description":"","publisher":{"@id":"https:\/\/education.ufl.edu\/ai\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/education.ufl.edu\/ai\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/education.ufl.edu\/ai\/#organization","name":"University of Florida College of Education","url":"https:\/\/education.ufl.edu\/ai\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/education.ufl.edu\/ai\/#\/schema\/logo\/image\/","url":"https:\/\/education.ufl.edu\/ai\/files\/2024\/06\/Horizontal_UF_COE_2020_Blue-Black.png","contentUrl":"https:\/\/education.ufl.edu\/ai\/files\/2024\/06\/Horizontal_UF_COE_2020_Blue-Black.png","width":2098,"height":216,"caption":"University of Florida College of Education"},"image":{"@id":"https:\/\/education.ufl.edu\/ai\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/UF.COE\/","https:\/\/twitter.com\/UF_COE"]}]}},"_links":{"self":[{"href":"https:\/\/education.ufl.edu\/ai\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/education.ufl.edu\/ai\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/education.ufl.edu\/ai\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/education.ufl.edu\/ai\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/education.ufl.edu\/ai\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":229,"href":"https:\/\/education.ufl.edu\/ai\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":1567,"href":"https:\/\/education.ufl.edu\/ai\/wp-json\/wp\/v2\/pages\/2\/revisions\/1567"}],"wp:attachment":[{"href":"https:\/\/education.ufl.edu\/ai\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}