{% if "navigation.footer" in features %} {% if page.previous_page or page.next_page %} {% if page.meta and page.meta.hide %} {% set hidden = "hidden" if "footer" in page.meta.hide %} {% endif %}
{% if page.previous_page %} {% set direction = lang.t("footer.previous") %}
{% set icon = config.theme.icon.previous or "material/arrow-left" %} {% include ".icons/" ~ icon ~ ".svg" %}
{{ direction }}
{{ page.previous_page.title }}
{% endif %} {% if page.next_page %} {% set direction = lang.t("footer.next") %}
{{ direction }}
{{ page.next_page.title }}
{% set icon = config.theme.icon.next or "material/arrow-right" %} {% include ".icons/" ~ icon ~ ".svg" %}
{% endif %}
{% endif %}
ASF Logo

About Us

The Alaska Satellite Facility downlinks, processes, archives, and distributes remote-sensing data to scientific users around the world. ASF’s mission is to make remote-sensing data accessible.

Read More

Contact Info

Alaska Satellite Facility
2156 Koyukuk Drive
Fairbanks, AK 99775
(907) 474-5041
uso@asf.alaska.edu

Send Us A Message

{% endif %}
{% include "partials/copyright.html" %} {% include "partials/social.html" %}