<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>GATOR Lab @ UF</title>
<link>https://gatorlab.io/posts.html</link>
<atom:link href="https://gatorlab.io/posts.xml" rel="self" type="application/rss+xml"/>
<description></description>
<image>
<url>https://gatorlab.io/files/images/gator-logo-square-bg.png</url>
<title>GATOR Lab @ UF</title>
<link>https://gatorlab.io/posts.html</link>
<height>144</height>
<width>144</width>
</image>
<generator>quarto-1.10.18</generator>
<lastBuildDate>Tue, 25 Aug 2026 00:00:00 GMT</lastBuildDate>
<item>
  <title>Two Papers Accepted: DGGS and Agentic AI</title>
  <dc:creator>Levente Juhasz</dc:creator>
  <link>https://gatorlab.io/posts/papers_accepted_aug2026/</link>
  <description><![CDATA[ 




<p>The publication pipeline set into motion with the founding of the GATOR Lab is beginning to mature. Over the last couple of days, two papers have been accepted for publication — one journal article, anone at a flagship conference — with several other manuscripts under review and nearing a decision. Both papers sit at the forefront of what this lab is all about.</p>
<section id="paper-1-dual-helix-governance-for-agentic-ai-in-webgis" class="level2">
<h2 class="anchored" data-anchor-id="paper-1-dual-helix-governance-for-agentic-ai-in-webgis">Paper 1 — Dual-Helix Governance for Agentic AI in WebGIS</h2>
<p><strong>“A Dual-Helix Governance Approach Towards Reliable Agentic Artificial Intelligence for WebGIS Development”</strong><br>
<em>Levente Juhász, Boyuan Guan &amp; Wencong Cui</em><br>
Accepted in <strong>Transactions in GIS</strong> · <a href="https://arxiv.org/abs/2603.04390">ArXiv preprint</a></p>
<p>This paper is co-authored with Boyuan Guan and Wencong Cui, former colleagues from the FIU GIS Center, and represents a significant step forward in making agentic AI systems reliable enough for production geospatial engineering.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/papers_dual_helix.png" title="The dual-helix architecture — knowledge and behavior as two interlocking governance strands." class="img-fluid figure-img"></p>
<figcaption>The dual-helix governance framework: Knowledge Externalization and Behavioral Enforcement as two interlocking strands stabilizing Agentic AI.</figcaption>
</figure>
</div>
<blockquote class="blockquote">
<p>WebGIS development requires consistency, yet agentic AI often fails due to LLM context constraints, forgetting, stochasticity, instruction failure, and adaptation rigidity. We propose a dual-helix governance framework reframing these as structural problems rather than capacity deficits. Using a 3-track architecture (Knowledge, Behavior, Skills) and a persistent knowledge graph, it stabilizes execution by externalizing facts and enforcing protocols. Validation shows a governed agent successfully refactored a legacy WebGIS codebase (reducing cyclomatic complexity and improving maintainability), roughly halved trial-to-trial output variance relative to static prompting in a controlled experiment, and prevented common infodemic mapping errors in a 5-condition COVID-19 cartography ablation study. Operationalized via the open-source AgentLoom toolkit, this externalized governance provides the stability necessary for production-level geospatial engineering.</p>
</blockquote>
<hr>
</section>
<section id="paper-2-dggs-hash-joins-at-scale-acm-sigspatial-26" class="level2">
<h2 class="anchored" data-anchor-id="paper-2-dggs-hash-joins-at-scale-acm-sigspatial-26">Paper 2 — DGGS Hash-Joins at Scale (ACM SIGSPATIAL ’26)</h2>
<p><strong>“Accelerating Point-in-Polygon Predicates via Algebraic Hash-Joins and Discrete Global Grids at Scale: An Interactive Benchmark”</strong><br>
<em>Levente Juhász</em><br>
Accepted at <strong>ACM SIGSPATIAL 2026</strong>, Riverside, CA · <a href="https://arxiv.org/abs/2607.08956">ArXiv preprint</a></p>
<p>This solo-author paper will be presented at ACM SIGSPATIAL ’26 later this year, one of the premier venues for spatial computing research.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/papers_dggs_pipeline.png" title="From ray-casting and R-Tree bounding boxes to a simple cell_id equality join — the core insight of the DGGS approach." class="img-fluid figure-img"></p>
<figcaption>Vector-based vs.&nbsp;algebraic (DGGS) point-in-polygon pipelines: complex geometric predicates replaced by a simple equality join on cell IDs.</figcaption>
</figure>
</div>
<blockquote class="blockquote">
<p>Traditional vector-based point-in-polygon queries rely on computationally expensive geometric predicates that scale poorly for massive datasets, even when accelerated by spatial indices. Discrete Global Grid Systems (DGGS) offer a scalable alternative by discretizing geometries into hierarchical cells, transforming complex spatial relations into constant-time relational hash-joins. However, adopting a DGGS introduces an overhead to encode data, and current grid implementations exhibit a significant performance “tooling gap.” In this demonstration, we present an interactive dashboard that empirically evaluates these computational tradeoffs across four DGGS implementations (H3, S2, A5, and ISEA4H) using DuckDB. Through progressive scenarios, the platform visualizes the overhead of on-the-fly encoding and demonstrates how pre-indexing spatial datasets eliminates this overhead. Ultimately, the demo proves that when data is pre-indexed, all DGGS regardless of their mathematical complexity or tooling converge to sub-second join latencies, unlocking the throughput of modern vectorized execution engines.</p>
</blockquote>
<hr>
</section>
<section id="a-maturing-research-agenda" class="level2">
<h2 class="anchored" data-anchor-id="a-maturing-research-agenda">A Maturing Research Agenda</h2>
<p>These two acceptances are not coincidental. They represent the two most exciting frontiers in modern GIScience (well, at least to us), and both are core to what the GATOR Lab is building. Discrete Global Grid Systems are reshaping how we think about spatial data infrastructure at planetary scale, replacing expensive geometric predicates with algebraic efficiency, among other benefits. Agentic AI is redefining what it means to build geospatial software, raising fundamental questions about reliability, governance, and trust. We are just gettings tarted. Stay tuned.</p>


</section>

 ]]></description>
  <category>news</category>
  <category>publications</category>
  <guid>https://gatorlab.io/posts/papers_accepted_aug2026/</guid>
  <pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
  <media:content url="https://gatorlab.io/files/images/papers_dggs_pipeline.png" medium="image" type="image/png" height="80" width="144"/>
</item>
<item>
  <title>A Summer of Geospatial: Conferences, Workshops, and Community</title>
  <dc:creator>Levente Juhasz</dc:creator>
  <link>https://gatorlab.io/posts/summer_2026_recap/</link>
  <description><![CDATA[ 




<p>Summer 2026 has been one of the most geographically and intellectually dynamic periods since the founding of the GATOR Lab. From invited research talks in Italy and Hungary, to great conferences in Belgium and Maryland, to a webinar organized by IJGI, and hands-on community workshops in Florida — it has been a busy and rewarding few months. Here’s a look back.</p>
<section id="invited-talks-in-europe-milano-and-szeged" class="level2">
<h2 class="anchored" data-anchor-id="invited-talks-in-europe-milano-and-szeged">Invited Talks in Europe — Milano and Szeged</h2>
<p>The summer kicked off with a trip to Europe in June for two invited research talks.</p>
<p>At the <strong>Politecnico di Milano</strong> in Italy, I had the opportunity visit <a href="https://www.gisgeolab.polimi.it/index.html">GEOlab (Geomatics and Earth Observation laboratory)</a> led by Prof.&nbsp;Maria Antonia Brovelli to present our ongoing work on autonomous spatial intelligence. Founded in 1863, the Politecnico is one of the premier technical universities in Europe. I have been long following the work of Prof Brovelli’s group and meeting them in person was very rewarding. Thank you for the hospitality!</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/summer26_polimi.jpg" title="Politecnico di Milano, founded 1863." class="img-fluid figure-img"></p>
<figcaption>The historic Politecnico di Milano campus in the heart of the city.</figcaption>
</figure>
</div>
<p>From Italy, the trip continued to <strong>Szeged, Hungary</strong>, where I was invited to speak at the <strong>University of Szeged (Szegedi Tudományegyetem)</strong>. This was a full circle moment as my geospatial career started at the University of Szeged with degrees in Physical Geography and Geoinformatics! Both talks centered on the same theme — <em>“Toward Autonomous Spatial Intelligence”</em> — exploring how the convergence of large language models, discrete global grid systems, and agentic AI is reshaping the geospatial landscape.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/summer26_szeged_talk.png" title="Explaining DGGS geometry — from Platonic solids to the sphere — at the University of Szeged." class="img-fluid figure-img"></p>
<figcaption>Presenting on Discrete Global Grid Systems at the University of Szeged.</figcaption>
</figure>
</div>
<p>These European visits were a great reminder of how broadly this research community spans, and how much appetite there is internationally for rigorous GeoAI research. Meeting new friend and collaborators, and reconnecting with old friends was definitely worth the travel.</p>
</section>
<section id="the-first-geoai-international-conference-ghent-belgium" class="level2">
<h2 class="anchored" data-anchor-id="the-first-geoai-international-conference-ghent-belgium">The First GeoAI International Conference — Ghent, Belgium</h2>
<p>One of the highlights of the summer was attending and presenting at the inaugural <a href="https://geoaiconference.org"><strong>GeoAI 2026 Conference</strong></a> in <strong>Ghent, Belgium</strong> in early June. As the first dedicated international conference for Geospatial Artificial Intelligence, it brought together researchers and industry professionals working at the frontier of spatial data science, LLMs, and autonomous GIS from around the world.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/summer26_ghent_geoai.jpg" title="Levente Juhász at the inaugural GeoAI 2026 Conference, Ghent — Belgium." class="img-fluid figure-img"></p>
<figcaption>At the GeoAI 2026 Conference in Ghent, Belgium.</figcaption>
</figure>
</div>
<p>I presented a joint study on <strong>LLM spatial data generation</strong>, which I co-authored with Paddy Gorry and Peter Mooney from Maynooth Univesity Ireland. This paper builds on Paddy’s PhD work and investigates how well large language models can generate geographic data — and where they fall short. Read the paper in the <a href="https://doi.org/10.5281/zenodo.20287050">proceedings here</a>. Being part of the launch of GeoAI as a recognized conference venue feels significant. This is a community coming into its own, and the enthusiam of the attendees was real. I look forward to future editions of this conference.</p>
</section>
<section id="ijgi-webinar-geoai-prospects-and-challenges" class="level2">
<h2 class="anchored" data-anchor-id="ijgi-webinar-geoai-prospects-and-challenges">IJGI Webinar: GeoAI — Prospects and Challenges</h2>
<p>On June 30, I had the pleasure of participating in a webinar organized by the <strong>ISPRS International Journal of Geo-Information (IJGI)</strong>, titled <a href="https://www.mdpi.com/about/announcements/16976"><em>“GeoAI – Prospects and Challenges.”</em></a>. The was created to bring together experts to discuss the latest developments, applications, and future directions of Geospatial AI. It was a fitting venue — given my recent recognition as the <a href="https://gatorlab.io/posts/ijgi_young_investigator_award/">2026 IJGI Young Investigator</a> — to engage directly with the journal’s community. The session was small, and only featured one other talk by <a href="https://www.junghwankim.org/">Junghwan Kim</a>, Director of the Smart Cities for Good Lab at Virginia Tech whose doing some great work in the GeoAI domain.</p>
</section>
<section id="ucgis-symposium-college-park-maryland" class="level2">
<h2 class="anchored" data-anchor-id="ucgis-symposium-college-park-maryland">UCGIS Symposium — College Park, Maryland</h2>
<p>Later in the summer, I attended the <strong>UCGIS Symposium</strong> in <strong>College Park, Maryland</strong>, the annual gathering of the University Consortium for Geographic Information Science. This is a community I value deeply for its commitment to advancing GIScience education and research in the USA.</p>
<p>In addition to attending, I had the opportunity to <strong>co-host a hands-on workshop</strong> at the Symposium. The session titled <a href="https://ucgissymposium2026.sched.com/event/2KN6G/from-prompts-to-protocols-governing-agentic-ai-for-reliable-geospatial-programming">“From Prompts to Protocols: Govering Agentic AI for Reliable Geospatial Programming”</a> focused on geospatial web development using governed agents. This workshops was co-hosted with my long-time collaborators from <a href="https://maps.fiu.edu">Florida International University</a>, Dr.&nbsp;Boyuan Guan and Dr.&nbsp;Wencong Cui, and was based on our joint publication titled “<a href="https://arxiv.org/abs/2603.04390">A Dual-Helix Governance Approach Towards Reliable Agentic Artificial Intelligence for WebGIS Development</a>”, which was just accepted for publication (literally today) in <em>Transactions in GIS</em> so stay tuned for the final publication! ]https://arxiv.org/abs/2603.04390</p>
</section>
<section id="south-florida-gis-expo-workshop-west-palm-beach" class="level2">
<h2 class="anchored" data-anchor-id="south-florida-gis-expo-workshop-west-palm-beach">South Florida GIS Expo Workshop — West Palm Beach</h2>
<p>Back in Florida, I led a <strong>pre-expo training workshop</strong> at the <a href="https://south-florida-gis-expo-pbcgisforum.hub.arcgis.com/"><strong>South Florida GIS Expo</strong></a> in <strong>West Palm Beach</strong> on August 19. The session, <em>“AI’s Impact on the Future of GIS,”</em> was a two-hour hands-on experience for GIS practitioners, with live demonstrations using a Google Colab notebook, applying semantic place classification to real data from the West Palm Beach area using LLM-powered tools built on top of the UF NaviGator Toolkit API.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/summer26_sfgis_expo.jpg" title="Ready for workshop day at the 2026 South Florida GIS Expo, West Palm Beach — August 19th." class="img-fluid figure-img"></p>
<figcaption>At the 2026 South Florida GIS Expo, where the GATOR Lab led an opening workshop.</figcaption>
</figure>
</div>
<p>It was a practical, applied session — the kind of event I find particularly rewarding because it connects academic research directly to the professional geospatial community. In turn, I get to learn about what GIS folks are interested in these days, which is always a useful input for training the next generation of GIS professionals. The South Florida GIS community is active and engaged, and the Expo is always a great venue for that kind of dialogue.</p>
</section>
<section id="fsms-event-miami" class="level2">
<h2 class="anchored" data-anchor-id="fsms-event-miami">FSMS Event — Miami</h2>
<p>Rounding out the summer closer to home, I also participated in an event organized by the <strong>Florida Surveying and Mapping Society (FSMS)</strong> in <strong>Miami</strong>, presenting at the Miami-Dade chapter meeting hosted at Miami Dade College. These local engagements are important — they keep the lab connected to the broader Florida geospatial profession and create pathways for students and practitioners to engage with cutting-edge research.</p>
<hr>
</section>
<section id="looking-ahead" class="level2">
<h2 class="anchored" data-anchor-id="looking-ahead">Looking Ahead</h2>
<p>It has been a genuinely full summer. Across all of these events, a few themes kept surfacing: the growing recognition of GeoAI as a distinct and important subfield, the critical importance of spatial data quality, and the need for infrastructure — both technical and conceptual — that makes geospatial AI geometrically rigorous rather than geometrically naive.</p>
<p>The GATOR Lab is heading into Fall 2026 with new students, active manuscripts, and a lot of momentum. More to come soon.</p>


</section>

 ]]></description>
  <category>event</category>
  <category>news</category>
  <guid>https://gatorlab.io/posts/summer_2026_recap/</guid>
  <pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
  <media:content url="https://gatorlab.io/files/images/summer26_ghent_geoai.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Levente Juhász receives 2026 IJGI Young Investigator Award</title>
  <dc:creator>Levente Juhasz</dc:creator>
  <link>https://gatorlab.io/posts/ijgi_young_investigator_award/</link>
  <description><![CDATA[ 




<p>I am honored to be named the winner of the <strong>2026 Young Investigator Award</strong> by the ISPRS <em>International Journal of Geo-Information (IJGI)</em>. This award recognizes contributions to Geographic Information Science, specifically regarding spatial data quality, OpenStreetMap, and the development of geometrically rigorous GeoAI.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/juhasz_ijgi_award.jpg" title="IJGI Young Investigator Award 2026 Banner" class="img-fluid figure-img"></p>
<figcaption>IJGI Young Investigator Award 2026 Banner</figcaption>
</figure>
</div>
<p>This recognition coincides with the ongoing mission of the GATOR Lab to advance scalable geospatial technologies and reliable agentic AI workflows. We look forward to continuing this research as we onboard our Fall 2026 graduate cohort.</p>
<section id="media-and-resources" class="level2">
<h2 class="anchored" data-anchor-id="media-and-resources">Media and Resources</h2>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/ijgi_interview_juhasz.jpg" title="Interview with Dr. Levente Juhász" class="img-fluid figure-img"></p>
<figcaption>IJGI posted an in-depth interview with Dr.&nbsp;Levente Juhász</figcaption>
</figure>
</div>
<ul>
<li><strong>Official News Release</strong>: <a href="https://blogs.ifas.ufl.edu/news/2026/05/07/researchers-pioneering-work-in-ai-and-mapping-earns-international-young-investigator-award/">Researcher’s pioneering work in AI and mapping earns international Young Investigator Award</a> (UF/IFAS News)</li>
<li><strong>In-depth Interview</strong>: <a href="https://www.mdpi.com/journal/ijgi/announcements/16330">Interview with Dr.&nbsp;Levente Juhász (MDPI)</a> — Discussion on the future of generative AI in geospatial contexts and advice for early-career researchers.</li>
</ul>


</section>

 ]]></description>
  <category>news</category>
  <category>awards</category>
  <guid>https://gatorlab.io/posts/ijgi_young_investigator_award/</guid>
  <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  <media:content url="https://gatorlab.io/files/images/juhasz_ijgi_award.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Engaging with the Local Geospatial Community in South Florida</title>
  <dc:creator>Levente Juhasz</dc:creator>
  <link>https://gatorlab.io/posts/local_events_april_2026/</link>
  <description><![CDATA[ 




<p>We’ve had a busy and exciting April engaging with the vibrant local geospatial community here in South Florida.</p>
<section id="gis-hour-at-miami-dade-college" class="level2">
<h2 class="anchored" data-anchor-id="gis-hour-at-miami-dade-college">GIS Hour at Miami-Dade College</h2>
<p>First, on Monday, April 13, I had the pleasure of presenting at the 2026 GIS Hour at Miami-Dade College, an event supported by ASPRS. I spoke about the increasing focus on GeoAI and Geospatial Analytics, and how modern Data Science is becoming more GIS-centered. It was a fantastic opportunity to connect with college students who are eager to explore geospatial careers.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/mdc_gis_hour.jpg" title="Discussing GeoAI and Data Science at Miami-Dade College." class="img-fluid figure-img"></p>
<figcaption>Presenting at MDC GIS Hour</figcaption>
</figure>
</div>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/mdc_gis_hour_intro.jpg" title="Introduction at the GIS Hour event." class="img-fluid figure-img"></p>
<figcaption>Event introduction</figcaption>
</figure>
</div>
</section>
<section id="emerging-tech-policy-at-florida-atlantic-university" class="level2">
<h2 class="anchored" data-anchor-id="emerging-tech-policy-at-florida-atlantic-university">Emerging Tech &amp; Policy at Florida Atlantic University</h2>
<p>Later in the month, on April 24, I participated in a high-impact workshop hosted by Florida Atlantic University’s Department of Civil, Environmental and Geomatics Engineering (CEGE) at the FAU Jupiter campus. The event, titled <em>“Industry–Academic Collaboration on Emerging Tech &amp; Policy and the Path to Professional Licensure,”</em> brought together professionals and academics to discuss the future of the field.</p>
<p>I was honored to join a panel discussion focusing on the role of AI in geospatial contexts, and I also gave a presentation on discrete global grids. You can read more about the workshop and its outcomes <a href="https://www.fau.edu/engineering/cege/news/2604-faunceesworkshop/">here</a>.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/fau_panel.jpg" title="Panel discussion on AI in geospatial contexts at FAU." class="img-fluid figure-img"></p>
<figcaption>Panel discussion at FAU</figcaption>
</figure>
</div>


</section>

 ]]></description>
  <category>event</category>
  <guid>https://gatorlab.io/posts/local_events_april_2026/</guid>
  <pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate>
  <media:content url="https://gatorlab.io/files/images/fau_panel.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Top Cited Paper in Transactions in GIS</title>
  <dc:creator>Levente Juhasz</dc:creator>
  <link>https://gatorlab.io/posts/tgis_top_cited/</link>
  <description><![CDATA[ 




<p>Our paper, <a href="https://onlinelibrary.wiley.com/doi/full/10.1111/tgis.13233"><strong>“Correctness Comparison of ChatGPT-4, Gemini, Claude-3, and Copilot for Spatial Tasks”</strong></a>, was recognized by Wiley as one of the top 10 most-cited papers published in <em>Transactions in GIS</em> during 2024.</p>
<p>This study, a collaboration with <a href="https://flrec.ifas.ufl.edu/faculty/dr-henry-hochmair/">Henry Hochmair</a> from UF Geomatics, assesses the reliability of large language models for geospatial tasks. It establishes foundational baselines for the ongoing research we are building at the <strong>GATOR Lab</strong>.</p>
<p>Read the paper here: <a href="https://onlinelibrary.wiley.com/doi/full/10.1111/tgis.13233">Transactions in GIS</a>. You can also read the preprint version on <a href="https://arxiv.org/abs/2401.02404">arXiv</a>.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/tgis_top_cited_2024.png" class="img-fluid figure-img"></p>
<figcaption>Transactions in GIS Top Cited Article</figcaption>
</figure>
</div>



 ]]></description>
  <category>news</category>
  <category>publication</category>
  <guid>https://gatorlab.io/posts/tgis_top_cited/</guid>
  <pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate>
  <media:content url="https://gatorlab.io/files/images/tgis_top_cited_2024.png" medium="image" type="image/png" height="91" width="144"/>
</item>
<item>
  <title>Critical Challenges in GeoAI: Insights from the 2026 SPARC Workshop</title>
  <dc:creator>Levente Juhasz</dc:creator>
  <link>https://gatorlab.io/posts/asu_geoai_workshop/</link>
  <description><![CDATA[ 




<section id="collaborative-momentum-in-tempe-az" class="level2">
<h2 class="anchored" data-anchor-id="collaborative-momentum-in-tempe-az">Collaborative Momentum in Tempe, AZ</h2>
<p>Earlier this month, I had the privilege of participating in the <a href="https://sparc.asu.edu/workshops"><strong>Critical Challenges of Geospatial Artificial Intelligence (GeoAI)</strong></a> workshop hosted by the <a href="https://sparc.asu.edu">Spatial Analysis Research Center (SPARC)</a> at <strong>Arizona State University</strong>. Organized by Prof.&nbsp;Wenwen Li and the SPARC team, the specialist meeting brought together leading scholars from over 20 institutions and government agencies, including NASA and the USGS.</p>
<p>The timing was ideal as we continue to build out the core infrastructure and culture of the <strong>GATOR Lab</strong> here at the University of Florida.</p>
</section>
<section id="bridging-theory-and-application" class="level2">
<h2 class="anchored" data-anchor-id="bridging-theory-and-application">Bridging Theory and Application</h2>
<p>The workshop featured inspiring keynotes from Michael Goodchild (UCSB), Shashi Shekar (UMN), May Yuan (UT Dallas) and Rahul Ramachandran (NASA), followed by lightning talks focused on computational infrastructure, scientific discovery, and the integration of social science within GeoAI. During the session I presented my position paper (available <a href="https://doi.org/10.5281/zenodo.18471033">here</a>) titled:</p>
<blockquote class="blockquote">
<p><strong>“Discrete Global Grid Systems as a Framework for Geometrically Rigorous and Spatially Explicit GeoAI: A Research Agenda”</strong>.</p>
</blockquote>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/sparc_geoai_levente.JPG" title="Levente presenting at the workshop." class="img-fluid figure-img"></p>
<figcaption>Levente presenting at the workshop</figcaption>
</figure>
</div>
<p>Much of the discussions over the two days emphasized the need for sharper integration between machine learning and spatial cognition, as well as the importance of community building to address both short- and long-term forecasting challenges.</p>
</section>
<section id="next-steps-defining-the-future-of-geoai" class="level2">
<h2 class="anchored" data-anchor-id="next-steps-defining-the-future-of-geoai">Next Steps: Defining the Future of GeoAI</h2>
<p>The energy from the meeting is already being channeled into a major <strong>perspective paper on the future of GeoAI</strong>. We are working to synthesize the collective insights from our discussions into a formal research agend. It was inspiring to see such a strong sense of shared identity emerging from this community.</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/sparc_geoai_group.JPG" title="Leading US-based GeoAI scholars.." class="img-fluid figure-img"></p>
<figcaption>Group photo</figcaption>
</figure>
</div>
<p>A big thank you to Wenwen Li, Dylan Connor, Patricia Solis, Heather Baier, Daoqin Tong, Drew Trgovac, Peter Rogerson et al.&nbsp;the entire organizing committee for such a seamless and inspiring forum. I look forward to contributing to the perspective paper and shape the future of GeoAI together.</p>


</section>

 ]]></description>
  <category>event</category>
  <guid>https://gatorlab.io/posts/asu_geoai_workshop/</guid>
  <pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate>
  <media:content url="https://gatorlab.io/files/images/asu_sparc_logo.jpg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>Joining the IJGI Editorial Board</title>
  <dc:creator>Levente Juhasz</dc:creator>
  <link>https://gatorlab.io/posts/ijgi_editor/</link>
  <description><![CDATA[ 




<section id="new-appointment" class="level2">
<h2 class="anchored" data-anchor-id="new-appointment">New Appointment</h2>
<p>I am pleased to announce that I have joined the Editorial Board of the <a href="https://www.mdpi.com/journal/ijgi"><strong>ISPRS International Journal of Geo-Information (IJGI)</strong></a>, an open access journal published by MDPI. In this role, I am responsible for manuscript pre-checks, overseeing the peer-review process, and providing final editorial decisions within my field of expertise, which is of course geospatial analytics, spatial data science, GeoAI and fundamental data quality questions, especially user-generated data sources. If you are interested, check out how IJGI performs among other GIScience journals in our <a href="https://gatorlab.io/resources/journals.html">GIScience Journal Assessment Tool</a>.</p>
</section>
<section id="a-history-of-collaboration" class="level2">
<h2 class="anchored" data-anchor-id="a-history-of-collaboration">A History of Collaboration</h2>
<p>This appointment builds on a long-standing relationship with IJGI. My previous contributions to the journal include:</p>
<ul>
<li><a href="https://www.mdpi.com/journal/ijgi/awards/734"><strong>2019 Outstanding Reviewer Award</strong></a>: Recognized for excellence and dedication to the peer-review process.</li>
<li><strong>April 2020 Cover Story</strong>: My research about Cartographic Vandalism was featured as the <a href="https://www.mdpi.com/2220-9964/9/4">cover story</a> for Volume 9, Issue 4.</li>
<li><strong>Special Issue Editor</strong>: I have served as a Guest Editor for several collections:
<ul>
<li><a href="https://www.mdpi.com/journal/ijgi/special_issues/social_network_analysis">Advances in Social Network Analysis – Spatio-Temporal and Semantic Methods</a></li>
<li><a href="https://www.mdpi.com/journal/ijgi/special_issues/OpenStreetMap">OpenStreetMap as A Multi-Disciplinary Nexus: Perspectives, Practices and Procedures</a></li>
<li><a href="https://www.mdpi.com/journal/ijgi/special_issues/AI_geospatial">Advances in AI-Driven Geospatial Analysis and Data Generation</a></li>
<li><a href="https://www.mdpi.com/journal/ijgi/special_issues/U5667L963I">Advances in AI-Driven Geospatial Analysis and Data Generation (2nd Edition)</a></li>
</ul></li>
</ul>
</section>
<section id="safeguarding-scientific-integrity" class="level2">
<h2 class="anchored" data-anchor-id="safeguarding-scientific-integrity">Safeguarding Scientific Integrity</h2>
<p>As an advocate for open science and reproducibility, I am committed to fostering open scientific exchange while maintaining high-quality research standards. My focus will be on ensuring that research is sound and validated, which is essential for reducing research waste and accelerating progress in geospatial analytics. I look forward to working with the editorial team to safeguard the integrity of the scholarly record in our field.</p>


</section>

 ]]></description>
  <category>news</category>
  <category>editorial</category>
  <guid>https://gatorlab.io/posts/ijgi_editor/</guid>
  <pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate>
  <media:content url="https://gatorlab.io/files/images/ijgi.jpeg" medium="image" type="image/jpeg"/>
</item>
<item>
  <title>New dashboard for GIScience journal analysis</title>
  <dc:creator>Levente Juhasz</dc:creator>
  <link>https://gatorlab.io/posts/journal_dashboard/</link>
  <description><![CDATA[ 




<section id="new-dashboard-for-journal-analysis" class="level2">
<h2 class="anchored" data-anchor-id="new-dashboard-for-journal-analysis">New dashboard for journal analysis</h2>
<p>Building on the 2024 publication, <a href="https://doi.org/10.1080/13658816.2024.2347306">“Assessing publication trends in selected GIScience journals”</a> in IJGIS, the GATOR Lab is excited to release an interactive companion dashboard. This tool is designed to help the community navigate the evolving landscape of our field.</p>
<p>The dashboard provides a quantitative look at 24 core GIScience venues, tracking their evolution from 2018 through 2024 (with ongoing data updates in the future).</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://gatorlab.io/files/images/giscience_collab_network.png" class="img-fluid figure-img" style="width:100.0%"></p>
<figcaption>International collaboration network in GIScience research</figcaption>
</figure>
</div>
<section id="why-use-this" class="level3">
<h3 class="anchored" data-anchor-id="why-use-this">Why use this?</h3>
<p>Selecting a publication venue is often based on “gut feeling” or a single metric like Impact Factor. This tool allows for a more refined, multi-dimensional assessment of the field:</p>
<ul>
<li><strong>Meta Rankings</strong>: Compare journals using a composite index of eight different metrics (IF, CiteScore, SJR, SNIP, etc.) to see a more stable picture of “prestige”.</li>
<li><strong>Open Access Trends</strong>: Monitor the shift towards OA</li>
<li><strong>Collaboration Networks</strong>: Interactively explore how jurisdictions (countries) collaborate. Our data shows that while the field is growing, the Global South remains underrepresented… a gap we hope to highlight and help close to build an inclusive community.</li>
<li><strong>Cost vs.&nbsp;Impact</strong>: View the relationship between Article Processing Charges (APCs) and journal rankings to find the best “value” for your research.</li>
</ul>
</section>
<section id="built-for-open-science" class="level3">
<h3 class="anchored" data-anchor-id="built-for-open-science">Built for Open Science</h3>
<p>In the spirit of open principles, the dashboard is built using <a href="https://posit-dev.github.io/r-shinylive/">Shinylive</a>. This means it runs entirely in your web browser via WebAssembly, which in turn requires no backend server or 3rd party resources. It is private, and permanently accessible. The initial Shiny dashboard is a reimplementation and expansion of the 2024 IJGIS article and it was built by <a href="https://gatorlab.io/people/students/corcino.html">Jorge Corcino</a>. Stay tuned as we are releasing the updated dataset and the source code of the dashboard very soon.</p>
</section>
<section id="a-word-to-the-wise" class="level3">
<h3 class="anchored" data-anchor-id="a-word-to-the-wise">A word to the wise</h3>
<p>We want to be clear about our view on using journal metrics to evaluate research impact. Quite frankly, we are not a fan of them. However, we need to be realistic and understand that it is a common practice in the academic community to use them. Think about going up for promotion, demonstrating the impact of your work, or justifying funding applications. Most of these decisions rely on some sort of metrics, and journal metrics are a common choice, so in a sense they are a necessary evil. While we may fundamentally disagree with putting to much emphasis on journal metrics, a lot of us are still at the mercy of them and therefore we are releasing this dashboard to build a better, more holistic understanding of the GIScience journal landscape.</p>
<p>On the bright side, better approaches to assess research impact are rapidly emerging, and we hope to see more of them in the future. A good resource to get started is the <a href="https://www.sfdeclaration.org/">San Francisco Declaration on Research Assessment</a> that recognizes and formalizes the need to improve the ways in which the outputs of scholarly research are evaluated.</p>
<p>With all its flaws, we still hope that our <a href="../../resources/journals.html">GIScience journal assessment dashboard</a> will serve as a useful resource for everyone from students selecting their first submission venue to senior researchers optimizing publication strategies to maximize the impact of their work.</p>
<p>Explore the dashboard <a href="../../resources/journals.html">here</a> or launch the <a href="../../resources/dashboard/index.html">Full Screen version</a>.</p>


</section>
</section>

 ]]></description>
  <category>news</category>
  <guid>https://gatorlab.io/posts/journal_dashboard/</guid>
  <pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate>
  <media:content url="https://gatorlab.io/files/images/giscience_journal_ranking_plot.png" medium="image" type="image/png" height="171" width="144"/>
</item>
<item>
  <title>Welcome to the GATOR Lab!</title>
  <dc:creator>Levente Juhasz</dc:creator>
  <link>https://gatorlab.io/posts/welcome/</link>
  <description><![CDATA[ 




<section id="hello-welcome" class="level2">
<h2 class="anchored" data-anchor-id="hello-welcome">Hello &amp; Welcome!</h2>
<p>I am excited to announce the launch of the <strong>Geospatial Analytics, Technology and Open Research (GATOR) Lab</strong> at the University of Florida. I accepted a position of Assistant Professor of Geospatial Analytics in Geomatics from the Spring 2026 semester. This marks my return to UF after a 7-year spell at Florida International University as research faculty. I am beyond excited to be back at UF and to continue my research in geospatial analytics, technology and open research.</p>
</section>
<section id="why-gator" class="level2">
<h2 class="anchored" data-anchor-id="why-gator">Why GATOR?</h2>
<p>The GATOR acronym is a play on words. It stands for <strong>Geospatial Analytics, Technology and Open Research</strong>. It represents the <strong>G</strong>eospatial (or Geomatics), <strong>A</strong>nalytics, <strong>T</strong>echnology and <strong>O</strong>pen <strong>R</strong>esearch pillars of my research. As an alumnus, and now faculty member I also found it important to pay tribute to the Florida <strong>Gators</strong>🐊, and ground our lab’s mission within <strong>The Gator Nation</strong>.</p>
</section>
<section id="whats-ahead" class="level2">
<h2 class="anchored" data-anchor-id="whats-ahead">What’s ahead?</h2>
<p>I am currently in the process of setting up our core infrastructure. The next and ongoing major step is to recruit. I am currently seeking <strong>two fully funded PhD students</strong> to join the lab. This is an exciting opportunity not only for me, but for the first few lab members, who will be an important part of establishing the lab’s culture and direction. I am not just looking for the usual candidates, but for people who are passionate about open science and eager to solve complex spatial problems through a data-science lens. While an excellent academic background is important, I am more interested in your intellectual curiosity and a critical mindset. I can’t stress the importance of this enough. Finding a mutual fit will make or break this experience. Committing to a long PhD program is a major decision. I want to commit to your future success as much as the success of the GATOR Lab, therefore, I am very intentional and selective about who I recruit. I expect you to be the same with making sure that the GATOR Lab and my mentorship are a good fit for you. With that being said, I am interested in the person behind the CV, and I am open to discussing your interests and aspirations. If you are interested in joining the lab, please consult the <a href="../../join.html">join</a> page for more information.</p>
<p>It is my hope that the lab will extend beyond PhD students. In the future, I plan to recruit postdocs, visiting scholars, and collaborators to push the boundaries of geospatial science. I am also interested in working with industry partners, and I am open to discussing potential collaborations, which will benefit the lab in many ways: it will inform our research, teaching, and help us stay at the cutting edge of geospatial analytics and technology.</p>
</section>
<section id="where-are-we-located" class="level2">
<h2 class="anchored" data-anchor-id="where-are-we-located">Where are we located?</h2>
<p>We are located in sunny South Florida, at the <a href="https://flrec.ifas.ufl.edu">Fort Lauderdale Research &amp; Education Center</a>. While not being located in Gainesville may seem unusual, it is a great location for research and collaboration. South Florida (Miami - Ft. Lauderdale - West Palm Beach) is a vibrant metropolitan area. It is a great place to be, and it also provides a great environment for research and collaboration: it is a hub of innovation and creativity, with a diverse population and a rich cultural heritage. It also lies at the forefront of man-made and environmental challenges waiting to be solved by science.</p>


</section>

 ]]></description>
  <category>news</category>
  <guid>https://gatorlab.io/posts/welcome/</guid>
  <pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate>
  <media:content url="https://gatorlab.io/files/images/gator-logo-square.png" medium="image" type="image/png" height="144" width="144"/>
</item>
</channel>
</rss>
