<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.35 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-iab-ip-geo-workshop-report-01" category="info" consensus="true" submissionType="IAB" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.32.0 -->
  <front>
    <title abbrev="IP-Geo Workshop">Report from the IAB Workshop on IP Address Geolocation</title>
    <seriesInfo name="Internet-Draft" value="draft-iab-ip-geo-workshop-report-01"/>
    <author fullname="Jana Iyengar">
      <organization/>
      <address>
        <email>jri.ietf@gmail.com</email>
      </address>
    </author>
    <author fullname="Jason Livingood">
      <organization/>
      <address>
        <email>Jason_Livingood@comcast.com</email>
      </address>
    </author>
    <author fullname="Tommy Pauly">
      <organization/>
      <address>
        <email>tpauly@apple.com</email>
      </address>
    </author>
    <date year="2026" month="April" day="08"/>
    <keyword>geolocation</keyword>
    <keyword>privacy</keyword>
    <keyword>geofeed</keyword>
    <abstract>
      <?line 373?>

<t>The IAB Workshop on IP Address Geolocation (IP-GEO) was held from December 3-5, 2025,
as a three-day virtual meeting. It covered the use cases and background on
using IP addresses as indicators of geolocation, explored various problems and
challenges that exist in that ecosystem, and discussed future directions
and opportunities to improve or replace the current practices.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://intarchboard.github.io/draft-iab-ip-geo-workshop-report/draft-iab-ip-geo-workshop-report.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-iab-ip-geo-workshop-report/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/intarchboard/draft-iab-ip-geo-workshop-report"/>.</t>
    </note>
  </front>
  <middle>
    <?line 382?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The Internet Architecture Board (IAB) holds occasional workshops designed to consider
long-term issues and strategies for the Internet, and to suggest future directions for
the Internet architecture. This long-term planning function of the IAB is complementary
to the ongoing engineering efforts performed by working groups of the
Internet Engineering Task Force (IETF).</t>
      <t>Many services on the Internet map client IP addresses to a
particular geolocation. For exmaple, they might infer that traffic originating from a particular
IP address means the traffic originates from a particular city. This practice is widespread
even though IP addresses are
not designed or guaranteed to have a singular or fixed location associated with them.</t>
      <t>Use of IP geolocation has significant impact on the architecture
and realities of deploying systems on the Internet, but is frequently not documented
or incompletely documented in standards.</t>
      <t>The IAB convened a virtual workshop on IP Address Geolocation from December 3-5, 2025.
The workshop aimed to:</t>
      <ul spacing="normal">
        <li>
          <t>Understand the current use cases for publishing, discovering, and consuming IP address
geolocation data (<xref target="use-cases"/>)</t>
        </li>
        <li>
          <t>Explore areas for improvement, both in ways to update or replace IP geolocation mechanisms (<xref target="gaps-issues"/>)</t>
        </li>
        <li>
          <t>Consider mechanisms that satisfy the use cases without relying on geolocating IP addresses (<xref target="future"/>)</t>
        </li>
      </ul>
      <section anchor="about-this-workshop-report-content">
        <name>About this workshop report content</name>
        <t>This document is a report on the proceedings of the workshop. The views and positions
documented in this report are expressed during the workshop by participants and do not
necessarily reflect IAB's views and positions.</t>
        <t>Furthermore, the content of the report comes from presentations given by workshop
participants and notes taken during the discussions, without interpretation or
validation. Thus, the content of this report follows the flow and dialogue of the
workshop but does not attempt to capture a consensus.</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>Throughout this document, the following terms are used:</t>
      <ul spacing="normal">
        <li>
          <t>"IP geolocation" is used to refer to the notion of mapping an IP address
to one or more physical locations.</t>
        </li>
        <li>
          <t>A "geofeed" refers to a file that provides IP geolocation information.
In this document, this is usually specifically referring to the format defined
in <xref target="GEOFEED"/>.</t>
        </li>
      </ul>
    </section>
    <section anchor="use-cases">
      <name>Current uses of IP geolocation</name>
      <t>The initial discussion of the workshop focused on identifying the current
use cases for IP geolocation, and how they interact with today's mechanisms
and ecosystem around IP geolocation.</t>
      <section anchor="why-is-ip-geolocation-used">
        <name>Why is IP geolocation used?</name>
        <t>Some of the identified use cases were focused on optimizations to user experience
or network behavior, such as:</t>
        <ul spacing="normal">
          <li>
            <t>Automatically choosing appropriate language or regional settings for content</t>
          </li>
          <li>
            <t>Providing relevant nearby content (for searches or serving advertisements)</t>
          </li>
          <li>
            <t>Optimizing network routes and server selection, generally used to optimize Content Delivery Network (CDNs)</t>
          </li>
        </ul>
        <t>For these use cases, errors in IP geolocation cause annoyance or performance issues,
but are generally recoverable (the user can change their location preference or update their search).</t>
        <t>Other use cases treat the accuracy of the IP geolocation as a more critical piece of
information:</t>
        <ul spacing="normal">
          <li>
            <t>Enforcing legal or compliance-related requirements</t>
          </li>
          <li>
            <t>Enforcing contractual requirements between corporations</t>
          </li>
          <li>
            <t>Providing information for disaster relief or law enforcement when other location signals are unavailable</t>
          </li>
        </ul>
        <t>IP geolocation is often not the only signal used to satisfy these use cases,
but it is often used as an important piece of them.</t>
        <t>All of these use cases are relying on IP geolocation being a passive and
implicit signal, without explicit intent being communicated on network connections.</t>
        <t>Details of some of these use cases are included below.</t>
        <section anchor="localized-and-relevant-content">
          <name>Localized and Relevant Content</name>
          <t>As discussed in <xref target="KLINE"/>, one of the major motivations for the development
of the current geofeed format <xref target="GEOFEED"/> was to improve how search results
were displayed based on client IP addresses. When users are performing
searches or accessing sites that localize content, and the IP geolocation is
incorrect, the user may be presented with content that is not relevant
(seeing results for a far away city when searching for "pizza near me")
or isn't localized appropriately (seeing content in an unexpected language,
or prices in an unexpected currency).</t>
          <t>In the case of the development of <xref target="GEOFEED"/>, these issues were seen
when deploying IPv6, highlighting that the ecosystem had mainly only mapped
out IPv4 addresses previously.</t>
        </section>
        <section anchor="targeted-advertising">
          <name>Targeted Advertising</name>
          <t>The ad-tech ecosystem relies on geolocation to serve localized advertisements. This
use represents the highest volume of geolocation queries globally.</t>
        </section>
        <section anchor="network-optimization-and-server-selection">
          <name>Network Optimization and Server Selection</name>
          <t>In general, Content Delivery Networks (CDNs) and cloud providers route traffic
from clients based on optimizing network topological distance, but IP geolocation
is sometimes used as an input to DNS-based routing systems to assist in server selection
(see <xref target="NYGREN"/> and <xref target="BROWN"/>). Misalignment here results in
suboptimal routing and increased latency for users.</t>
        </section>
        <section anchor="content-rights-management-and-licensing">
          <name>Content Rights Management and Licensing</name>
          <t>A primary driver for IP geolocation remains the enforcement of territorial licensing
agreements for streaming video, which is the largest volume of data at peak hour on
the internet today. Streaming services and media broadcasters rely heavily on
IP-to-location mapping to restrict content availability based on country or region
(Geo-blocking). Participants noted that this creates a high-stakes environment where accuracy is directly tied to contractual compliance.</t>
        </section>
        <section anchor="fraud-detection-and-security">
          <name>Fraud Detection and Security</name>
          <t>Financial institutions and identity providers use geolocation as a signal for risk
assessment. "Impossible travel" (a user logging in from two distant countries
within a short timeframe) or traffic originating from sanctioned regions are
standard triggers for security alerts.</t>
        </section>
        <section anchor="regulatory-and-legal-compliance">
          <name>Regulatory and Legal Compliance</name>
          <t>Operators increasingly use IP geolocation to comply with local laws, including:</t>
          <ul spacing="normal">
            <li>
              <t>Gambling and Betting regulations: Restricting access to users within specific jurisdictions.</t>
            </li>
            <li>
              <t>Taxation: Determining the applicable VAT or sales tax based on the consumer's location.</t>
            </li>
            <li>
              <t>Law Enforcement: Investigating cybercrime by mapping IP addresses to physical jurisdictions for warrant service.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="what-are-the-current-ip-geolocation-mechanisms">
        <name>What are the current IP geolocation mechanisms?</name>
        <t>Geofeeds are defined by <xref target="GEOFEED"/> as CSV-formatted mappings from IP address
subnets to locations, by country/region and city. <xref target="RFC9632"/> additionally
defines how to discover this data and to authenticate it using the
Resource Public Key Infrastructure (RPKI).</t>
        <t>Often, servers that are checking IP geolocation information are not directly
consuming geofeed information, but instead use the services of one or more
IP geolocation providers. These services provide not only a mapping from IP
address to location, but add in other information, such as notions of
IP address "reputation" (indicating if they think this IP address represents
traffic from a human user, an automated bot, or a malicious attacker) or
a categorization (indicating if an address is associated with proxied or
VPN traffic).</t>
        <t>IP geolocation providers use various signals to improve the
accuracy of their mapping from IP address to location, and have notions
of confidence in the validity of the mapping. The workshop noted that
various providers won't necessarily agree on mappings; and, even when
they do agree, that does not guarantee that the mapping is accurate.
Additionally, the certainty around a location mapping is not something
expressed in a standard format for geofeeds, so ambiguity is hidden.</t>
        <t>The workshop discussion noted that current mechanisms generally assume that
there is a single (generally stable) location associated with an IP address.
This is flawed for various reasons: an associated location may change (as
in cellular networks or satellite networks), and often there may be many
users at different locations behind a single address.</t>
      </section>
      <section anchor="what-does-ip-geolocation-mean">
        <name>What does IP geolocation mean?</name>
        <t>One of the key points that was raised in discussion was that different use cases
and different parties involved in using IP geolocation can have vastly different assumptions
about what a particular IP-address-to-location mapping means. For any use case or
deployment, a question needs to be asked: what is the claim being made about
the IP geolocation mapping?</t>
        <t>There are various possible interpretations of a mapping. The location could mean:</t>
        <ul spacing="normal">
          <li>
            <t>The physical location of a user</t>
          </li>
          <li>
            <t>The location of a network egress</t>
          </li>
          <li>
            <t>The location of network infrastructure</t>
          </li>
          <li>
            <t>The regulatory jurisdiction associated with a network</t>
          </li>
        </ul>
        <t>Geofeeds provide mappings of IP addresses to locations, but they do not define
any ontology to describe what these mappings are claiming.</t>
      </section>
    </section>
    <section anchor="gaps-issues">
      <name>IP geolocation gaps &amp; issues</name>
      <t>The workshop also focused discussion around identifying challenges with
the status quo mechanisms, specifically looking at gaps in current solutions
and issues that they raise.</t>
      <t>These issues fall into different categories, detailed here.</t>
      <section anchor="architectural-issues">
        <name>Architectural issues</name>
        <t>At an achitectural level, IP addresses are not designed to be indications
of physical location. This point was brought up in many contexts. This
underlying issue causes various problems:</t>
        <ul spacing="normal">
          <li>
            <t>Geolocation effectiveness is reduced; accuracy issues often stem from
the IP address being a poor indicator of location due to not having
stable location or a one-to-one relationship with users.</t>
          </li>
          <li>
            <t>Privacy and lack of consent; the passive nature of looking at IP
addresses and mapping them to locations means that users can have
their location targeted without their knowledge, consent, or ability
to opt out. Non-consensual geolocation also has the second-order effect
of IP geolocation providers profiling internet users through undisclosed
mechanisms to increase geolocation accuracy.</t>
          </li>
          <li>
            <t>Lack of support in standardization; IP geolocation is a very impactful
part of deployment realities and heavily influences the experience users
have, but changes to network protocols don't necessarily account for
the impact on IP geolocation. This is seen in cases where deployments as
varied as IPv6 address support on servers and privacy proxy systems all
needed significant work and engagement with IP geolocation providers
to ensure that user experiences still functioned.</t>
          </li>
          <li>
            <t>Assumptions about the usefulness of geolocation; physical location
does not necessarily correspond to network topologies, so systems assuming
that closer physical locations will be faster can be detrimental to
network performance.</t>
          </li>
          <li>
            <t>Inconsistent effectiveness for security; IP geolocation is often
used as an element of security or compliance checks, but often has errors
and is hard to validate. It cannot be relied on for security properties,
but ends up being used as such in some scenarios.</t>
          </li>
        </ul>
      </section>
      <section anchor="geofeed-gaps-and-inaccuracies">
        <name>Geofeed gaps and inaccuracies</name>
        <t>Many of the issues raised were concerned with specifics of geofeeds.
These take various forms, such as details that cannot currently be expressed
in geofeeds, or inaccurate content in feeds.</t>
        <t>The issues raised include:</t>
        <ul spacing="normal">
          <li>
            <t>Entries cannot express an address being mapped to multiple locations, or
express varying levels of confidence in a location mapping</t>
          </li>
          <li>
            <t>Names of regions and cities may not be consistent across geofeeds (due to
typos, different languages, etc.)</t>
          </li>
          <li>
            <t>Identities of regions and cities may vary or have problematic geopolitical
nuances</t>
          </li>
          <li>
            <t>False specificity occurs when feeds map an address to a city, but the
location associated with the address is much bigger than the city</t>
          </li>
          <li>
            <t>Geofeed entries may be blatantly incorrect due to staleness or intentional
inaccuracies</t>
          </li>
          <li>
            <t>Geofeeds may be out of date or stale, without a time-to-live or refresh mechanism</t>
          </li>
        </ul>
        <t>Some participants also expressed the diminishing utility of IP geolocation for
compliance due to issues with accuracy and ease of circumvention.
<xref target="CLARK"/></t>
        <t>Some of the biggest challenges for providing an accurate geofeed are in dealing
with satellite networks or mobile networks using Carrier-Grade NATs (CGNAT).
A client device may have a particular true location, but its traffic may exit
to the internet via a gateway in a different region. Geo-locating the IP
identifies the gateway, not the user, rendering the data coarse or misleading
for hyper-local applications.</t>
        <t>While country-level accuracy in geofeedds is generally high (estimated &gt;95%), city-level
or coordinate-level accuracy degrades significantly. Participants noted instances
where IP geolocation defaults to the geographical center of a country or state
when specific data is missing, creating "digital sinkholes" (e.g., a farm in
Kansas mapped to millions of IP addresses).</t>
      </section>
      <section anchor="ecosystem-issues">
        <name>Ecosystem issues</name>
        <t>Some issues relate to the deployment and commercial realities of the
IP geolocation ecosystem.</t>
        <t>IP geolocation providers currently use differing proprietary formats and
techniques. Methodologies for determining location are proprietary, and
there is no standardized feedback loop for Internet Service Providers (ISPs)
to correct erroneous data in third-party databases.</t>
        <t>Additionally, updating the version of a IP geolocation database used by a server
is asynchronous, and can be a manual process. When there is a major change, such
as when an IP address block is transferred from an ISP in Asia to one in Europe,
the addresses may remain "located" in Asia in some databases for weeks or months.</t>
        <t>With IPv4 exhaustion, the secondary market for address space is active and exacerbates
these problems. IP address blocks are frequently sold and moved globally. The "legacy"
location data often sticks to these blocks in WHOIS registries or static datasets,
leading to persistent misidentification of the new owners' locations.</t>
      </section>
      <section anchor="location-based-issues">
        <name>Location-based issues</name>
        <t>Assigning geolocation to addresses is fraught with issues around location borders.
The discussion covered anecdotes of incorrect behavior that came from mobile
devices being used near jurisdictional borders between two countries, where
the device's IP geolocation could frequently "jump" between countries. Similarly,
on borders between timezones, the correct behavior is often ambiguous if derived
from IP addresses alone.</t>
      </section>
      <section anchor="privacy-issues">
        <name>Privacy issues</name>
        <t>As discussed in <xref target="RFC6973"/>, IP addresses can be used as identifiers to correlate
user activity and reveal user identity. IP addresses are often considered
Personally Identifiable Information (PII), and the correlation to geolocation
makes this very sensitive information that can be correlated to other metadata
that identifies users.</t>
        <t>Commercial services enrich their datasets to improve
their location estimates, and can often succeed in pinpointing approximate
geographical coordinates and postal code of a user.</t>
        <t>The source IP addresses of a connection established by a client device working
on behalf of a user does not come along with any specific consent for how the IP
address will be used, and does not imply intent for geolocation or otherwise.
In essence:
Since IP addresses were not designed for geolocating end-users, IP geolocation
 amounts to abuse of network-layer metadata to derive private information
 about internet users without their knowledge or consent.</t>
        <t>Virtual Private Networks (VPNs) or proxies (such as privacy proxies discussed in
<xref target="RFC9614"/>) allow users to anonymize their specific IP addresses to avoid
correlation, and are often used partly for this purpose. <xref target="DUTKOWSKA-ZUK"/></t>
        <t>Sometimes VPNs or proxies intentionally obfuscate or change how the user is
represented to IP geolocation providers; but other deployments of privacy services
do use geofeeds to preserve the general user location to avoid user experience
or compliance issues.</t>
      </section>
    </section>
    <section anchor="future">
      <name>Considering the future of geolocation</name>
      <t>The final day of the workshop focused on next steps around IP geolocation,
both in how to improve mechanisms and in how to build mechanisms that address
the use cases in new ways.</t>
      <t>One key recognition from the workshop was that IP geolocation, and the
ecosystem around it, isn't going to go away or disappear. While it was
not necessarily an intentional part of the Internet architecture, large
parts of how the Internet functions have been established based on assumptions.</t>
      <t>However, it was also recognized that the role and functionality of IP geolocation
can change, and in many ways ought to change. This section discusses some
of the considerations raised, and suggests next steps.</t>
      <section anchor="why-should-ip-geolocation-change">
        <name>Why should IP geolocation change?</name>
        <t>Various motivations for changing the status quo of the IP geolocation ecosystem
were raised:</t>
        <ul spacing="normal">
          <li>
            <t>Existing geofeeds have technical gaps that need addressing in order
to scale well and continue to be used effectively</t>
          </li>
          <li>
            <t>New network deployments, such as satellite networks and privacy proxies,
are stretching and challenging the status quo mechanisms</t>
          </li>
          <li>
            <t>Pressure from new policies or regulations add requirements for accurate
assessment of client location, which IP addresses cannot always provide</t>
          </li>
          <li>
            <t>The bar for security and privacy is increasing, challenging the
use of passive identifiers like IP addresses being used to tag location</t>
          </li>
          <li>
            <t>There are already ways to perform consensual geolocation at
the application layer, such as with APIs that meet the W3C Geolocation
specifications.</t>
          </li>
        </ul>
        <t>These various motivations and pressures are often in conflict, and create
requirements in different directions. Economic and regulatory incentives
have shaped the status quo mechanisms, and will continue to shape the evolution
of this space.</t>
        <t>The technical community, and the various stakeholders in the ecosystem,
play an important role in deciding how to handle these pressures and drive
the change in the space of IP geolocation.</t>
      </section>
      <section anchor="in-what-ways-could-ip-geolocation-change">
        <name>In what ways could IP geolocation change?</name>
        <t>Two high-level categories of changes were discussed.</t>
        <t>First, there are a number of ways in which geofeeds themselves can be improved:</t>
        <ul spacing="normal">
          <li>
            <t>Add the ability to express infrastructure vs. user locations</t>
          </li>
          <li>
            <t>Get beyond the assumption that an IP address always maps to a single location</t>
          </li>
          <li>
            <t>Better handle the dynamic nature of geolocation (time-to-live indications, timestamps,
live updates to feeds)</t>
          </li>
          <li>
            <t>More accurately represent the granularity and specificity of geolocation mappings; be
able to express certainty levels</t>
          </li>
          <li>
            <t>Improve tooling for publishing, validating, and consuming geofeeds</t>
          </li>
          <li>
            <t>Improve measurements for determining accurate geolocation</t>
          </li>
          <li>
            <t>Rely more on the RPKI to more reliably verify location claims</t>
          </li>
        </ul>
        <t>Second, and more ambitiously, the community can consider alternative solutions
to the use cases behind IP geolocation that do not rely on IP address mapping.
<xref target="SZAMONEK"/>, <xref target="LAOUAR"/>, and <xref target="PAULY"/> propose various ways forward here. These
explore ways to let users provide location hints with consent, and involve
trying to provide explicit signals that involve trust and verifiability.</t>
        <t>Across both of these categories, communicating information with more intentionality
and clarity is a key change.</t>
      </section>
      <section anchor="considerations-for-future-work">
        <name>Considerations for future work</name>
        <t>When looking toward future work, the workshop discussion raised some key points to
consider:</t>
        <ul spacing="normal">
          <li>
            <t>The community should work to explain clearly what geofeeds and IP geolocation are
able to solve, and what problems they are ill-suited for.</t>
          </li>
          <li>
            <t>As new technologies are introduced (either updated geofeeds or new alternative mechanisms),
there need to be clear plans for transitions and incremental adoption.</t>
          </li>
          <li>
            <t>New solutions need to avoid "ossification" and build in ways to continue to evolve
and update.</t>
          </li>
          <li>
            <t>New solutions should be careful designed to avoid creating worse privacy problems. For example,
a pressure to have explicit signals for location could lead to increased sharing of more
specific user location coordinates (such as from GPS data).</t>
          </li>
          <li>
            <t>It is unlikely that any one new technical solution can address the various use cases
that currently passively use IP geolocation. Different technical solutions will be
fit for purpose for different use cases, and will not be one-size-fits-all.</t>
          </li>
        </ul>
      </section>
      <section anchor="further-work-and-consideration-is-needed">
        <name>Further work and consideration is needed</name>
        <t>A final conclusion of the workshop was that collaboration and discussion amongst the
various stakeholders in this space will be a necessary part of making technical
improvements. Not all of the stakeholders in this space are currently actively participating
in standards discussions within the IETF, but standards work would benefit from
working on improvements in this space.</t>
        <t>Some of the stakeholders include, but are not limited to:</t>
        <ul spacing="normal">
          <li>
            <t>IP geolocation providers</t>
          </li>
          <li>
            <t>Client device platforms</t>
          </li>
          <li>
            <t>Content publishers</t>
          </li>
          <li>
            <t>Network operators</t>
          </li>
          <li>
            <t>Data brokers</t>
          </li>
          <li>
            <t>Enterprises</t>
          </li>
          <li>
            <t>Firewall operators and vendors</t>
          </li>
          <li>
            <t>VPN / proxy operators and vendors</t>
          </li>
          <li>
            <t>IP address leasers</t>
          </li>
          <li>
            <t>Policymakers</t>
          </li>
          <li>
            <t>End users</t>
          </li>
        </ul>
        <t>The exact shape of a forum for this community is not yet determined, but this
report encourages further work and discussion in this space.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document is a workshop report and does not impact the security of the Internet.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="ABLEY" target="https://www.ietf.org/slides/slides-ipgeows-paper-geo-network-operations-at-cloudflare-00.pdf">
        <front>
          <title>Geo-Network Operations at Cloudflare</title>
          <author initials="J." surname="Abley" fullname="Joe Abley">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="BARNES" target="https://www.ietf.org/slides/slides-ipgeows-paper-ip-geolocation-is-critical-for-compliance-01.pdf">
        <front>
          <title>IP Geolocation is Critical for Compliance</title>
          <author initials="R." surname="Barnes" fullname="Richard Barnes">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="BROWN" target="https://www.ietf.org/slides/slides-ipgeows-paper-moving-beyond-geographic-inference-00.pdf">
        <front>
          <title>Moving Beyond Geographic Inference</title>
          <author initials="J." surname="Brown" fullname="Jeff Brown">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="CLARK" target="https://www.ietf.org/slides/slides-ipgeows-paper-geocomplycom-00.pdf">
        <front>
          <title>geocomply.com</title>
          <author initials="J." surname="Clark" fullname="James Clark">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="CROGHAN" target="https://www.ietf.org/slides/slides-ipgeows-paper-the-geolocation-conundrum-for-small-isps-00.pdf">
        <front>
          <title>The Geolocation Conundrum for Small ISPs</title>
          <author initials="T." surname="Croghan" fullname="Thomas (Tommy) Croghan">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="ELKINS" target="https://www.ietf.org/slides/slides-ipgeows-paper-bridging-the-gaps-in-ip-geolocation-strengthening-detection-and-defense-against-cyber-threats-00.txt">
        <front>
          <title>Bridging the Gaps in IP Geolocation: Strengthening Detection and Defense Against Cyber Threats</title>
          <author initials="N." surname="Elkins" fullname="Nalini Elkins">
            <organization/>
          </author>
          <author initials="M." surname="Nguyen" fullname="Mark Nguyen">
            <organization/>
          </author>
          <author initials="B." surname="Jouris" fullname="Bill Jouris">
            <organization/>
          </author>
          <date year="2025" month="December"/>
        </front>
      </reference>
      <reference anchor="FAYED" target="https://www.ietf.org/slides/slides-ipgeows-paper-does-ip-geolocation-answer-the-right-questions-00.pdf">
        <front>
          <title>Does IP geolocation answer the right questions?</title>
          <author initials="M." surname="Fayed" fullname="Marwan Fayed">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="GAO" target="https://www.ietf.org/slides/slides-ipgeows-paper-on-the-use-challenges-alternatives-of-ip-geolocation-data-00.pdf">
        <front>
          <title>On the Use, Challenges, Alternatives of IP Geolocation Data</title>
          <author initials="P." surname="Gao" fullname="Paul Gao">
            <organization/>
          </author>
          <author initials="E." surname="Lee" fullname="Enock Lee">
            <organization/>
          </author>
          <author initials="Y." surname="Zhang" fullname="Yaozhong Zhang">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="GASSER" target="https://www.ietf.org/slides/slides-ipgeows-paper-challenges-of-working-with-geofeeds-00.pdf">
        <front>
          <title>On the Use, Challenges, Alternatives of IP Geolocation Data</title>
          <author initials="O." surname="Gasser" fullname="Oliver Gasser">
            <organization/>
          </author>
          <author initials="W." surname="Leung" fullname="William Leung">
            <organization/>
          </author>
          <author initials="M." surname="Mouchet" fullname="Maxime Mouchet">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="HOSFELT" target="https://www.ietf.org/slides/slides-ipgeows-paper-position-paper-by-fastly-for-iab-workshop-on-ip-address-geolocation-00.pdf">
        <front>
          <title>Position Paper by Fastly</title>
          <author initials="R." surname="Hosfelt" fullname="Ricky Hosfelft">
            <organization/>
          </author>
          <author initials="B." surname="Haberman" fullname="Brian Haberman">
            <organization/>
          </author>
          <author initials="J." surname="Jaeggli" fullname="Joel Jaeggli">
            <organization/>
          </author>
          <author initials="S." surname="Strowes" fullname="Stephen Strowes">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="HOWARD" target="https://www.ietf.org/slides/slides-ipgeows-paper-ip-geolocation-paper-00.pdf">
        <front>
          <title>IP geolocation paper</title>
          <author initials="L." surname="Howard" fullname="Lee Howard">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="HUSTON" target="https://www.ietf.org/slides/slides-ipgeows-paper-geolocation-and-starlink-00.txt">
        <front>
          <title>Geolocation and Starlink</title>
          <author initials="G." surname="Huston" fullname="Geoff Huston">
            <organization/>
          </author>
          <date year="2025" month="September"/>
        </front>
      </reference>
      <reference anchor="IZHIKEVICH" target="https://www.ietf.org/slides/slides-ipgeows-paper-trust-but-verify-operator-reported-geolocation-00.pdf">
        <front>
          <title>Trust, But Verify, Operator-Reported Geolocation</title>
          <author initials="K." surname="Izhikevich" fullname="Katherine Izhikevich">
            <organization/>
          </author>
          <author initials="B." surname="Du" fullname="Ben Du">
            <organization/>
          </author>
          <author initials="M." surname="Tran" fullname="Manda Tran">
            <organization/>
          </author>
          <author initials="S." surname="Rao" fullname="Sumanth Rao">
            <organization/>
          </author>
          <author initials="A." surname="Ukani" fullname="Alisha Ukani">
            <organization/>
          </author>
          <author initials="L." surname="Izhikevich" fullname="Liz Izhikevich">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="KATIRA" target="https://www.ietf.org/slides/slides-ipgeows-paper-incorporating-user-agency-in-internet-geolocation-00.pdf">
        <front>
          <title>Incorporating user agency in internet geolocation</title>
          <author initials="D." surname="Katira" fullname="Divyank Katira">
            <organization/>
          </author>
          <author initials="G." surname="Grover" fullname="Gurshabad Grover">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="KHAN" target="https://www.ietf.org/slides/slides-ipgeows-paper-from-surveillance-to-consent-a-privacy-first-approach-to-ip-geolocation-00.pdf">
        <front>
          <title>From Surveillance to Consent: A Privacy-First Approach to IP Geolocation</title>
          <author initials="K." surname="Khan" fullname="Md. Kamruzzaman Khan">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="KISTELEKI" target="https://www.ietf.org/slides/slides-ipgeows-paper-ripe-ipmap-the-ripe-nccs-approach-to-infrastructure-ip-geolocation-00.pdf">
        <front>
          <title>RIPE IPmap - The RIPE NCC’s Approach to Infrastructure IP Geolocation</title>
          <author initials="R." surname="Kisteleki" fullname="Robert Kisteleki">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="KLINE" target="https://www.ietf.org/slides/slides-ipgeows-paper-anecdotal-history-of-rfc-00.pdf">
        <front>
          <title>Anecdotal History of RFC 8805</title>
          <author initials="E." surname="Kline" fullname="Erik Kline">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="LAOUAR" target="https://www.ietf.org/slides/slides-ipgeows-paper-rethinking-geolocalization-on-the-internet-00.pdf">
        <front>
          <title>Rethinking Geolocalization on the Internet</title>
          <author initials="A." surname="Laouar" fullname="Augustin Laouar">
            <organization/>
          </author>
          <author initials="L." surname="Desgeorges" fullname="Loïc Desgeorges">
            <organization/>
          </author>
          <author initials="P." surname="Schmitt" fullname="Paul Schmitt">
            <organization/>
          </author>
          <author initials="F." surname="Bronzino" fullname="Francesco Bronzino">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="MATHUR" target="https://www.ietf.org/slides/slides-ipgeows-paper-improvements-ideas-from-an-ip-geolocation-api-provider-00.pdf">
        <front>
          <title>Improvements Ideas from an IP Geolocation API Provider</title>
          <author initials="S." surname="Mathur" fullname="Siddharth &quot;Sid&quot; Mathur">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="MUKHERJEE" target="https://www.ietf.org/slides/slides-ipgeows-paper-gaps-and-problems-in-current-ip-geolocation-approaches-00.pdf">
        <front>
          <title>Gaps and problems in current IP-Geolocation Approaches</title>
          <author initials="D." surname="Mukherjee" fullname="Debayan Mukherjee">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="NYGREN" target="https://www.ietf.org/slides/slides-ipgeows-paper-akamai-position-paper-for-iab-workshop-on-ip-address-geolocation-ip-geo-00.pdf">
        <front>
          <title>Akamai Position Paper for 2025 IAB Workshop on IP Address Geolocation</title>
          <author initials="E." surname="Nygren" fullname="Erik Nygren">
            <organization/>
          </author>
          <author initials="R." surname="Dhanidina" fullname="Rizwan Dhanidina">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="OWENS" target="https://www.ietf.org/slides/slides-ipgeows-paper-position-paper-starlink-00.pdf">
        <front>
          <title>Starlink</title>
          <author initials="N." surname="Owens" fullname="Nathan Owens">
            <organization/>
          </author>
          <date year="2025" month="October"/>
        </front>
      </reference>
      <reference anchor="PAN" target="https://www.ietf.org/slides/slides-ipgeows-paper-geofeed-in-the-wild-a-case-study-on-starlinkispnet-00.pdf">
        <front>
          <title>GeoFeed in the wild: A case study on StarlinkISP.net</title>
          <author initials="J." surname="Pan" fullname="Jianping Pan">
            <organization/>
          </author>
          <author initials="J." surname="Zhao" fullname="Jinwei Zhao">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="PAULY" target="https://www.ietf.org/slides/slides-ipgeows-paper-the-ip-geolocation-http-client-hint-00.pdf">
        <front>
          <title>The IP Geolocation HTTP Client Hint</title>
          <author initials="T." surname="Pauly" fullname="Tommy Pauly">
            <organization/>
          </author>
          <author initials="D." surname="Schinazi" fullname="David Schinazi">
            <organization/>
          </author>
          <author initials="C." surname="McMullin" fullname="Ciara McMullin">
            <organization/>
          </author>
          <author initials="D." surname="Mitchell" fullname="Dustin Mitchell">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="RAMANATHAN" target="https://www.ietf.org/slides/slides-ipgeows-paper-systematic-detection-and-correction-of-ip-geolocation-anomalies-in-network-measurements-00.pdf">
        <front>
          <title>Systematic Detection and Correction of IP Geolocation Anomalies in Network Measurements</title>
          <author initials="A." surname="Ramanathan" fullname="Alagappan Ramanathan">
            <organization/>
          </author>
          <author initials="S. A." surname="Jyothi" fullname="Sangeetha Abdu Jyothi">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="SCHATTE" target="https://www.ietf.org/slides/slides-ipgeows-paper-iab-workshop-on-ip-address-geolocation-daniel-schatte-00.pdf">
        <front>
          <title>IAB Workshop on IP Address Geolocation</title>
          <author initials="D." surname="Schatte" fullname="Daniel Schatte">
            <organization/>
          </author>
          <date year="2025" month="December"/>
        </front>
      </reference>
      <reference anchor="SHARMA" target="https://www.ietf.org/slides/slides-ipgeows-paper-position-paper-for-iab-workshop-on-ip-address-geolocation-ipgeows-00.pdf">
        <front>
          <title>Position Paper for IAB Workshop on IP Address Geolocation</title>
          <author initials="O. P." surname="Sharma" fullname="Om Prakash Sharma">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="SZAMONEK" target="https://www.ietf.org/slides/slides-ipgeows-paper-the-need-for-an-alternative-to-ip-based-geolocation-00.pdf">
        <front>
          <title>The Need for an Alternative to IP-Based Geolocation</title>
          <author initials="Z." surname="Szamonek" fullname="Zoltan Szamonek">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="TARIQ" target="https://www.ietf.org/slides/slides-ipgeows-paper-ip-address-geolocation-use-cases-gaps-and-future-directions-00.pdf">
        <front>
          <title>IP Address Geolocation – Use Cases, Gaps, and Future Directions</title>
          <author initials="M." surname="Tariq" fullname="Mudassar Tariq">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="VERMEULEN" target="https://www.ietf.org/slides/slides-ipgeows-paper-ip-geolocation-through-the-lens-of-an-academic-where-do-we-stand-00.pdf">
        <front>
          <title>IP geolocation through the lens of an academic: Where do we stand?</title>
          <author initials="K." surname="Vermeulen" fullname="Kevin Vermeulen">
            <organization/>
          </author>
          <date year="2025" month="November"/>
        </front>
      </reference>
      <reference anchor="DUTKOWSKA-ZUK" target="https://www.usenix.org/system/files/sec22-dutkowska-zuk.pdf">
        <front>
          <title>How and Why People Use Virtual Private Networks</title>
          <author initials="A." surname="Dutkowska-Zuk" fullname="Agnieszka Dutkowska-Zuk">
            <organization/>
          </author>
          <author initials="A." surname="Hounsel" fullname="Austin Hounsel">
            <organization/>
          </author>
          <author initials="A." surname="Morrill" fullname="Amy Morrill">
            <organization/>
          </author>
          <author initials="A." surname="Xiong" fullname="Andre Xiong">
            <organization/>
          </author>
          <author initials="M." surname="Chetty" fullname="Marshini Chetty">
            <organization/>
          </author>
          <author initials="N." surname="Feamster" fullname="Nick Feamster">
            <organization/>
          </author>
          <date year="2022" month="August"/>
        </front>
      </reference>
      <reference anchor="GEOFEED">
        <front>
          <title>A Format for Self-Published IP Geolocation Feeds</title>
          <author fullname="E. Kline" initials="E." surname="Kline"/>
          <author fullname="K. Duleba" initials="K." surname="Duleba"/>
          <author fullname="Z. Szamonek" initials="Z." surname="Szamonek"/>
          <author fullname="S. Moser" initials="S." surname="Moser"/>
          <author fullname="W. Kumari" initials="W." surname="Kumari"/>
          <date month="August" year="2020"/>
          <abstract>
            <t>This document records a format whereby a network operator can publish a mapping of IP address prefixes to simplified geolocation information, colloquially termed a "geolocation feed". Interested parties can poll and parse these feeds to update or merge with other geolocation data sources and procedures. This format intentionally only allows specifying coarse-level location.</t>
            <t>Some technical organizations operating networks that move from one conference location to the next have already experimentally published small geolocation feeds.</t>
            <t>This document describes a currently deployed format. At least one consumer (Google) has incorporated these feeds into a geolocation data pipeline, and a significant number of ISPs are using it to inform them where their prefixes should be geolocated.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8805"/>
        <seriesInfo name="DOI" value="10.17487/RFC8805"/>
      </reference>
      <reference anchor="RFC9632">
        <front>
          <title>Finding and Using Geofeed Data</title>
          <author fullname="R. Bush" initials="R." surname="Bush"/>
          <author fullname="M. Candela" initials="M." surname="Candela"/>
          <author fullname="W. Kumari" initials="W." surname="Kumari"/>
          <author fullname="R. Housley" initials="R." surname="Housley"/>
          <date month="August" year="2024"/>
          <abstract>
            <t>This document specifies how to augment the Routing Policy Specification Language (RPSL) inetnum: class to refer specifically to geofeed comma-separated values (CSV) data files and describes an optional scheme that uses the Resource Public Key Infrastructure (RPKI) to authenticate the geofeed data files. This document obsoletes RFC 9092.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9632"/>
        <seriesInfo name="DOI" value="10.17487/RFC9632"/>
      </reference>
      <reference anchor="RFC6973">
        <front>
          <title>Privacy Considerations for Internet Protocols</title>
          <author fullname="A. Cooper" initials="A." surname="Cooper"/>
          <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
          <author fullname="B. Aboba" initials="B." surname="Aboba"/>
          <author fullname="J. Peterson" initials="J." surname="Peterson"/>
          <author fullname="J. Morris" initials="J." surname="Morris"/>
          <author fullname="M. Hansen" initials="M." surname="Hansen"/>
          <author fullname="R. Smith" initials="R." surname="Smith"/>
          <date month="July" year="2013"/>
          <abstract>
            <t>This document offers guidance for developing privacy considerations for inclusion in protocol specifications. It aims to make designers, implementers, and users of Internet protocols aware of privacy-related design choices. It suggests that whether any individual RFC warrants a specific privacy considerations section will depend on the document's content.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6973"/>
        <seriesInfo name="DOI" value="10.17487/RFC6973"/>
      </reference>
      <reference anchor="RFC9614">
        <front>
          <title>Partitioning as an Architecture for Privacy</title>
          <author fullname="M. Kühlewind" initials="M." surname="Kühlewind"/>
          <author fullname="T. Pauly" initials="T." surname="Pauly"/>
          <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
          <date month="July" year="2024"/>
          <abstract>
            <t>This document describes the principle of privacy partitioning, which selectively spreads data and communication across multiple parties as a means to improve privacy by separating user identity from user data. This document describes emerging patterns in protocols to partition what data and metadata is revealed through protocol interactions, provides common terminology, and discusses how to analyze such models.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9614"/>
        <seriesInfo name="DOI" value="10.17487/RFC9614"/>
      </reference>
    </references>
    <?line 819?>

<section anchor="position-papers">
      <name>Position Papers</name>
      <t>30 position papers were accepted to the workshop. All papers are available at <eref target="https://datatracker.ietf.org/group/ipgeows/materials/">https://datatracker.ietf.org/group/ipgeows/materials/</eref>.</t>
      <t>The position papers are listed here:</t>
      <ul spacing="normal">
        <li>
          <t>J. Abley: Geo-Network Operations at Cloudflare <xref target="ABLEY"/></t>
        </li>
        <li>
          <t>R. Barnes: IP Geolocation is Critical for Compliance <xref target="BARNES"/></t>
        </li>
        <li>
          <t>J. Brown: Moving Beyond Geographic Inference <xref target="BROWN"/></t>
        </li>
        <li>
          <t>J. Clark: geocomply.com <xref target="CLARK"/></t>
        </li>
        <li>
          <t>T. Croghan: The Geolocation Conundrum for Small ISPs <xref target="CROGHAN"/></t>
        </li>
        <li>
          <t>N. Elkins, M. Nguyen, B. Jouris: Bridging the Gaps in IP Geolocation: Strengthening Detection and Defense Against Cyber Threats <xref target="ELKINS"/></t>
        </li>
        <li>
          <t>M. Fayed: Does IP geolocation answer the right questions? <xref target="FAYED"/></t>
        </li>
        <li>
          <t>P. Gao, E. Lee, Y. Zhang: On the Use, Challenges, Alternatives of IP Geolocation Data <xref target="GAO"/></t>
        </li>
        <li>
          <t>O. Gasser, W. Leung, M. Mouchet: Challenges of Working With Geofeeds <xref target="GASSER"/></t>
        </li>
        <li>
          <t>R. Hosfelt, B. Haberman, J. Jaeggli, S. Strowes: Position paper by Fastly <xref target="HOSFELT"/></t>
        </li>
        <li>
          <t>L. Howard: IP geolocation paper <xref target="HOWARD"/></t>
        </li>
        <li>
          <t>G. Huston: Geolocation and Starlink <xref target="HUSTON"/></t>
        </li>
        <li>
          <t>K. Izhikevich, B. Du, M. Tran, S. Rao, A. Ukani, L. Izhikevich: Trust, But Verify, Operator-Reported Geolocation <xref target="IZHIKEVICH"/></t>
        </li>
        <li>
          <t>D. Katira, G. Grover: Incorporating user agency in internet geolocation <xref target="KATIRA"/></t>
        </li>
        <li>
          <t>K. Khan: From Surveillance to Consent: A Privacy-First Approach to IP Geolocation <xref target="KHAN"/></t>
        </li>
        <li>
          <t>R. Kisteleki: RIPE IPmap - The RIPE NCC’s Approach to Infrastructure IP Geolocation <xref target="KISTELEKI"/></t>
        </li>
        <li>
          <t>E. Kline: Anecdotal History of RFC 8805 <xref target="KLINE"/></t>
        </li>
        <li>
          <t>A. Laouar, L. Desgoerges, P. Schmitt, F. Bronzino: Rethinking Geolocalization on the Internet <xref target="LAOUAR"/></t>
        </li>
        <li>
          <t>S. Mathur: Improvements Ideas from an IP Geolocation API Provider <xref target="MATHUR"/></t>
        </li>
        <li>
          <t>D. Mukherjee: Gaps and problems in current IP-Geolocation Approaches <xref target="MUKHERJEE"/></t>
        </li>
        <li>
          <t>E. Nygren, R. Dhanidina: Akamai Position Paper for 2025 IAB Workshop on IP Address Geolocation <xref target="NYGREN"/></t>
        </li>
        <li>
          <t>N. Owens: Starlink <xref target="OWENS"/></t>
        </li>
        <li>
          <t>J. Pan, J. Zhao: GeoFeed in the wild: A case study on StarlinkISP.net <xref target="PAN"/></t>
        </li>
        <li>
          <t>T. Pauly, D. Schinazi, C. McMullin, D. Mitchell: The IP Geolocation HTTP Client Hint <xref target="PAULY"/></t>
        </li>
        <li>
          <t>A. Ramanathan, S. A. Jyothi: Systematic Detection and Correction of IP Geolocation Anomalies in Network Measurements <xref target="RAMANATHAN"/></t>
        </li>
        <li>
          <t>D. Schatte: IAB Workshop on IP Address Geolocation <xref target="SCHATTE"/></t>
        </li>
        <li>
          <t>O. P. Sharma: Position Paper for IAB Workshop on IP Address Geolocation <xref target="SHARMA"/></t>
        </li>
        <li>
          <t>Z. Szamonek: The Need for an Alternative to IP-Based Geolocation <xref target="SZAMONEK"/></t>
        </li>
        <li>
          <t>M. Tariq: IP Address Geolocation – Use Cases, Gaps, and Future Directions <xref target="TARIQ"/></t>
        </li>
        <li>
          <t>K. Vermeulen: IP geolocation through the lens of an academic: Where do we stand? <xref target="VERMEULEN"/></t>
        </li>
      </ul>
    </section>
    <section anchor="workshop-participatns">
      <name>Workshop Participatns</name>
      <t>The workshop participants were Alagappan Ramanathan, Andrew Chen, Augustin Laouar, Bill Jouris,
Bob Hinden, Brian Haberman, Calvin Ardi, Carlos Martinez, Christopher Luna, Cindy Morgan,
Daniel Schatte, David Schinazi, Debayan Mukherjee, Dhruv Dhody, Divyank Katira, Elizabeth Cronan,
Enock Lee, Erik Kline, Erik Nygren, Francesco Bronzino, Gannon Barnett, Geoff Huston, Glenn Deen,
Gurshabad Grover, Haniel Abrasos Malik Hayato Kazama, Hiroki Kawabata, James Clark, Jamie Sherry,
Jana Iyengar, Jason Livingood, Jeff Brown, Jianping Pan, Jinwei Zhao, Joe Abley, Joel Jaeggli,
Jordan Holland, Julien Gamba, Kaitlyn Pellak, Katherine Izhikevich, Kevin Phair, Lee Howard,
Loïc Desgeorges, Marwan Fayed, Matthew Wilder, Max Mouchet, Md. Kamruzzaman Khan, Mudassar Tariq,
Nalini Elkins, Nathan Owens, Nobuhiro Takamizawa, Oliver Gasser, Om Prakash Sharma, Paul Gao,
Richard Barnes, Ricky Hosfelt, Rob Seastrom, Robert Kisteleki, Sid Mathur, Stephen Strowes,
Suresh Krishnan, Tommy Croghan, Tommy Pauly, Warren Kumari, William Leung, Yaozhong Zhang,
Yoshiki Ishida, and Zoltan Szamonek.</t>
    </section>
    <section anchor="workshop-program-committee">
      <name>Workshop Program Committee</name>
      <t>The workshop program committee members were Glenn Deen, Jana Iyengar, Mirja Kühlewind,
Warren Kumari, Jason Livingood, and Tommy Pauly.</t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to all of the workshop participants who attended and contributed papers to this effort!</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA7V923bcRpblO74ihl4zlnoh0y67qqaLnu6qFEVJNMXLkLQ1
9susSCAyM0wkkIULqZSW1up/6Kf5ivmBees/6S+Zs8+JCASQSYsuVtVDWUwA
cTlxLvtcImIymSStbQtzqA6uzKaqW7Woq7VqV0adzF6od1V926yqjapKdXKp
Znlem6ZRr01VVJlubVUeJHo+r80dNXByOaEH4ZuDhN4wy6reHipbLqokyaus
1GvqK6/1op1YPZ/YzWRpqsm9+2ZS8yAmX/8uabr52jYNddFuN/QNDScpu/Xc
1IdJTg0fJllVNqZsuuZQtXVnEhrDt8kXStdGy+tfKLS7rKtuIz/cmi39kh8m
aqKW/Rzw56a2dzrbuicLY/LkzpQddaPU0rarbk4ztGWr62w1r3Sdf/W5SRzQ
lwUNtGnpy1XbbprDr76KW5hKu1Nbfbatz74wXbXr4iBJdNeuqhoTpN6VWnRF
IST/XpdanWxNudQ1PzJrbYtD9Uttp9a0i78s8fc0q9b7vm1o/d/aO1suqyqP
P+dH/zs8+gt9n+mm3d/OTbVeb9Wl7opt3Ea7wS9/0ZtNYfjDpKzqNa3MHVE/
AeuEv5SavXh7/NMhf06UXBoirqft/f09T2Va1cuvmsLmpnH/IaIRze6byUZv
TM30K00LEk4q+oGZoJnodpIVVZcvCmKhyddfTzf5QjpyEkLcPTmX79RF+E7p
Vh2F7w74i7AM/L+J+68iOSBmVd9P1WxemG342ZG5MtHvzOPqvLoz4Hn1zdff
/IF+fzG7Oj++fuL8hYU8909sM8lq29pMFxOi9YSWYFNYXWZEhN/tEIHUQCT+
yjbqyH2s6GN1FD5+DCWupuqFrkvTjEhxZbMVSUj88AF6XF28O38iOdYVuHcy
N9uqzEGZZa03K5tNiPVMbZgOu8xwxl+pF/wVSOK+Uif+q0eywou6ui/HrGAW
i+jB/rkfvZ1dnT5dFHi5t/T/+2YZnkMwHzmhI5KD2/GE6P+b6MkDM7q6eP1m
9tT1JOM14G+yE12Z192aubtZ66Ignt80++Z7Q4YvZu8j/y0z9zW+VSfXl81j
SHFDpKir5UqPV/dmVa11o56xPnw+eGk/XY7fnp6cP1Xq57XNl2B0po+m+dty
rAqaljh3SS+UeDE3rcn4d02CkZsFWVsz0UtN8yNduZ0zscnctkzL9n07oOUL
1yGjidfUIdFFDdXHobqOe1QvfY+KeqS/uEc1kx7VEXok6nGPj1mB86k6Lm7p
36MFONeFLe3w2fjbs6k6X3ZkMEffnhELD5+Mv3wxJVXe1Xbc6wtLzBM9kbV+
abLBWr+a/XT88olLnVf802BpddncO+Go7XLVTv7aETRhw7dHDl5SC1irqAUl
LfBqcgsqtPDnxywGEfSV3pp8l573uowe7ReB17OLJxKFaIDJd8TCZFyKgtiO
3tFFa+qS4UUzqRZjqtFg9D76XJRMhx8ak6qj0FqqZlFzqlqM2F29pOYeQ6vL
KQlMNaIUgFP08/ib46l6a8zom+Oyym6j38cf/TRVP5PuWY4++0lXH1YVCWT/
8KFlub4+vnriykTLQSsAeAXtc0/oeOKw+F4e/QevwQXWoGlMPaLNRUEN18Nn
42/fYS26HbK+Iw1g9XrwbI+YnFVdtjLtjqC8t2szeLh/Td5cXL86fnvzxEXZ
VI1lEXDWYztZELAvtmxE4YgED6RiM6LFNxxIz55Fu3TNEjdTs2q+JclHs49E
i2+qZmGKMWkILt5u3bNF+8DXpJbfaCLTescek6EiDTR6uAfYfK/NclnYXdhe
jB6Nv72ews5V9zs497o1GzJ9g6cPLeq72dVT7cJIucmPexZppPj5vccs0Fss
0D0B99E0Sf/EDx6Y4Q/XNxdPxX5Di5cToNE12frbffjk9cC25bQI8u5jZvqa
Zto1bTVmJWqTkHv0SOZ6bTbtYLInP785OT3+8eTozVPBbk19TeZdOyGlZBdb
59CSjEpgwOSfk8gbtJCqF12rfuQmUufcUhtXro1hxOfz5DmdqpMPK3tr7siR
G5HoVJPWrm1pdl/ZI7Ivu7GwkriEH/coz5t6R77PaHV1/GCPfF7tmNvrjpRB
u4qejD+bTdUPt7ocK4RZYZuVHjzaIygP0uet/TB+uF9gTmc3J1ezp6qEMqtq
WmRaWrK5BI5qAvjkvW7ZOyhhSU37ORY6iRtRaERJI0D8vpFYpTyGh15OwSq2
1iP6vLR3W13eDh/ukc/XNdFrbLxfdzWtzVzn8eMHyPt0TxSx1EnT1XeGDD8H
VNpqImHLdqInLuY4WdiaZFhvNnWlsxXeGSnqPSR/hTDtddS0ait4q2iaWFBd
urZfoW01c23jpSEceqQ0n+56sWc5Fmhddx8+aJKU/pUHyHlyfXP89vj05Ik0
re3G0E9rvXG+DP1ZZlkzpF+5qAlW1F3WdrV5BDmvTi6PiTLUqpooBAH4h/Oj
o//8t//TDMk3aPpvoCahmFPbtKYwt2PNcVURwdrR4wfI+fbk/PiJpNSlyfKq
1cVkRT1W9Rbwu15k+wg08++qN/IukPXVqyP1z//89R8eM21yT07Juu44KLW9
jR7sn+zb2cUPs6d6GbVpV2TdoeYcMxT2gzCEcw2DutvHIOFrv97+a+RGOF/i
vn4MMchyvNVVp8fqadYtyRiT0hw83WM9XpqGJkGUGCPKt9V//N9s9/EeB/M6
W61tO4bS7GQOH42/fcUxy/KDLccm81UNTdRk1fCF/Yt6Nrt588NTF9WuN9Dj
a9J69Cg3uhGlq3dCW3pjJ3iXXtqPeaOW1AlaklSYHses1OzyhNSrtPSYxSZ0
cUaYpxsv9rXN85WuCWIc0D8P4pceoNgPp2+Or74/fqrcc/AP6JhmPC/MmiOB
WVfXMEs7ZBPVZ/a64BzVA3b2LcHgu5aU5AN7soWWHmn9z7pbAoq/7MQ0Xpq5
JgQwer6fZOc/vb46fqoZ17dk4OzYI/4NfrDL2e1Tq9y0GnnFiDVjAo/OwX6e
nqR+z7fLeiecyfp38GSPvXpJpt3mthxDsSv7AbG74eP9C3Hx7vjJEezRAsS+
3Ziuv8WXO5+qi3uzJ0jc0ryiRzKxi6ytonldPhkkuhAXZBBG6N4WOWHDTDeG
Ztjl2wnH5WU6ttk8YJ+IHV5RK5A/GCO0AhiIZhQ3A/bxVDm5vpw+0lJ9PyWe
3ElPWV1uYAovfy1c8vNqx6f63pb3xvZP9vPK5eyHt0/N8bI9H6oytDHJCgst
R7Z8LxkB/Ubq/s3NzaU64s8I+5SPotrNNEpz99MfJ8D3qj0yviRKH8bY8KUm
gzN+OP78iLRmdtYVtMijz4+srvX44T6la1tS0UUx7l1gyeDp/sW7mp3Nzsm0
P1kumi2hYCT+s1EiinzN2v25G7DXZbUmaGbYpvkk/5qsOYF1QQn7tEXoapSB
Ogpd7Qkkz3xXEDpfF3AWdfVIJHgF94mVzU4gQZOp3pAS2nllD8aglr7fVoRS
xzBDl0tD6FWr2Tzv4nf2L+D10ZvZzc1TMcYjLWNOlsMUkyZb6bbdm2f/+5lA
kS30syNaGMTg4f7c3PWb2dXZUyMuT4ER0s7nw+oAEH8/wl1M2V8grLoeI4CL
NUFhwkfNKn7+AGP9PDu7OD9+askCNHsJgwnKEc6PMngudDIno/f5sCdp+nNY
TNCKRCzKGkmUZPICzfxWWv1MhPqg11VpxiUQP1dFS/0Mnu4n1M3s6uR/Pj3U
v4+FOPtJ82p6J2DRcYwkt07T7eWv/cyj/vPf/h35N3WEJlNO8qesOF9xo+pl
aPSRGeIbXdu/jgh31uW6aXQdPdxPtx+Pr86Of3j7ZLw/Mintqq665YoZryAw
CKsDvst0btZkne7JCyH6VZN7IDaQ9PMpFdcmYzW0CfNCzOHbPFTv0KjKK3UP
/EaNPirHfjpFDH9tumIH6J+aOzJTw6f7yfjyh5vTi3fXp7PJzz/8irASK5X2
vRCT7edXC1uApCb75ptJ3rW3RNFbPfnQ3e5Q4011z2zybkVwyFSbgtO46kdb
t50uJHjZGm9UH2tIX4Y+f+7G0jdbko5vPtzqvW/taexN1ZWNGeOgmeCg4cM9
X58RcLA7KGpG6G/4ZM+n/4v4Y5w4npUke4Mne2TnaGXadgw5z3TdrFDsMni6
xwV6ZfSaVnEcpDi32e3wmTCNRKrAMt8k0+k0SSaTidLzpq111ibJzaMLiNUz
xAmOL56re90oApe5xF2C7f128oeUWTNN6AUN0TEkbnqr7hy7rAnekDcyVSet
yhDVJ7UNwSIOZQdIQhRznXEtMP2zKpOugf9CQ3JaEi8ByOU2Q+aLBTIS2FSZ
95uiQst3pIWqrulDHtR40pcwUM+6pbctUYedMfyVVSIiohxz22RdA+Miulf1
ujfB82qDrFtXkkVHe5VyUS5Flqo2m0Ij2k/z84GWDWhuM9PQMvA6rG2eFyZJ
vkBQsq7yjht3q+LTMbOafAmAXYzgBQqSaSlmL56rVVXkNP+MSEdfEX09NGkU
6Uq7LEHeSiGPgRBYUlQoKiPFomzTdI7aYITWLDEBGNg4QCpEoBaabkkEa3ep
gE+S+BOlo8GSlVjZRvXdEkVKLh9bdGUA676End7kCkaG5LreJtQxntHXFb6h
RbMEJ2r+94I6bmlpTY2iY5rnfKtcPYriOvLGNZ2EkR1H39/ohoSlqml9np0c
37x6Tgtypsutakx9hwUax4oVEg7ikg55kQapk42uaVm7gkxfxIpT9EAMRp8W
JkVzW1pw1GNxvapwHFF/sSB3pqotDU/ychLOVH2rSd8lyZAuGx7b+FPT7H6p
Mttu3Tp47gOl72FNN7XReWLuDObKVm4oZrVJyqrteYlms+zIOyWaCGetNPG6
VpBQ7oxeWNj39KxP1zdNlVmNzDTKhDDuNdEaNkT8tNjWrkiw0ZWlWVEnkCYa
sV+KmLNY+mj0hUgeNZWTuFVbUE8EeGcFUzXvWkx9UZu/drSOxVbx7KqsA8eZ
PKHhI8sKHmwNPe4fQUGwcSfhg/B6rUmiRdSj5zrouPvPK9IH1OaUmw3fa7tm
Kh+SqlA/lCTAPIKBQukVJ2R3082R0SYipKy6oGH5D3wGLdCth7o0iamPCjr1
7OPHgDw/fXpOPR+LOuXdGtJNFMonopKTCurc6y0LQ7eB2YkV4GiR1yZDFLKh
FaLOpLyVtZF0d+SUVfweC0pDnzeL7chegKkqWtea1gtzow5CZ2OzQd2JAkNP
yRdfkJuNT1vIRqC6FGOAWi3NDytNTz0jgH20f8XxF9EiI3Gg3rzKCY1NOUF5
Z829i707369JhpzFI3CtEplhwXjIZIC62tflhhGSphP5thuNFAgbqgq8nJTE
UwDglpi3NouChAVs+mWzbxDExq+6GiUea1rfVPhKpu0nEoix9roFA4N6Fu2/
tNAdTvVicMnOyGhY0JL6ll6MZuMsK1pJwyJyWo96aF26rk7uSMJzp0xvVl2z
Z5Q96RZVURBe5FcWhQOuudVFteyMNwc9GTvIPo0NSgDhhPWmZWupN2zktArb
lqYw0Ecs6m4jidQ829ItJ3EJewmBnfz6ynhlYDx1IjYrVrBwzpI9cjgOwGN4
iLHQGsJOiB2kcTqLSQaFg7qS8fKyTK+RuwrJw3qqzWrb8GYP3zKmMVEz3iqA
OPaBNC8mTMElEEFzubedquKwv4cWg6zq7kTpTx47aUHiv2ZjMlbkhTCjqWXx
K0cSNEVam4hImpeE4OPHPxO4fHV8/PJfrl4dIVn96ZMQvtd1zR6j8fGLXmGJ
YuZloYn3PDYWTOo+YxpjWjlWdbH1nOlUazJUrcNORaOuiMXYqDPfwlKJiasI
8n7ZRAqMrVWAlrT8jG2HTU5ZI8HNsjuUx1D/nCTXJIZ+Jm7UluYQKUN4otHU
qk1r1y75LcoZBT+kXcgsYN8LDJ6LvKq5IWNuqzolsJetyG4zc866tuJwK69i
tqoqRuOca9zUsOuKIB2BgqVT+UsBog25MKwRQTuvSycuGYsWSF+bO9j40uia
FIgX6Wf4oDGw9VjtWgAZuszJmJEFkIAtLMWFzA4P/SSIsK2HtfSdweeFQNWU
KFrSKmEeXrwcfQxkm3t/abhkeBuCxM+OXp5TZ8krQcZNZHrI0ahr+B+yVyJe
r0zjLYK61ZYLfmCaBajyn2Lu0gQaCKqgHxjBathsTe6KeuYMHdGP5BystGRn
wtY9utqwXBnXhzO98o7QELj2Aio+4pIWuzIEUWXE7DrbBhQ+2kYAY8e6xO86
Uxtr0NciiZQBM8ox/s6wFoVZ0ou87GF3Gq02Q0AgL+ti7oOPsPyQIACo+CVi
y/bekOkIZWtQtzEjRQNhZiOh1/CAwWHWLDCQQt+T84CuuFF1j0LeiqkS5grY
qQunmkt9p22BVUiSsRKECiJeYash3gl0HX8d+CqCKgOO4RW3bd8IfwAylwBV
ZMMgEZ7GHivPisL91Qw85drEqGc0zrlhoSGkQAoQIJ1cX4v1IH/ADbe3u/CY
+YEVMZCPaf3W5NpmvHLUpBcyWqvSuX80updkrW3Birnp9dPOSAlXF10OP82Q
KWRl94V6K8U5oAFJ7JVXCUcee82ayANnE8HFVJ8+pWLphGvX+he2eS1CUd4p
FZBBrk1RbbDoiXvZA2dnA70d+vjR2Z5Pnzi6Ebny0PIiTETupiuIc1nP0sgI
324xJe307R7/cIr4IC90LYRwioAInMRqjkSR3mf3xbY+NuGKlwLgcf74rqTa
JuHyULjlqQqKY623RG+P2bwL5lUtd2EF/3h1nDxrjBH9zFOVmLtakG+nCeGz
NynyI4Nnb5VeOdjYDx80K3OyewfP2ZVqyi/7OeSx0SCR8R350Vjk8Uj0YJ0y
jNXblRRt0WeZpO+GL8lyZlvouRPB45xId6sdMQB+ilY5dVzqAiG8ojSiMuHJ
9c7kyeXdH1O1Iq+9gOcuIMGpz96ir3ROxLZQBawPANDgT3ZghrvfRz4IrcUd
glLF1snADQdsaSozZ+DAGQxjdD4hb3cVdcMqrRn4OHBCKjF2MakHxlLcfwY0
hJSFGQQlY16I69xVRSeyGzdMXnKN/pZFNYd5ciPuN1b36ELK8sXkXnuTy0vi
jFv6oI1tnJEVJxXbsz0CJYlhg+4DHQl7ICJkTS911S4OaKsNTWPJJovktIUR
Ev9/KDgJsT+0FjVgmoE2LjcdewMvz68lS8VDicMLQM0ksRI8HKMNliPiN6lq
IqWCyX38yJugyftE9r6htVqWzJqcQfASZ0ucqMCTgjF0veJ7EnH44CwbLRdt
Q/RYtbil8TS+Aq82KKcnAeIu8P1bkqFS+GsGiVprWoW85k1SuxiXBgSWFkaJ
zSdkC2C+rWqg7CK0qpe1cWabURyABgccsJgVmZuVJXa20mIBvh+wHscf4H8Y
fUtat6sR/WWs62NwjKx5h45rOETrML01OeFazetK5xlDgIbtI1GXgC1LJhlz
JB77UITzo9jTouHaLDj+ykEAW0Dj9RqekHuLklqPdZNnOGtgTk0i9Pgc1SSR
AwznN/cKA/FNQC8MlyUPOahb+suUd7auSo9N6giYwcPiYCuNv7UhnBuwUo+x
HAe8qnWXj2ojrg21RtMgGGtLeherhm26tu16d1YcCpprL3xQGDt40EEdLHBt
m9sEm+uaBmOfcmlmRTIB+EpDJN17oJ5psUUkjkvBa+7gkvvKiWbrqEqqJoGB
gpJX5KWRRw+5XNR6bZ6D4g+GShst0WRGmEuZUm0SH7CjD+1yiRmJcyHUULog
Hekl58oggsnl0iwqDGL7IxIIRbudNo0XQ+pdXImx3PASYSe+mFvWysCg5DEI
CqIvGTO/1ut54YX7hXhMmAAGgkkc0qiEK/klRgjei5PIFzSPc7PVL9iunFsP
zCZkWd67rdtgB0AO7+LiAA/SjVimH2c37GURMRCled+zugu0NCSd9ZeN6v3U
iXpLgPq41wiH6qS8wwbjpawJ7zcnl4HEer4NQjaOmof4xGDgvET3ukaQ2Yu3
d421uEsxjHswtkju8mu3I5U/coEGDCjGesTSR9c/TgQFQlbdaF20K4qukE4m
FcQjDwGVVLHnyirhK+E8sWIcc//48c9Xr47+9Mdvv0FHec6xItjRRAbTSACh
CqFaF1FhNSh5FyRSIZbA4HAcJBeGMBZxBmlI8hMuEfPN1KnZjjc8PLu6PD1h
BxC+RupslIOWoAlhT9ZavxLo4fc4Su60UNKHkT2Ejl53MXbSLUZLYAKL1edU
FnGEauxaBcXDYdMm+s494YEwvtKBq9wyJT47Ei2PDIYeQOeIuzcYqotzuLga
RhenWQ4IKnWtC8k9c+lGVmALCfrwLgNZsuizHmAlXl25nMwKu9RYdlMuIJDI
CliyIszOMBtFahmnLIkZdXZraui9RCt3PpMHW6PhoDXXPeLTo4wLEe+95eRN
8uPluVeiDJgfoD8vnE+eesc48ojAf6PQga3HK6L2rgiHzZA0ckSHW0YctYD1
QWRE1A5HfaGig4fHTUs4PcTweuOaRJleN4X7Cs5HHA9ndKJ6q998h9GkitNf
QP0JL2teyZupyEmIEIfEV4///YxBdCZHS6pqFgm6i1aTmSEgBYsjgT+tdhCI
c8MYi8KpSvoUgJhDb8qcvwot6XfcEyfTmNdzu+xAM2pqZXOip0tTBXpF4dAI
l3hNGqVb+ngU8RLAGdO4ZWRiG5fvQ4Sqf5HGR9bk+cN5v0GoeipZFeTiyC66
yi6/hrCtbPz0oJWIZFsfDXum4fcSgYuC04+l9yjYopGbSeDNhF+fC/tJ5EVm
4xxkEsxt4lx0qLoFB9XaXtEjOmp55dzUw0SCZcr3nMOBVC0Zoos+VnFLHLap
rPhf9BViDbW2bp2jFeIgxGowmhBQSSSv4X/nlAs7x4Sl76SlUDQxDEuWInx3
vJE/aoLXeePqGjgpds9GIk4kE3b2dWr7MDSnpSXjjTy6HyzUjnjTkiXQ4SwS
VbJxJvVAK6CbW5MfSq/OQcgKbdcuFLXWpP15YMme6Icbwp+Z3yVT2dd+eDw6
zC1JGddQsfR0qroi5wkxTMOznWSKfA+ecW8MH3hH1CwZPOy+4l8Y7n90L9Y9
GI3B0a5Q+WYisONtZQAykjEZQK8YwHDGSvSe5PoBTRIsIbkZcKK3DFFMQ4CO
FureKb8m6oGxBFYLpORaluH6IMer/psPtXz8Is75jnQUWZoqZDAicXCaM87V
RIU8IAYzBqmhlhb9r10V6bN0mIoqqopBD81j6Y468jqwIV+0L+5x4/XqfiuC
Klq1jxwtcNAUMVcViZM310gS5BwfpdmANUVfRPU88MS4HXLJW6krjB4VCF+l
O0UZalCUIQLkEYGzqTv86ktAoHtYucw5YUlaZQMKQAOK6/u+jxeh5EDiyzxG
SWs0O2VV4stE622IDhnKc0sHSWqTd5nJv4v9Wiae6GKObQE2eOH20CEEsSuu
zHAVX+Dovmih4yJgUAT5K0RV2RRFwgZkRbATWgvok3MRoNPKbkSMfARl4vdi
s50oCIApgSfAc99Jst+F08n7BMTmkQR26mGoj0j4+MKKJhjLXSji0a3z5rxu
TkYZntaHB32sXp7fltU9MdWSYIobn0BIiVckkttS9P5UncvBapzJJoYYOPSQ
tpVuHErPcKpeVaP4QpYw2c229giL/rWwhbj0Lj4jU/EVs8Q/JMBFRaKcxMUc
VQhkDQfjeIMX4q0jftNxhV1cfuNA8He7MXAU4SCwKGVDi67gaoS+OIgDLH3R
EGNRFxsiNVx0gKAu3BVSpDKnBEsjylKgB0/D63CiRFtlVYFs+A7qzNg/DHVy
fUnTKP2rPCRCFJqVkqR0pbo4jB/4nuGuhCoRng7i4olVlcHXkx2fwtRwBLYh
fElqK4EFpnbikiueEKery6WPHbKQPMQH4DWwVm16do7oR6NqcZqaL/gzuVQh
9IBD7LpPWtCqsdYYhqK/21VoSUDmMbk5B9JsKnGfx+FgI1g5kKARTzYRIAxO
rfeUTWCLXgEdu5DEIkR1jjVpEeIosdO+rZLADH2il2eKEzdKhIlByaFmjKNR
+9iZtWMSRaVNESKwIYo1SLSKS+/MuihXiLckqp1RU3xeJ1HH1dYYqcZFthqZ
P0kycARoEC1D7sYw0JQ0pikJbJDxEB3tB8k+NYQVqcAmMyVshYPJDqKI1ZV4
tpN5RP6k/NJXN4h5cMiYkzNExQxaxkEfb9I9pzD4mTrTjLBqMFNYjab39nOX
r5Q1l1k7+1+wMxA8L7gWvY/FFsi7eXHWyvUslSeDcbucp8uPc4DT9+g6iV13
j3SROcLyrLuitZvIkvEgvGOI6W0l3U4YoVE7fvSuk0mjOOfDPendECaVaBVG
Bl/IsUDEsTqrCUEHOqhnYnCTdkvIOo19JZeuQ11Em01RoHEiIWX7q11iHiAu
OyYOUvD+PuqSpFbqDpKy4/MKqNFXZLRMWH6WACxKI1lJGSRqdSPKcn0TXg1w
N/m1+tQ4mLIG18w5eqx4kzF7JjCxk8DPxi2tcybnBC80M1NIyXqUQiasENFn
bmqlnIymN5CE0HJosupalyDh4Bk302fvNYfJ2SmzvvR8QRNY9RjY1Q4Ni/Ng
/PswgxTlIUjMBaSKgHDhQjAjzQRTFqkcNzefSGW/xMM8NiQuH5vZOuvWroRu
mnz8yKfifvo0rGtiWjdtjO65sjXUe+gyBFtCBFIKDEi0cVroMhEFseP/S9xx
jjq38JP4yUe6phWsJ69r+JnnsxvkJF/Tf59Pk5nP6uc45UlCBq7sOXKOcaz5
KPBo4eO7ECA+Mu9t60vaA2K6s5oaWtJYkV1nse1FSiRmCnaYhIpWgchJqP8S
wOJaSENZisQZqZnc9DWXiCxnla4bicHapjAaRE1A4tUWO6okW+ESBL7G490K
RHOB7glrnAjKBy2Zs8j0QSHkuNQzePsS6PzXP/3hvz5PWXykkYSNFyFOrl4f
N5yT86xRhxjhk2K7N8OGiLMoCMFLI44lp1ZzbtWRfxnOgEYKDaURtbjtUXoP
rqSRaoCQYmECQitYLtVIJZ8H8h7kdmmBBOj321VVmOaAZj5dTlOpnlgjrXtK
mF83sYrHKZMuGBE7ec/FYB6HxL/3EVlSvJHhmio/pQjhSrH3em1qzvQNquR5
Q8SQOKG84Nciwr2FRGBHWBTzlooOg+0aLjQpu2xQuFBahHqm6syQnsodAJMa
rSgf1Wvi2sTNpdKODzqWVeQAIGJI/IZ9QvC/NpK99jJ1LWmDcPILCTMOgn6e
cGJOFDIQUWkAD2RNuZq1zicQ6S3/hjwYeH8Yz+USOy9PQNgh4jNmOdeEIKM5
UhaCyRMO0W/LjLyksurcLkyHKRGRKuGlcVF546uHotCrFDuJEyKgBnutmE0H
IVbFKWmOpdXEdqi+NXl/Ts71JeY8a0j9uLJh+vO4A8ZLk8gGOrMmpQDqgKeH
ymH/sYd6gWKSvzPGq9uyXbEGERfi7vekBle6a0RN9m4n+Get61sjoe3g0Wy0
bFfRjJrFnryn3+o58uiJBKJ8IGK6M38Jl0QbPpqqkGKzdYVIaahs4bDbAUoX
s+1BMljFEKSwaE/ErTG+fSLAuzcXJ9esrBsBAk57OIXRmJYgs9O0nPgE2wi6
IkXiFXkfGuRab3OvqntSpM2Xg/ptVzSHP11ZSggfNawmJS8X56L7leS9L5qj
Pmwi/SYwia31pYMcAhAwHcfg/IY9dxiZKJQe4/gCYo+s10bYTUxuIuazif0F
rhaLA5zE+K7zUPeJMoFQHpCKO5y40i5q78udmLsEb6MlP/iFPM2DqJDUNTZV
1wR3yHiTXCf9tPueCVR9IMkIew5G0wxFnJJ6gS6xiDSgniZPRlkwkLmgxmQJ
fZipX7txnSMyx3/803//FoVqg1acovD+VoABUsbPg4RZSORoR0gNlzrwbqk7
IzWqdSj2mO7GFmVOfssgzeSS2hb15wD9wnKA7STKEj+7PDl53lcn+mE4DowL
rtZc8cJZU47VICxlWbbjrLN3zsQZqX35MFQV53HXZCIgW+K5R1jIh/KOevsX
ssimrFF/JAE0L5lRXnMcevPAJVLRThV0WeZO8CG/ikOqoSj+PX+SDBFGgDhh
B07LP+emTyM4D9Jl9QfL4qCJr7rFwDRv9PKWZYhQ3TZI5mli1mLRd9KnM7Gl
h1ly6fNz/Y4NH1JkVew2OcQ5dh8PARO6fbK+Wct1L66M2CUp40gsL989h9FP
MJEG7uphcm3L8aTZ6R8EugfN8X7QnI9BbdJxVR+JJKRcPL95J/6HP2IGNbs9
B0lyAzIrcbJ2wIiJC06NIpwPxGIlFsOko9V8aIu8evbjJcodxat5D6595oMT
cagOD2KtkPh6kt/9/tOn54jf0cq4iCtNs6zKLe9lcOX/fi13NqveVTZPIgmV
FexFn1ULcFCxdYXUyBt0NXGtQVHL4NAB775JASUmFs8rcnFRfzdfdE3mfFiX
wfXcJVqpSUL5hEj7Q3j0OwlwsS6IY6PIfDgSerFP8soXsi18wpH7qKWSwfsr
vkotMpyg1L4tM5HzKxrc7w9jlenRodsrPaqp/fiF24Io4r6wMHrYIv8rO5RK
875FkmTT7N86lCZ+E6YrKPKFGlHUXeJt/oV5ZznDOdxhGTaSDXZY2pLRCPZ3
TiWXjSQ2dqosZftbfxFZGHzIXu/bNgUfZGczlG1TVzAum71hNiqpOXebOshp
0jUAMXxRy0msZBz+1WXMc8qH/9uHNqinUobKeQLmnqDt/Ns+bt2I0z8HMhjo
X18uF6XQiUxvqnsyt+SBy0Al2OJo9qEvCTWqrgqBtb4jvT/qkvSbgFK/mJy0
4323ksoDAOA3XDKhcfbCaxGpdQ47IRy/uiC3xCylbbfdv4k4r9+eRgsMhDWG
Xdzxn0ntubDreD8Gv+BlI8rT7t96FPhD9lrI4CSQivMaovIztzDicMLacniZ
6VtybEiY2pWeMsaDI0iKiAh/b8iSuc3R1KhEsjy8CsH6AtG+c5IBH+OPVE4f
WN4TcBpnXzh4Dk2L0uhWdk9w7y7YtYc80SZCpCdpJl3tgDWkEhHSzPkcUeUo
V70N9lEtZI8Jx82iml0OzAl66IVU6rTHsJO3yRbMbk4Pu2qFua5HhbXRtG1c
L5uOZ5o42+zTqjGcLeztCBJErgPcMN0HD2QkrvRDFzjWYBt2pLuMjHooCSo1
JVHISzFE6FeWAdLs8sSxFQ4x4WV69+1RnPdOQpmB1wKSjbjbIxFCIlnNGHdb
ht4LGonb7CMV48lgLblSyAcJ+7M4pggYldWajL7g/VBEAnRV8i0rnMgkEdYb
F/J9oGICDTDMiwWDP5P86J2rlEj8Fmz21B2G7WXRbSFrt71vEOoKkaTBASZG
tlAONtSkCbZWDbfFsabkKG8mkWBny2jMOW9dllBAoClgKXAdr66DG64fCSvs
6FjRcSelFLkw+2S/qutuyDnlQn6JXPZlHyxWLlHsN4sJkMOmexz0nrqgDjOs
kusy8RX3iuMUWAZ70LIy68YUd70H6Gy8KMVZLsT1+xXaENkfFRipO2KTAdKR
fAP8Wr4ej1sJpszhgkFgyemANavZqi+Ji2QRteymjlZG5dtSgzH7uomYoM8G
CYyolCVlL5xYZb1BDAVPZZMrd82kQaLprAp7JnhvWUCRAvBqXSJI71XTIHc0
HEhfGjonLcnbGHpK9nWcknNDhstXxFZV4bfCxYdw+OMLds/g8CsbNRKffbkT
Jo1zHhGlrzBd3qLrKvZR882h5Uq2h8JX3yq5cSSqcEO1FuLJHHxLXUQMRFzP
gemwP82HPZwEyy5kfzhHdJRfVDXlYtE9dnRlkztHqnG9pN94uHXVEOGAG1eU
Rw6PP4gQYZCPH+VwefxbdlPx6bOfPnHUuIoULfMnERDX2EjZlRSUJ+5kqGAZ
iuDR+aq5/igartH0+yWbsPnSFVkmrWRf2ZmQT8Mm2lAxzbEJeV/x7S/cAq+F
dZKKALNkWBnCh82zcQVZvw93vN+Zh8frFqFeJCdlK52wPIeNAdkdNmQldzQE
f+A2569IOSGHnX1pU8sXAsUvpEO4HwUJXeqbg8JxsWuVeN4JNZU9azlI6Wo1
mJIIN2eFQXRO1HFQhXqXobDZx0trA3I7A+ZOs5DDv7iEjzOFRTFpOttKSGHK
1SgMpthu+TyF5BTlTC5685mx7G2K+sn74fARCvcDgegN6fPUZTBKEyr1eFZ8
EpbbqIz4vO1hAcMlV1ei82ojlkkAaBC10KA4qQeocvXI40AOUWMXLzqYJ7bk
RpgY78mEdjtwa4IBEykWXTGoOJRuQ/qLVq4xMdR18Xg5/0rjQCUCvsE6h6Oj
dmQGBBmFchE5j4vGcuAQ9rJxEgr2kYRYx9CFj8NuIcLCyPn15TUHAJ9j2idc
cdyVwJvYZScWb8tJkcAVjGY8cVgVhuKCCNP0FdpxaX2x9fh2736xqXoZwNxu
XyHalixs6+wLh2LcYQc7xeERdnPVHKh9bMjrnFALuEaxEBXgzv7pK74GDiHn
3Lg8DJtFJUyBEpyi23ueSnD4s6oo9Nyd1BCfocd/risyrlKB8TAO9GgyxBl1
8PG3waVfa1FNnmBJfL8Eih7hrPhzE36tEy5eDgulncPXl0qAv5P49K/46CK/
CY892OObV5L5719l2t47QSoNLyHqXP1JdVUZH6Y1Gtp0WBkxmgOXFrktTi5S
Wti1bfsjwx6s2Jv4Q9JdwJh0UctVUnL8FsduHYqR1/2Ob39jGX7D5YwoIr6V
V46lvN42UqRDTsk90z/smhTTV+byNXYifeUqEh96J4IEBQSff7yEw7tFFsF1
m7sKTfY8kBtsnZ/CQW+alrsRWPbfBpPjNtxsTRtgFqIfc3eAU+KOlDIlKaFa
cxnKWF4ixh6v2xdhz+3I0u49T2x89tg4oo45uVSpq/kbhrSk5n52PvtMZyve
7CZv6nCAB46hRCYdjQwPp6YGvv06nBcmlws6fwabUTcuSBsrgqnCaSXuTfZt
/EkqKJD+H/5UWihf7GGmVewP+uVjG79yB/x+hTQK9pc3X/2rcyvHA0HzBRKp
AvKI5/8pXNjO9/t99gp4wpB8S/2nT/RpuOH8cHx8/MM3p2NLP9/zzi34K8IP
1eevHO8PA5AP+cLtQwhsf4u36muk/im6o/qQ0VM8wIfuvkYDclE3NxEuWU77
O5PT/hJkvl7zH3gPNI1GrsfmwZy5S4YP1W+8wZia4ZuXuRW5fjd1V+qm4Zbc
Q3Xxt985ix3CswtuP1wtm4abYtPo4tfDqGk09s7pdS53CFV8aA6X73o2c1ej
pvFFp2l0bWkaXUN62MvkZngPKzXr7o/ldsONnoc7ip+/w9u4mJRfDpdiHg4m
H9+tiQ/4nk/+YHBNZCrXPab+EsfUXcuYhnsW0+G9icSxv/HqSuq9v3iTRxAu
GUz7KwMP1W++zxBnCPFtjH5apyxRf69L+tC8F7f4+rhD9Xe6tw4d+Pv5uBd/
WxuOnv6Vi9/6s5Pom3CpWepvKKtMzdLR3zaWxreH4SSCx96qFjnq1FW4UutQ
/W33dlFzcv+Y54JwmdSh+tsutUKL/n4uT0K5VykdXKFEFP173PkUnQIjOpjv
KTqMBY2vXPKW4NIpA1y9w+L5m28L4tDIubcafIlNGt9Xk8a3z6TxXTJiWj5z
rU4feRFW6q88SQe3m9AU/zG3tdAA+rtrPFu4O0EOH78q7voUr+fDxRmH+xb8
8a3yzSPcaHTDhBD2N95ioeIAmJhMvljh8KHeH3/JAzXNd1d4LRhuG9ixHn/D
/QfUeLjgAQUCX/SUC7W7bdmMtn4OitMZZO67VSeVE/bvcUo+/hhew0gWBj6j
4Jk0eVHNwbE5w5zB1eEkArrANQuzOoc8kPxUOC+JhlCaD0AMNXToBoD/bVeS
0TmidvhOgCV9nQwvoklHdz6luzff0U+ruruj/69ySOPgalzCL9Cmc9KxAHkl
ejguUb/JoKa/eTONb4FL99ziiEUvS1o2hrLQ4q+je67pL1pCAjmGvk7GN+ym
RB2e1WxO9ofJUVBnb2gixKCnGpfH0juWfD5Lf97Tpy398D3vKWH8yn9YQ3Jk
6nqbJt/ToqmTLbaS1XjW0MDeWkDjqiJn63tDI2PEnA4uKkvj28dSXNsuoD4d
3OBOzVd1jjVFyAFR7O87KCk+VofGdaotoSSSYdJr+jbde5t16i7buFxpC2MY
bj9Pk/H1nCm4A3foMWrFXy21d09QDx45/n7vUWG698bddHQ9SpqcY7uCDZg8
vsaO/qrm3YpoTS+TFSLuuKc5XfDRaQGS7tzpk8qtoIDEyRXND2FbcWrItNns
dttjzyuSjWsDnFGt0537bFPceeksN/27NRsEhB0mTZPrjveXnJKQrMCt7r40
56Ck8fVpBJw1DLI67dY07RQEI+dp7cH0T7r6sEIZGuP2NPmpamh1rDqh/+Ra
1NfoQp7pUKXU8K7W8MqAW4wZ6xX3PPPP1ZrPXXdKJpIINeTXM1v/otXpf/y/
VWHuSfrTZDSTHYbGWKOp8zhnma8Pk1NPPx5Kss/k/3KwwF6mAy4FImUg6bQ+
aPWAZlxVfFp1mbtjM/k4MDvvWi7b2rh6MA5HyC0J/yX5/67K/oY9kAAA

-->

</rfc>
