From db7c2e1a871a67cc3c11ecd8a6583737e571c004 Mon Sep 17 00:00:00 2001
From: Jay Laura <jlaura@usgs.gov>
Date: Fri, 16 Sep 2022 12:41:16 -0700
Subject: [PATCH] Adds lots of page stubs

---
 config.yml                                    |   12 +-
 content/PlanetarySDIs/_index.md               |    8 +-
 content/PlanetarySDIs/about.md                |    4 +-
 content/_index.md                             |    6 -
 content/europa/about.md                       |    3 +-
 content/europa/data/_index.md                 |    2 +-
 content/europa/data/data_gaps.md              |    6 +
 content/europa/data/data_products.md          |    2 +-
 content/europa/data/data_services.md          |    2 +-
 content/europa/get_involved.md                |   20 +-
 content/europa/governance.md                  |    5 -
 content/europa/governance/_index.md           |    4 +
 content/europa/governance/acknowledgements.md |    7 +
 content/europa/governance/charter.md          |   19 +
 content/europa/governance/data_standards.md   |   10 +
 content/europa/governance/governance_model.md |   30 +
 content/europa/governance/intro.md            |    9 +
 content/europa/governance/recurring_agenda.md |   18 +
 content/europa/governance/standards.md        |    7 +
 content/europa/governance/working_group.md    |   28 +
 content/europa/meeting_notes/_index.md        |    4 +
 content/europa/meeting_notes/test.md          |   17 +
 content/europa/roadmap.md                     |    1 +
 content/europa/standards/_index.md            |    2 +-
 data/jupiter.json                             |  337 ---
 data/mars.json                                |  649 -----
 data/mercury.json                             |  517 ----
 data/moon.json                                |  506 ----
 data/neptune.json                             |  124 -
 data/pluto.json                               |  145 -
 data/saturn.json                              |  719 -----
 data/smallbodies.json                         |  712 -----
 data/uranus.json                              |  397 ---
 data/venus.json                               |  165 --
 layouts/partials/lastmod.html                 |    6 +
 layouts/shortcodes/meeting-notes.html         |    1 +
 .../layouts/partials/page-header.html         |    1 +
 ...09-16 Working Meeting | Planetary SDI.html | 2556 +++++++++++++++++
 .../static/favicon/favicon-16x16.png          |  Bin 728 -> 3352 bytes
 .../static/favicon/favicon-32x32.png          |  Bin 1961 -> 2195 bytes
 .../hugo-geekdoc/static/favicon/favicon.ico   |  Bin 33310 -> 5390 bytes
 41 files changed, 2761 insertions(+), 4300 deletions(-)
 delete mode 100644 content/_index.md
 create mode 100644 content/europa/data/data_gaps.md
 delete mode 100644 content/europa/governance.md
 create mode 100644 content/europa/governance/_index.md
 create mode 100644 content/europa/governance/acknowledgements.md
 create mode 100644 content/europa/governance/charter.md
 create mode 100644 content/europa/governance/data_standards.md
 create mode 100644 content/europa/governance/governance_model.md
 create mode 100644 content/europa/governance/intro.md
 create mode 100644 content/europa/governance/recurring_agenda.md
 create mode 100644 content/europa/governance/standards.md
 create mode 100644 content/europa/governance/working_group.md
 create mode 100644 content/europa/meeting_notes/_index.md
 create mode 100644 content/europa/meeting_notes/test.md
 delete mode 100644 data/jupiter.json
 delete mode 100644 data/mars.json
 delete mode 100644 data/mercury.json
 delete mode 100644 data/moon.json
 delete mode 100644 data/neptune.json
 delete mode 100644 data/pluto.json
 delete mode 100644 data/saturn.json
 delete mode 100644 data/smallbodies.json
 delete mode 100644 data/uranus.json
 delete mode 100644 data/venus.json
 create mode 100644 layouts/partials/lastmod.html
 create mode 100644 layouts/shortcodes/meeting-notes.html
 create mode 100644 themes/hugo-geekdoc/static/favicon/2022-09-16 Working Meeting | Planetary SDI.html

diff --git a/config.yml b/config.yml
index 8aeac3d..cef2040 100644
--- a/config.yml
+++ b/config.yml
@@ -1,13 +1,14 @@
 ---
-baseURL: https://fdp.astrogeology.usgs.gov
-title: 'Foundational Data Products Knowledge Inventory'
+baseURL: https://psdi.astrogeology.usgs.gov
+title: 'Planetary SDI'
 canonifyURLs: true
+enableGitInfo: true
+bibFile: "content/bibliography.json"
 
 theme: 
   - hugo-geekdoc
   - hugo-cite
 
-bibFile: "content/bibliography.json"
 
 pygmentsUseClasses: true
 pygmentsCodeFences: true
@@ -21,7 +22,6 @@ enableGitInfo: true
 
 enableRobotsTXT: true
 
-container-max-width: 100rem
 
 markup:
   goldmark:
@@ -51,3 +51,7 @@ security:
     allow:
       - "^asciidoctor$"
 
+
+params:
+  geekdocRepo: "https://github.com/jlaura/planetary-sdi"
+  geekdocEditPath: "."
diff --git a/content/PlanetarySDIs/_index.md b/content/PlanetarySDIs/_index.md
index f24c762..4a6f776 100644
--- a/content/PlanetarySDIs/_index.md
+++ b/content/PlanetarySDIs/_index.md
@@ -1,10 +1,4 @@
 ---
 weight: 0
+title: Planetary SDIs
 ---
-Planetary SDIs
-
-<!-- spellchecker-disable -->
-
-{{< toc-tree >}}
-
-<!-- spellchecker-enable -->
\ No newline at end of file
diff --git a/content/PlanetarySDIs/about.md b/content/PlanetarySDIs/about.md
index b2f22b3..e4abb6c 100644
--- a/content/PlanetarySDIs/about.md
+++ b/content/PlanetarySDIs/about.md
@@ -3,4 +3,6 @@ title: What are Planetary SDIs?
 weight: 1
 ---
 
-High level.
\ No newline at end of file
+High level.
+
+{{ partial "lastmod.html" . }}
\ No newline at end of file
diff --git a/content/_index.md b/content/_index.md
deleted file mode 100644
index 925425d..0000000
--- a/content/_index.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Collapse
-geekdocCollapseSection: true
----
-
-Demo collapsible menu entries.
diff --git a/content/europa/about.md b/content/europa/about.md
index 0774e6e..c965fd9 100644
--- a/content/europa/about.md
+++ b/content/europa/about.md
@@ -1,5 +1,6 @@
 ---
 title: About
+weight: 0
 ---
 
-Level 2.1
\ No newline at end of file
+Plain language, nice pictures, elevator pitch who we are and what we are doing.
\ No newline at end of file
diff --git a/content/europa/data/_index.md b/content/europa/data/_index.md
index f6b8017..81e61eb 100644
--- a/content/europa/data/_index.md
+++ b/content/europa/data/_index.md
@@ -1,4 +1,4 @@
 ---
-geekdocCollapseSection: false
+geekdocCollapseSection: true
 weight: 30
 ---
\ No newline at end of file
diff --git a/content/europa/data/data_gaps.md b/content/europa/data/data_gaps.md
new file mode 100644
index 0000000..d08f5bb
--- /dev/null
+++ b/content/europa/data/data_gaps.md
@@ -0,0 +1,6 @@
+---
+title: ESDI Data Gaps
+weight: 31.1
+---
+
+What gaps exist in the available data? What data is this group specifically seeking out?
\ No newline at end of file
diff --git a/content/europa/data/data_products.md b/content/europa/data/data_products.md
index fa3137b..af41f0b 100644
--- a/content/europa/data/data_products.md
+++ b/content/europa/data/data_products.md
@@ -1,5 +1,5 @@
 ---
-title: Available Data Products
+title: ESDI Compliant Data Products
 weight: 31.1
 ---
 
diff --git a/content/europa/data/data_services.md b/content/europa/data/data_services.md
index 4be7536..25c016d 100644
--- a/content/europa/data/data_services.md
+++ b/content/europa/data/data_services.md
@@ -1,5 +1,5 @@
 ---
-title: Available Data Services
+title: ESDI Compliant Data Services
 weight: 31.1
 ---
 
diff --git a/content/europa/get_involved.md b/content/europa/get_involved.md
index 597873e..6b85438 100644
--- a/content/europa/get_involved.md
+++ b/content/europa/get_involved.md
@@ -1,5 +1,23 @@
 ---
 title: Get Involved
+weight: 2
 ---
 
-Information about how to get involved.
\ No newline at end of file
+{{< tabs "esdi_involved_how" >}}
+{{< tab "Data Producers">}} 
+## Who is this section for?
+If you have Europa data or are interested in creating new derived products, this is the place to start.
+
+
+{{< /tab >}}
+
+{{< tab "Data Providers">}} 
+## Who is this section for?
+If you run a server or a data clearing house and would like to make ESDI compliant data available, this is the place to start.
+{{< /tab >}}
+
+{{< tab "Evangalizers" >}}
+## Who is this section for?
+If you are excited about Europa spatial data, metadata, standards, and/or data analysis, **and** you like to communicate with others about how you are using your skills, this is the place to start.
+
+{{< /tabs >}}
\ No newline at end of file
diff --git a/content/europa/governance.md b/content/europa/governance.md
deleted file mode 100644
index dabd717..0000000
--- a/content/europa/governance.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Governance
----
-
-Governance Docs
\ No newline at end of file
diff --git a/content/europa/governance/_index.md b/content/europa/governance/_index.md
new file mode 100644
index 0000000..37b2b8c
--- /dev/null
+++ b/content/europa/governance/_index.md
@@ -0,0 +1,4 @@
+---
+geekdocCollapseSection: true
+weight: 1
+---
\ No newline at end of file
diff --git a/content/europa/governance/acknowledgements.md b/content/europa/governance/acknowledgements.md
new file mode 100644
index 0000000..565b05b
--- /dev/null
+++ b/content/europa/governance/acknowledgements.md
@@ -0,0 +1,7 @@
+---
+title: Acknowledgements
+weight: 7
+---
+This governance document has significantly benefited from the work of others, including the Arctic SDI in terms of overall organization, the Technical Steering Committee for the Planetary Software Group, and Node.js. 
+
+Our Code of Conduct is adapted from several sources, including the Professional Culture & Climate Subcommittee (PCCS) Division of Planetary Sciences of the American Astronomical Society, the Code of Conduct for Open Source Committees, and Diniega et al., 2021. We gratefully acknowledge the thought and effort put into these documents that help us create a safe, inclusive, and productive environment for our community.
diff --git a/content/europa/governance/charter.md b/content/europa/governance/charter.md
new file mode 100644
index 0000000..699ca4f
--- /dev/null
+++ b/content/europa/governance/charter.md
@@ -0,0 +1,19 @@
+---
+title: Charter
+weight: 8
+---
+## Summary
+The Europa Spatial Data Infrastructure team will evaluate existing spatial data and data standards for Europa and assess spatial data storage, acquisition, discovery, and use needs of the Europa community. Spatial data infrastructure (SDI) is the enabling collection of spatial data users, data interoperability agreements, policies and standards, data access mechanisms, and the spatial data themselves (Rajabifard et al., 2002). The overarching goal of the Europa SDI is to allow nonspatial data experts to use spatial data to the greatest extent possible, with the lowest possible overhead (Laura et al., 2018). This team will address complexities by defining policies and standards that will be applicable to this SDI regarding data interoperability, data contribution, and the long-term maintenance of this SDI for the benefit of all user communities.
+
+## Objectives
+Publish and steward the policy infrastructure necessary to maintain this SDI including this charter, memorandums of understanding to support data release and sharing agreements, and a roadmap map of future development.
+
+Engage with the user community, funding agencies, and NASA Advisory Groups to ensure the efforts of this body maximally align with targeted user community needs.
+    - Publish and steward the policy infrastructure necessary to maintain this SDI, including a charter, governance documentation, memorandums of understanding to support data release and sharing agreements, and a roadmap of future development.
+    - Engage with the user community, funding agencies, and NASA Advisory Groups to ensure the efforts of this body maximally align with targeted user community needs.
+    - Publish an initial set of standards that will define this SDI including standardized vertical and horizontal datums (i.e., the coordinate system), accepted map projections, interoperable data formats, and metadata formats.
+    - Maintain, in conjunction with the Europa community, a living inventory of foundational and framework data products including quantitative (e.g., positional accuracy, resolution, data producer) and qualitative (e.g., fitness-for-use) metadata. This includes setting a standard for metadata to be reported for all data products managed under the Europa SDI organization.
+    - Provide a mechanism to link users, such as data creators (who make the data products), custodians (who manage the data products lifecycle), and data integrators (who provide the data to end users) to create an interconnected user group.
+    - Support (through policies and standards) the development of data discovery and access portals making use of Europa SDI managed data and associated Application Programming Interfaces (APIs).
+    - Ensure the public release of all Europa SDI managed data products and APIs.
+    - Engage with tool developers to ensure support for data and standards included in the Europa SDI.
diff --git a/content/europa/governance/data_standards.md b/content/europa/governance/data_standards.md
new file mode 100644
index 0000000..1e6f023
--- /dev/null
+++ b/content/europa/governance/data_standards.md
@@ -0,0 +1,10 @@
+---
+title: Data Standards Guidance
+weight: 2
+---
+
+## Data Standards
+Data and derived products within this SDI conform to a set of standards to maximize interoperability, including standardized vertical and horizontal datums (i.e, the coordinate system), accepted map projections, and metadata formats. Significant effort was made to use standards that are consistent with IAU recommendations, those in use by relevant mission teams, and that foster interoperability. See the Guidelines for Europa Data Providers for detailed information regarding the standards and formats the Europa SDI adheres to, with the goal of maximizing interoperability between datasets and reducing the need to reproject or reprocess data. 
+
+## Data Licensing
+All derived data made available through the Europa SDI should use an open-data license from the Creative Commons family of copyright licenses. Derived data should be licensed using one of the following: (1) CC0, public domain; (2) CC BY, attribution required; or (3) CC BY-SA, attribution required with a share-alike clause. Data providers are encouraged to bring other licenses to the attention of the working group if a compelling use-case for expanding the applicable licenses exists.
\ No newline at end of file
diff --git a/content/europa/governance/governance_model.md b/content/europa/governance/governance_model.md
new file mode 100644
index 0000000..7681bf3
--- /dev/null
+++ b/content/europa/governance/governance_model.md
@@ -0,0 +1,30 @@
+---
+title: Governance Model
+weight: 6
+---
+
+The Europa SDI working group is governed through two complementary strategies: 1) regular working group meetings; and 2) asynchronous collaborations using email and a shared work drive. 
+
+## Meetings and Ratification of Minutes
+The working group meets regularly (roughly monthly) using tools that enable participation by the community. We use a videoconferencing platform for our meetings.
+
+Working group members are expected to regularly participate in working group activities. The chair sends a calendar invite to all working group members prior to the meeting. The chair also sets the meeting agenda and runs the meeting unless they have delegated that role to another member or subject matter expert. Meetings are generally not recorded.
+
+Items are added to the meeting agenda that require discussion, decisions to be made, or are modifications of governance, contribution policy, membership, or release process. Updates on efforts toward meeting strategic plan goals are also discussed and reviewed in meetings. Any working group member can ask that something be added to the next meeting’s agenda by communicating to the chair. 
+
+Prior to each meeting the chair will share the agenda with members of the working group. Working group members can also add any items they like to the agenda at the beginning of each meeting. The chair and the working group members cannot veto or remove items.
+
+The working group may invite persons or representatives from related projects, stakeholders, or user communities to participate in any meeting in a non-voting capacity. 
+
+The chair, or their delegate, is responsible for summarizing the discussion of each agenda item and sends the meeting notes to all working group members after the meeting.
+
+## Decision Making Process
+The working group follows a Consensus Seeking decision-making model.
+
+When an agenda item under discussion has appeared to reach a consensus the chair, or any working group member, will state the decision that is perceived to have been reached and ask "Does anyone object?" as a final call for dissent from the consensus. 
+
+If an agenda item cannot reach a consensus, a working group member can call for either a closing vote or a vote to table the issue to the next meeting. The call for a vote must be seconded by a majority of the working group or else the discussion will continue.  If a vote occurs, simple majority wins and the chair does not have tie breaking capacity (I.e., the chair’s vote does not hold more weight than any other member). In the event of a tie, discussion will continue until there is a majority vote or consensus. 
+Note that changes to the working group membership require consensus. If there are any objections to adding or removing individual members, an effort must be made to resolve those objections. If consensus cannot be reached, then the discussed change to membership is not implemented.
+
+## Asynchronous Communication and Collaboration
+In addition to monthly meetings, the Europa SDI working group maintains a public repository of working documents, meeting notes, and presentations. This folder is a mechanism for asynchronous collaboration between members and allows for collaboration on tasks pertaining to the management of this SDI (e.g., editing documents, developing standards, supporting data ingestion). All group members have access to this internal use folder.  Email is also commonly used to communicate with the working group between meetings.
\ No newline at end of file
diff --git a/content/europa/governance/intro.md b/content/europa/governance/intro.md
new file mode 100644
index 0000000..f8af1b5
--- /dev/null
+++ b/content/europa/governance/intro.md
@@ -0,0 +1,9 @@
+---
+title: Introduction
+weight: 1
+---
+
+The Europa Spatial Data Infrastructure (SDI) Working Group is a voluntary cooperation between planetary community members to evaluate existing spatial data and data standards for Europa and assess spatial data storage, acquisition, discovery, and use needs of the Europa community. The Europa SDI is endorsed by the NASA directed Mapping and Planetary Spatial Infrastructure Team (MAPSIT). The overarching goal of the Europa SDI is to allow nonspatial data experts to use spatial data to the greatest extent possible, with the lowest possible overhead (Laura et al., 2018). This working group addresses spatial data complexities by defining policies and standards regarding data interoperability, data contribution, and the long-term maintenance for the benefit of all user communities. See the Europa SDI Strategy Document for additional information.
+
+The purpose of this governance document is to describe the organization of the Europa SDI Working Group and the agreed upon policies for SDI data standards, licensing of data products, establishing cooperative agreements between this SDI and data providers, membership in this working group, decision making procedures, and our code of conduct.
+
diff --git a/content/europa/governance/recurring_agenda.md b/content/europa/governance/recurring_agenda.md
new file mode 100644
index 0000000..3fe0033
--- /dev/null
+++ b/content/europa/governance/recurring_agenda.md
@@ -0,0 +1,18 @@
+---
+title: Recurring Agenda Topics
+weight: 5
+---
+
+Subject matter expertise within the Europa SDI working group is organized primarily around the following topics, which are closely related to the Europa SDI objectives (see Appendix 1 below and the Europa SDI Strategy Document). However, additional topics may be added to the agenda at any time. Smaller focus groups may meet separately or asynchronously, as needed, and the results of such discussions are presented to the entire working group at regular meetings.
+
+### Foundational And Framework Data
+This topic focuses on the definition of standards within the Europa SDI for interoperability and remote data access as well as the definition of metadata standards to support discoverability, the prioritization of higher-order data product creation, and the definition of a semantic vocabulary or ontology to support more complex data discovery activities. This working group coordinates and manages a listing of available data within the Europa SDI and solicits for data to be added to the SDI, the publishing of an initial set of standards including standardized vertical and horizontal datums (i.e., the coordinate system), accepted map projections, standardized data and metadata formats to support interoperability, and standards to ensure interoperability of Europa SDI search APIs. Three foundational data themes include geodetic coordinate systems, elevation, and orthoimagery. Framework data are defined as spatially enabled data products that serve a smaller user group and in conjunction with foundational data support additional science and engineering goals (Laura et al., 2017).
+
+### Applications and Tools
+A primary objective of this working group is to engage tool developers to ensure support for data and standards included in the Europa SDI and to build partnerships with such groups. This working group provides a venue for the discussion and possible promotion of new capabilities that leverage the SDI, and supports the identification and prioritization of technical capability that could be developed to support user interaction with the SDI.
+
+### Portals
+Coordination between data providers and data custodians to ensure availability of data products is critical to realizing the full potential of the Europa SDI. This working group is concerned with SDI data storage in the cloud, data access, and ensuring FAIR principles are upheld. This working group coordinates the maintenance of, in conjunction with the Europa community, a living inventory of foundational and framework data products including quantitative (e.g., positional accuracy, resolution, data producer) and qualitative (e.g., fitness-for-use) metadata. It also enables the development of data discovery and access portals making use of Europa SDI managed data and associated APIs.
+
+### Website and Communication
+This working group strives to engage our users and to respond to the needs of the Europa community. To that end, this working group will maintain the Europa SDI public websites, data catalog, and mechanisms for communication with user groups, stakeholders, and the general public. This working group also coordinates engagement with the user community, funding agencies, and NASA Advisory Groups to ensure the efforts of this body maximally align with targeted user community needs. Community feedback is synthesized, and responsive action items are also developed.
\ No newline at end of file
diff --git a/content/europa/governance/standards.md b/content/europa/governance/standards.md
new file mode 100644
index 0000000..b0d367f
--- /dev/null
+++ b/content/europa/governance/standards.md
@@ -0,0 +1,7 @@
+---
+title: Data Sharing Agreements
+weight: 3
+---
+
+
+Coming soon!
diff --git a/content/europa/governance/working_group.md b/content/europa/governance/working_group.md
new file mode 100644
index 0000000..b081f23
--- /dev/null
+++ b/content/europa/governance/working_group.md
@@ -0,0 +1,28 @@
+---
+title: Working Group Organization
+weight: 4
+---
+
+The Europa SDI Working Group is the decision-making body of the SDI. The working group members collaboratively formulate the mission, vision, governance model, data and metadata standards, and strategic direction for the development and maintenance of the Europa SDI. This working group approves work efforts required to meet the strategic goals of this group and provide guidance to support the implementation of those decisions. The working group also establishes and maintains relationships with NASA program managers, data providers, and community user groups and stakeholders, such as Europa science and engineering communities, mission teams (e.g., Europa Clipper and JUICE), software application and tool developers, media relation activities, public engagement and education groups, and members of the general public.
+
+## Membership 
+This working group consists of voluntary working group members and topical sub-groups.  There is one chair, one co-chair, and an unlimited number of members.
+
+Current Membership Includes:
+- Jason (Jay) Laura, Chair, USGS Astrogeology Science Center, jlaura@usgs.gov
+- Ross Beyer, SETI Institute and NASA Ames Research Center, rbeyer@seti.org
+- Michael (Mike) Bland, USGS Astrogeology Science Center, mbland@usgs.gov
+- Robin Fergason, USGS Astrogeology Science Center, rfergason@usgs.gov
+- Trent Hare, USGS Astrogeology Science Center, thare@usgs.gov
+- Cynthia Phillips, Jet Propulsion Laboratory, cynthia.b.phillips@jpl.nasa.gov
+- Paul Schenk, Lunar and Planetary Institute, schenk@lpi.usra.edu
+
+Working group memberships are not time limited. There is no maximum size of the working group. The size is expected to vary in order to ensure adequate coverage of important areas of expertise, balanced with the ability to make decisions efficiently. The working group must have at least five members. Chairs and co-chair terms are for one year each from October 1 to September 30. During the August meeting, individuals self-nominate to serve as co-chair and the working group determines the new co-chair by majority vote. After the one-year term, the co-chair then serves as the working group chair. A change of the chair and/or co-chair can be made mid-year by the same process described above and as deemed necessary by consensus of the working group members. Mid-year changes are expected to be rare.
+
+There is no specific set of requirements or qualifications for working group membership. The working group may add additional members by consensus. If there are any objections to adding any individual member, an attempt should be made to resolve those objections following the Consensus Seeking Process (see section 5.2). A working group member may be removed from the group by voluntary resignation, or by consensus of all other members.
+
+Changes to working group membership should be posted in the agenda and may be suggested as any other agenda item. If an addition or removal is proposed during a meeting, and the full working group is not in attendance to participate, then the addition or removal is added to the agenda for the subsequent meeting. This policy is to ensure that all members are given the opportunity to participate in all membership decisions.
+
+In the case where an individual working group member -- within any twelve-month period -- attends fewer than 25% of the regularly scheduled meetings, does not participate in working group discussions, and does not participate in working group votes, the member shall be automatically removed from the working group. The member may be invited to continue attending working group meetings as an observer.
+
+To express interest in serving on the Europa SDI working group, please email the current chair.
\ No newline at end of file
diff --git a/content/europa/meeting_notes/_index.md b/content/europa/meeting_notes/_index.md
new file mode 100644
index 0000000..21c2348
--- /dev/null
+++ b/content/europa/meeting_notes/_index.md
@@ -0,0 +1,4 @@
+---
+geekdocCollapseSection: true
+weight: 100
+---
\ No newline at end of file
diff --git a/content/europa/meeting_notes/test.md b/content/europa/meeting_notes/test.md
new file mode 100644
index 0000000..b94feb5
--- /dev/null
+++ b/content/europa/meeting_notes/test.md
@@ -0,0 +1,17 @@
+---
+date: '2022-09-16'
+title: '2022-09-16 Working Meeting'
+---
+
+{{<  meeting-notes >}}
+
+## Attendees
+- Jay Laura
+
+## Agenda
+- This is just a test to see about providing 
+
+## Notes
+
+
+## Action Items
diff --git a/content/europa/roadmap.md b/content/europa/roadmap.md
index f663790..827f61c 100644
--- a/content/europa/roadmap.md
+++ b/content/europa/roadmap.md
@@ -1,5 +1,6 @@
 ---
 title: Road Map
+weight: 2
 ---
 
 LTP.
\ No newline at end of file
diff --git a/content/europa/standards/_index.md b/content/europa/standards/_index.md
index f6b8017..81e61eb 100644
--- a/content/europa/standards/_index.md
+++ b/content/europa/standards/_index.md
@@ -1,4 +1,4 @@
 ---
-geekdocCollapseSection: false
+geekdocCollapseSection: true
 weight: 30
 ---
\ No newline at end of file
diff --git a/data/jupiter.json b/data/jupiter.json
deleted file mode 100644
index 4baaa69..0000000
--- a/data/jupiter.json
+++ /dev/null
@@ -1,337 +0,0 @@
-{
-    "headers": [
-        "Body",
-        "Product Name",
-        "Product Type",
-        "Horizontal Accuracy",
-        "Vertical Accuracy",
-        "Resolution",
-        "Coverage",
-        "Status",
-        "Offline Formats",
-        "Online Formats",
-        "Data Producer",
-        "Data Provider",
-        "References"
-    ],
-    "rows": [
-    {
-        "Body": "Io",
-        "Product Name": "Galilelo SSI / Voyager Global Mosaic",
-        "Product Type": "Absolutely Controlled Unrectified Mosaic",
-        "Horizontal Accuracy": "1km",
-        "Vertical Accuracy": "?",
-        "Resolution": "1 - 10kmpp",
-        "Coverage": "85N - 85S",
-        "Status": "Current",
-        "Offline Formats": [
-            "GeoTiff"
-        ],
-        "Online Formats": "WMS",
-        "Data Producer": "USGS",
-        "Data Provider": [
-            {
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/map/Io/Voyager-Galileo/Io_GalileoSSI-Voyager_Global_Mosaic_1km"
-            }
-        ],
-        "References": [
-            "Becker:2005lpsc",
-            "Archinal:2001lpsc"
-        ]
-    },
-    {
-        "Body": "Io",
-        "Product Name": "Rand Control Network",
-        "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-        "Horizontal Accuracy": "N",
-        "Vertical Accuracy": "A",
-        "Resolution": "N/A",
-        "Coverage": "Global",
-        "Status": "Unreleased",
-        "Offline Formats": [
-            "?"
-        ],
-        "Online Formats": "?",
-        "Data Producer": "RAND / USGS",
-        "Data Provider": [
-            {
-                "name": "unreleased",
-                "href": ""
-            }
-        ],
-        "References": [
-            "Davies:1979"
-        ]
-    },
-    {
-        "Body": "Io",
-        "Product Name": "Stereo-dervied DEM",
-        "Product Type": "Elevation",
-        "Horizontal Accuracy": "<0.5 - >4km",
-        "Vertical Accuracy": "0.2 - >1.6km",
-        "Resolution": "1kmpp (equator)",
-        "Coverage": "~75%",
-        "Status": "Current",
-        "Offline Formats": [
-            "Cube"
-        ],
-        "Online Formats": "?",
-        "Data Producer": "White et al.",
-        "Data Provider": [
-            {
-                "name": "AGU",
-                "href": "https://agupubs.onlinelibrary.wiley.com/doi/full/10.1002/2013JE004591"
-            }
-        ],
-        "References": [
-            "White:2014jgr"
-        ]
-    },
-    {
-        "Body ID": 501,
-        "Body": "Io",
-        "Product Name": "Photoclinometry-derived DEM",
-        "Product Type": "Elevation",
-        "Horizontal Accuracy": "?",
-        "Vertical Accuracy": "?",
-        "Resolution": "0.27 - 6.11kmpp",
-        "Coverage": "Regional",
-        "Status": "Current",
-        "Offline Formats": [
-            "Cube"
-        ],
-        "Online Formats": "?",
-        "Data Producer": "White et al.",
-        "Data Provider": [
-            {
-                "name": "AGU",
-                "href": "https://agupubs.onlinelibrary.wiley.com/doi/full/10.1002/2013JE004591"
-            }
-        ],
-        "References": [
-            "White:2014jgr"
-        ]
-    },
-    {
-        "Body": "Europa",
-        "Product Name": "Rand Control Network",
-        "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-        "Horizontal Accuracy": "N",
-        "Vertical Accuracy": "A",
-        "Resolution": "N/A",
-        "Coverage": "Global",
-        "Status": "Unreleased",
-        "Offline Formats": [
-            "?"
-        ],
-        "Online Formats": "Flat files",
-        "Data Producer": "RAND",
-        "Data Provider": [
-            {
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/details/Europa/ControlNetworks/Europa_data"
-            }
-        ],
-        "References": [
-            "Davies:1979"
-        ]
-    },
-    {
-        "Body": "Europa",
-        "Product Name": "Controlled Photomosaic Map of Europa, Je 15M CMN",
-        "Product Type": "Relatively Controlled Image Mosaic",
-        "Horizontal Accuracy": "?",
-        "Vertical Accuracy": "?",
-        "Resolution": "200m - 20kmpp",
-        "Coverage": "Global",
-        "Status": "Current",
-        "Offline Formats": [
-            "PDF"
-        ],
-        "Online Formats": "WMS",
-        "Data Producer": "USGS",
-        "Data Provider": [
-            {
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/map/Europa/Mosaic/europa_map"
-            }
-        ],
-        "References": [
-            "USGS:2002"
-        ]
-    },
-    {
-        "Body ID": 502,
-        "Body": "Europa",
-        "Product Name": "Europa Supermosaic",
-        "Product Type": "Uncontrolled Image Mosaic",
-        "Horizontal Accuracy": "?",
-        "Vertical Accuracy": "?",
-        "Resolution": "?",
-        "Coverage": "Global(?)",
-        "Status": "Unreleased",
-        "Offline Formats": [
-            "?"
-        ],
-        "Online Formats": "?",
-        "Data Producer": "G. Collins",
-        "Data Provider": [
-            {
-                "name": "unreleased",
-                "href": ""
-            }
-        ],
-        "References": [
-            "?"
-        ]
-    },
-    {
-        "Body ID": 503,
-        "Body": "Ganymede",
-        "Product Name": "RAND Control Network",
-        "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-        "Horizontal Accuracy": "N",
-        "Vertical Accuracy": "A",
-        "Resolution": "N/A",
-        "Coverage": "Global",
-        "Status": "Current",
-        "Offline Formats": [
-            "?"
-        ],
-        "Online Formats": "?",
-        "Data Producer": "Rand",
-        "Data Provider": [
-            {
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/details/Ganymede/ControlNetworks/Ganymede_data"
-            }
-        ],
-        "References": [
-            "Davies:1979"
-        ]
-    },
-    {
-        "Body ID": 503,
-        "Body": "Ganymede",
-        "Product Name": "Galileo/Voyager Global Mosaic",
-        "Product Type": "Uncontrolled Image Mosaic",
-        "Horizontal Accuracy": "?",
-        "Vertical Accuracy": "?",
-        "Resolution": "400m - 20kmpp",
-        "Coverage": "Global",
-        "Status": "Current",
-        "Offline Formats": [
-            "GeoTiff"
-        ],
-        "Online Formats": "WMS",
-        "Data Producer": "USGS",
-        "Data Provider": [
-            {
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/map/Ganymede/Voyager-Galileo/Ganymede_Voyager_GalileoSSI_global_mosaic_1km"
-            }
-        ],
-        "References": [
-            "?"
-        ]
-    },
-    {
-        "Body": "Ganymede",
-        "Product Name": "Galileo/Voyager Color Global Mosaic",
-        "Product Type": "Relatively Controlled Image Mosaic",
-        "Horizontal Accuracy": "?",
-        "Vertical Accuracy": "?",
-        "Resolution": "resampled to 1kmpp; data 400mpp - 20kmpp",
-        "Coverage": "Global",
-        "Status": "Current",
-        "Offline Formats": [
-            "GeoTiff"
-        ],
-        "Online Formats": "WMS",
-        "Data Producer": "USGS",
-        "Data Provider": [
-            {
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/map/Ganymede/Voyager-Galileo/Ganymede_Voyager_GalileoSSI_Global_ClrMosaic_1435m"
-            }
-        ],
-        "References": [
-            "USGS:2001"
-        ]
-    },
-    {
-        "Body": "Callisto",
-        "Product Name": "Rand Control Network",
-        "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-        "Horizontal Accuracy": "N",
-        "Vertical Accuracy": "A",
-        "Resolution": "N/A",
-        "Coverage": "Global",
-        "Status": "Unreleased",
-        "Offline Formats": [
-            "?"
-        ],
-        "Online Formats": "?",
-        "Data Producer": "Rand",
-        "Data Provider": [
-            {
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/details/Callisto/ControlNetworks/Callisto_data"
-            }
-        ],
-        "References": [
-            "Davies:1979"
-        ]
-    },
-    {
-        "Body": "Callisto",
-        "Product Name": "Galileo/Voyager Global Mosaic",
-        "Product Type": "Relatively Controlled Image Mosaic",
-        "Horizontal Accuracy": "?",
-        "Vertical Accuracy": "?",
-        "Resolution": "resampled to 1kmpp; data 400mpp - 60kmpp",
-        "Coverage": "Global",
-        "Status": "Current",
-        "Offline Formats": [
-            "GeoTiff"
-        ],
-        "Online Formats": "WMS",
-        "Data Producer": "USGS",
-        "Data Provider": [
-            {
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/map/Callisto/Voyager-Galileo/Callisto_Voyager_GalileoSSI_global_mosaic_1km"
-            }
-        ],
-        "References": [
-            "USGS:2001"
-        ]
-    },
-    {
-        "Body": "Jupiter",
-        "Product Name": "Gravity Model",
-        "Product Type": "Gravity",
-        "Horizontal Accuracy": "?",
-        "Vertical Accuracy": "?",
-        "Resolution": "?",
-        "Coverage": "Global",
-        "Status": "Unreleased",
-        "Offline Formats": [
-            "?"
-        ],
-        "Online Formats": "?",
-        "Data Producer": "Iess, et al.",
-        "Data Provider": [
-            {
-                "name": "unreleased",
-                "href": ""
-            }
-        ],
-        "References": [
-            "Iess:2018nature",
-            "Buccino:2018agu"
-        ]
-    }
-]
-}
\ No newline at end of file
diff --git a/data/mars.json b/data/mars.json
deleted file mode 100644
index 5176aec..0000000
--- a/data/mars.json
+++ /dev/null
@@ -1,649 +0,0 @@
-{
-    "headers": [
-        "Body",
-        "Product Name",
-        "Product Type",
-        "Horizontal Accuracy",
-        "Vertical Accuracy",
-        "Resolution",
-        "Coverage",
-        "Status",
-        "Offline Formats",
-        "Online Formats",
-        "Data Producer",
-        "Data Provider",
-        "References"
-    ],
-    "rows": [
-    {
-      "Body": "Phobos",
-      "Product Name": "Oberst Control Network",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "13.7m",
-      "Vertical Accuracy": "?",
-      "Resolution": "N/A",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "unknown",
-            "href": ""
-        }
-    ],
-      "References": ["Oberst:2014pss"]
-    },
-    {
-      "Body": "Phobos",
-      "Product Name": "Stereo-photoclinometry Derived Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "15mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "SBMT",
-      "Data Producer": "Ernst, et al.",
-      "Data Provider": [
-        {
-            "name": "SBMT",
-            "href": ""
-        }
-    ],
-      "References": ["Ernst:2015lpsc"]
-    },
-    {
-      "Body": "Phobos",
-      "Product Name": "Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "60mpp",
-      "Coverage": "Global",
-      "Status": "Superceded",
-      "Offline Formats": ["ICQ"],
-      "Online Formats": "?",
-      "Data Producer": "Gaskell, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds.nasa.gov/ds-view/pds/viewDataset.jsp?dsid=VO1-SA-VISA%2FVISB-5-PHOBOSSHAPE-V1.0"
-        }
-    ],
-      "References": ["Gaskell:2011pds"]
-    },
-    {
-      "Body": "Phobos",
-      "Product Name": "HRSC DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "20m",
-      "Vertical Accuracy": "?",
-      "Resolution": "1.9ppd / 100 mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG", "JPEG2000"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds-geosciences.wustl.edu/mex/mex-msa-hrsc-5-refdr-phobos-maps-v1/mexhrs_5001/data/"
-        },
-        {
-            "name": "PSA",
-            "href": "https://archives.esac.esa.int/psa/ftp/MARS-EXPRESS/HRSC/MEX-MSA-HRSC-5-REFDR-PHOBOS-MAPS-V1.0/DATA/"
-        },
-
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Phobos/MarsExpress/HRSC/Phobos_ME_HRSC_DEM_Global_2ppd"
-        }
-    ],
-      "References": ["Wahlisch:2010epsl"]
-    },
-    {
-      "Body": "Phobos",
-      "Product Name": "Viking Global Mosaic",
-      "Product Type": "Absolutely Controlled Orthomosaics",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "40ppd / 5mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": "?",
-      "Data Producer": "Simonelli, et al.",
-      "Data Provider":[{
-        "name": "USGS",
-        "href": "https://astrogeology.usgs.gov/search/map/Phobos/Viking/Phobos_Viking_Mosaic_40ppd_DLRcontrol"
-    }
-],
-      "References": ["Simonelli:1993icarus", "Stooke:2012pds"]
-    },
-    {
-      "Body": "Phobos",
-      "Product Name": "HSRC Mosaic",
-      "Product Type": "Absolutely Controlled Orthomosaics",
-      "Horizontal Accuracy": "20m",
-      "Vertical Accuracy": "?",
-      "Resolution": "16ppd / 12 mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG", "JPEG2000"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds-geosciences.wustl.edu/mex/mex-msa-hrsc-5-refdr-phobos-maps-v1/mexhrs_5001/data/"
-        },
-        {
-            "name": "PSA",
-            "href": "https://archives.esac.esa.int/psa/ftp/MARS-EXPRESS/HRSC/MEX-MSA-HRSC-5-REFDR-PHOBOS-MAPS-V1.0/DATA/"
-        },
-
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Phobos/MarsExpress/SRC/Phobos_ME_SRC_Mosaic_Global_16ppd"
-        }
-    ],
-      "References": ["Wahlisch:2010epsl"]
-    },
-    {
-      "Body": "Phobos",
-      "Product Name": "Co-registered Image Data (>3400)",
-      "Product Type": "Absolutely Controlled Orthoimages",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "Varies",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "SBMT",
-      "Data Producer": "Ernst, et al.",
-      "Data Provider": [
-        {
-            "name": "SBMT",
-            "href": ""
-        }
-    ],
-      "References": ["Ernst:2018lpsc"]
-    },
-    {
-      "Body": "Deimos",
-      "Product Name": "Stereo-photoclinometry Derived Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "SBMT",
-      "Data Producer": "Ernst, et al.",
-      "Data Provider": [
-        {
-            "name": "SBMT",
-            "href": ""
-        }
-    ],
-      "References": ["Ernst:2015lpsc"]
-    },
-    {
-      "Body": "Deimos",
-      "Product Name": "Co-registered Image Data (>950)",
-      "Product Type": "Absolutely Controlled Orthoimages",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "Varies",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "SBMT",
-      "Data Producer": "Ernst, et al.",
-      "Data Provider": [
-        {
-            "name": "SBMT",
-            "href": ""
-        }
-    ],
-      "References": ["Ernst:2018lpsc"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "Goddard Mars Model 3 (GMM-3)",
-      "Product Type": "Gravity",
-      "Horizontal Accuracy": "N/A",
-      "Vertical Accuracy": "N/A",
-      "Resolution": "120kmpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["Ascii", "IMG"],
-      "Online Formats": "?",
-      "Data Producer": "GSFC",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds-geosciences.wustl.edu/mro/mro-m-rss-5-sdp-v1/mrors_1xxx/data/shadr/"
-        }
-    ],
-      "References": ["Genova:2016"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "Goddard Mars Model 2B (GMM2B)",
-      "Product Type": "Gravity",
-      "Horizontal Accuracy": "N/A",
-      "Vertical Accuracy": "N/A",
-      "Resolution": "120kmpp",
-      "Coverage": "Global",
-      "Status": "Superseded",
-      "Offline Formats": ["Ascii", "IMG"],
-      "Online Formats": "?",
-      "Data Producer": "GSFC",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        }
-    ],
-      "References": ["Lemoine:2001"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "MGS95J Model",
-      "Product Type": "Gravity",
-      "Horizontal Accuracy": "N/A",
-      "Vertical Accuracy": "N/A",
-      "Resolution": "120kmpp",
-      "Coverage": "Global",
-      "Status": "Superseded",
-      "Offline Formats": ["Ascii", "IMG"],
-      "Online Formats": "?",
-      "Data Producer": "JPL",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        }
-    ],
-      "References": ["Konopliv:2006icarus"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "Interpolated MOLA DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "100m",
-      "Vertical Accuracy": "3m",
-      "Resolution": "463mpp / 128ppd",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "Cube", "GeoTiff"],
-      "Online Formats": "WMS",
-      "Data Producer": "GSFC",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        },
-            {
-                "name": "USGS",
-                "href": ""
-            }
-    ],
-      "References": ["?"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "HRSC / MOLA Blended Product",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "100m",
-      "Vertical Accuracy": "3m",
-      "Resolution": "200mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTIff"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": 
-      [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Mars/Topography/HRSC_MOLA_Blend/Mars_HRSC_MOLA_BlendDEM_Global_200mp"
-        }
-    ],
-      "References": ["Fergason:2018web"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "HRSC South Pole DEMs / Merged Product",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "Varies (See Reference)",
-      "Resolution": "50mpp",
-      "Coverage": "82S - 90S",
-      "Status": "Current",
-      "Offline Formats": ["GeoTIff"],
-      "Online Formats": "?",
-      "Data Producer": "University College London",
-      "Data Provider": [
-        {
-            "name": "PSA Guest Facility",
-            "href": ""
-        }
-    ],
-      "References": ["Putri:2019pss"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "High Resolution Stereo Camera Derived DEMs (> 1250)",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "<100m",
-      "Vertical Accuracy": "<4m",
-      "Resolution": "up to 50mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "GeoTiff"],
-      "Online Formats": "?",
-      "Data Producer": "HRCS Team / DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        },
-            {
-                "name": "PSA",
-                "href": ""
-            }
-    ],
-      "References": ["Gwinner:2010epsl", "Dumke:2010"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "HRSC South Pole Orthoimages / Orthomosaic",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "Varies (See Reference)",
-      "Resolution": "12.5mpp",
-      "Coverage": "82S-90S",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": "?",
-      "Data Producer": "University College London",
-      "Data Provider": [
-        {
-            "name": "PSA Guest Facility",
-            "href": ""
-        }
-    ],
-      "References": ["Putri:2019pss"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "CaSSIS DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "~20mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "JPEG2000"],
-      "Online Formats": "?",
-      "Data Producer": "CaSSIS Team",
-      "Data Provider": [
-        {
-            "name": "CaSSIS Team",
-            "href": ""
-        }
-    ],
-      "References": ["Conway:2018", "Re:2019"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "ASU HiRISE Dervied DEM (>600)",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "Varies",
-      "Vertical Accuracy": "<1m",
-      "Resolution": "1-2mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["IMG"],
-      "Online Formats": "?",
-      "Data Producer": "UA / USGS",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        }
-    ],
-      "References": ["Kirk:2008jgr", "UA:2019web"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "CTX Derived DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "20mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "Cube", "GeoTiff"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": ""
-        }
-    ],
-      "References": ["Fergason:2018", "Fergason:2017ssr"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "Terrain Relative Navigation CTX Orthorectified Image Mosaic",
-      "Product Type": "Absolutely Controlled Orthoimages",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "5mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "Cube", "GeoTiff"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": ""
-        }
-    ],
-      "References": ["Fergason:2020lpsc", "Fergason:2018", "Fergason:2017ssr"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "USGS Derived Human Exploration CTX Orthomosaics",
-      "Product Type": "Relatively Controlled Orthoimages",
-      "Horizontal Accuracy": "100m",
-      "Vertical Accuracy": "?",
-      "Resolution": "5mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "Cube", "GeoTiff"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": ""
-        }
-    ],
-      "References": ["Hare:2016web"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "HiRISE Orthomosaics",
-      "Product Type": "Absolutely Controlled Orthoimages",
-      "Horizontal Accuracy": "Varies",
-      "Vertical Accuracy": "<1m",
-      "Resolution": "0.25mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "JPEG2000"],
-      "Online Formats": "?",
-      "Data Producer": "UA, USGS",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        }
-    ],
-      "References": ["Kirk:2008jgr", "UA:2019web", "Fergason:2020lpsc_a"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "High Resolution Stereo Camera Derived Orthoimages (>1250)",
-      "Product Type": "Absolutely Controlled Orthoimages",
-      "Horizontal Accuracy": "<100m",
-      "Vertical Accuracy": "<4m",
-      "Resolution": "up to 12.5mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "JPEG2000"],
-      "Online Formats": "?",
-      "Data Producer": "HRSC Team, DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        },
-            {
-                "name": "PSA",
-                "href": ""
-            }
-    ],
-      "References": ["Gwinner:2010epsl"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "University College London Co-Registered Hi-resolution Data",
-      "Product Type": "Relatively Controlled Orthoimages",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "Varies",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "iMars (?)",
-      "Data Producer": "University College London",
-      "Data Provider": [
-        {
-            "name": "unknown",
-            "href": ""
-        }
-    ],
-      "References": ["Sidiropoulos:2016lpsc", "Sidiropoulos:2016isprs"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "Murray Lab Global CTX",
-      "Product Type": "Semi-controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "5mpp",
-      "Coverage": "88S-88N",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": "WMS",
-      "Data Producer": "California Institute of Technology",
-      "Data Provider": [
-        {
-            "name": "California Institute of Technology",
-            "href": ""
-        }
-    ],
-      "References": ["Dickson:2018lpsc"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "Mars Digital Image Mosaic 2.1 (Control Network)",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "Average: 200m Max: 1000m",
-      "Vertical Accuracy": "10m",
-      "Resolution": "N/A",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["Cube Control Network", "PVL"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": ""
-        }
-    ],
-      "References": ["Archinal:2003lpsc"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "Mars Digital Image Mosaic 2.1",
-      "Product Type": "Absolutely Controlled Orthomosaics",
-      "Horizontal Accuracy": "Average: 200m Max: 1000m",
-      "Vertical Accuracy": "10m",
-      "Resolution": "231mpp / 256ppd",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "Cube", "GeoTiff"],
-      "Online Formats": "WMS",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": ""
-        }
-    ],
-      "References": ["Kirk:2001lpsc", "Archinal:2003lpsc"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "THEMIS Day IR Orthomosaic",
-      "Product Type": "Absolutely Controlled Orthomosaics",
-      "Horizontal Accuracy": "150m - 275m",
-      "Vertical Accuracy": "?",
-      "Resolution": "100mpp",
-      "Coverage": "60S - 60N",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "Cube", "GeoTiff"],
-      "Online Formats": "WMS",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": ""
-        }
-    ],
-      "References": ["Fergason:2013lpsc"]
-    },
-    {
-      "Body": "Mars",
-      "Product Name": "THEMIS Night IR Orthomosaic",
-      "Product Type": "Absolutely Controlled Orthomosaics",
-      "Horizontal Accuracy": "150m - 275m",
-      "Vertical Accuracy": "?",
-      "Resolution": "100mpp",
-      "Coverage": "60S - 60N",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "Cube", "GeoTiff"],
-      "Online Formats": "WMS",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": ""
-        }
-    ],
-      "References": ["Fergason:2013lpsc"]
-    }
-  ]
-}
\ No newline at end of file
diff --git a/data/mercury.json b/data/mercury.json
deleted file mode 100644
index 570f259..0000000
--- a/data/mercury.json
+++ /dev/null
@@ -1,517 +0,0 @@
-{
-    "headers": [
-        "Product Name",
-        "Product Type",
-        "Horizontal Accuracy",
-        "Vertical Accuracy",
-        "Resolution",
-        "Coverage",
-        "Status",
-        "Offline Formats",
-        "Online Formats",
-        "Data Producer",
-        "Data Provider",
-        "References"
-    ],
-    "rows": [
-        {
-            "Product Name": "HgM008",
-            "Product Type": "Gravity",
-            "Horizontal Accuracy": "N/A",
-            "Vertical Accuracy": "N/A",
-            "Resolution": "16ppd",
-            "Coverage": "Global",
-            "Status": "Current",
-            "Offline Formats": "IMG",
-            "Online Formats": "?",
-            "Data Producer": "GSFC",
-            "Data Provider": [
-                {
-                    "name": "GSFC",
-                    "href": "https://pgda.gsfc.nasa.gov/products/71"
-                },
-                {
-                    "name": "PDS",
-                    "href": "https://pds-geosciences.wustl.edu/messenger/mess-h-rss_mla-5-sdp-v1/messrs_1001/data/shadr/"
-                }
-            ],
-            "References": ["Genova:2019grl"]
-        },
-        {
-            "Product Name": "MLA Derived Geodetic Parameters",
-            "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "300kmpp",
-            "Coverage": "Global",
-            "Status": "Current",
-            "Offline Formats": "IMG",
-            "Online Formats": "?",
-            "Data Producer": "Zuber, et al.",
-            "Data Provider": [{"name":"unknown","href":""}],
-            "References": ["Zuber:2012sci"]
-        },
-        {
-            "Product Name": "Mariner 10 Derived DEM",
-            "Product Type": "Elevation",
-            "Horizontal Accuracy": "~20km",
-            "Vertical Accuracy": "?",
-            "Resolution": "300kmpp",
-            "Coverage": "Regional",
-            "Status": "Superseded",
-            "Offline Formats": "?",
-            "Online Formats": "?",
-            "Data Producer": "Cook et al.",
-            "Data Provider": [{"name":"unknown","href":""}],
-            "References": ["Cook:2000jgr"]
-        },
-        {
-            "Product Name": "MESSENGER MDIS Global DEM",
-            "Product Type": "Elevation",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "64ppd / 655mpp",
-            "Coverage": "Global",
-            "Status": "Current",
-            "Offline Formats": [
-                "GeoTiff",
-                "IMG",
-                "JPEG2000",
-                "Cube"
-            ],
-            "Online Formats": "?",
-            "Data Producer": [
-                "USGS",
-                "APL",
-                "Carnegie Science"
-            ],
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "https://pdsimage2.wr.usgs.gov/data/mess-h-mdis-5-dem-elevation-v1.0/MESSDEM_1001/DEM/GLOBAL/"
-                },
-                {
-                    "name": "USGS",
-                    "href": "https://astrogeology.usgs.gov/search/map/Mercury/Topography/MESSENGER/Mercury_Messenger_USGS_DEM_Global_665m_v2"
-                }
-            ],
-            "References": [
-                "Becker:2016lpsc",
-                "Becker:2017sis"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER North Polar MLA Derived DEM V2",
-            "Product Type": "Elevation",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "250mpp",
-            "Coverage": "75N - 90N",
-            "Status": "Current",
-            "Offline Formats": [
-                "IMG",
-                "JPEG2000"
-            ],
-            "Online Formats": "?",
-            "Data Producer": "GSFC",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "https://pdsimage2.wr.usgs.gov/archive/mess-h-mdis-5-dem-elevation-v1.0/MESSDEM_1001/DEM/POLAR/"
-                }
-            ],
-            "References": [
-                "Solomon:2007ssr"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER North Polar MLA Derived DEM V1",
-            "Product Type": "Elevation",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "2.66kmpp",
-            "Coverage": "18S - 90N (Partial)",
-            "Status": "Partially Superseded",
-            "Offline Formats": [
-                "IMG",
-                "JPEG2000"
-            ],
-            "Online Formats": "?",
-            "Data Producer": "GSFC",
-            "Data Provider": [{"name":"unknown","href":"."}],
-            "References": [
-                "Solomon:2007ssr"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER DEM H03 Quad",
-            "Product Type": "Elevation",
-            "Horizontal Accuracy": "45m",
-            "Vertical Accuracy": "30m",
-            "Resolution": "220mpp",
-            "Coverage": "Quad",
-            "Status": "Current",
-            "Offline Formats": [
-                "IMG",
-                "JPEG2000"
-            ],
-            "Online Formats": "?",
-            "Data Producer": "DLR",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "https://pdsimage2.wr.usgs.gov/data/mess-h-mdis-5-dem-elevation-v1.0/MESSDEM_1001/DEM/QUAD/IMG/"
-                }
-            ],
-            "References": [
-                "Preusker:2017lpsc",
-                "Becker:2017sis"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER DEM H05 Quad",
-            "Product Type": "Elevation",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "35m",
-            "Resolution": "220mpp",
-            "Coverage": "Quad",
-            "Status": "Current",
-            "Offline Formats": [
-                "IMG",
-                "JPEG2000"
-            ],
-            "Online Formats": "?",
-            "Data Producer": "DLR",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "https://pdsimage2.wr.usgs.gov/data/mess-h-mdis-5-dem-elevation-v1.0/MESSDEM_1001/DEM/QUAD/IMG/"
-                }
-            ],
-            "References": [
-                "Stark:2017lpsc",
-                "Becker:2017sis"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER DEM H06 Quad",
-            "Product Type": "Elevation",
-            "Horizontal Accuracy": "55m",
-            "Vertical Accuracy": "30m",
-            "Resolution": "220mpp",
-            "Coverage": "Quad",
-            "Status": "Current",
-            "Offline Formats": [
-                "IMG",
-                "JPEG2000"
-            ],
-            "Online Formats": "?",
-            "Data Producer": "DLR",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "https://pdsimage2.wr.usgs.gov/data/mess-h-mdis-5-dem-elevation-v1.0/MESSDEM_1001/DEM/QUAD/IMG/"
-                }
-            ],
-            "References": [
-                "Preusker:2017pss",
-                "Becker:2017sis"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER DEM H07 Quad",
-            "Product Type": "Elevation",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "35m",
-            "Resolution": "220mpp",
-            "Coverage": "Quad",
-            "Status": "Current",
-            "Offline Formats": [
-                "IMG",
-                "JPEG2000"
-            ],
-            "Online Formats": "?",
-            "Data Producer": "DLR",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "https://pdsimage2.wr.usgs.gov/data/mess-h-mdis-5-dem-elevation-v1.0/MESSDEM_1001/DEM/QUAD/IMG/"
-                }
-            ],
-            "References": [
-                "Oberst:2017lpsc",
-                "Becker:2017sis"
-            ]
-        },
-        {
-            "Product Name": "Fassett Regional DEMs",
-            "Product Type": "Elevation",
-            "Horizontal Accuracy": "50-250m (See reference)",
-            "Vertical Accuracy": "10m (See reference)",
-            "Resolution": "See reference",
-            "Coverage": "Regional",
-            "Status": "Current",
-            "Offline Formats": [
-                "GeoTiff",
-                "IMG"
-            ],
-            "Online Formats": "?",
-            "Data Producer": "Fassett et al.",
-            "Data Provider": [
-                {
-                    "name": "USGS",
-                    "href": "https://astrogeology.usgs.gov/search/map/Mercury/Topography/Fassett_MDIS_Stereo/Fassett_MESSENGER_MDIS_DEMs"
-                }
-            ],
-            "References": [
-                "Fassett:2016pss",
-                "Fassett:2018web"
-            ]
-        },
-        {
-            "Product Name": "ASU Regional DEMs",
-            "Product Type": "Elevation",
-            "Horizontal Accuracy": "70-380m (See reference)",
-            "Vertical Accuracy": "2-255m (See reference)",
-            "Resolution": "See reference",
-            "Coverage": "Regional",
-            "Status": "Current",
-            "Offline Formats": [
-                "GeoTiff",
-                "IMG"
-            ],
-            "Online Formats": "?",
-            "Data Producer": "ASU",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "https://pdsimage2.wr.usgs.gov/data/mess-h-mdis-5-dem-elevation-v1.0/MESSDEM_1001/DEM/REGIONAL/IMG/"
-                }
-            ],
-            "References": [
-                "Manheim:2017pdw"
-            ]
-        },
-        {
-            "Product Name": "Mariner 10 Mosaic",
-            "Product Type": "Absolutely Controlled Orthomosaics",
-            "Horizontal Accuracy": "~20km",
-            "Vertical Accuracy": "?",
-            "Resolution": "1kmpp",
-            "Coverage": "Regional",
-            "Status": "Superseded",
-            "Offline Formats": [
-                "IMG"
-            ],
-            "Online Formats": "?",
-            "Data Producer": "ASU",
-            "Data Provider": [
-                {
-                    "name": "ASU",
-                    "href": "http://ser.sese.asu.edu/M10/IMAGE_ARCHIVE/MOSAICS/index.html"
-                }
-            ],
-            "References": [
-                "Robinson:1999jgr"
-            ]
-        },
-        {
-            "Product Name": "Regional Orthoimages",
-            "Product Type": "Absolutely Controlled Orthoimages",
-            "Horizontal Accuracy": "70-380m (See reference)",
-            "Vertical Accuracy": "2-255m (See reference)",
-            "Resolution": "See reference",
-            "Coverage": "Regional",
-            "Status": "Current",
-            "Offline Formats": [
-                "GeoTiff",
-                "IMG"
-            ],
-            "Online Formats": "?",
-            "Data Producer": "ASU",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "https://pdsimage2.wr.usgs.gov/data/mess-h-mdis-5-dem-elevation-v1.0/MESSDEM_1001/DEM/REGIONAL/IMG/"
-                }
-            ],
-            "References": [
-                "Manheim:2017pdw",
-                "Becker:2017sis"
-            ]
-        },
-        {
-            "Product Name": "Mercury MESSENGER MDIS Global Basemap BDR",
-            "Product Type": "Absolutely Controlled Orthomosaic",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "256ppd / 166mpp",
-            "Coverage": "Global",
-            "Status": "Current",
-            "Offline Formats": [
-                "GeoTiff",
-                "IMG"
-            ],
-            "Online Formats": "WMS",
-            "Data Producer": "ACTC",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "https://pdsimage2.wr.usgs.gov/data/mess-h-mdis-5-rdr-bdr-v1.0/MSGRMDS_4001/);[USGS](https://astrogeology.usgs.gov/search/map/Mercury/Messenger/Global/Mercury_MESSENGER_MDIS_Basemap_BDR_Mosaic_Global_166m"
-                }
-            ],
-            "References": [
-                "Murchie:2017"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER Wide Angle Map-Projected Regional Targeted Mosaic",
-            "Product Type": "Absolutely Controlled Orthomosaics",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "591ppd / 72mpp",
-            "Coverage": "Regional",
-            "Status": "Current",
-            "Offline Formats": "IMG",
-            "Online Formats": "?",
-            "Data Producer": "ACTC",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "https://pdsimage2.wr.usgs.gov/data/mess-h-mdis-5-rdr-rtm-v1.0/MSGRMDS_8001/"
-                }
-            ],
-            "References": [
-                "Murchie:2017"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER MDIS NAC/WAC Mosaics (By Mercury Quad / BDR Data)",
-            "Product Type": "Absolutely Controlled Orthomosaics",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "256ppd / 166mpp",
-            "Coverage": "Global",
-            "Status": "Current",
-            "Offline Formats": "IMG",
-            "Online Formats": "?",
-            "Data Producer": "ACTC",
-            "Data Provider": [{"name":"PDS","href":"foo"}],
-            "References": [
-                "Murchie:2017"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER MDIS NAC/WAC High Incidence Angle East Mosaic",
-            "Product Type": "Absolutely Controlled Orthomosaics",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "256ppd / 166mpp",
-            "Coverage": "Global",
-            "Status": "Current",
-            "Offline Formats": "IMG",
-            "Online Formats": "?",
-            "Data Producer": "ACTC",
-            "Data Provider": [{"name":"PDS","href":"foo"}],
-            "References": [
-                "Murchie:2017"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER MDIS NAC/WAC High Incidence Angle West Mosaic",
-            "Product Type": "Absolutely Controlled Orthomosaics",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "256ppd / 166mpp",
-            "Coverage": "Global",
-            "Status": "Current",
-            "Offline Formats": "IMG",
-            "Online Formats": "?",
-            "Data Producer": "ACTC",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "foo"
-                }
-            ],
-            "References": [
-                "Murchie:2017"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER MDIS NAC/WAC Low Incidence Angle Mosaic",
-            "Product Type": "Absolutely Controlled Orthomosaics",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "256ppd / 166mpp",
-            "Coverage": "Global",
-            "Status": "Current",
-            "Offline Formats": "IMG",
-            "Online Formats": "?",
-            "Data Producer": "ACTC",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "foo"
-                },
-                {
-                    "name": "USGS",
-                    "href": "https://astrogeology.usgs.gov/search/map/Mercury/Messenger/Global/Mercury_MESSENGER_MDIS_Basemap_LOI_Mosaic_Global_166m"
-                }
-            ],
-            "References": [
-                "Murchie:2017"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER MDIS 3-Color Map Projected Mosaic",
-            "Product Type": "Absolutely Controlled Orthomosaic",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "64ppd",
-            "Coverage": "Global",
-            "Status": "Current",
-            "Offline Formats": "IMG",
-            "Online Formats": "?",
-            "Data Producer": "ACTC",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "foo"
-                },
-                {
-                    "name": "USGS",
-                    "href": "https://astrogeology.usgs.gov/search/map/Mercury/Messenger/Global/Mercury_MESSENGER_MDIS_Basemap_EnhancedColor_Mosaic_Global_665m"
-                }
-            ],
-            "References": [
-                "Denevi:2016lpsc"
-            ]
-        },
-        {
-            "Product Name": "MESSENGER MDIS 5-Color Map Projected Multispectral Mosaic",
-            "Product Type": "Absolutely Controlled Orthomosaic",
-            "Horizontal Accuracy": "?",
-            "Vertical Accuracy": "?",
-            "Resolution": "128ppd / 332mpp",
-            "Coverage": "Global",
-            "Status": "Current",
-            "Offline Formats": "IMG",
-            "Online Formats": "?",
-            "Data Producer": "ACTC",
-            "Data Provider": [
-                {
-                    "name": "PDS",
-                    "href": "foo"
-                },
-                {
-                    "name": "USGS",
-                    "href": "https://astrogeology.usgs.gov/search/map/Mercury/Messenger/Global/Mercury_MESSENGER_MDIS_Basemap_EnhancedColor_Mosaic_Global_665m"
-                }
-            ],
-            "References": [
-                "Denevi:2016lpsc"
-            ]
-        }
-    ]
-}
\ No newline at end of file
diff --git a/data/moon.json b/data/moon.json
deleted file mode 100644
index abb7338..0000000
--- a/data/moon.json
+++ /dev/null
@@ -1,506 +0,0 @@
-{
-    "headers": [
-        "Body",
-        "Product Name",
-        "Product Type",
-        "Horizontal Accuracy",
-        "Vertical Accuracy",
-        "Resolution",
-        "Coverage",
-        "Status",
-        "Offline Formats",
-        "Online Formats",
-        "Data Producer",
-        "Data Provider",
-        "References"
-    ],
-    "rows": [
-    {
-      "Product Name": "GRGM1200A",
-      "Product Type": "Gravity",
-      "Horizontal Accuracy": "NA",
-      "Vertical Accuracy": "NA",
-      "Resolution": "$<$ 5kmpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["ASCII", "GeoTiff", "PDS IMG"],
-      "Online Formats": ["?"],
-      "Data Producer": "GSFC",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds-geosciences.wustl.edu/grail/grail-l-lgrs-5-rdr-v1/grail_1001/"
-        }
-    ],
-      "References": ["Lemoine:2014grs", "Goossens:2016lpsc"]
-    },
-    {
-      "Product Name": "Gridded Unified Lunar Control Network (ULCN) DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "~3km",
-      "Vertical Accuracy": "?",
-      "Resolution": "16ppd / 118mpp",
-      "Coverage": "85S to 85N",
-      "Status": "Superseded",
-      "Offline Formats": ["ArcGrid", "BIL", "Cube"],
-      "Online Formats": ["???"],
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Archinal:2007"]
-    },
-    {
-      "Product Name": "Gridded Lunar Orbiter Laser Altimeter (LOLA)",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "20m",
-      "Vertical Accuracy": "1m",
-      "Resolution": "256ppd / 118mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["PDS3", "Cube", "GeoTiff"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "GSFC",
-      "Data Provider": [
-        {
-          "name": "MIT",
-          "href":"http://imbrium.mit.edu"
-        },{
-            "name": "PDS (GDR)",
-            "href": "https://ode.rsl.wustl.edu/moon/pagehelp/Content/Missions_Instruments/LRO/LOLA/GDR/Intro.htm"
-        },{
-            "name": "PDS (GDRDEM)",
-            "href": "https://ode.rsl.wustl.edu/moon/pagehelp/Content/Missions_Instruments/LRO/LOLA/GDR/GDRDEM.htm"
-        },{
-          "name":"USGS",
-          "href":"https://astrogeology.usgs.gov/search/map/Moon/LRO/LOLA/Lunar_LRO_LOLA_Global_LDEM_118m_Mar2014"
-        }
-    ],
-      "References": ["Neumann:2009"]
-    },
-    {
-      "Product Name": "SLDEM2015",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "60-100m",
-      "Vertical Accuracy": "3-4m",
-      "Resolution": "512ppd / ~60mpp",
-      "Coverage": "60S to 60N",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG", "JPEG2000"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "GSFC",
-      "Data Provider": [
-        {
-          "name":"MIT",
-          "href":"http://imbrium.mit.edu/BROWSE/SLDEM2015/TILES/"
-        },{
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/map/Moon/LRO/LOLA/Lunar_LRO_LOLAKaguya_DEMmerge_60N60S_512ppd"
-        }
-    ],
-      "References": ["Barker:2016icarus"]
-    },
-    {
-      "Product Name": "LOLA Polar Gridded Data Record",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "1m",
-      "Vertical Accuracy": "~10cm",
-      "Resolution": "Varies",
-      "Coverage": "Varies",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "JPEG2000"],
-      "Online Formats": ["?"],
-      "Data Producer": "LOLA Team",
-      "Data Provider": [
-        {
-          "name": "MIT",
-          "href":"http://imbrium.mit.edu"
-        },{
-            "name": "PDS (GDR)",
-            "href": "https://ode.rsl.wustl.edu/moon/pagehelp/Content/Missions_Instruments/LRO/LOLA/GDR/Intro.htm"
-        },{
-            "name": "PDS (GDRDEM)",
-            "href": "https://ode.rsl.wustl.edu/moon/pagehelp/Content/Missions_Instruments/LRO/LOLA/GDR/GDRDEM.htm"
-        }
-    ],
-      "References": ["Smith:2017icarus"]
-    },
-    {
-      "Product Name": "Kaguya (SELENE) LALT DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "77m",
-      "Vertical Accuracy": "?",
-      "Resolution": "16ppd / 2kmpp",
-      "Coverage": "Near Global",
-      "Status": "Current",
-      "Offline Formats": ["IMG"],
-      "Online Formats": ["?"],
-      "Data Producer": "JAXA",
-      "Data Provider": [
-        {
-            "name": "DARTS",
-            "href": "https://data.darts.isas.jaxa.jp/pub/pds3/sln-l-lalt-5-topo-ggt-map-v2.0/"
-        }
-    ],
-      "References": ["Araki:2009sci"]
-    },
-    {
-      "Product Name": "Kaguya (SELENE) North Pole LALT DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "77m",
-      "Vertical Accuracy": "?",
-      "Resolution": "16ppd / 2kmpp",
-      "Coverage": "79N - ~90N",
-      "Status": "Current",
-      "Offline Formats": ["IMG"],
-      "Online Formats": ["?"],
-      "Data Producer": "JAXA",
-      "Data Provider": [
-        {
-            "name": "DARTS",
-            "href": "https://data.darts.isas.jaxa.jp/pub/pds3/sln-l-lalt-5-topo-ggt-map-v2.0/"
-        }
-    ],
-      "References": ["Araki:2009sci"]
-    },
-    {
-      "Product Name": "Kaguya (SELENE) South Pole LALT DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "77m",
-      "Vertical Accuracy": "?",
-      "Resolution": "16ppd / 2kmpp",
-      "Coverage": "79S - ~90S",
-      "Status": "Current",
-      "Offline Formats": ["IMG"],
-      "Online Formats": ["?"],
-      "Data Producer": "JAXA",
-      "Data Provider": [
-        {
-            "name": "DARTS",
-            "href": "https://data.darts.isas.jaxa.jp/pub/pds3/sln-l-lalt-5-topo-ggt-map-v2.0/"
-        }
-    ],
-      "References": ["Araki:2009sci"]
-    },
-    {
-      "Product Name": "CLTM-s01",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "445m",
-      "Vertical Accuracy": "31m",
-      "Resolution": "0.25ppd / 7.5kmpp",
-      "Coverage": "Global",
-      "Status": "Superseded",
-      "Offline Formats": ["?"],
-      "Online Formats": ["?"],
-      "Data Producer": "CNSA",
-      "Data Provider": [
-        {
-            "name": "GRAS",
-            "href": "https://moon.bao.ac.cn/ce5web/searchOrder_pdsData.search"
-        }
-    ],
-      "References": ["Ping:2009"]
-    },
-    {
-      "Product Name": "CE-1 LAM Derived DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "50m",
-      "Vertical Accuracy": "?",
-      "Resolution": "0.0625ppd / 20mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": ["?"],
-      "Data Producer": "CNSA",
-      "Data Provider": [
-        {
-            "name": "GRAS (page 5; LAM A, LAM B)",
-            "href": "https://moon.bao.ac.cn/ce5web/searchOrder_pdsData.search"
-        }
-    ],
-      "References": ["Huang:2018aa"]
-    },
-    {
-      "Product Name": "GLD100 WAC DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "1km",
-      "Vertical Accuracy": "20m global; 10m flat maria",
-      "Resolution": "100mpp",
-      "Coverage": "79N - 79SS",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "ISIS Cub"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "ASU",
-      "Data Provider": [
-        {
-            "name": "ASU",
-            "href": "https://wms.lroc.asu.edu/lroc/view_rdr/WAC_GLD100"
-        },{
-          "name":"PDS",
-          "href":"http://pds.lroc.asu.edu/data/LRO-L-LROC-5-RDR-V1.0/LROLRC_2001/DATA/SDP/WAC_GLD100/"
-        },{
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/map/Moon/LRO/LROC_WAC/Lunar_LROC_WAC_GLD100_79s79n_118m_v1_1"
-            }
-    ],
-      "References": ["Scholten:2012"]
-    },
-    {
-      "Product Name": "LMMP Generated LRO-NAC DEMs",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "20m",
-      "Vertical Accuracy": "1 - 2m (reported per product)",
-      "Resolution": "1.5mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": ["?"],
-      "Data Producer": "ASU, USGS,UA, DLR, AMES, OSU",
-      "Data Provider": [
-        {
-            "name": "JPL",
-            "href": "https://trek.nasa.gov/moon/"
-        }
-    ],
-      "References": ["Tran:2010isprs"]
-    },
-    {
-      "Product Name": "LROC NAC DEMs ($>$450 created)",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "Varied",
-      "Vertical Accuracy": "Varied (Tied to LOLA)",
-      "Resolution": "1.5mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "ASU",
-      "Data Provider": [
-        {
-            "name": "ASU",
-            "href": "https://wms.lroc.asu.edu/lroc"
-        },{
-          "name":"PDS",
-          "href":"http://pds.lroc.asu.edu/data/LRO-L-LROC-5-RDR-V1.0/LROLRC_2001/DATA/SDP/NAC_DTM/"
-        }
-    ],
-      "References": ["HENRIKSEN:2017icarus"]
-    },
-    {
-      "Product Name": "Apollo 15,16, 17 Metric DEM Mosaic",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "91m",
-      "Vertical Accuracy": "41m",
-      "Resolution": "1024ppd",
-      "Coverage": "38S - 38N",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": ["?"],
-      "Data Producer": "NASA Ames",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        }
-    ],
-      "References": ["Nefian:2009"]
-    },
-    {
-      "Product Name": "Kaguya TC Stereophotogrammetric DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "50m",
-      "Vertical Accuracy": "5m",
-      "Resolution": "4095ppd / ~7.5mpp",
-      "Coverage": "~95%",
-      "Status": "Current",
-      "Offline Formats": ["IMG"],
-      "Online Formats": ["?"],
-      "Data Producer": "JAXA",
-      "Data Provider": [
-        {
-            "name": "DARTS",
-            "href": "https://data.darts.isas.jaxa.jp/pub/pds3/sln-l-tc-5-dtm-map-v2.0/"
-        },{
-          "name":"DARTS (Seemless)",
-          "href":"https://data.darts.isas.jaxa.jp/pub/pds3/sln-l-tc-5-dtm-map-seamless-v2.0/"
-        }
-    ],
-      "References": ["Haruyama:2012lpsc"]
-    },
-    {
-      "Product Name": "Kaguya TC Stereophotogrammetric Orthoimages",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "50m",
-      "Vertical Accuracy": "5m",
-      "Resolution": "?",
-      "Coverage": "~95%",
-      "Status": "Current",
-      "Offline Formats": ["IMG"],
-      "Online Formats": ["?"],
-      "Data Producer": "JAXA",
-      "Data Provider": [
-        {
-            "name": "DARTS",
-            "href": "https://data.darts.isas.jaxa.jp/pub/pds3/sln-l-tc-4-dtm-ortho-v3.0/"
-        }
-    ],
-      "References": ["Haruyama:2012lpsc"]
-    },
-    {
-      "Product Name": "Chandrayaan-1 TMC DEM Mosaic",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "25m, 10m, 5m(?)",
-      "Coverage": "Global (?)",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": ["?"],
-      "Data Producer": "ISRO",
-      "Data Provider": [
-        {
-            "name": "unreleased ",
-            "href": ""
-        }
-    ],
-      "References": ["Sivakumar:2012", "Suresh:nd"]
-    },
-    {
-      "Product Name": "LROC WAC Mosaic",
-      "Product Type": "Uncontrolled Orthomosaic",
-      "Horizontal Accuracy": "45m",
-      "Vertical Accuracy": "?",
-      "Resolution": "100mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "Cube", "GeoTIFF"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "ASU",
-      "Data Provider": [
-        {
-            "name": "ASU",
-            "href": "https://wms.lroc.asu.edu/lroc/view_rdr/WAC_GLOBAL"
-        },{
-                "name": "PDS",
-                "href": "http://pds.lroc.asu.edu/data/LRO-L-LROC-5-RDR-V1.0/LROLRC_2001/DATA/BDR/"
-        }, {
-                "name": "USGS",
-                "href": "https://astrogeology.usgs.gov/search/map/Moon/LRO/LROC_WAC/Lunar_LRO_LROC-WAC_Mosaic_global_100m_June2013"
-            }
-    ],
-      "References": ["Robinson:2012isprs"]
-    },
-    {
-      "Product Name": "LROC NAC DEM Derived Orthomosaics",
-      "Product Type": "Absolutely Controlled Orthomosaics",
-      "Horizontal Accuracy": "Varies with underlying DEM",
-      "Vertical Accuracy": "Varies with underlying DEM",
-      "Resolution": "~1mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["IMG"],
-      "Online Formats": ["?"],
-      "Data Producer": "ASU",
-      "Data Provider": [
-        {
-            "name": "ASU",
-            "href": "https://wms.lroc.asu.edu/lroc/"
-        },{
-                "name": "PDS",
-                "href": "http://pds.lroc.asu.edu/data/LRO-L-LROC-5-RDR-V1.0/LROLRC_2001/DATA/SDP/NAC_DTM/"
-        }
-    ],
-      "References": ["HENRIKSEN:2017icarus"]
-    },
-    {
-      "Product Name": "Uncontrolled LROC NAC Polar Orthomosaics",
-      "Product Type": "Uncontrolled Controlled Orthomosaics",
-      "Horizontal Accuracy": "Varies with underlying DEM",
-      "Vertical Accuracy": "Varies with underlying DEM",
-      "Resolution": "~1mpp",
-      "Coverage": "88.5 - 90N/S",
-      "Status": "Current",
-      "Offline Formats": ["Cube"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "ASU",
-      "Data Provider": [
-        {
-            "name": "ASU",
-            "href": "https://wms.lroc.asu.edu/lroc"
-        },{
-          "name":"PDS",
-          "href":"http://pds.lroc.asu.edu/data/LRO-L-LROC-5-RDR-V1.0/LROLRC_2001/DATA/BDR/NAC_POLE/"
-        }
-    ],
-      "References": ["Wagner:2015lpsc"]
-    },
-    {
-      "Product Name": "Clementine Mosaic",
-      "Product Type": "Uncontrolled Orthomosaics",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "250mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["IMG"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "ASU",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        }
-    ],
-      "References": ["Speyerer:2018lpsc"]
-    },
-    {
-      "Product Name": "Kaguya TC Global Orthomosaic",
-      "Product Type": "Uncontrolled Orthomosaic",
-      "Horizontal Accuracy": "50m",
-      "Vertical Accuracy": "5m",
-      "Resolution": "474mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": ["?"],
-      "Data Producer": "JAXA",
-      "Data Provider": [
-        {
-          "name":"DARTS",
-          "href":"https://data.darts.isas.jaxa.jp/pub/pds3/sln-l-tc-5-ortho-map-v2.0/"
-        },
-        {
-          "name":"DARTS (Seemless)",
-          "href":"https://data.darts.isas.jaxa.jp/pub/pds3/sln-l-tc-5-ortho-map-seamless-v2.0/"
-        },
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/maps/moon-kaguya-tc-global-mosaic"
-        }
-    ],
-      "References": ["Haruyama:2012lpsc"]
-    },
-    {
-      "Product Name": "Kaguya TC Orthoimages",
-      "Product Type": "Uncontrolled Orthoimages",
-      "Horizontal Accuracy": "50m",
-      "Vertical Accuracy": "5m",
-      "Resolution": "4095ppd / ~7.5mpp",
-      "Coverage": "~95%",
-      "Status": "Current",
-      "Offline Formats": ["IMG"],
-      "Online Formats": ["?"],
-      "Data Producer": "JAXA",
-      "Data Provider": [
-        {
-            "name": "DARTS",
-            "href": "https://data.darts.isas.jaxa.jp/pub/pds3/sln-l-tc-4-dem-ortho-v1.0/"
-        }
-    ],
-      "References": ["Haruyama:2012lpsc"]
-    }
-  ]
-}
\ No newline at end of file
diff --git a/data/neptune.json b/data/neptune.json
deleted file mode 100644
index 2eae0b3..0000000
--- a/data/neptune.json
+++ /dev/null
@@ -1,124 +0,0 @@
-{
-    "headers": [
-        "Body",
-        "Product Name",
-        "Product Type",
-        "Horizontal Accuracy",
-        "Vertical Accuracy",
-        "Resolution",
-        "Coverage",
-        "Status",
-        "Offline Formats",
-        "Online Formats",
-        "Data Producer",
-        "Data Provider",
-        "References"
-    ],
-    "rows": [
-    {
-      "Body ID": 801,
-      "Body": "Triton",
-      "Product Name": "Control Network",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "N/A",
-      "Coverage": "?",
-      "Status": "Current",
-      "Offline Formats": ["DAT"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/details/Triton/ControlNetworks/Triton_data"
-        }
-    ],
-      "References": ["Davies:1991jgr"]
-    },
-    {
-      "Body ID": 801,
-      "Body": "Triton",
-      "Product Name": "Control Network",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "few km",
-      "Vertical Accuracy": "?",
-      "Resolution": "N/A",
-      "Coverage": "available data <2km in resolution",
-      "Status": "Current",
-      "Offline Formats": ["ISIS Control Network"],
-      "Online Formats": "Unreleased",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Bland:2020lpsc"]
-    },
-    {
-      "Body ID": 801,
-      "Body": "Triton",
-      "Product Name": "Control Network",
-      "Product Type": "Controlled Unrectified Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "39ppd / 600mpp",
-      "Coverage": "Hemisphere",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": "Unreleased",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Triton/Mosaic/Triton_Voyager2_Orthographic_RGB_Mosaic_600m"
-        }
-    ],
-      "References": ["Davies:1991jgr"]
-    },
-    {
-      "Body ID": 801,
-      "Body": "Triton",
-      "Product Name": "Control Network",
-      "Product Type": "Controlled Unrectified Images",
-      "Horizontal Accuracy": "few km",
-      "Vertical Accuracy": "?",
-      "Resolution": ">2kmpp",
-      "Coverage": "available data <2km in resolution",
-      "Status": "Current",
-      "Offline Formats": ["Unreleased"],
-      "Online Formats": "Unreleased",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Bland:2020lpsc"]
-    },
-    {
-      "Body ID": 801,
-      "Body": "Triton",
-      "Product Name": "Stereo-scopically Derived Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Schenk et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2008isprs"]
-    }
-  ]
-}
\ No newline at end of file
diff --git a/data/pluto.json b/data/pluto.json
deleted file mode 100644
index b53b869..0000000
--- a/data/pluto.json
+++ /dev/null
@@ -1,145 +0,0 @@
-{
-    "headers": [
-        "Body",
-        "Product Name",
-        "Product Type",
-        "Horizontal Accuracy",
-        "Vertical Accuracy",
-        "Resolution",
-        "Coverage",
-        "Status",
-        "Offline Formats",
-        "Online Formats",
-        "Data Producer",
-        "Data Provider",
-        "References"
-    ],
-    "rows": [
-    {
-      "Body ID": 901,
-      "Body": "Charon",
-      "Product Name": "Control Network",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "N/A",
-      "Coverage": "?",
-      "Status": "Unreleased",
-      "Offline Formats": ["ISIS"],
-      "Online Formats": "?",
-      "Data Producer": "Shenk, et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2018icarus"]
-    },
-    {
-      "Body ID": 901,
-      "Body": "Charon",
-      "Product Name": "DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "1000m - 100m",
-      "Resolution": "35.25ppd / 300mpp",
-      "Coverage": "~40% (to available data)",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "Cube"],
-      "Online Formats": "WMS",
-      "Data Producer": "Shenk, et al.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Charon/NewHorizons/Charon_NewHorizons_Global_DEM_300m_Jul2017"
-        }
-    ],
-      "References": ["Schenk:2018icarus"]
-    },
-    {
-      "Body ID": 901,
-      "Body": "Charon",
-      "Product Name": "Mosaic",
-      "Product Type": "Absolutely Controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "35.25ppd / 300mpp 35km - 0.15kmpp (actual resolution)",
-      "Coverage": "~40% (to available data)",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "Cube"],
-      "Online Formats": "WMS",
-      "Data Producer": "Shenk, et al.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Charon/NewHorizons/Charon_NewHorizons_Global_Mosaic_300m_Jul2017"
-        }
-    ],
-      "References": ["Schenk:2018icarus"]
-    },
-    {
-      "Body ID": 999,
-      "Body": "Pluto",
-      "Product Name": "Control Network",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "N/A",
-      "Coverage": "?",
-      "Status": "Unreleased",
-      "Offline Formats": ["ISIS"],
-      "Online Formats": "?",
-      "Data Producer": "Shenk, et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2018icarus_b"]
-    },
-    {
-      "Body ID": 999,
-      "Body": "Pluto",
-      "Product Name": "Global Mosaic",
-      "Product Type": "Absolutely Controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "69.13ppd / 300mpp",
-      "Coverage": "~42% (to available data)",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "Cube"],
-      "Online Formats": "WMS",
-      "Data Producer": "Shenk, et al.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Pluto/NewHorizons/Pluto_NewHorizons_Global_Mosaic_300m_Jul2017"
-        }
-    ],
-      "References": ["Schenk:2018icarus_b"]
-    },
-    {
-      "Body ID": 999,
-      "Body": "Pluto",
-      "Product Name": "DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "800m - 100m",
-      "Resolution": "69.13ppd / 300mpp",
-      "Coverage": "~42% (to available data)",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "Cube"],
-      "Online Formats": "WMS",
-      "Data Producer": "Shenk, et al.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Pluto/NewHorizons/Pluto_NewHorizons_Global_DEM_300m_Jul2017"
-        }
-    ],
-      "References": ["Schenk:2018icarus_b"]
-    }
-  ]
-}
\ No newline at end of file
diff --git a/data/saturn.json b/data/saturn.json
deleted file mode 100644
index 10906ff..0000000
--- a/data/saturn.json
+++ /dev/null
@@ -1,719 +0,0 @@
-{
-    "headers": [
-        "Body",
-        "Product Name",
-        "Product Type",
-        "Horizontal Accuracy",
-        "Vertical Accuracy",
-        "Resolution",
-        "Coverage",
-        "Status",
-        "Offline Formats",
-        "Online Formats",
-        "Data Producer",
-        "Data Provider",
-        "References"
-    ],
-    "rows": [
-    {
-      "Body ID": 601,
-      "Body": "Mimas",
-      "Product Name": "Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["ICQ", "Tab"],
-      "Online Formats": "?",
-      "Data Producer": "Gaskell",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/mimasshape.html"
-        }
-    ],
-      "References": ["Gaskell:2013pds"]
-    },
-    {
-      "Body ID": 601,
-      "Body": "Mimas",
-      "Product Name": "Cassini Stereo Derived Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Semi-Global",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Shenk",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2010web"]
-    },
-    {
-      "Body ID": 601,
-      "Body": "Mimas",
-      "Product Name": "Cassini ISS Global Mosaic",
-      "Product Type": "Semi-controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "700mpp to < 200mpp",
-      "Coverage": "Semi-Global",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "PDF", "PNG"],
-      "Online Formats": "WMS",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-          "name": "CICLOPS",
-          "href": "https://ciclops.org/maps.php.html"
-       },{
-            "name": "PDS",
-            "href": "https://pds-imaging.jpl.nasa.gov/volumes/carto.html"
-        }
-    ],
-      "References": ["Roatsch:2018pss"]
-    },
-    {
-      "Body ID": 602,
-      "Body": "Enceladus",
-      "Product Name": "Gravity Model",
-      "Product Type": "Gravity",
-      "Horizontal Accuracy": "N/A",
-      "Vertical Accuracy": "N/A",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Iess, et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Iess:2014sci"]
-    },
-    {
-      "Body ID": 602,
-      "Body": "Enceladus",
-      "Product Name": "Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "<100m",
-      "Vertical Accuracy": "29m-2km",
-      "Resolution": "2.2kmpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Enceladus/enceladus_cassini_iss_shapemodel_bland_2019/enceladus_2019pm_radius"
-        }
-    ],
-      "References": ["Bland:2020isprs", "Bland:2019lpsc", "Bland:2019pdw"]
-    },
-    {
-      "Body ID": 602,
-      "Body": "Enceladus",
-      "Product Name": "Cassini Stereo Derived Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Semi-Global",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Shenk",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2010web"]
-    },
-    {
-      "Body ID": 602,
-      "Body": "Enceladus",
-      "Product Name": "Cassini ISS Gridded Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "37m",
-      "Vertical Accuracy": "57m (least squares);29m - 2km (expected position)",  
-      "Resolution": "2ppd / 2.2kmpp",
-      "Coverage": "92.5%",
-      "Status": "Current",
-      "Offline Formats": ["Cub", "Tiff"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Enceladus/enceladus_cassini_iss_shapemodel_bland_2019/enceladus_2019pm_topography"
-        }
-    ],
-      "References": ["Bland:2018ess"]
-    },
-    {
-      "Body ID": 602,
-      "Body": "Enceladus",
-      "Product Name": "Cassini ISS Global Mosaic",
-      "Product Type": "Relatively Controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "100mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG"],
-      "Online Formats": "WMS",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-          "name":"CICLOPS",
-          "href":"https://ciclops.org/view/7590/Map-of-Enceladus---December-2011.html"
-        },{
-          "name":"PDS",
-          "href":"https://pds-imaging.jpl.nasa.gov/volumes/carto.html"
-        },{
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Enceladus/Cassini/Enceladus_Cassini_ISS_Global_Mosaic_100m_HPF"
-        }
-    ],
-      "References": ["Roatsch:2018pss"]
-    },
-    {
-      "Body ID": 602,
-      "Body": "Enceladus",
-      "Product Name": "Cassini ISS Global Mosaic",
-      "Product Type": "Relatively Controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "110mpp / 44ppd",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Enceladus/Cassini/Enceladus_Cassini_mosaic_global_110m"
-        }
-    ],
-      "References": ["Bland:2018ess"]
-    },
-    {
-      "Body ID": 603,
-      "Body": "Tethys",
-      "Product Name": "Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["ICQ", "Tab"],
-      "Online Formats": "?",
-      "Data Producer": "Gaskell",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/tethysshape.html"
-        }
-    ],
-      "References": ["Gaskell:2013pdstethys"]
-    },
-    {
-      "Body ID": 603,
-      "Body": "Tethys",
-      "Product Name": "Cassini Stereo Derived Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Semi-Global",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Shenk",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2010web"]
-    },
-    {
-      "Body ID": 603,
-      "Body": "Tethys",
-      "Product Name": "Cassini ISS Global Mosaic",
-      "Product Type": "Semi-controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "32ppd / 293mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG", "PDF", "PNG"],
-      "Online Formats": "WMS",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "CICLOPS",
-            "href": "https://ciclops.org/maps.php.html"
-        },
-        {
-            "name": "PDS",
-            "href": "https://pds-imaging.jpl.nasa.gov/volumes/carto.html"
-        },
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Tethys/Cassini/Tethys_Cassini_mosaic_global_293m"
-        }
-    ],
-      "References": ["Roatsch:2016enc", "Roatsch:2008isprs"]
-    },
-    {
-      "Body ID": 604,
-      "Body": "Dione",
-      "Product Name": "Gravity Model",
-      "Product Type": "Gravity",
-      "Horizontal Accuracy": "N/A",
-      "Vertical Accuracy": "N/A",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Zannoni, et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Zannoni:2020icarus"]
-    },
-    {
-      "Body ID": 604,
-      "Body": "Dione",
-      "Product Name": "Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["ICQ", "Tab"],
-      "Online Formats": "?",
-      "Data Producer": "Gaskell",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/dioneshape.html"
-        }
-    ],
-      "References": ["Gaskell:2013pdsdione"]
-    },
-    {
-      "Body ID": 604,
-      "Body": "Dione",
-      "Product Name": "Cassini Stereo Derived Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Semi-Global",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Shenk",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2010web"]
-    },
-    {
-      "Body ID": 604,
-      "Body": "Dione",
-      "Product Name": "Cassini ISS Global Mosaic",
-      "Product Type": "Semi-controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "154mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG", "PDF", "PNG"],
-      "Online Formats": "WMS",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "CICLOPS",
-            "href": "https://ciclops.org/maps.php.html"
-        },
-        {
-            "name": "PDS",
-            "href": "https://pds-imaging.jpl.nasa.gov/volumes/carto.html"
-        },
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Dione/Voyager/Dione_Cassini_Voyager_mosaic_global_154m"
-        }
-    ],
-      "References": ["Roatsch:2016enc", "Roatsch:2008isprs"]
-    },
-    {
-      "Body ID": 605,
-      "Body": "Rhea",
-      "Product Name": "Gravity Model",
-      "Product Type": "Gravity",
-      "Horizontal Accuracy": "N/A",
-      "Vertical Accuracy": "N/A",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Tortora, et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Tortora:2016icarus"]
-    },
-    {
-      "Body ID": 605,
-      "Body": "Rhea",
-      "Product Name": "Cassini Stereo Derived Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Semi-Global",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Shenk",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2010web"]
-    },
-    {
-      "Body ID": 605,
-      "Body": "Rhea",
-      "Product Name": "Cassini ISS Global Mosaic",
-      "Product Type": "Semi-controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "417mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG", "PDF", "PNG"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "CICLOPS",
-            "href": "https://ciclops.org/maps.php.html"
-        },
-        {
-            "name": "PDS",
-            "href": "https://pds-imaging.jpl.nasa.gov/volumes/carto.html"
-        },
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Rhea/Cassini/Rhea_Cassini_Voyager_mosaic_global_417m"
-        }
-    ],
-      "References": ["Roatsch:2016enc", "Roatsch:2008isprs"]
-    },
-    {
-      "Body ID": 606,
-      "Body": "Titan",
-      "Product Name": "Cassini ISS Global Mosaic",
-      "Product Type": "Uncontrolled Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "11ppd / 4kmpp",
-      "Coverage": "95-97%",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": "?",
-      "Data Producer": "Perry et al.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Titan/Cassini/Global-Mosaic/Titan_ISS_P19658_Mosaic_Global_4km"
-        }
-    ],
-      "References": ["Perry:2005lpsc"]
-    },
-    {
-      "Body ID": 606,
-      "Body": "Titan",
-      "Product Name": "Cassini ISS Mosaic",
-      "Product Type": "Absolutely Controlled Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "100ppd / 450mpp",
-      "Coverage": "-65 to 45",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "PNG"],
-      "Online Formats": "WMS",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Titan/Cassini/Global-Mosaic/Titan_ISS_Globe_65Sto45N_450M_AvgMos"
-        }
-    ],
-      "References": ["Archinal:2013lpsc"]
-    },
-    {
-      "Body ID": 606,
-      "Body": "Titan",
-      "Product Name": "Cassini SAR Spline Interpolated Global Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "1ppd / 45kmpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["Tiff"],
-      "Online Formats": "?",
-      "Data Producer": "Lorenz, et al.",
-      "Data Provider": [
-        {
-            "name": "UA (Staff Website)",
-            "href": "https://www.lpl.arizona.edu/~rlorenz/titantopo/"
-        },
-        {
-            "name": "Icarus",
-            "href": "https://www.sciencedirect.com/science/article/pii/S0019103513001620"
-        }
-
-    ],
-      "References": ["Lorenz:2013icarus"]
-    },
-    {
-      "Body ID": 606,
-      "Body": "Titan",
-      "Product Name": "Radar Stereo-photogrammetric DEMs",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "200m",
-      "Resolution": "Varies",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["Unreleased"],
-      "Online Formats": "?",
-      "Data Producer": "Kirk, et al.",
-      "Data Provider": [
-        {
-            "name": "unknown",
-            "href": ""
-        }
-    ],
-      "References": ["Kirk:2012lpsc"]
-    },
-    {
-      "Body ID": 606,
-      "Body": "Titan",
-      "Product Name": "Altimeter Echo DEMs",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "35m",
-      "Resolution": "?",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["Unreleased"],
-      "Online Formats": "?",
-      "Data Producer": "Zebker, et al.",
-      "Data Provider": [
-        {
-            "name": "unknown",
-            "href": ""
-        }
-    ],
-      "References": ["Zebker:2009"]
-    },
-    {
-      "Body ID": 606,
-      "Body": "Titan",
-      "Product Name": "SAR Topo DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "160m",
-      "Resolution": "10kmpp",
-      "Coverage": "5.2%",
-      "Status": "Current",
-      "Offline Formats": ["Unreleased"],
-      "Online Formats": "?",
-      "Data Producer": "Stiles, et al.",
-      "Data Provider": [
-        {
-            "name": "unknown",
-            "href": ""
-        }
-    ],
-      "References": ["Stiles:2009icarus"]
-    },
-    {
-      "Body ID": 606,
-      "Body": "Titan",
-      "Product Name": "Merged / Interpolated Global DEM",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "4ppd",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["Text"],
-      "Online Formats": "?",
-      "Data Producer": "Corlies, et al.",
-      "Data Provider": [
-        {
-            "name": "unknown",
-            "href": ""
-        }
-    ],
-      "References": ["Corlies:2017grl"]
-    },
-    {
-      "Body ID": 606,
-      "Body": "Titan",
-      "Product Name": "Cassini VIMS Global Mosaic",
-      "Product Type": "Uncontrolled mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "32ppd / 1.4kmpp",
-      "Coverage": "Global",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Le Mouélic et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Mouelic:2019icarus"]
-    },
-    {
-      "Body ID": 608,
-      "Body": "Iapetus",
-      "Product Name": "Cassini Stereo Derived Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Semi-Global",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Shenk",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2010web"]
-    },
-    {
-      "Body ID": 608,
-      "Body": "Iapetus",
-      "Product Name": "Cassini ISS Global Mosaic",
-      "Product Type": "Semi-controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "16ppd / 803mpp",
-      "Coverage": "Semi-Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG", "PDF", "PNG"],
-      "Online Formats": "WMS",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "CICLOPS",
-            "href": "https://ciclops.org/maps.php.html"
-        },
-        {
-            "name": "PDS",
-            "href": "https://pds-imaging.jpl.nasa.gov/volumes/carto.html"
-        },
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Iapetus/Voyager_Cassini/Iapetus_Cassini_Voyager_Mosaic_Global_783m"
-        }
-    ],
-      "References": ["Roatsch:2016enc", "Roatsch:2008isprs"]
-    },
-    {
-      "Body ID": 609,
-      "Body": "c",
-      "Product Name": "Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["ICQ", "Tab"],
-      "Online Formats": "?",
-      "Data Producer": "Gaskell",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/phoebeshape.html"
-        }
-    ],
-      "References": ["Gaskell:2013pdsphoebe"]
-    },
-    {
-      "Body ID": 609,
-      "Body": "Phoebe",
-      "Product Name": "Cassini ISS Global Mosaic",
-      "Product Type": "Semi-controlled Unrectified Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "233mpp",
-      "Coverage": "Semi-Global",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "PDF", "PNG"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "CICLOPS",
-            "href": "https://ciclops.org/maps.php.html"
-        },{
-            "name":"PDS",
-            "href":"https://pds-imaging.jpl.nasa.gov/volumes/carto.html"
-        }
-    ],
-      "References": ["Roatsch:2016enc", "Roatsch:2008isprs"]
-    }
-  ]
-}
\ No newline at end of file
diff --git a/data/smallbodies.json b/data/smallbodies.json
deleted file mode 100644
index 49aae71..0000000
--- a/data/smallbodies.json
+++ /dev/null
@@ -1,712 +0,0 @@
-{
-    "headers": [
-        "Body",
-        "Product Name",
-        "Product Type",
-        "Horizontal Accuracy",
-        "Vertical Accuracy",
-        "Resolution",
-        "Coverage",
-        "Status",
-        "Offline Formats",
-        "Online Formats",
-        "Data Producer",
-        "Data Provider",
-        "References"
-    ],
-    "rows": [
-    {
-      "Body ID": 2000001,
-      "Body": "Ceres",
-      "Product Name": "Gravity Model",
-      "Product Type": "Gravity",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "300kmpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "Tab"],
-      "Online Formats": "?",
-      "Data Producer": "Konopliv, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/dawn/dwncgravL2.html"
-        }
-    ],
-      "References": ["Konopliv:2012", "Konopliv:2018icarus", "Park:2018pds"]
-    },
-    {
-      "Body ID": 2000001,
-      "Body": "Ceres",
-      "Product Name": "Dawn FC global DEM (HAMO)",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "10m",
-      "Resolution": "60ppd / 136mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/dawn/dwncfcmosaics.html"
-        },{
-          "name":"UCLA",
-          "href":"http://dawndata.igpp.ucla.edu"
-        },{
-          "name":"USGS",
-          "href":"https://astrogeology.usgs.gov/search/map/Ceres/Dawn/DLR/FramingCamera/Ceres_Dawn_FC_HAMO_DTM_DLR_Global_60ppd_Oct2016"
-        }
-    ],
-      "References": ["Preusker:2016lpsc", "Roatsch:2018pds"]
-    },
-    {
-      "Body ID": 2000001,
-      "Body": "Ceres",
-      "Product Name": "Dawn FC Regional DEM (LAMO)",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "~1.5m",
-      "Resolution": "256ppd / 32mpp",
-      "Coverage": "Regional",
-      "Status": "Superseded",
-      "Offline Formats": ["IMG"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/dawn/dwncfcmosaics.html"
-        },{
-          "name":"UCLA",
-          "href":"http://dawndata.igpp.ucla.edu"
-        }
-    ],
-      "References": ["Preusker:2016lpsc"]
-    },
-    {
-      "Body ID": 2000001,
-      "Body": "Ceres",
-      "Product Name": "Regional DEMs and Mosaics",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "~1.5m",
-      "Resolution": "256ppd / 32mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["IMG"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        }
-    ],
-      "References": ["Jaumann:2017lpsc"]
-    },
-    {
-      "Body ID": 2000001,
-      "Body": "Ceres",
-      "Product Name": "Dawn Stereo-photoclinometric (SPC) - LAMO",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "mean 10m, 89% < 20m",
-      "Resolution": "100mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["DSK", "ICQ", "IMG"],
-      "Online Formats": "WMS",
-      "Data Producer": "Park, et al.",
-      "Data Provider": [
-            {
-                "name": "NAIF",
-                "href": ""
-            },{
-            "name": "PDS",
-            "href": "https://pds.nasa.gov/ds-view/pds/viewProfile.jsp?dsid=DAWN-A-FC2-5-CERESSHAPESPC-V1.0"
-        }
-    ],
-      "References": ["Park:2019icarus", "Park:2018pds_a"]
-    },
-    {
-      "Body ID": 2000001,
-      "Body": "Ceres",
-      "Product Name": "Dawn FC global mosaic (HAMO)",
-      "Product Type": "Absolutely Controlled Orthomosaic",
-      "Horizontal Accuracy": "~16m",
-      "Vertical Accuracy": "~16m",
-      "Resolution": "140mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG"],
-      "Online Formats": "WMS",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/dawn/dwncfcmosaics.html"
-        },{
-        "name": "USGS",
-        "href": "https://astrogeology.usgs.gov/search/details/Vesta/Dawn/DLR/HAMO/Vesta_Dawn_FC_HAMO_Mosaic_Global_74ppd/cub"
-    }
-],
-      "References": ["Roatsch:2016pss"]
-    },
-    {
-      "Body ID": 2000001,
-      "Body": "Ceres",
-      "Product Name": "Dawn FC global mosaic (LAMO)",
-      "Product Type": "Absolutely Controlled Orthomosaic",
-      "Horizontal Accuracy": "~16m",
-      "Vertical Accuracy": "~16m",
-      "Resolution": "140mpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/dawn/dwncfcmosaics.html"
-        },{
-        "name": "USGS",
-        "href": "https://astrogeology.usgs.gov/search/map/Ceres/Dawn/DLR/FramingCamera/Ceres_Dawn_FC_DLR_global_20ppd_Oct2015"
-    }
-],
-      "References": ["Roatsch:2016pss"]
-    },
-    {
-      "Body ID": 2000004,
-      "Body": "Vesta",
-      "Product Name": "Gravity Model",
-      "Product Type": "Gravity",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "90kmpp",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "Tab"],
-      "Online Formats": "?",
-      "Data Producer": "Konopliv, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/dawn/dwnvgravL2.html"
-        }
-    ],
-      "References": ["Konopliv:2014icarus", "Konopliv:2017pds"]
-    },
-    {
-      "Body ID": 2000004,
-      "Body": "Vesta",
-      "Product Name": "Dawn Stereo-photogrammetric (SPG) - HAMO",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "~8m",
-      "Vertical Accuracy": "~8m",
-      "Resolution": "64ppd / 70mpp",
-      "Coverage": "~95%",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/dawn/dwnvfcshape.html"
-        }
-    ],
-      "References": ["Preusker:2012epsc", "Jaumann:2012sci"]
-    },
-    {
-      "Body ID": 2000004,
-      "Body": "Vesta",
-      "Product Name": "Dawn Stereo-photoclinometric (SPC) - LAMO",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "64ppd / 70mpp",
-      "Coverage": "Near Global",
-      "Status": "Un-released",
-      "Offline Formats": [""],
-      "Online Formats": "?",
-      "Data Producer": "Gaskell, et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Gaskell2012dps"]
-    },
-    {
-      "Body ID": 2000004,
-      "Body": "Vesta",
-      "Product Name": "Dawn FC global Mosaic (LAMO)",
-      "Product Type": "Absolutely Controlled Orthomosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "20mpp",
-      "Coverage": "~84%",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff", "IMG"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds.nasa.gov/ds-view/pds/viewProfile.jsp?dsid=DAWN-A-FC2-5-MOSAIC-V1.0"
-        }
-    ],
-      "References": ["Roatsch:2013egu"]
-    },
-    {
-      "Body ID": 2000004,
-      "Body": "Vesta",
-      "Product Name": "Dawn FC global Mosaic (HAMO)",
-      "Product Type": "Absolutely Controlled Orthomosaic",
-      "Horizontal Accuracy": "~8m",
-      "Vertical Accuracy": "~8m",
-      "Resolution": "60mpp",
-      "Coverage": "Global",
-      "Status": "Superseded",
-      "Offline Formats": ["GeoTiff", "IMG"],
-      "Online Formats": "WMS",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds.nasa.gov/ds-view/pds/viewProfile.jsp?dsid=DAWN-A-FC2-5-MOSAIC-V1.0"
-        },{
-          "name":"USGS",
-          "href":"https://astrogeology.usgs.gov/search/details/Vesta/Dawn/DLR/HAMO/Vesta_Dawn_FC_HAMO_Mosaic_Global_74ppd/cub"
-        }
-    ],
-      "References": ["LeCorre:2017pdw"]
-    },
-    {
-      "Body ID": 2000021,
-      "Body": "Lutetia",
-      "Product Name": "Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "1,500,000 facets",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["VRML"],
-      "Online Formats": "?",
-      "Data Producer": "Jorda, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds-smallbodies.astro.umd.edu/holdings/ro-a-osinac_osiwac-5-lutetia-shape-v1.0/dataset.shtml"
-        }
-    ],
-      "References": ["Sierks:2011sci"]
-    },
-    {
-      "Body ID": 2000433,
-      "Body": "Eros",
-      "Product Name": "Stereo-photoclinometric (SPC) Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "$(512 + 1) ^ 2$ Vertices / Face",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["Tab", "ICQ"],
-      "Online Formats": "?",
-      "Data Producer": "Gaskell, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://arcnav.psi.edu/urn:nasa:pds:gaskell.ast-eros.shape-model"
-        }
-    ],
-      "References": ["Gaskell:2008pds"]
-    },
-    {
-      "Body ID": 2002867,
-      "Body": "Steins",
-      "Product Name": "OSIRIS Derived SPC Derived Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "20m",
-      "Vertical Accuracy": "?",
-      "Resolution": "> 70m / facet",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["VRML"],
-      "Online Formats": "?",
-      "Data Producer": "Jorda, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": ""
-        }
-    ],
-      "References": ["Jorda:2012icarus"]
-    },
-    {
-      "Body ID": 2025143,
-      "Body": "Itokawa",
-      "Product Name": "Stereo-photoclinometric (SPC) Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "$(256 + 1) ^ 2$ Vertices / Face",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["Tab", "ICQ"],
-      "Online Formats": "?",
-      "Data Producer": "Gaskell, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://arcnav.psi.edu/urn:nasa:pds:gaskell.ast-itokawa.shape-model"
-        }
-    ],
-      "References": ["Gaskell:2006lpsc"]
-    },
-    {
-      "Body ID": 2101955,
-      "Body": "Bennu",
-      "Product Name": "Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "10m",
-      "Vertical Accuracy": "52m",
-      "Resolution": "25m between vertices",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["Tab", "Obj", "Wavefront"],
-      "Online Formats": "?",
-      "Data Producer": "Nolan, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://sbn.psi.edu/pds/resource/bennushape.html"
-        }
-    ],
-      "References": ["Nolan:2013pds"]
-    },
-    {
-      "Body ID": 2101955,
-      "Body": "Bennu",
-      "Product Name": "Shape Model (SPC)",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "<0.5m",
-      "Vertical Accuracy": "<0.5m",
-      "Resolution": "0.75~m",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["BDS (SPICE DSK)"],
-      "Online Formats": "?",
-      "Data Producer": "Barnouin, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://naif.jpl.nasa.gov/pub/naif/pds/pds4/orex/"
-        }
-    ],
-      "References": ["Barnouin:2019pss", "Barnouin:2020pss"]
-    },
-    {
-      "Body ID": 2101955,
-      "Body": "Bennu",
-      "Product Name": "Shape Model (Laser Altimieter)",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "<0.5m",
-      "Vertical Accuracy": "<0.5m",
-      "Resolution": "0.75~m",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Barnouin, et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Barnouin:2019pss", "Barnouin:2020pss"]
-    },
-    {
-      "Body ID": 2101955,
-      "Body": "Bennu",
-      "Product Name": "Global Basemap",
-      "Product Type": "Absolutely Controlled Orthomosaic",
-      "Horizontal Accuracy": "30~cm",
-      "Vertical Accuracy": "30~cm",
-      "Resolution": "0.5cm",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": "?",
-      "Data Producer": "Bennet, et al.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astropedia.prod-asc.chs.usgs.gov/search/map/Bennu/OSIRIS-REx/OCAMS/Bennu_OSIRIS-REx_OCAMS_Global_PAN_Mosaic_5cm_v1"
-        }
-    ],
-      "References": ["Bennett:2020icarus"]
-    },
-    {
-      "Body ID": 2162173,
-      "Body": "Ryugu",
-      "Product Name": "Structure From Motion (SfM) Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Un-released",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "University of Aizu",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["JAXA:2018web"]
-    },
-    {
-      "Body ID": 2162173,
-      "Body": "Ryugu",
-      "Product Name": "Stereo-photoclinometric (SPC)) Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Un-released",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Kobe University, University of Aizu",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["JAXA:2018web"]
-    },
-    {
-      "Body ID": 486958,
-      "Body": "Arrokoth",
-      "Product Name": "??? LORRI Global Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["Obj"],
-      "Online Formats": "?",
-      "Data Producer": "Spencer, et al.",
-      "Data Provider": [
-        {
-            "name": "Science",
-            "href": "https://www.science.org/doi/10.1126/science.aay3999"
-        }
-    ],
-      "References": ["Spencer:2020sci"]
-    },
-    {
-      "Body ID": 486958,
-      "Body": "Arrokoth",
-      "Product Name": "Stereo-photogrammetric Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "$<50%$",
-      "Status": "Current",
-      "Offline Formats": ["Obj"],
-      "Online Formats": "?",
-      "Data Producer": "Spencer, et al.",
-      "Data Provider": [
-        {
-            "name": "Science",
-            "href": "https://www.science.org/doi/10.1126/science.aay3999"
-        }
-    ],
-      "References": ["Spencer:2020sci"]
-    },
-    {
-      "Body ID": 1000005,
-      "Body": "Borrelly",
-      "Product Name": "Stereo-photogrammetric Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "100m",
-      "Resolution": "500m",
-      "Coverage": "~50%",
-      "Status": "Current",
-      "Offline Formats": ["TAB"],
-      "Online Formats": "?",
-      "Data Producer": "Oberst, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds.nasa.gov/ds-view/pds/viewDataset.jsp?dsid=DS1-C-MICAS-5-BORRELLY-DEM-V1.0"
-        }
-    ],
-      "References": ["Oberst:2004icarus"]
-    },
-    {
-      "Body ID": 1000005,
-      "Body": "Borrelly",
-      "Product Name": "Stereo-photogrammetric Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "100m",
-      "Resolution": "500m",
-      "Coverage": "~50%",
-      "Status": "Current",
-      "Offline Formats": ["TAB"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds.nasa.gov/ds-view/pds/viewDataset.jsp?dsid=DS1-C-MICAS-5-BORRELLY-DEM-V1.0"
-        }
-    ],
-      "References": ["Kirk:2004pds"]
-    },
-    {
-      "Body ID": 1000012,
-      "Body": "Comet 67P/C-G",
-      "Product Name": "NavCam Derived SPC Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": ">4,000,000 facets",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["DSK", "ROS"],
-      "Online Formats": "?",
-      "Data Producer": "ESA, Rosetta Mission",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pdssbn.astro.umd.edu/holdings/ro-c-multi-5-67p-shape-v2.0/dataset.shtml"
-        }
-    ],
-      "References": ["esaspc:2017"]
-    },
-    {
-      "Body ID": 1000012,
-      "Body": "Comet 67P/C-G",
-      "Product Name": "OSIRIS SPC Derived Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "<2m",
-      "Vertical Accuracy": "<2m",
-      "Resolution": ">5,000,000 plates, 1-2m maplets",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["DSK", "VRML"],
-      "Online Formats": "?",
-      "Data Producer": "Gaskell, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pdssbn.astro.umd.edu/holdings/ro-c-multi-5-67p-shape-v2.0/dataset.shtml"
-        }
-    ],
-      "References": ["Preusker:2015aaa"]
-    },
-    {
-      "Body ID": 1000012,
-      "Body": "Comet 67P/C-G",
-      "Product Name": "OSIRIS Derived SPG Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "<2m",
-      "Vertical Accuracy": "<2m",
-      "Resolution": "2m, >16,000,000 facets",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["DSK", "VRML"],
-      "Online Formats": "?",
-      "Data Producer": "DLR",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pdssbn.astro.umd.edu/holdings/ro-c-multi-5-67p-shape-v2.0/dataset.shtml"
-        }
-    ],
-      "References": ["Preusker:2015aaa"]
-    },
-    {
-      "Body ID": 1000012,
-      "Body": "Comet 67P/C-G",
-      "Product Name": "Multiresolution Photoclinometry by Deformation Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": ">1,000,000 plates",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["DSK", "VRML"],
-      "Online Formats": "?",
-      "Data Producer": "Jorda, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pdssbn.astro.umd.edu/holdings/ro-c-multi-5-67p-shape-v2.0/dataset.shtml"
-        }
-    ],
-      "References": ["Jorda:2016icarus", "Capanna:2015pds"]
-    },
-    {
-      "Body ID": 1000041,
-      "Body": "Comet 103P / Hartley 2",
-      "Product Name": "EPOXI Derived Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "10m (visible) 30m (silhouettes)",
-      "Vertical Accuracy": "18m",
-      "Resolution": "> 32,000 plates",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["TAB", "VRML"],
-      "Online Formats": "?",
-      "Data Producer": "Thomas, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pdssbn.astro.umd.edu/holdings/dif-c-hriv_mri-5-hartley2-shape-v1.0/dataset.shtml"
-        }
-    ],
-      "References": ["Thomas:2013icarus"]
-    },
-    {
-      "Body ID": 1000093,
-      "Body": "Comet Tempel 1",
-      "Product Name": "Deep Impact Derived Shape Model",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "20m",
-      "Vertical Accuracy": "20m",
-      "Resolution": "> 32,000 plates",
-      "Coverage": "Global",
-      "Status": "Current",
-      "Offline Formats": ["TAB"],
-      "Online Formats": "?",
-      "Data Producer": "Thomas, et al.",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pdssbn.astro.umd.edu/holdings/dif-c-hriv_its_mri-5-tempel1-shape-v2.0/dataset.shtml"
-        }
-    ],
-      "References": ["Thomas:2007icarus"]
-    }
-  ]
-}
\ No newline at end of file
diff --git a/data/uranus.json b/data/uranus.json
deleted file mode 100644
index ea264d8..0000000
--- a/data/uranus.json
+++ /dev/null
@@ -1,397 +0,0 @@
-{
-    "headers": [
-        "Body",
-        "Product Name",
-        "Product Type",
-        "Horizontal Accuracy",
-        "Vertical Accuracy",
-        "Resolution",
-        "Coverage",
-        "Status",
-        "Offline Formats",
-        "Online Formats",
-        "Data Producer",
-        "Data Provider",
-        "References"
-    ],
-    "rows": [
-    {
-      "Body ID": 701,
-      "Body": "Ariel",
-      "Product Name": "Control Network",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "N/A",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["ASCII"],
-      "Online Formats": "?",
-      "Data Producer": "RAND.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "http://astrogeology.usgs.gov/search/details/Ariel/ControlNetworks/Ariel_data"
-        }
-    ],
-      "References": ["Davies:1987icarus"]
-    },
-    {
-      "Body ID": 701,
-      "Body": "Ariel",
-      "Product Name": "Airbrush Mosaic",
-      "Product Type": "Controlled Unrectified Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["PDF"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://pubs.usgs.gov/imap/1920/plate-2.pdf"
-        }
-    ],
-      "References": ["USGS:1988"]
-    },
-    {
-      "Body ID": 701,
-      "Body": "Ariel",
-      "Product Name": "Controlled Unrectified Images",
-      "Product Type": "Controlled Unrectified Images",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["IMQ"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "http://astrogeology.usgs.gov/search/details/Ariel/ControlNetworks/Ariel_data"
-        }
-    ],
-      "References": ["Davies:1987icarus"]
-    },
-    {
-      "Body ID": 701,
-      "Body": "Ariel",
-      "Product Name": "Stereoscopically Derived Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Schenk et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2008isprs"]
-    },
-    {
-      "Body ID": 702,
-      "Body": "Umbriel",
-      "Product Name": "Control Network",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "N/A",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["ASCII"],
-      "Online Formats": "?",
-      "Data Producer": "RAND.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "http://astrogeology.usgs.gov/search/details/Umbriel/ControlNetworks/Umbriel_data"
-        }
-    ],
-      "References": ["Davies:1987icarus"]
-    },
-    {
-      "Body ID": 702,
-      "Body": "Umbriel",
-      "Product Name": "Airbrush Mosaic",
-      "Product Type": "Controlled Unrectified Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["PDF"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://pubs.usgs.gov/imap/1920/plate-3.pdf"
-        }
-    ],
-      "References": ["USGS:1988"]
-    },
-    {
-      "Body ID": 702,
-      "Body": "Umbriel",
-      "Product Name": "Controlled Unrectified Images",
-      "Product Type": "Controlled Unrectified Images",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["IMQ"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/details/Umbriel/ControlNetworks/Umbriel_data"
-        }
-    ],
-      "References": ["Davies:1987icarus"]
-    },
-    {
-      "Body ID": 703,
-      "Body": "Titania",
-      "Product Name": "Control Network",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "N/A",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["ASCII"],
-      "Online Formats": "?",
-      "Data Producer": "RAND.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "http://astrogeology.usgs.gov/search/details/Titania/ControlNetworks/Titania_data"
-        }
-    ],
-      "References": ["Davies:1987icarus"]
-    },
-    {
-      "Body ID": 703,
-      "Body": "Titania",
-      "Product Name": "Airbrush Mosaic",
-      "Product Type": "Controlled Unrectified Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["PDF"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://pubs.usgs.gov/imap/1920/plate-3.pdf"
-        }
-    ],
-      "References": ["USGS:1988"]
-    },
-    {
-      "Body ID": 703,
-      "Body": "Titania",
-      "Product Name": "Controlled Unrectified Images",
-      "Product Type": "Controlled Unrectified Images",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["IMQ"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "http://astrogeology.usgs.gov/search/details/Titania/ControlNetworks/Titania_data"
-        }
-    ],
-      "References": ["Davies:1987icarus"]
-    },
-    {
-      "Body ID": 703,
-      "Body": "Titania",
-      "Product Name": "Stereoscopically Derived Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Schenk et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2008isprs"]
-    },
-    {
-      "Body ID": 704,
-      "Body": "Oberon",
-      "Product Name": "Control Network",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "N/A",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["ASCII"],
-      "Online Formats": "?",
-      "Data Producer": "RAND.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "http://astrogeology.usgs.gov/search/details/Oberon/ControlNetworks/Oberon_data"
-        }
-    ],
-      "References": ["Davies:1987icarus"]
-    },
-    {
-      "Body ID": 704,
-      "Body": "Oberon",
-      "Product Name": "Airbrush Mosaic",
-      "Product Type": "Controlled Unrectified Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["PDF"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://pubs.usgs.gov/imap/1920/plate-3.pdf"
-        }
-    ],
-      "References": ["USGS:1988"]
-    },
-    {
-      "Body ID": 704,
-      "Body": "Oberon",
-      "Product Name": "Controlled Unrectified Images",
-      "Product Type": "Controlled Unrectified Images",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["IMQ"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "http://astrogeology.usgs.gov/search/details/Oberon/ControlNetworks/Oberon_data"
-        }
-    ],
-      "References": ["Davies:1987icarus"]
-    },
-    {
-      "Body ID": 705,
-      "Body": "Miranda",
-      "Product Name": "Control Network",
-      "Product Type": "Geodetic Coordinate Reference Frame (or Proxy)",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "N/A",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["ASCII"],
-      "Online Formats": "?",
-      "Data Producer": "RAND.",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "http://astrogeology.usgs.gov/search/details/Miranda/ControlNetworks/Miranda_data"
-        }
-    ],
-      "References": ["Davies:1987icarus"]
-    },
-    {
-      "Body ID": 705,
-      "Body": "Miranda",
-      "Product Name": "Airbrush Mosaic",
-      "Product Type": "Controlled Unrectified Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["PDF"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "https://pubs.usgs.gov/imap/1920/plate-1.pdf"
-        }
-    ],
-      "References": ["USGS:1988"]
-    },
-    {
-      "Body ID": 705,
-      "Body": "Miranda",
-      "Product Name": "Controlled Unrectified Images",
-      "Product Type": "Controlled Unrectified Images",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Current",
-      "Offline Formats": ["IMQ"],
-      "Online Formats": "?",
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "USGS",
-            "href": "http://astrogeology.usgs.gov/search/details/Miranda/ControlNetworks/Miranda_data"
-        }
-    ],
-      "References": ["Davies:1987icarus"]
-    },
-    {
-      "Body ID": 705,
-      "Body": "Miranda",
-      "Product Name": "Stereoscopically Derived Topography",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "?",
-      "Coverage": "25% - 45%",
-      "Status": "Unreleased",
-      "Offline Formats": ["?"],
-      "Online Formats": "?",
-      "Data Producer": "Schenk et al.",
-      "Data Provider": [
-        {
-            "name": "unreleased",
-            "href": ""
-        }
-    ],
-      "References": ["Schenk:2008isprs"]
-    }
-  ]
-}
\ No newline at end of file
diff --git a/data/venus.json b/data/venus.json
deleted file mode 100644
index aebc7b4..0000000
--- a/data/venus.json
+++ /dev/null
@@ -1,165 +0,0 @@
-{
-    "headers": [
-        "Product Name",
-        "Product Type",
-        "Horizontal Accuracy",
-        "Vertical Accuracy",
-        "Resolution",
-        "Coverage",
-        "Status",
-        "Offline Formats",
-        "Online Formats",
-        "Data Producer",
-        "Data Provider",
-        "References"
-    ],
-    "rows": [
-    {
-      "Product Name": "Magellan MGNP180U",
-      "Product Type": "Gravity",
-      "Horizontal Accuracy": "NA",
-      "Vertical Accuracy": "NA",
-      "Resolution": "1ppd",
-      "Coverage": "Near Global",
-      "Status": "Current",
-      "Offline Formats": ["DAT", "IMG"],
-      "Online Formats": ["?"],
-      "Data Producer": "JPL",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds-geosciences.wustl.edu/mgn/mgn-v-rss-5-gravity-l2-v1/mg_5201/"
-        }
-    ],
-      "References": ["Konopliv:1999icarus"]
-    },
-    {
-      "Product Name": "Magellan SAR Altimeter",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "50m",
-      "Resolution": "22ppd / 5kmpp",
-      "Coverage": "Near Global",
-      "Status": "Current",
-      "Offline Formats": ["IMG", "GeoTiff"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds-geosciences.wustl.edu/missions/magellan/gxdr/"
-        },
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/map/Venus/Magellan/RadarProperties/Venus_Magellan_Topography_Global_4641m"
-        }
-    ],
-      "References": ["Ford:1992jgr"]
-    },
-    {
-      "Product Name": "Magellan SAR Regional Stereo DEMs",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "~500mpp",
-      "Coverage": "Regional",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": ["?"],
-      "Data Producer": "Herrick, et al.",
-      "Data Provider": [
-        {
-            "name": "Personal Website (Dead link)",
-            "href": "https://www.gi.alaska.edu/~rherrick/stereotopo.html"
-        }
-    ],
-      "References": ["Herrick:2012eos"]
-    },
-    {
-      "Product Name": "Magellan SAR Cycle 3 Stereo DEMs",
-      "Product Type": "Elevation",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "~500mpp",
-      "Coverage": "~21.3%",
-      "Status": "Current",
-      "Offline Formats": ["?"],
-      "Online Formats": ["?"],
-      "Data Producer": "Nunes, et al.",
-      "Data Provider": [
-        {
-            "name": "unknown",
-            "href": ""
-        }
-    ],
-      "References": ["Nunes:2018lpsc", "Thomson:2017lpsc"]
-    },
-    {
-      "Product Name": "Magellan C3 MIDR Mosaic",
-      "Product Type": "Uncontrolled Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "52ppd / 2025mpp",
-      "Coverage": "Near Global",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds-geosciences.wustl.edu/missions/magellan/c123midr/index.htm"
-        },
-        {
-            "name": "USGS",
-            "href": "https://astrogeology.usgs.gov/search/details/Venus/Magellan/Colorized/Venus_Magellan_C3-MDIR_Colorized_Global_Mosaic_4641m/cub"
-        }
-    ],
-      "References": ["Ford:1993"]
-    },
-    {
-      "Product Name": "Magellan F-Map Left-look Mosaic",
-      "Product Type": "Uncontrolled Image Mosaic",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "1408ppd / 75mpp",
-      "Coverage": "92%",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pds-imaging.jpl.nasa.gov/volumes/magellan.html#mgnFMAP"
-        },{
-          "name": "USGS",
-          "href": "https://astrogeology.usgs.gov/search/map/Venus/Magellan/Venus_Magellan_LeftLook_mosaic_global_75m"
-      }
-    ],
-      "References": ["?"]
-    },
-    {
-      "Product Name": "Magellan F-Map Right-look Mosaic",
-      "Product Type": "Uncontrolled Image Mosaics",
-      "Horizontal Accuracy": "?",
-      "Vertical Accuracy": "?",
-      "Resolution": "1408ppd / 75mpp",
-      "Coverage": "55%",
-      "Status": "Current",
-      "Offline Formats": ["GeoTiff"],
-      "Online Formats": ["WMS"],
-      "Data Producer": "USGS",
-      "Data Provider": [
-        {
-            "name": "PDS",
-            "href": "https://pdsimage2.wr.usgs.gov/data/mgn-v-rdrs-5-dim-v1.0/"
-        },{
-          "name": "USGS",
-          "href":"https://astrogeology.usgs.gov/search/map/Venus/Magellan/Venus_Magellan_RightLook_mosaic_global_75m"
-        }
-    ],
-      "References": ["?"]
-    }
-  ]
-}
\ No newline at end of file
diff --git a/layouts/partials/lastmod.html b/layouts/partials/lastmod.html
new file mode 100644
index 0000000..545acd6
--- /dev/null
+++ b/layouts/partials/lastmod.html
@@ -0,0 +1,6 @@
+{{ $date := .Date.Format "02.01.2006" }}
+{{ $lastmod := .Lastmod.Format "02.01.2006" }}
+
+{{ if ne $lastmod $date }}
+    <span class="date-info italic">Last edited {{ .Lastmod.Format "02.01.2006" }}</span>
+{{ end }}
\ No newline at end of file
diff --git a/layouts/shortcodes/meeting-notes.html b/layouts/shortcodes/meeting-notes.html
new file mode 100644
index 0000000..5e07f56
--- /dev/null
+++ b/layouts/shortcodes/meeting-notes.html
@@ -0,0 +1 @@
+Meeting Notes from: {{ .Page.Params.date | time.Format ":date_long"}}
\ No newline at end of file
diff --git a/themes/hugo-geekdoc/layouts/partials/page-header.html b/themes/hugo-geekdoc/layouts/partials/page-header.html
index 038f577..84fe35f 100644
--- a/themes/hugo-geekdoc/layouts/partials/page-header.html
+++ b/themes/hugo-geekdoc/layouts/partials/page-header.html
@@ -55,3 +55,4 @@
     </div>
   {{ end }}
 </div>
+
diff --git a/themes/hugo-geekdoc/static/favicon/2022-09-16 Working Meeting | Planetary SDI.html b/themes/hugo-geekdoc/static/favicon/2022-09-16 Working Meeting | Planetary SDI.html
new file mode 100644
index 0000000..29356b6
--- /dev/null
+++ b/themes/hugo-geekdoc/static/favicon/2022-09-16 Working Meeting | Planetary SDI.html	
@@ -0,0 +1,2556 @@
+<!DOCTYPE html>
+<html
+  lang="en"
+  class="color-toggle-hidden"
+  
+>
+  <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
+    <meta charset="UTF-8" />
+<meta name="referrer" content="no-referrer" />
+<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+<meta name="color-scheme" content="light dark" />
+<meta name="generator" content="Hugo 0.100.2" />
+
+
+  <meta name="description" content="Meeting Notes from: September 16, 2022 Attendees Jay Laura Agenda This is just a test to see about providing Notes Action Items " />
+
+    <title>2022-09-16 Working Meeting | Planetary SDI</title>
+
+    <link rel="icon" type="image/svg+xml" href="http://localhost:1313/favicon/favicon.svg" />
+<link
+  rel="icon"
+  type="image/png"
+  sizes="32x32"
+  href="http://localhost:1313/favicon/favicon-32x32.png"
+/>
+<link
+  rel="icon"
+  type="image/png"
+  sizes="16x16"
+  href="http://localhost:1313/favicon/favicon-16x16.png"
+/>
+
+    
+
+    
+  <meta
+    property="og:title"
+    content="2022-09-16 Working Meeting"
+  />
+  <meta property="og:site_name" content="Planetary SDI" />
+  <meta property="og:description" content="Meeting Notes from: September 16, 2022 Attendees Jay Laura Agenda This is just a test to see about providing Notes Action Items " />
+<meta property="og:type" content="article" />
+<meta property="og:url" content="http://localhost:1313/europa/meeting_notes/test/" />
+
+<meta property="article:section" content="Europa" />
+    <meta
+      property="article:published_time"
+      content="2022-09-16T00:00:00+00:00"
+    />
+    <meta
+      property="article:modified_time"
+      content="2022-09-16T00:00:00+00:00"
+    />
+
+
+  <meta name="twitter:card" content="summary" />
+<meta name="twitter:title" content="2022-09-16 Working Meeting" />
+  <meta name="twitter:description" content="Meeting Notes from: September 16, 2022 Attendees Jay Laura Agenda This is just a test to see about providing Notes Action Items " />
+
+
+  <script type="application/ld+json">
+  {
+      "@context": "http://schema.org",
+      "@type": "TechArticle",
+      "articleSection": "Europa",
+      "name": "2022-09-16 Working Meeting",
+      "url" : "http://localhost:1313/europa/meeting_notes/test/",
+      "headline": "2022-09-16 Working Meeting",
+      "description": "Meeting Notes from: September 16, 2022 Attendees Jay Laura Agenda This is just a test to see about providing Notes Action Items ",
+      "wordCount" : "22",
+      "inLanguage": "en",
+      "isFamilyFriendly": "true",
+      "mainEntityOfPage": {
+          "@type": "WebPage",
+          "@id": "http://localhost:1313/europa/meeting_notes/test/"
+      },
+      "copyrightHolder" : "Planetary SDI",
+      "copyrightYear" : "2022",
+      "dateCreated": "2022-09-16T00:00:00.00Z",
+      "datePublished": "2022-09-16T00:00:00.00Z",
+      "dateModified": "2022-09-16T00:00:00.00Z",
+      "publisher":{
+          "@type":"Organization",
+          "name": "Planetary SDI",
+          "url": "http://localhost:1313/",
+          "logo": {
+              "@type": "ImageObject",
+              "url": "http://localhost:1313/brand.svg",
+              "width":"32",
+              "height":"32"
+          }
+      }
+  }
+  </script>
+
+
+    <script src="http://localhost:1313/js/main-902b82d5.bundle.min.js"></script>
+
+<link
+  rel="preload"
+  as="font"
+  href="http://localhost:1313/fonts/Metropolis.woff2"
+  type="font/woff2"
+  crossorigin="anonymous"
+/>
+<link
+  rel="preload"
+  as="font"
+  href="http://localhost:1313/fonts/LiberationSans.woff2"
+  type="font/woff2"
+  crossorigin="anonymous"
+/>
+
+<link
+  rel="preload"
+  href="http://localhost:1313/main-96593c38.min.css"
+  as="style"
+/>
+<link
+  rel="stylesheet"
+  href="http://localhost:1313/main-96593c38.min.css"
+  media="all"
+/>
+
+<link
+  rel="preload"
+  href="http://localhost:1313/mobile-c0e18b0e.min.css"
+  as="style"
+/>
+<link
+  rel="stylesheet"
+  href="http://localhost:1313/mobile-c0e18b0e.min.css"
+  media="screen and (max-width: 45rem)"
+/>
+
+<link
+  rel="preload"
+  href="http://localhost:1313/print-19966b38.min.css"
+  as="style"
+/>
+<link
+  rel="stylesheet"
+  href="http://localhost:1313/print-19966b38.min.css"
+  media="print"
+/>
+
+<link
+  rel="preload"
+  href="http://localhost:1313/custom.css"
+  as="style"
+/>
+<link
+  rel="stylesheet"
+  href="http://localhost:1313/custom.css"
+  media="all"
+/>
+  <link href="http://localhost:1313/europa/meeting_notes/test/" rel="canonical" type="text/html" />
+
+<!-- Made with Geekdoc theme https://github.com/thegeeklab/hugo-geekdoc -->
+
+    
+<link rel="stylesheet" type="text/css" href="http://localhost:1313/hugo-cite.css" />
+
+
+<script async type="text/javascript" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOI" id="_fed_an_ua_tag"></script>
+
+
+<link href="http://localhost:1313/css/styles.css" rel="stylesheet" type="text/css" media="screen" />
+<script async type="text/javascript" src="http://localhost:1313/js/uswds.min.js"></script>
+  </head>
+
+  <body itemscope itemtype="https://schema.org/WebPage">
+    
+  <!-- geekdoc include: sprites/geekdoc.svg -->
+  <svg class="svg-sprite" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><svg viewBox="-7.27 -7.27 38.55 38.55" id="gdoc_arrow_back" xmlns="http://www.w3.org/2000/svg"><path d="M24 10.526v2.947H5.755l8.351 8.421-2.105 2.105-12-12 12-12 2.105 2.105-8.351 8.421H24z"/></svg><svg viewBox="-7.27 -7.27 38.55 38.55" id="gdoc_arrow_left_alt" xmlns="http://www.w3.org/2000/svg"><path d="M5.965 10.526V6.035L0 12l5.965 5.965v-4.491H24v-2.947H5.965z"/></svg><svg viewBox="-7.27 -7.27 38.55 38.55" id="gdoc_arrow_right_alt" xmlns="http://www.w3.org/2000/svg"><path d="M18.035 10.526V6.035L24 12l-5.965 5.965v-4.491H0v-2.947h18.035z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_bitbucket" xmlns="http://www.w3.org/2000/svg"><path d="M15.905 13.355c.189 1.444-1.564 2.578-2.784 1.839-1.375-.602-1.375-2.784-.034-3.403 1.151-.705 2.818.223 2.818 1.564zm1.907-.361c-.309-2.44-3.076-4.056-5.328-3.042-1.426.636-2.389 2.148-2.32 3.747.086 2.097 2.08 3.815 4.176 3.626s3.729-2.234 3.472-4.331zm4.108-9.315c-.756-.997-2.045-1.169-3.179-1.358-3.214-.516-6.513-.533-9.727.034-1.066.172-2.269.361-2.939 1.323 1.1 1.031 2.664 1.186 4.073 1.358 2.544.327 5.156.344 7.699.017 1.426-.172 3.008-.309 4.073-1.375zm.979 17.788c-.481 1.684-.206 3.953-1.994 4.932-3.076 1.701-6.806 1.89-10.191 1.289-1.787-.327-3.884-.894-4.864-2.578-.43-1.65-.705-3.334-.98-5.018l.103-.275.309-.155c5.121 3.386 12.288 3.386 17.427 0 .808.241.206 1.22.189 1.805zM26.01 4.951c-.584 3.764-1.255 7.51-1.908 11.257-.189 1.1-1.255 1.719-2.148 2.183-3.214 1.615-6.96 1.89-10.483 1.512-2.389-.258-4.829-.894-6.771-2.389-.911-.705-.911-1.908-1.083-2.922-.602-3.523-1.289-7.046-1.719-10.604.206-1.547 1.942-2.217 3.231-2.698C6.848.654 8.686.362 10.508.19c3.884-.378 7.854-.241 11.618.859 1.341.395 2.784.945 3.695 2.097.412.533.275 1.203.189 1.805z"/></svg><svg viewBox="-7.27 -7.27 38.55 38.55" id="gdoc_bookmark" xmlns="http://www.w3.org/2000/svg"><path d="M15.268 4.392q.868 0 1.532.638t.664 1.506v17.463l-7.659-3.268-7.608 3.268V6.536q0-.868.664-1.506t1.532-.638h10.876zm4.34 14.144V4.392q0-.868-.638-1.532t-1.506-.664H6.537q0-.868.664-1.532T8.733 0h10.876q.868 0 1.532.664t.664 1.532v17.412z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_brightness_auto" xmlns="http://www.w3.org/2000/svg"><path d="M16.846 18.938h2.382L15.22 7.785h-2.44L8.772 18.938h2.382l.871-2.44h3.95zm7.087-9.062L27.999 14l-4.066 4.124v5.809h-5.809L14 27.999l-4.124-4.066H4.067v-5.809L.001 14l4.066-4.124V4.067h5.809L14 .001l4.124 4.066h5.809v5.809zm-11.385 4.937L14 10.282l1.452 4.531h-2.904z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_brightness_dark" xmlns="http://www.w3.org/2000/svg"><path d="M14 21.435q3.079 0 5.257-2.178T21.435 14t-2.178-5.257T14 6.565q-1.51 0-3.079.697 1.917.871 3.108 2.701T15.22 14t-1.191 4.037-3.108 2.701q1.568.697 3.079.697zm9.933-11.559L27.999 14l-4.066 4.124v5.809h-5.809L14 27.999l-4.124-4.066H4.067v-5.809L.001 14l4.066-4.124V4.067h5.809L14 .001l4.124 4.066h5.809v5.809z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_brightness_light" xmlns="http://www.w3.org/2000/svg"><path d="M14 21.435q3.079 0 5.257-2.178T21.435 14t-2.178-5.257T14 6.565 8.743 8.743 6.565 14t2.178 5.257T14 21.435zm9.933-3.311v5.809h-5.809L14 27.999l-4.124-4.066H4.067v-5.809L.001 14l4.066-4.124V4.067h5.809L14 .001l4.124 4.066h5.809v5.809L27.999 14z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_check" xmlns="http://www.w3.org/2000/svg"><path d="M8.885 20.197L25.759 3.323l2.24 2.24L8.885 24.677 0 15.792l2.24-2.24z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_check_circle_outline" xmlns="http://www.w3.org/2000/svg"><path d="M14 25.239q4.601 0 7.92-3.319T25.239 14 21.92 6.08 14 2.761 6.08 6.08 2.761 14t3.319 7.92T14 25.239zM14 0q5.784 0 9.892 4.108T28 14t-4.108 9.892T14 28t-9.892-4.108T0 14t4.108-9.892T14 0zm6.441 7.822l1.972 1.972-11.239 11.239L4.207 14l1.972-1.972 4.995 4.995z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_cloud_off" xmlns="http://www.w3.org/2000/svg"><path d="M9.023 10.5H7q-1.914 0-3.281 1.395t-1.367 3.309 1.367 3.281T7 19.852h11.375zM3.5 4.976l1.477-1.477L24.5 23.022l-1.477 1.477-2.352-2.297H6.999q-2.898 0-4.949-2.051t-2.051-4.949q0-2.844 1.969-4.867t4.758-2.133zm19.086 5.578q2.242.164 3.828 1.832T28 16.351q0 3.008-2.461 4.758l-1.695-1.695q1.805-.984 1.805-3.063 0-1.422-1.039-2.461t-2.461-1.039h-1.75v-.602q0-2.68-1.859-4.539t-4.539-1.859q-1.531 0-2.953.711l-1.75-1.695Q11.431 3.5 14.001 3.5q2.953 0 5.496 2.078t3.09 4.977z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_code" xmlns="http://www.w3.org/2000/svg"><path d="M9.917 24.5a1.75 1.75 0 10-3.501.001 1.75 1.75 0 003.501-.001zm0-21a1.75 1.75 0 10-3.501.001A1.75 1.75 0 009.917 3.5zm11.666 2.333a1.75 1.75 0 10-3.501.001 1.75 1.75 0 003.501-.001zm1.75 0a3.502 3.502 0 01-1.75 3.026c-.055 6.581-4.721 8.039-7.82 9.023-2.898.911-3.846 1.349-3.846 3.117v.474a3.502 3.502 0 011.75 3.026c0 1.932-1.568 3.5-3.5 3.5s-3.5-1.568-3.5-3.5c0-1.294.711-2.424 1.75-3.026V6.526A3.502 3.502 0 014.667 3.5c0-1.932 1.568-3.5 3.5-3.5s3.5 1.568 3.5 3.5a3.502 3.502 0 01-1.75 3.026v9.06c.93-.456 1.914-.766 2.807-1.039 3.391-1.075 5.323-1.878 5.359-5.687a3.502 3.502 0 01-1.75-3.026c0-1.932 1.568-3.5 3.5-3.5s3.5 1.568 3.5 3.5z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_copy" xmlns="http://www.w3.org/2000/svg"><path d="M23.502 25.438V7.626H9.562v17.812h13.94zm0-20.315q1.013 0 1.787.745t.774 1.757v17.812q0 1.013-.774 1.787t-1.787.774H9.562q-1.013 0-1.787-.774t-.774-1.787V7.625q0-1.013.774-1.757t1.787-.745h13.94zM19.689 0v2.562H4.438v17.812H1.936V2.562q0-1.013.745-1.787T4.438.001h15.251z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_dangerous" xmlns="http://www.w3.org/2000/svg"><path d="M21.802 19.833L15.969 14l5.833-5.833-1.969-1.969L14 12.031 8.167 6.198 6.198 8.167 12.031 14l-5.833 5.833 1.969 1.969L14 15.969l5.833 5.833zM19.833 0L28 8.167v11.666L19.833 28H8.167L0 19.833V8.167L8.167 0h11.666z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_date" xmlns="http://www.w3.org/2000/svg"><path d="M27.192 28.844V11.192H4.808v17.652h22.384zm0-25.689q1.277 0 2.253.976t.976 2.253v22.459q0 1.277-.976 2.216t-2.253.939H4.808q-1.352 0-2.291-.901t-.939-2.253V6.385q0-1.277.939-2.253t2.291-.976h1.577V.001h3.23v3.155h12.769V.001h3.23v3.155h1.577zm-3.155 11.267v3.155h-3.23v-3.155h3.23zm-6.46 0v3.155h-3.155v-3.155h3.155zm-6.384 0v3.155h-3.23v-3.155h3.23z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_download" xmlns="http://www.w3.org/2000/svg"><path d="M2.866 28.209h26.269v3.79H2.866v-3.79zm26.268-16.925L16 24.418 2.866 11.284h7.493V.001h11.283v11.283h7.493z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_email" xmlns="http://www.w3.org/2000/svg"><path d="M28.845 9.615v-3.23L16 14.422 3.155 6.385v3.23L16 17.577zm0-6.46q1.277 0 2.216.977T32 6.385v19.23q0 1.277-.939 2.253t-2.216.977H3.155q-1.277 0-2.216-.977T0 25.615V6.385q0-1.277.939-2.253t2.216-.977h25.69z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_error_outline" xmlns="http://www.w3.org/2000/svg"><path d="M14 25.239q4.601 0 7.92-3.319T25.239 14 21.92 6.08 14 2.761 6.08 6.08 2.761 14t3.319 7.92T14 25.239zM14 0q5.784 0 9.892 4.108T28 14t-4.108 9.892T14 28t-9.892-4.108T0 14t4.108-9.892T14 0zm-1.38 6.967h2.761v8.413H12.62V6.967zm0 11.239h2.761v2.826H12.62v-2.826z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_fire" xmlns="http://www.w3.org/2000/svg"><path d="M17.689 21.998q-.32.32-.8.576t-.864.384q-1.152.384-2.272.032t-1.888-.992q-.128-.128-.096-.256t.16-.192q1.216-.384 1.92-1.216t.96-1.792q.192-.896-.064-1.728t-.384-1.728q-.128-.704-.096-1.376t.288-1.312q0-.128.128-.128t.192.064q.384.832.992 1.472t1.28 1.216 1.216 1.248.672 1.568q.064.384.064.704.064.96-.32 1.92t-1.088 1.536zm3.84-10.944q-.768-.704-1.6-1.28t-1.6-1.344q-1.536-1.536-2.016-3.584t.16-4.16q.128-.32-.096-.544t-.544-.096q-.768.32-1.44.768t-1.312.896q-1.984 1.664-3.136 3.936T8.633 10.51t.8 5.088q0 .128.032.256t.032.256q0 .576-.512.832t-1.024-.192q-.128-.192-.192-.32-1.024-1.28-1.376-2.912t-.096-3.232q.064-.384-.288-.576t-.608.128q-1.28 1.664-1.856 3.68t-.448 4.064q0 .576.096 1.184t.288 1.184q.448 1.536 1.216 2.816 1.216 2.048 3.264 3.424t4.416 1.696q2.496.32 5.024-.256t4.448-2.304q1.408-1.344 2.208-3.104t.864-3.68-.704-3.712q-.064-.128-.096-.224t-.096-.224q-.576-1.088-1.28-1.984-.256-.384-.544-.704t-.672-.64z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_git" xmlns="http://www.w3.org/2000/svg"><path d="M27.472 12.753L15.247.529a1.803 1.803 0 00-2.55 0l-2.84 2.84 2.137 2.137a2.625 2.625 0 013.501 3.501l3.499 3.499a2.625 2.625 0 11-1.237 1.237l-3.499-3.499c-.083.04-.169.075-.257.106v7.3a2.626 2.626 0 11-1.75 0v-7.3a2.626 2.626 0 01-1.494-3.607L8.62 4.606l-8.09 8.09a1.805 1.805 0 000 2.551l12.225 12.224a1.803 1.803 0 002.55 0l12.168-12.168a1.805 1.805 0 000-2.551z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_gitea" xmlns="http://www.w3.org/2000/svg"><path d="M5.581 7.229c-2.46-.005-5.755 1.559-5.573 5.48.284 6.125 6.56 6.693 9.068 6.743.275 1.149 3.227 5.112 5.412 5.32h9.573c5.741-.381 10.04-17.363 6.853-17.427-5.271.248-8.395.373-11.073.395v5.3l-.835-.369-.005-4.928c-3.075-.001-5.781-.144-10.919-.397-.643-.004-1.539-.113-2.501-.116zm.348 2.166h.293c.349 3.14.917 4.976 2.067 7.781-2.933-.347-5.429-1.199-5.888-4.38-.237-1.647.563-3.365 3.528-3.401zm11.409 3.087c.2.003.404.04.596.128l.999.431-.716 1.305h-.007a.996.996 0 00-.321.053l.006-.002c-.349.114-.593.406-.593.749 0 .097.019.189.055.275l-.002-.006a.767.767 0 00.151.233l-.001-.001-1.235 2.248a.99.99 0 00-.302.052l.006-.002c-.349.114-.593.406-.593.749 0 .097.019.189.055.275l-.002-.006c.128.31.457.527.843.527a.987.987 0 00.31-.049l-.006.002c.348-.114.592-.406.592-.749 0-.097-.02-.19-.056-.277l.002.006a.784.784 0 00-.211-.293l1.203-2.189a.999.999 0 00.397-.041l-.006.002a.942.942 0 00.285-.15l-.001.001c.464.195.844.353 1.117.488.411.203.556.337.6.487.044.147-.004.429-.236.925-.173.369-.46.893-.799 1.511h-.02a.991.991 0 00-.321.053l.006-.002c-.349.114-.593.406-.593.749 0 .097.019.189.055.275l-.002-.006c.128.31.457.527.843.527a.987.987 0 00.31-.049l-.006.002c.348-.114.592-.406.592-.749a.703.703 0 00-.055-.275l.002.006a.802.802 0 00-.183-.27l.001.001c.335-.611.623-1.136.808-1.531.251-.536.381-.935.267-1.32s-.467-.636-.933-.867c-.307-.151-.689-.311-1.147-.503a.723.723 0 00-.052-.324l.002.006a.792.792 0 00-.194-.279l.704-1.284 3.899 1.684c.704.305.995 1.053.653 1.68l-2.68 4.907c-.343.625-1.184.884-1.888.58l-5.516-2.384c-.704-.304-.996-1.053-.653-1.68l2.68-4.905c.235-.431.707-.687 1.207-.707z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_github" xmlns="http://www.w3.org/2000/svg"><path d="M16 .394c8.833 0 15.999 7.166 15.999 15.999 0 7.062-4.583 13.062-10.937 15.187-.813.146-1.104-.354-1.104-.771 0-.521.021-2.25.021-4.396 0-1.5-.5-2.458-1.083-2.958 3.562-.396 7.312-1.75 7.312-7.896 0-1.75-.625-3.167-1.646-4.291.167-.417.708-2.042-.167-4.25-1.333-.417-4.396 1.646-4.396 1.646a15.032 15.032 0 00-8 0S8.937 6.602 7.603 7.018c-.875 2.208-.333 3.833-.167 4.25-1.021 1.125-1.646 2.542-1.646 4.291 0 6.125 3.729 7.5 7.291 7.896-.458.417-.875 1.125-1.021 2.146-.917.417-3.25 1.125-4.646-1.333-.875-1.521-2.458-1.646-2.458-1.646-1.562-.021-.104.979-.104.979 1.042.479 1.771 2.333 1.771 2.333.938 2.854 5.396 1.896 5.396 1.896 0 1.333.021 2.583.021 2.979 0 .417-.292.917-1.104.771C4.582 29.455-.001 23.455-.001 16.393-.001 7.56 7.165.394 15.998.394zM6.063 23.372c.042-.083-.021-.187-.146-.25-.125-.042-.229-.021-.271.042-.042.083.021.187.146.25.104.062.229.042.271-.042zm.646.709c.083-.062.062-.208-.042-.333-.104-.104-.25-.146-.333-.062-.083.062-.062.208.042.333.104.104.25.146.333.062zm.625.937c.104-.083.104-.25 0-.396-.083-.146-.25-.208-.354-.125-.104.062-.104.229 0 .375s.271.208.354.146zm.875.875c.083-.083.042-.271-.083-.396-.146-.146-.333-.167-.417-.062-.104.083-.062.271.083.396.146.146.333.167.417.062zm1.187.521c.042-.125-.083-.271-.271-.333-.167-.042-.354.021-.396.146s.083.271.271.312c.167.062.354 0 .396-.125zm1.313.104c0-.146-.167-.25-.354-.229-.187 0-.333.104-.333.229 0 .146.146.25.354.229.187 0 .333-.104.333-.229zm1.208-.208c-.021-.125-.187-.208-.375-.187-.187.042-.312.167-.292.312.021.125.187.208.375.167s.312-.167.292-.292z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_gitlab" xmlns="http://www.w3.org/2000/svg"><path d="M1.629 11.034L14 26.888.442 17.048a1.09 1.09 0 01-.39-1.203l1.578-4.811zm7.217 0h10.309l-5.154 15.854zM5.753 1.475l3.093 9.559H1.63l3.093-9.559a.548.548 0 011.031 0zm20.618 9.559l1.578 4.811c.141.437-.016.922-.39 1.203l-13.558 9.84 12.371-15.854zm0 0h-7.216l3.093-9.559a.548.548 0 011.031 0z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_heart" xmlns="http://www.w3.org/2000/svg"><path d="M16 29.714a1.11 1.11 0 01-.786-.321L4.072 18.643c-.143-.125-4.071-3.714-4.071-8 0-5.232 3.196-8.357 8.535-8.357 3.125 0 6.053 2.464 7.464 3.857 1.411-1.393 4.339-3.857 7.464-3.857 5.339 0 8.535 3.125 8.535 8.357 0 4.286-3.928 7.875-4.089 8.035L16.785 29.392c-.214.214-.5.321-.786.321z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_home" xmlns="http://www.w3.org/2000/svg"><path d="M24.003 15.695v8.336c0 .608-.504 1.111-1.111 1.111h-6.669v-6.669h-4.446v6.669H5.108a1.119 1.119 0 01-1.111-1.111v-8.336c0-.035.017-.069.017-.104L14 7.359l9.986 8.232a.224.224 0 01.017.104zm3.873-1.198l-1.077 1.285a.578.578 0 01-.365.191h-.052a.547.547 0 01-.365-.122L14 5.831 1.983 15.851a.594.594 0 01-.417.122.578.578 0 01-.365-.191L.124 14.497a.57.57 0 01.069-.781L12.679 3.314c.729-.608 1.91-.608 2.64 0l4.237 3.543V3.471c0-.313.243-.556.556-.556h3.334c.313 0 .556.243.556.556v7.085l3.803 3.161c.226.191.26.556.069.781z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_info_outline" xmlns="http://www.w3.org/2000/svg"><path d="M12.62 9.793V6.967h2.761v2.826H12.62zM14 25.239q4.601 0 7.92-3.319T25.239 14 21.92 6.08 14 2.761 6.08 6.08 2.761 14t3.319 7.92T14 25.239zM14 0q5.784 0 9.892 4.108T28 14t-4.108 9.892T14 28t-9.892-4.108T0 14t4.108-9.892T14 0zm-1.38 21.033V12.62h2.761v8.413H12.62z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_keyboard_arrow_down" xmlns="http://www.w3.org/2000/svg"><path d="M3.281 5.36L14 16.079 24.719 5.36 28 8.641l-14 14-14-14z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_keyboard_arrow_left" xmlns="http://www.w3.org/2000/svg"><path d="M25.875 28.25L22.125 32 6.126 16.001 22.125.002l3.75 3.75-12.25 12.25z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_keyboard_arrow_right" xmlns="http://www.w3.org/2000/svg"><path d="M6.125 28.25L18.375 16 6.125 3.75 9.875 0l15.999 15.999L9.875 31.998z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_keyboard_arrow_up" xmlns="http://www.w3.org/2000/svg"><path d="M24.719 22.64L14 11.921 3.281 22.64 0 19.359l14-14 14 14z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_language" xmlns="http://www.w3.org/2000/svg"><path d="M20.112 16.826h4.732q.394-1.84.394-2.826t-.394-2.826h-4.732q.197 1.38.197 2.826t-.197 2.826zm-2.497 7.756q1.643-.526 3.418-2.005t2.695-2.991h-4.141q-.657 2.629-1.972 4.995zm-.329-7.756q.197-1.38.197-2.826t-.197-2.826h-6.573q-.197 1.38-.197 2.826t.197 2.826h6.573zM14 25.173q1.84-2.695 2.695-5.587h-5.39q.854 2.892 2.695 5.587zM8.413 8.413q.789-2.826 1.972-4.995-1.643.526-3.451 2.005T4.272 8.414h4.141zM4.272 19.587q.854 1.512 2.662 2.991t3.451 2.005q-1.315-2.366-1.972-4.995H4.272zm-1.117-2.761h4.732Q7.69 15.446 7.69 14t.197-2.826H3.155q-.394 1.84-.394 2.826t.394 2.826zM14 2.826q-1.84 2.695-2.695 5.587h5.39Q15.841 5.521 14 2.826zm9.727 5.587q-.92-1.512-2.695-2.991t-3.418-2.005q1.183 2.169 1.972 4.995h4.141zM14 0q5.784 0 9.892 4.108T28 14t-4.108 9.892T14 28t-9.892-4.108T0 14t4.108-9.892T14 0z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_link" xmlns="http://www.w3.org/2000/svg"><path d="M24.037 7.963q3.305 0 5.634 2.366T32 16t-2.329 5.671-5.634 2.366h-6.46v-3.08h6.46q2.028 0 3.493-1.465t1.465-3.493-1.465-3.493-3.493-1.465h-6.46v-3.08h6.46zM9.615 17.578v-3.155h12.77v3.155H9.615zM3.005 16q0 2.028 1.465 3.493t3.493 1.465h6.46v3.08h-6.46q-3.305 0-5.634-2.366T0 16.001t2.329-5.671 5.634-2.366h6.46v3.08h-6.46q-2.028 0-3.493 1.465t-1.465 3.493z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_mastodon" xmlns="http://www.w3.org/2000/svg"><path d="M30.924 10.506c0-6.941-4.548-8.976-4.548-8.976C24.083.477 20.144.034 16.054.001h-.101C11.862.034 7.926.477 5.633 1.53c0 0-4.548 2.035-4.548 8.976 0 1.589-.031 3.491.02 5.505.165 6.79 1.245 13.479 7.522 15.14 2.893.765 5.379.927 7.38.816 3.629-.2 5.667-1.296 5.667-1.296l-.12-2.633s-2.593.817-5.505.719c-2.887-.099-5.932-.311-6.399-3.855a7.069 7.069 0 01-.064-.967v-.028.001s2.833.693 6.423.857c2.195.1 4.253-.129 6.344-.377 4.009-.479 7.5-2.949 7.939-5.207.689-3.553.633-8.676.633-8.676zm-5.366 8.945h-3.329v-8.159c0-1.72-.724-2.592-2.171-2.592-1.6 0-2.403 1.035-2.403 3.083v4.465h-3.311v-4.467c0-2.048-.803-3.083-2.403-3.083-1.447 0-2.171.873-2.171 2.592v8.159H6.441v-8.404c0-1.719.437-3.084 1.316-4.093.907-1.011 2.092-1.528 3.565-1.528 1.704 0 2.995.655 3.848 1.965l.828 1.391.829-1.391c.853-1.311 2.144-1.965 3.848-1.965 1.472 0 2.659.517 3.565 1.528.877 1.009 1.315 2.375 1.315 4.093z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_matrix" xmlns="http://www.w3.org/2000/svg"><path d="M.843.734v30.532H3.04v.733H0V0h3.04v.733zm9.391 9.68v1.543h.044a4.417 4.417 0 011.489-1.365c.577-.327 1.248-.487 2-.487.72 0 1.377.143 1.975.419.597.277 1.047.776 1.36 1.477.339-.499.8-.941 1.379-1.323.579-.383 1.267-.573 2.061-.573.604 0 1.163.075 1.68.223a3.34 3.34 0 011.324.707c.368.327.652.745.861 1.268.203.523.307 1.151.307 1.889v7.637h-3.132v-6.468c0-.381-.013-.745-.043-1.083a2.315 2.315 0 00-.246-.893l.006.013a1.484 1.484 0 00-.577-.593l-.007-.004c-.259-.147-.609-.221-1.047-.221-.443 0-.8.085-1.071.252-.267.166-.483.39-.635.656l-.005.009a2.558 2.558 0 00-.307.915l-.002.013a7.156 7.156 0 00-.08 1.044v6.359h-3.133v-6.4c0-.339-.005-.671-.024-1.003a2.772 2.772 0 00-.197-.936l.007.019a1.41 1.41 0 00-.548-.667l-.006-.003c-.259-.167-.635-.253-1.139-.253-.148 0-.345.032-.585.099-.24.068-.48.191-.707.376-.228.184-.425.449-.585.793-.16.345-.24.8-.24 1.36v6.621H7.279v-11.42zm20.923 20.852V.734H28.96V.001H32V32h-3.04v-.733z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_menu" xmlns="http://www.w3.org/2000/svg"><path d="M.001 5.334h31.998v3.583H.001V5.334zm0 12.416v-3.5h31.998v3.5H.001zm0 8.916v-3.583h31.998v3.583H.001z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_notification" xmlns="http://www.w3.org/2000/svg"><path d="M22.615 19.384l2.894 2.894v1.413H2.49v-1.413l2.894-2.894V12.25q0-3.365 1.716-5.856t4.745-3.231v-1.01q0-.875.606-1.514T13.999 0t1.548.639.606 1.514v1.01q3.029.74 4.745 3.231t1.716 5.856v7.134zM14 27.999q-1.211 0-2.053-.808t-.841-2.019h5.788q0 1.144-.875 1.986T14 27.999z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_path" xmlns="http://www.w3.org/2000/svg"><path d="M28 12.62h-9.793V8.414h-2.826v11.173h2.826v-4.206H28V26.62h-9.793v-4.206H12.62v-14H9.794v4.206H.001V1.381h9.793v4.206h8.413V1.381H28V12.62z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_person" xmlns="http://www.w3.org/2000/svg"><path d="M16 20.023q5.052 0 10.526 2.199t5.473 5.754v4.023H0v-4.023q0-3.555 5.473-5.754t10.526-2.199zM16 16q-3.275 0-5.614-2.339T8.047 8.047t2.339-5.661T16 0t5.614 2.386 2.339 5.661-2.339 5.614T16 16z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_search" xmlns="http://www.w3.org/2000/svg"><path d="M11.925 20.161q3.432 0 5.834-2.402t2.402-5.834-2.402-5.834-5.834-2.402-5.834 2.402-2.402 5.834 2.402 5.834 5.834 2.402zm10.981 0L32 29.255 29.255 32l-9.094-9.094v-1.458l-.515-.515q-3.26 2.831-7.721 2.831-4.976 0-8.45-3.432T.001 11.925t3.474-8.45 8.45-3.474 8.407 3.474 3.432 8.45q0 1.802-.858 4.075t-1.973 3.646l.515.515h1.458z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_shield" xmlns="http://www.w3.org/2000/svg"><path d="M22.167 15.166V3.5h-8.166v20.726c.93-.492 2.424-1.349 3.883-2.497 1.95-1.531 4.284-3.919 4.284-6.562zm3.499-13.999v14c0 7.674-10.737 12.523-11.192 12.724-.146.073-.31.109-.474.109s-.328-.036-.474-.109c-.456-.201-11.192-5.049-11.192-12.724v-14C2.334.529 2.863 0 3.501 0H24.5c.638 0 1.167.529 1.167 1.167z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_star" xmlns="http://www.w3.org/2000/svg"><path d="M14 22.052L5.324 27.31l2.3-9.859L0 10.813l10.056-.854L14 .692l3.944 9.267L28 10.813l-7.624 6.638 2.3 9.859z"/></svg><svg viewBox="-7.27 -7.27 42.55 42.55" id="gdoc_tag" xmlns="http://www.w3.org/2000/svg"><path d="M17.52 17.52v-7.041h-7.041v7.041h7.041zM28 10.479h-7.041v7.041H28v3.439h-7.041V28H17.52v-7.041h-7.041V28H7.04v-7.041H-.001V17.52H7.04v-7.041H-.001V7.04H7.04V-.001h3.439V7.04h7.041V-.001h3.439V7.04H28v3.439z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_timer" xmlns="http://www.w3.org/2000/svg"><path d="M16 29q4.428 0 7.536-3.143t3.107-7.571-3.107-7.536T16 7.643 8.464 10.75t-3.107 7.536 3.107 7.571T16 29zM26.714 9.786q1.214 1.571 2.107 4.036t.893 4.464q0 5.643-4 9.678T16 32t-9.714-4.036-4-9.678 4-9.678T16 4.572q1.929 0 4.464.929t4.107 2.143l2.143-2.214q1.143.929 2.143 2.143zM14.5 19.857v-9.143h3v9.143h-3zM20.571.001v3.071h-9.143V.001h9.143z"/></svg><svg viewBox="-7.27 -7.27 46.55 46.55" id="gdoc_xmpp" xmlns="http://www.w3.org/2000/svg"><path d="M31.995 4.237c-.449.175-1.12.433-1.936.745-1.544.591-2.328.891-2.924 1.093-.613.208-1.287.409-2.635.813-.911.272-1.672.495-2.212.651-.031.875 0 2.177-.292 3.635a21.837 21.837 0 01-2.016 5.765c-1.496 2.944-3.236 4.817-3.88 5.476-.056-.059-.112-.117-.168-.179-.707-.763-2.403-2.703-3.815-5.683-1.053-2.223-1.484-4.044-1.605-4.584-.356-1.589-.427-2.955-.427-4.117 0-.075-.036-.129-.101-.149-.721-.223-1.765-.519-2.887-.853-1.271-.379-2.193-.744-3.408-1.2-.493-.185-1.409-.547-2.217-.859C.723 4.499.113 4.236.041 4.236c-.005 0-.015 0-.023.012a.131.131 0 00-.019.076c.009.593.08 1.361.256 2.365.615 3.503 2.688 7.061 4.36 9.244 0 0 3.717 5.035 9.128 8.144l.303.176c-.009.008-.02.015-.028.021-1.717 1.316-3.201 1.977-3.579 2.14a15.71 15.71 0 01-2.219.772v.407a25.31 25.31 0 002.72-.487 26.72 26.72 0 005.075-1.792c.136.067.276.136.42.204 1.527.725 3.571 1.627 6.073 2.048.613.103 1.136.165 1.507.195a.109.109 0 00.115-.091.55.55 0 00.004-.217.107.107 0 00-.063-.073c-.505-.209-1.201-.4-1.983-.719-.935-.381-2.241-1.067-3.648-2.128a13.528 13.528 0 01-.367-.287c4.64-2.656 7.989-6.588 7.989-6.588 1.735-2.036 4.441-5.623 5.431-9.795.349-1.473.539-2.741.5-3.628z"/></svg></defs></svg>
+
+
+
+
+    <div
+      class="wrapper "
+    >
+      <input type="checkbox" class="hidden" id="menu-control" />
+      <input type="checkbox" class="hidden" id="menu-header-control" />
+      
+      <header class="gdoc-header">
+  <section class="usa-banner" aria-label="Official government website">
+    <div class="usa-accordion">
+      <header class="usa-banner__header">
+        <div class="usa-banner__inner">
+          <div class="grid-col-auto">
+            <img
+              class="usa-banner__header-flag"
+              src="http://localhost:1313/img/us_flag_small.png"
+              alt="U.S. flag"
+            />
+          </div>
+          <div class="grid-col-fill tablet:grid-col-auto">
+            <p class="usa-banner__header-text">
+              An official website of the United States government
+            </p>
+            <p class="usa-banner__header-action" aria-hidden="true">
+              Here’s how you know
+            </p>
+          </div>
+          <button
+            type="button"
+            class="usa-accordion__button usa-banner__button"
+            aria-expanded="false"
+            aria-controls="gov-banner-default-default"
+          >
+            <span class="usa-banner__button-text">Here’s how you know</span>
+          </button>
+        </div>
+      </header>
+      <div
+        class="usa-banner__content usa-accordion__content"
+        id="gov-banner-default-default"
+      >
+        <div class="grid-row grid-gap-lg">
+          <div class="usa-banner__guidance tablet:grid-col-6">
+            <img
+              class="usa-banner__icon usa-media-block__img"
+              src="http://localhost:1313/img/icon-dot-gov.svg"
+              role="img"
+              alt=""
+              aria-hidden="true"
+            />
+            <div class="usa-media-block__body">
+              <p>
+                <strong>Official websites use .gov</strong><br />A
+                <strong>.gov</strong> website belongs to an official government
+                organization in the United States.
+              </p>
+            </div>
+          </div>
+          <div class="usa-banner__guidance tablet:grid-col-6">
+            <img
+              class="usa-banner__icon usa-media-block__img"
+              src="http://localhost:1313/img/icon-https.svg"
+              role="img"
+              alt=""
+              aria-hidden="true"
+            />
+            <div class="usa-media-block__body">
+              <p>
+                <strong>Secure .gov websites use HTTPS</strong><br />A
+                <strong>lock</strong> (
+                <span class="icon-lock"
+                  ><svg
+                    xmlns="http://www.w3.org/2000/svg"
+                    width="52"
+                    height="64"
+                    viewBox="0 0 52 64"
+                    class="usa-banner__lock-image"
+                    role="img"
+                    aria-labelledby="banner-lock-title-default banner-lock-description-default"
+                    focusable="false"
+                  >
+                    <title id="banner-lock-title-default">Lock</title>
+                    <desc id="banner-lock-description-default">A locked padlock</desc>
+                    <path
+                      fill="#000000"
+                      fill-rule="evenodd"
+                      d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z"
+                    />
+                  </svg> </span
+                >) or <strong>https://</strong> means you’ve safely connected to
+                the .gov website. Share sensitive information only on official,
+                secure websites.
+              </p>
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </section>
+  <head>
+    <meta charset="UTF-8">
+    <title>Untitled Document</title>
+
+    <link href="http://localhost:1313/common.css" rel="stylesheet" type="text/css" media="screen" />
+    <link href="http://localhost:1313/custom.css" rel="stylesheet" type="text/css" media="screen" />
+    
+        
+     
+    
+      
+    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+    })(window,document,'script','dataLayer','GTM-TKQR8KP');</script>
+    
+       
+    </head>
+    
+    <body> 
+    
+    <header id="navbar" class="header-nav"  role="banner">
+      <div class="tmp-container">
+          
+              
+          <div class="header-search">
+           <a class="logo-header" href="https://www.usgs.gov/" title="Home">
+              <img class="img"  src="http://localhost:1313/img/logo.png"  alt="Home" />
+            </a>
+            <form action="https://www.usgs.gov/science-explorer-results" method="GET" id="search-box">
+             <div class="fa-wrapper"><label for="se_search" class="only">Search</label>
+              <input id="se_search" type="search" name="es" placeholder="Search">
+              <button class="fa fa-search" type="submit">
+                <span class="only">Search</span>
+                 </button></div>
+            </form>
+          </div>
+          
+        </div> 
+        
+    </header>
+    
+    <div id="maincontent"> 
+  <div class="container flex align-center justify-between">
+    
+      <label for="menu-control" class="gdoc-nav__control" tabindex="0">
+        <svg class="gdoc-icon gdoc_menu">
+          <title>Open Navigation</title>
+          <use xlink:href="#gdoc_menu"></use>
+        </svg>
+        <svg class="gdoc-icon gdoc_arrow_back">
+          <title>Close Navigation</title>
+          <use xlink:href="#gdoc_arrow_back"></use>
+        </svg>
+      </label>
+    
+    <div>
+      <a class="gdoc-brand gdoc-header__link" href="http://localhost:1313/">
+        <span cl.ass="flex align-center">
+          <img
+            class="gdoc-brand__img"
+            src="http://localhost:1313/brand.svg"
+            alt=""
+          />
+          <span class="gdoc-brand__title">Planetary SDI</span>
+        </span>
+      </a>
+    </div>
+    <div class="gdoc-menu-header">
+      <span class="gdoc-menu-header__items">
+        
+
+
+        <span id="gdoc-color-theme">
+          <svg class="gdoc-icon gdoc_brightness_dark">
+            <title>Toggle Dark/Light/Auto mode</title>
+            <use xlink:href="#gdoc_brightness_dark"></use>
+          </svg>
+          <svg class="gdoc-icon gdoc_brightness_light">
+            <title>Toggle Dark/Light/Auto mode</title>
+            <use xlink:href="#gdoc_brightness_light"></use>
+          </svg>
+          <svg class="gdoc-icon gdoc_brightness_auto">
+            <title>Toggle Dark/Light/Auto mode</title>
+            <use xlink:href="#gdoc_brightness_auto"></use>
+          </svg>
+        </span>
+
+        <span class="gdoc-menu-header__home">
+          <a href="http://localhost:1313/" class="gdoc-header__link">
+            <svg class="gdoc-icon gdoc_home">
+              <title>Back to homepage</title>
+              <use xlink:href="#gdoc_home"></use>
+            </svg>
+          </a>
+        </span>
+
+        
+
+
+
+        <span class="gdoc-menu-header__control">
+          <label for="menu-header-control">
+            <svg class="gdoc-icon gdoc_keyboard_arrow_right">
+              <use xlink:href="#gdoc_keyboard_arrow_right"></use>
+              <title>Close Menu Bar</title>
+            </svg>
+          </label>
+        </span>
+      </span>
+      <label for="menu-header-control" class="gdoc-menu-header__control">
+        <svg class="gdoc-icon gdoc_keyboard_arrow_left">
+          <use xlink:href="#gdoc_keyboard_arrow_left"></use>
+          <title>Open Menu Bar</title>
+        </svg>
+      </label>
+    </div>
+  </div>
+</header>
+
+
+
+      <main class="container flex flex-even">
+        
+          <aside class="gdoc-nav">
+            <nav>
+  
+  <div class="gdoc-search flex align-center">
+    <svg class="gdoc-icon gdoc_search"><use xlink:href="#gdoc_search"></use></svg>
+    <input
+      type="text"
+      id="gdoc-search-input"
+      class="gdoc-search__input"
+      placeholder="Search"
+      aria-label="Search"
+      maxlength="64"
+      data-site-base-url="http://localhost:1313/"
+      data-site-lang="en"
+    />
+    <div class="gdoc-search__spinner spinner hidden"></div>
+    <ul id="gdoc-search-results" class="gdoc-search__list"></ul>
+  </div>
+
+
+
+
+  <section class="gdoc-nav--main">
+    <h2>Navigation</h2>
+    
+      
+
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">Planetary SDIs</span>
+              
+              
+            </label>
+
+            
+              
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/PlanetarySDIs/about/"
+                    class="gdoc-nav__entry"
+                  >
+                    What are Planetary SDIs?
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/PlanetarySDIs/data_producers/"
+                    class="gdoc-nav__entry"
+                  >
+                    Information for Data Producers
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/PlanetarySDIs/data_providers/"
+                    class="gdoc-nav__entry"
+                  >
+                    Information for Data Providers
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/PlanetarySDIs/data_users/"
+                    class="gdoc-nav__entry"
+                  >
+                    Information for Data Users
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/PlanetarySDIs/data_products/"
+                    class="gdoc-nav__entry"
+                  >
+                    Types of Data Products
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+  </ul>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="gdoc-nav__toggle" id="navtree-d3ba0a02"
+                checked
+              
+            />
+            <label
+              
+                for="navtree-d3ba0a02" class="flex justify-between align-center"
+              
+            >
+              
+                <span class="flex">Europa</span>
+              
+              
+                <svg class="gdoc-icon toggle gdoc_keyboard_arrow_left">
+                  <use xlink:href="#gdoc_keyboard_arrow_left"></use>
+                </svg>
+                <svg class="gdoc-icon toggle gdoc_keyboard_arrow_down">
+                  <use xlink:href="#gdoc_keyboard_arrow_down"></use>
+                </svg>
+              
+            </label>
+
+            
+              
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/about/"
+                    class="gdoc-nav__entry"
+                  >
+                    About
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/get_involved/"
+                    class="gdoc-nav__entry"
+                  >
+                    Get Involved
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/roadmap/"
+                    class="gdoc-nav__entry"
+                  >
+                    Road Map
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">Governance</span>
+              
+              
+            </label>
+
+            
+              
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/governance/intro/"
+                    class="gdoc-nav__entry"
+                  >
+                    Introduction
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/governance/data_standards/"
+                    class="gdoc-nav__entry"
+                  >
+                    Data Standards Guidance
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/governance/standards/"
+                    class="gdoc-nav__entry"
+                  >
+                    Data Sharing Agreements
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/governance/working_group/"
+                    class="gdoc-nav__entry"
+                  >
+                    Working Group Organization
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/governance/recurring_agenda/"
+                    class="gdoc-nav__entry"
+                  >
+                    Recurring Agenda Topics
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/governance/governance_model/"
+                    class="gdoc-nav__entry"
+                  >
+                    Governance Model
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/governance/acknowledgements/"
+                    class="gdoc-nav__entry"
+                  >
+                    Acknowledgements
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/governance/charter/"
+                    class="gdoc-nav__entry"
+                  >
+                    Charter
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+  </ul>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="gdoc-nav__toggle" id="navtree-c3806e80"
+                checked
+              
+            />
+            <label
+              
+                for="navtree-c3806e80" class="flex justify-between align-center"
+              
+            >
+              
+                <span class="flex">Meeting Notes</span>
+              
+              
+                <svg class="gdoc-icon toggle gdoc_keyboard_arrow_left">
+                  <use xlink:href="#gdoc_keyboard_arrow_left"></use>
+                </svg>
+                <svg class="gdoc-icon toggle gdoc_keyboard_arrow_down">
+                  <use xlink:href="#gdoc_keyboard_arrow_down"></use>
+                </svg>
+              
+            </label>
+
+            
+              
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/meeting_notes/test/"
+                    class="gdoc-nav__entry is-active"
+                  >
+                    2022-09-16 Working Meeting
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+  </ul>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">Data</span>
+              
+              
+            </label>
+
+            
+              
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/data/data_products/"
+                    class="gdoc-nav__entry"
+                  >
+                    Available Data Products
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/data/data_services/"
+                    class="gdoc-nav__entry"
+                  >
+                    Available Data Services
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/data/data_gaps/"
+                    class="gdoc-nav__entry"
+                  >
+                    Identified Data Gaps
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+  </ul>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">Standards</span>
+              
+              
+            </label>
+
+            
+              
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/standards/data_standards/"
+                    class="gdoc-nav__entry"
+                  >
+                    Data Interoperability Standards
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/europa/standards/spatial_standards/"
+                    class="gdoc-nav__entry"
+                  >
+                    Spatial Standards
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+  </ul>
+
+            
+          </li>
+        
+      
+    
+  </ul>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="gdoc-nav__toggle" id="navtree-aee448a9"
+                
+              
+            />
+            <label
+              
+                for="navtree-aee448a9" class="flex justify-between align-center"
+              
+            >
+              
+                <span class="flex">Moon</span>
+              
+              
+                <svg class="gdoc-icon toggle gdoc_keyboard_arrow_left">
+                  <use xlink:href="#gdoc_keyboard_arrow_left"></use>
+                </svg>
+                <svg class="gdoc-icon toggle gdoc_keyboard_arrow_down">
+                  <use xlink:href="#gdoc_keyboard_arrow_down"></use>
+                </svg>
+              
+            </label>
+
+            
+              
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/moon/about/"
+                    class="gdoc-nav__entry"
+                  >
+                    About
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/moon/governance/"
+                    class="gdoc-nav__entry"
+                  >
+                    Governance
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/moon/roadmap/"
+                    class="gdoc-nav__entry"
+                  >
+                    Road Map
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">Data</span>
+              
+              
+            </label>
+
+            
+              
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/moon/data/data_products/"
+                    class="gdoc-nav__entry"
+                  >
+                    Available Data Products
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/moon/data/data_services/"
+                    class="gdoc-nav__entry"
+                  >
+                    Available Data Services
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+  </ul>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">Standards</span>
+              
+              
+            </label>
+
+            
+              
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+    
+      
+
+      
+        
+      
+
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/moon/standards/data_standards/"
+                    class="gdoc-nav__entry"
+                  >
+                    Data Interoperability Standards
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+        
+          
+          
+          
+          
+          
+          
+
+
+          <li>
+            <input
+              type="checkbox"
+              
+                class="hidden"
+              
+            />
+            <label
+              
+            >
+              
+                <span class="flex">
+                  <a
+                    href="http://localhost:1313/moon/standards/spatial_standards/"
+                    class="gdoc-nav__entry"
+                  >
+                    Spatial Standards
+                  </a>
+                </span>
+              
+              
+            </label>
+
+            
+          </li>
+        
+      
+    
+  </ul>
+
+            
+          </li>
+        
+      
+    
+  </ul>
+
+            
+          </li>
+        
+      
+    
+  </ul>
+
+
+
+
+
+
+    
+  </section>
+
+  
+
+
+  <section class="gdoc-nav--more">
+    
+      <h2>More</h2>
+      
+
+  
+  
+
+
+  <ul class="gdoc-nav__list">
+    
+      
+      
+
+
+      <li>
+        
+        
+          
+          
+          
+          
+          
+          
+          
+
+          
+          
+
+          
+        
+
+        
+      </li>
+    
+      
+      
+
+
+      <li>
+        
+        
+          
+          
+          
+          
+          
+          
+          
+
+          
+          
+
+          
+        
+
+        
+      </li>
+    
+  </ul>
+
+
+
+
+
+
+    
+  </section>
+</nav>
+
+          </aside>
+        
+
+
+        <div class="gdoc-page">
+          
+  
+
+
+  
+
+
+
+
+
+
+<div
+  class="gdoc-page__header flex flex-wrap
+  
+    justify-between
+  
+  hidden-mobile
+  "
+  itemprop="breadcrumb"
+>
+  
+    <div>
+      <svg class="gdoc-icon gdoc_path hidden-mobile"><use xlink:href="#gdoc_path"></use></svg>
+      <ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
+        
+        
+        
+        
+  
+  
+    
+    
+    
+    
+  
+  
+    
+    
+    
+    
+  
+  
+    
+    
+    
+    
+  
+  
+    <li itemprop='itemListElement' itemscope itemtype='https://schema.org/ListItem'><a itemscope itemtype='https://schema.org/WebPage' itemprop='item' itemid='/' href='http://localhost:1313/'><span itemprop='name'>Planetary SDI</span></a><meta itemprop='position' content='1' /></li><li> / </li><li itemprop='itemListElement' itemscope itemtype='https://schema.org/ListItem'><a itemscope itemtype='https://schema.org/WebPage' itemprop='item' itemid='/europa/' href='http://localhost:1313/europa/'><span itemprop='name'>Europa</span></a><meta itemprop='position' content='2' /></li><li> / </li><li itemprop='itemListElement' itemscope itemtype='https://schema.org/ListItem'><a itemscope itemtype='https://schema.org/WebPage' itemprop='item' itemid='/europa/meeting_notes/' href='http://localhost:1313/europa/meeting_notes/'><span itemprop='name'>Meeting Notes</span></a><meta itemprop='position' content='3' /></li><li> / </li><li itemprop='itemListElement' itemscope itemtype='https://schema.org/ListItem'><span itemprop='name'>2022-09-16 Working Meeting</span><meta itemprop='position' content='4' /></li>
+  
+
+  
+
+  
+
+  
+
+      </ol>
+    </div>
+  
+  
+</div>
+
+
+
+  <article
+    class="gdoc-markdown gdoc-markdown__align--left"
+  >
+    <h1>2022-09-16 Working Meeting</h1>
+    Meeting Notes from: September 16, 2022
+<div class="gdoc-page__anchorwrap">
+    <h2 id="attendees">
+        Attendees
+        <a data-clipboard-text="http://localhost:1313/europa/meeting_notes/test/#attendees" class="gdoc-page__anchor clip flex align-center" title="Anchor to: Attendees" aria-label="Anchor to: Attendees" href="#attendees">
+            <svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"></use></svg>
+        </a>
+    </h2>
+</div>
+<ul>
+<li>Jay Laura</li>
+</ul>
+<div class="gdoc-page__anchorwrap">
+    <h2 id="agenda">
+        Agenda
+        <a data-clipboard-text="http://localhost:1313/europa/meeting_notes/test/#agenda" class="gdoc-page__anchor clip flex align-center" title="Anchor to: Agenda" aria-label="Anchor to: Agenda" href="#agenda">
+            <svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"></use></svg>
+        </a>
+    </h2>
+</div>
+<ul>
+<li>This is just a test to see about providing</li>
+</ul>
+<div class="gdoc-page__anchorwrap">
+    <h2 id="notes">
+        Notes
+        <a data-clipboard-text="http://localhost:1313/europa/meeting_notes/test/#notes" class="gdoc-page__anchor clip flex align-center" title="Anchor to: Notes" aria-label="Anchor to: Notes" href="#notes">
+            <svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"></use></svg>
+        </a>
+    </h2>
+</div>
+<div class="gdoc-page__anchorwrap">
+    <h2 id="action-items">
+        Action Items
+        <a data-clipboard-text="http://localhost:1313/europa/meeting_notes/test/#action-items" class="gdoc-page__anchor clip flex align-center" title="Anchor to: Action Items" aria-label="Anchor to: Action Items" href="#action-items">
+            <svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"></use></svg>
+        </a>
+    </h2>
+</div>
+
+  </article>
+
+
+
+          <div class="gdoc-page__footer flex flex-wrap justify-between">
+            
+
+
+
+
+
+
+
+
+  
+  
+
+  
+    
+    
+
+    
+    
+
+    
+    
+      
+  
+  
+
+  
+    
+    
+
+    
+    
+      
+      
+      
+
+      
+        
+      
+      
+
+      
+
+      
+
+      
+    
+
+    
+    
+  
+    
+    
+
+    
+    
+      
+      
+      
+
+      
+        
+      
+      
+
+      
+
+      
+
+      
+    
+
+    
+    
+  
+    
+    
+
+    
+    
+      
+      
+      
+
+      
+        
+      
+      
+
+      
+
+      
+
+      
+    
+
+    
+    
+      
+  
+  
+
+  
+    
+    
+
+    
+    
+      
+      
+      
+
+      
+        
+      
+      
+
+      
+
+      
+
+      
+    
+
+    
+    
+  
+
+    
+  
+
+    
+  
+    
+    
+
+    
+    
+      
+      
+      
+
+      
+        
+      
+      
+
+      
+
+      
+
+      
+    
+
+    
+    
+      
+  
+  
+
+  
+    
+    
+
+    
+    
+      
+      
+      
+
+      
+        
+      
+      
+
+      
+
+      
+
+      
+    
+
+    
+    
+  
+    
+    
+
+    
+    
+      
+      
+      
+
+      
+        
+      
+      
+
+      
+
+      
+
+      
+    
+
+    
+    
+  
+
+    
+  
+
+
+
+
+
+
+
+          </div>
+        </div>
+      </main>
+
+      <footer class="gdoc-footer">
+  <footer class="footer">
+	<div class="tmp-container">
+		
+			
+			<div class="footer-doi">
+				
+				<ul class="menu nav">
+					<li class="first leaf menu-links menu-level-1"><a href="https://www.doi.gov/privacy">DOI Privacy Policy</a></li>
+					<li class="leaf menu-links menu-level-1"><a href="https://www.usgs.gov/policies-and-notices">Legal</a></li>
+					<li class="leaf menu-links menu-level-1"><a href="https://www.usgs.gov/accessibility-and-us-geological-survey">Accessibility</a></li>
+					<li class="leaf menu-links menu-level-1"><a href="https://www.usgs.gov/sitemap">Site Map</a></li>
+					<li class="last leaf menu-links menu-level-1"><a href="https://answers.usgs.gov/">Contact USGS</a></li>
+				</ul>
+				      
+			</div>
+			
+
+			<hr>
+
+		
+		<div class="footer-doi">
+			<ul class="menu nav">
+				<li class="first leaf menu-links menu-level-1"><a href="https://www.doi.gov/">U.S. Department of the Interior</a></li>
+				<li class="leaf menu-links menu-level-1"><a href="https://www.doioig.gov/">DOI Inspector General</a></li>
+				<li class="leaf menu-links menu-level-1"><a href="https://www.whitehouse.gov/">White House</a></li>
+				<li class="leaf menu-links menu-level-1"><a href="https://www.whitehouse.gov/omb/management/egov/">E-gov</a></li>
+				<li class="leaf menu-links menu-level-1"><a href="https://www.doi.gov/pmb/eeo/no-fear-act">No Fear Act</a></li>
+				<li class="last leaf menu-links menu-level-1"><a href="https://www.usgs.gov/about/organization/science-support/foia">FOIA</a></li>
+			</ul>
+			</div>			
+		
+		
+		<div class="footer-social-links">
+			<ul class="social">
+				<li class="follow">Follow</li>
+				<li class="twitter">
+					<a href="https://twitter.com/usgs" target="_blank">
+						<i class="fa fa-twitter-square"><span class="only">Twitter</span></i>
+					</a>
+				</li>
+				<li class="facebook">
+					<a href="https://facebook.com/usgeologicalsurvey" target="_blank">
+						<i class="fa fa-facebook-square"><span class="only">Facebook</span></i>
+					</a>
+				</li>
+				<li class="github">
+					<a href="https://github.com/usgs" target="_blank">
+						<i class="fa fa-github"><span class="only">GitHub</span></i>
+					</a>
+				</li>
+				<li class="flickr">
+					<a href="https://flickr.com/usgeologicalsurvey" target="_blank">
+						<i class="fa fa-flickr"><span class="only">Flickr</span></i>
+					</a>
+				</li>
+				<li class="youtube">
+					<a href="http://youtube.com/usgs" target="_blank">
+						<i class="fa fa-youtube-play"><span class="only">YouTube</span></i>
+					</a>
+				</li>
+				<li class="instagram">
+					<a href="https://instagram.com/usgs" target="_blank">
+						<i class="fa fa-instagram"><span class="only">Instagram</span></i>
+					</a>
+				</li>
+			</ul>
+		</div>
+		
+	</div>
+			
+</footer>
+
+
+<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TKQR8KP"
+height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+
+  
+  </body> 
+</footer>
+
+    </div>
+
+    
+  <script defer src="http://localhost:1313/js/search-1c4cfb2d.bundle.min.js"></script>
+
+  </body>
+</html>
diff --git a/themes/hugo-geekdoc/static/favicon/favicon-16x16.png b/themes/hugo-geekdoc/static/favicon/favicon-16x16.png
index 7c16d949ba2941cc7a133bff5df4989129caada6..4f1f9a79cdb2dba106b27611b8d1e448866be5f0 100644
GIT binary patch
literal 3352
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
GgeCyp(=H?c

literal 728
zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!to=6kw0hEy=t9`x^+8Y*-A
z;rZ`#ivOR9czGqD_<2~cP;qBUl#8Tp6pNFqqk*RG>t(E04=HFIY}~lSEKkYFKrMat
zVo_J_(|31tab@4y!xfdLVtVH2(YZ6f?|W~#Kd$><<4>DKM%8b&q%BwPJ+-g@+@0FG
z%C|GGI^GFWyUn9vQ75sgU3h!U{W<r|ZGVbRo!NS3@5a58O&}W9E_#0d|GxuAy??%|
zlZzGPHU6jI_#w&pu<^EyAKxu}H|_4EQ+v5*3X2*Cf8YDwZqJ5E_8a4tUFr^+#LU9s
zkv477L+OK8Zz=aa{(RooR&V8p5IsMe$_K}ve$9(hYnnV+gn|DVBm1XGO_OVS-0B71
zTg?3Gw*Tjo2kE!|f1J5e|9sr9ZP)duy*jv8Y_g?iOy|s#)}qZud-oOYD0^=!d_9-<
z`Lyfv-aQw5f5rQlCTF@txYEKDo;{aOWy$@_O#ORv!>r@&-5C|j*&FAt>{vb7Wn#}&
z#~PI*DZ*(n-?kp?R`|Hz$3d|o`h&yF932Uc!bp~14bT0L)mu6^FuG`^2{b+4vw-=I
zdW6wBw?9XDvi$b9J*@g+^JCHENxELQG<80h3uh!8oAE&7Qm;ei)LG$cZx+Pwh|ZUo
zbwA+yk(9%6Th3%OMlBHAA(jzSFxk<-SW8c`ZpTB(`&VWNPmL}1en01T?%Sn~Ge7wK
zIn3};UsF}PIsEUoiwh4I?_Rd6@6^I~)2826?tT3AfyU&iY15chHJAi7&aUY=$r1PU
zn@91-sqXppja~CCXYFi%C)K;$&i2Q_lWWYQ+-^s?ai<!kw;4NYK5U-6f0<;-XOGVx
zR`=)Dy*l@8>+9;i6u*#fdMSDTzxgdP+C1TI{le+*W2BGdx^6LBFzd4Z**0s#eJd@$
oKkGZEG}YGK==-%kzhAQF`wS!>cjy-}FfcH9y85}Sb4q9e0D#wK&j0`b

diff --git a/themes/hugo-geekdoc/static/favicon/favicon-32x32.png b/themes/hugo-geekdoc/static/favicon/favicon-32x32.png
index 8cd642aa57db09ef1bb55a98e5ade06b62e56b1a..9c9ab2356dfa232c510dc095bbe3f0b311a64028 100644
GIT binary patch
literal 2195
zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr
zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=80Mr#c&7RK
zGH5X{FmN!iG72#;GcYhPGB7eQFiJ6iOk-qVVDMs;hO>hh4H=ji7#LI-7#O13GZ|RG
z>KPd77$Cp{$_LYqDfvmM3IQ4UCHch}`2`Bj&I(2bh9(LczKO}1c_2Ye1_q`DOmI^K
z7BC~&AOlU$)qG@NVBjq9h%9Dc;1&j9Muu5)Bp4W2Dl<bON+NuHtdjF{^%6l==~d(w
zfOIj~R9IEy7UZUuBq~(o=HwMyRoE(lRaoT}TY-f2l@!2AO0sR0B76fBob!uP70mPu
z^bC~jxD*r=Y>HCStb$zJpxTR4(rlG7N=gc>^!3Zj%k|2Q_413-^$jg8E%gnI^o@*k
zi&D~bi!1X=5-W7`ij^UTz|3(;Elw`VEGWs$&r<-Io0ybeT4JlD1hPm01|aS%$xK7o
zlvfP(R&su>K1fF2P|rXgo3@JF0$*Ra3sLk{Bo=_R<>q45SzHp7io-^j&f<{Df>iyW
z)Z+ZoqU6+|)HG!rPQdQ~c$k2K1>_s6NRXL1rJ!)JGdHpUdl5wt5kNLz4H4KhAPb^v
z@Gr_t%_~U++h7Q_09g!4Jva!hTvCfN%TiO^it=;8QB{ywRGbR(zpWC;ZcqRq`vc?^
za0psu<`tJD<|U_ky4Y3Z7U*SWrdYX}8ao*~8=E?r8Mzo5x|&!Tn>jg|7`hobTbjBV
zxS81KV`xRV2VrtbesXDUYF-J{<P?O-W`s;e(uy$IMjykg;3N-8h&E73oR(VPwiH7v
zlBEziPn@A-PRLj!t*FLYITxiSmgE<O<mczuIf9A-{3Q<9|0tTE=Go|jGAB}I1qTa6
zG|0uxj>|?LTxNjE4?C`q<?eSG7?|#Ox;Tbd2qq^aWF#adBqXpTB{2r%Y8ZPImVful
z+p+9Iz=Q|&f7lwYI&9hDRv!7<A}l8DLgA{wYh@V^8fUT?avW>E+{5EBtJgN`)|I!b
z|7BZFu}?NBS^MYk>BEKJuh0L#+R|djGMR|jZ-)*pY&?3f@u9p&_2E!mx3;T^^^Q5Y
zx0BYcum5*GE&cJPN6&uPKfQDATFkK{O)vd6T~gZP?tecpF)=xC!gP^&_N%R5%6Kpv
z1#HsL`gQ)qjngO3{fcqwP*1wQYnF4`K3+SW)8Aqe#h#|E7kH8+I&r$7(7wX&o;uAX
zQTw(|JR=!sDEE##e4gjO<R8&T51q?AcKD>l=R1AVdNzcH-;AsKvFFd><@SO-QRlw?
zm;C?NCTWfK<^cELhxboj-hM;Qu3B7A<v{Y!kFUR<*1umPCM5Xamy+6v$-8qSk17iH
zOYQHEuh&aTPJAdX_Fz>)(8Q;jyLatB{O#4&<GZV#z1wVG@Xm1ogS|SxwzT%|cK`d|
z?JfSDiwvA|{_nA~&-s`5a;4S%I=Exv^vQ3xwKi^gweaiKxeqdew`-pMef)&U#E<{y
z|6Y@G=53PGpM3ef760EpKW{&;XwsjH_5c1>e|+;aT~D#j&oNQ)-Lk){SN-m-m40Hk
z=l7n5z?-XnXc%+v7Jd9b{%+N|G}G16hw2pB;|fl-%n;AFn^9c6LAGSu#oGV>K2P8M
z_jF&i_vcN%iAgCHtR@SdNb!qT-#Ti$*4;tMF;GLR>Z`rMR>L)HPHk6L|2NV|v50u>
zttT$_<k|k;FTR$Sg@q~V@jY{OH#0l7+2ZwzS!ZTV{l`1WCj75;LBmJ>BdiW*9WGqh
zFn{U7gC84OUbnFLl}$5Jm3(;jmsQvEDJ4_R|Nrs#zWk&T$CW%O!h8%~b5}cll49i&
zTlJ^4=fC8fx_|!`A31U47^@LOOQYX0{s(OgQzdtVNp2|K@H%T{*WwoOI^hGG7R>3M
p^-v*B!AZMoQXAW{fB-p0CWh?0>?VG*pMcr{44$rjF6*2Ung9#u41fRt

literal 1961
zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANOq1)eUBAr*{k59a4gy~@b;
z;ko7WJKyeobBeZF;wmDb-?}kpCil!Vztd)=YUggON=(U{Z&E02C?&K^XG``>zmy&P
zb7#)?*|w51Z_5!KJwpMh#~i=6sai>xi$yNvjaX9uZtM4Z-)*1YT$w8A+#&t=yRzQm
z{0%2MgL;|oM~e&Wt$1*RH+@-l`MHoww^w;aM0;;N<6Y@8ZO+QgGH0*dEEj+FrXV`_
z?`;139sg7o>8_XA$X%@WrA)lVTS0GO{)&w1-CS}P-<iARSsKSyKg!YE`8&q)<n(O0
zt11dCjtvYG7<v>pNjBH)b@fh8+hjVwveq;BufE*>XQ%cnypq?NHE*5M0oRW1FK=wq
ze!q`@8(;T3<?_XkpVn<W`RefF$)VG<<QjqwTRxCsIAU{_(}_cfH&Z-C_txy!lb7n=
zY`kq9wXODVarf$4XV=@eLqF_bC~TZ}Uw-pn{x#pu?>GE(^y22J_j`TLth0(<#p=wK
zo$+x#hr<kahC{416Q-w#>#ulxD!ZsY_TH@O4;y!fiT!5l-nM=BgTi@7D{ZU$Z~kKs
z`~CdihkI=k`P073OX}-thF)57PRjd|2b1y{<!6EnhW#BXf)fq591}2}YGNDiH+|Bb
zEgvW9vd`P~{n*BT3m4h$NO$PaS+sBAqPMT(-p>F3xZ1q8#$fmV6A?QPRxdp_%V&as
zp_2>4k*9`Co*su}(tFlcE|s4)sb;S6U4GkLrSGp*ht=M&4>4i?&U4}$uh`Aou^jsQ
zYd5`oal`$0f6w%373+^k1O+K*PGX$Ez{0@jz#xD`HF$I_S(Lytk?rTon<b95$L{=^
zEnc?o%GP~%zw?S^s-<PQl$7k*lbw=O7OKi=nmuFU6Avp-zoyAARIEDv7NJoOR4gX>
zO)74iS#<S!U%kQarT713uHg?{IZI0E*56|%bl=a@k+mw@^~U&Ggy(Y4H_RLkEE+L_
zf(sZdIloWN@!PwlEc5W2=j)>@E<dvl|8rN-$~d+<sb&?I^D+jV23_{;cmHs$TXb$Y
z|9{>Cc>-HMo{T#Di1q4mhCdhffK#XU$-7It+D*4i67YTeYBnQFdd9N!;5oYLch}2V
zU43=V=juDFaKBFtK@DvxDsNxaJS$*lRAx9bRgi&cQUc>22PKaP{h!58m%Kf4Bxm{T
zmCNFF!)<vy8Q2;;$~bPRo)KO*M?g@a!-Jtm@p94C<SMhhXG14{xS1v8(A1&QsG`9n
zu#QWpSfx>g=b+c4K+i)~;ohaW98HEQ4Gxz)w3=!-7aaWWKS8I#-7}6`!N6<pgdZCY
zRch)xFmNbvIBhAdxIO**L#<aezdp1qiJ!>BkRu?_Qr29_qHsp=naP7!rv>LLr1LK4
zOfl?NV9X4EZd@PNzuK9>Xo6XzOA5mYfh|Wg!_zA+NyIJgSh7%Mg14d#A4fPZr>jb@
z%KVLN=VpHQ-F9x@?6VRqiV1w290II@0*n}FW|xo4GNs^&D^G+7Dl>33ZIWz`IkxYy
z*t0hU`|j11FPn6!$#DW>3C9C&mRGDDJ8T#g5?E?j9%{Fkb&IGrsQhbfQJLT}VaE9=
zlc#q!WM{9c|194-_2lKtThkacS(rDJSKL1P`=kA?zsuX>nLp|>on~cWI<mi0Mak0n
z_N5t;v3IZim{wVF_^W#K=b6{VQ*>)4sCT}wieVJ;W_a?^vrEA6E0-^?q|T}IxYtql
z&7KPAX0EE=SF3i@#5V2}gUgpYZRvdXnJ+LLTCUs}F!=)G0#OHs1OxvL4<#Ya>-S>p
zcdk*jZs>@PvrH<lPhb1~X7!ur?|aVWSQ-bfz8V=Ut}>ye<^LoHp}+|#9$e2on-n8`
zor`k4%{J#n{yTYZ-Jx^p-(|MuC7xq-nVT*4cSnrx{=ikg^g|{EY;JQC@<^Ijka@($
zNr*9G(xJ*p2_9;8D!!J}BX?Su-?<%nqw~eh-t0Xu-|DTXUy-qI+dJc{PuK2bzrMxX
zFGc5djR4O}l}Jyq1*|U^tQz<hFu!21VBl*|&h$*`Q#oU(A}l{CX71UNEv9nuJ1xHF
zx>$b`<yGo_@n9a~S6<P#{qG`8H-bu&S94y@n&m4VlBKxunuJ@2ilGq0qsc8ELdphC
zA>Pir44xZh-~N0&JZAFl;?J_$Zsl*ZZ@v94%B0l&x$Qg8iu?^3^FhT?`@a398}7}F
z7G9rfEP9?{Nt^uP<%*piE2oPmOgBr<b+3N>p*NSeJbz#E(Tx8A7r&K=+MH9?yJR1-
z#Wt4JzG&B*y1(C6&hPOLn<p`Ujj7N1WgjM)FX1_8$<R?bOPGbV^V|h9)07MMV(hQp
zi}}C#-nv76ApgAm_M1yiTtP4Kc)-P+_gXA2`)fY`?fZE0RdV`i&+93cnfjr&TAl8%
zS`})}2ozjXm~MC?T{lX~cyYIs@p|3pDY6w`UZ3_?xV3S8#<u(696LA)C2N~qr>(wc
zvpuud{mZL`!E4pk(yW)KU%sv788Q9G1|^QS3@IlK(<^Pl)9+`V+WF8a`f&8!*SD7o
m*zSD3qPFa@RR8H8>iNs}Yf6UI3otM+FnGH9xvX<aXaWEjf_^9f

diff --git a/themes/hugo-geekdoc/static/favicon/favicon.ico b/themes/hugo-geekdoc/static/favicon/favicon.ico
index 1332e3156154d1e457181a2fbc38455ab5e0c367..721fe3619c668c05f5a271c47e3e7b9b25cea30d 100644
GIT binary patch
literal 5390
zcmeAS@N?(olHy`uVBq!ia0y~yV6XvU4mJh`2CF|eix?OfBuiW)N`mv#O3D+9QW+dm
z@{>{(JaZG%Q-e|yQz{EjrrIztFl%InM3hAM`dB6B=jtVb)aX^@7BGN-jeSKyVsdtB
zi9%9pdS;%j()-=}l@u~lY?Z=IeGPmIoKrJ0J*tXQgRA^PlB=?lEmM^2?G$V(tSWK~
za#KqZ6)JLb@`|l0Y?Z*~TICg6frRyy6u?SKvTc<hj*9RNP;kyKN>wn`Gt*5rFf>sx
zx70H<H8Zy~*HJJsFf`FOu+TR$&^55MGBvg`Fj9a5B|8P1qLehNAQv~NT}3Hrwn`Z#
zB?VUc`sL;2dgaD?`9<mahL)C=`UXb&Mn<|tDQUXJm3bwJ6}oxF$}kgLQj3#|G7CyF
z^YauyCMG83mzLNnDM5{`$Sr^yn^z1CrsVuw{ffi_eM3D1ke48S%`Nct#ji9s7p}Uv
zBq$Z(UaSTehg24%>IbD3=a&{Grv{~_DTCZpVC7ttnpl!w6q28x0}I7~jQo=P;*9(P
z1!re)s3~apCMIX*fdn<dx_o`DJoAc667!N%JzZ>-Dsl_-GBZ=GTuqIgjGc|moy?3}
z3=LgPERD^aoJ<VejGQe^-3;7JV0vBhlS^|`^GaZPQxJMBaOwpm2vDF{xuh0lmZhe+
z73JqDfIV)NiQ6rvIL(9VO~LIJGn{($?G$YELD7p8-7ujb7dH?SoH9YF)J_4B{8RH%
zY?X?X?Ctt%ijOle2-bMIIEGZ*dK1N25fVDhZu_cD>M8ynP6{myoQiJ*6buuM*KF$2
z>HXGY*8R4|YVEl%XKL2o?@8`AzV&(QT|aN_OWQVScQq_pBp~E-Ly417(ONN)Q?cbu
zcIaKp|F!Q!yG$JIqyJ=_y_^yH>gwL_bN<iy|L6H04o%g+GxUW2o>(V8_uw?Y)x9w~
z&*WPS-Kw}0^QwARFI+jbZhztaEq?+gG&i;to;wyLd13KR)i3h@e>d9HuA8J|pAz!=
zRrHIg_V1_X=bR0Bzjx1_f7^K9ab7*=r!9L@J2j;Iq;b0T$=k;#zbUi6`Q}sp<p;MH
zR{eDo{`+w4dC99hU#;ck`8VCl={v9c<Iwf1NspiHmb}`>=VrQn#=PHe^Je}JRsH$1
zYSY59ug&LkE6)DRDJ<Q1=UVsnTQBk)MBn@Ts$6%~>{69mX>;GI_3POe{(7)g?2(z#
zOjh1bPUXPLpH`7ObY}WEO;tA!=dP^Uakp&q``aJp1>~lO^v}~-_&olf!#tZ{N5+3~
zT%Oj?wdOFE6z&(ly*cHcMOD#RokY**pNpanp1$0xboftZL5YU1jCDj$m$ZW;<Gm-3
z-(GwgTKo82<>$Q%PvtZ6ta~+!t*SQLD)&Z-hnJ$}f%D#qnG0^+yXh&md1exO`(=Ik
zx!TLrj|W#*t9QQe^xr6Y>yg>)CjlEiv4?&7R<^v=`1plIk;z9-B>p{l|GIbXl0E4{
z<u+%kowoM!uMMb8?YF6171Nkx8eqEcT~qJdEA8j^XMB_R^}O_Ri~Rh(dz*WY+A}8_
zWF8Z`+Y{rR-F{0aH;d`-pM#l6C4U%1-<2C3`7abIu}JfQ_SMoa$F@0t`Sr|MD0<h<
zod&BERNwA4;97Bvmviy*YiGnVH91$w+^ppNBX>m2$<0n}qs5~;SFf)5G;@1!Puu*k
zZyCy`jm*Qvqjqaem8;EY<KX|gpY!c|ts~VgTh~tBRMhpNHT?T2eaWj28tklAmGOoi
zJy7;3HAMVOQi%Lqb%93(4c(8_CmY@3JLb3Ze<de#Tj82^wx5&s&kvUtTe&v3Xn#bg
zx9if-lBLV$Wvw&6)Y>K0)!)73zTNH^9|>9Kw9TIPuY3t_{qZ(nZ^_bWX75g12o!zt
zaNWW#lOtgqg>#haJS=QKp71fOe&xZ+a*p-GhApwTPOe$6p0&<AAfe%WE`LkFt>2aN
z{^&e5c{+FPf@ROleyy*M^g8{{TZE&~KzYuWT&F$iA<?(3UVQlIRQ2&{e~Mq7Wh=|q
zKn<xCO03oqfj_^0T=LV{{i6Nax!MWr9Vd^vx?k<gpEc{Y=I02;PBWFwSN3|}dba)b
zys~%Je(Q7n(iQ6_hOPHmy8QZC(S2*ua@M46IBA~x@!blgCp;orda=vx_fB?{HcR)A
zxpDaLR4eNot5vg%bsS91n*KdpZhT~q<l@pxrA||2nV%HKuGr&Nf2Ss3-(KTx-n{FN
zVmQ(_WrZKwy>xBtRjV3Fp64f}-M{cAoZ7zWx&4&)brns^e7csV*KhQ2`EvEsEr;Fe
zL9hE(e7t9%@;O3r@0PmxHifHtoSJJ-F59d(r*rGX>2u1qJh&J5<;pEfC5sLGl4cp2
zYO>oDgf4GBf3f?u{iNmHdVw4En{O!*e<QAc{nE}$r%P0pzi_&@^VA3LP;(vA>$9gE
zychRQMC_IO#fgqn=2%P#)0v~9BR2WYuGbo&Ay-eO%f&B<xO4b!sJhASzD07DZoCe@
z6Uthd_%bBo%N}aw-ka(xy)DH<`aVl?V0a;8WeAV({eD}yzb{P;|KBsr`pc&lR-Tr<
zhP_>4#k}<ltJt3`n|sqMwROYBxo>P5^|x->a(Ut6=Q}3IPkMQ?^+}eYVRE!g9P_Rn
z{7Nz%=AZwbI-R+A<+gn@?d&G_@2j<Wk**zlw1#gz<HUn8?6&*N>K{(|)NNX#v%Tl?
zlZG>?TUj2lEQ(r^v4rCZ^PfGLb+<ICioVJSO5JgPy6R}-s=I=!Y^(NH*3Lik+)uMZ
z^6t9z%X5CNS}<wbdt0~H_w6+9-iZj?wcE1DYsC`9_77$zYa&~x`&P<sy)eD=@Ui)a
ze+2LuPAgQ(yc6(B{+<86JF_aQc5VK=rQq;G!&-*d&*$xRkgur<diG>)co(0CBlGH;
z!tSx&-t3%i=^-^LYvT-Eb!M6R)v|4J;=f=U?tL!&;<2|gd$OikssD;s_Sz8VoUGkh
zE%tZ0O>Du$3EUsnOk~~>b#sB4o5)UX{_3h-MYd@{8zv{6TsF;Y>T81olbvsNAC~iT
z>{hFs>lmo$wW`hNu+o)>TW;-2(^|V?*`Y~VqMD3vbj)j(y^iZ`e0$}LjnJF-izR+^
zwx@G03HD!MX0(c(Z~nsR=I^Fg-qB>;{A<%|mA2}KE;Z&hN9McyxN%(7tNZGQHG20S
z9F?&9uwX@il#M}48xPlVfwHdk=F=5dS}vZHonmR6pm;s&2~XVy!HDQqap@L;;PwzE
z*VEDAdeR<}lP{d&-p4HE*u2h#Pq{bd@9)&_9je90vR7<+{84u5>ay8Eeml5k7Ms00
zF(vw*{URB*b%kzQH?Hjc%@RJ##;i>)*=_p@1E=39mm)Sd@^@^QGtZ`H>kA9R)Sx@&
ztCr7nKX>uC<WHl|6@sFhnPV)T{4)Be!t>VMH8oW0&R&Zko<)b|X_dYSQe;qfe%mV{
z=DAY1{nD(d!IGi%M<q2J4a8O`9Z%2+_-mp(Kd$n#apfzX#ZoU8%dj6$;J=dN67avn
zA!=uVlJ=38Oo3{P)a+Jf$v%;mYWIAclyUWu%Epp+EU6q5!V~#gz7&)fzN`!g3MlHl
zmT#r;y>8lazMWYgQ>L;#?^+)q>Fyj`t1Z98w|rB;Et%X{i*}tkn^VqN2ucetymn~C
zG1sSA;k`#ox4lrh{_=2<bT~)rs&esF24Xw8T&LO885sZKnP^kjQRF85x!q{T%AHf2
zX3B~iy<V5>|An7F<m<T{Gp9hSLxSPD&tIg5#hXjbS~*qJM_uNiNn?z>fS`}!nMLxO
zjH-Y3`oGjVed+$6EY`cTjbcLLSF7ul-??>FJ2|0Y|9W%YH}WpY?ffBJClyq?Z+X8E
z3asw^aHrg$Kd$z7gU!*MQb$&JEsqJ^d47f4SMDXLpM@iT`-|JX;kg>}A+F3%UU15X
zV#~@J9@`xjo$uybJKj0d6eKvac;Ax^753AjmClRAr_HT)mh9JHnAI5bdco;~t32P_
zJstk~<yqPG(0TgtCKIo%o1-L@^!vV%(FQgrX?F9MDJd2b*EjA7y0!5)$J-mTl^?Rm
ztA{+45l~;GIMwvfEcWFcSB_YOep$Htp~p&rw9udV|2I3Yi!%&$DST^UlYPbh4$G8<
zd%o38^UmM<z4eS$+#0ch=kGYBGrn_&vOP$YVRB)0SMBReQ~wbl_Po@1`iy^Xeuj3d
zcYah}yfd=%fmCHRZ+!H1mvrwb0*l`6?mzkHQ<m$Tb1NRr;qA>8Iog!*v&rR`<aGV|
zz5iJQ*gmyg6K`7<x*|%)OVo04)vg6i_v-Y$^HRlJ<QBv!Ef3`soV8G)i|^inRTAOC
zJRG6|f@X}LBxDz|T{qtnR1#v~J6lHm(Tx`y1nj3Cezz{lCGkhV>7{+4a!=>4PFNYK
z;(hai!#;N1Re{SzSG|c4|5tA``A(EsN!BF;+wZx2A%d1{&r^zwl^Wy@UH>4~<G80;
z_WonHhyF1q6nUC<PP<ha7JAtD-}ZSY8M)nBSOfMO*mETv-m}+6WaGo{8s66<X3g6l
zaCYH+pLsegA$}VJOXvJQ@mRr4r|I&6tG>ksM~+=xU0O0XQug_wzXn%UTxLru<<*_D
z+OexqK5m}YgOCQcz?3`9#Rq<dUj6#zT)TVb;cGscJ!&^4ul_mYb?aB0S#F(u^q~W@
zBLsF$o884%XP;PNqS_~=(Z=7q<Y3I^KsN)wgKn~S?%sJYVNb<ZHc<m-@q&Ny=e2`l
z#XL^*v$B6$y>O+g<wXgZN4pCw1WaUdT!ee}9qjw?tz>bg=f*D=E>$1tdGhee-10er
zXOlv%=X*~7ZG5hPW%ky*lQSY79V@rD^2^^>9U*sKbLj$w<u!@UAEj1&<Nmxnm0PXr
z=;mWVIX)HN_xZQ}TpM+G&gJJX6Rt(x+HD^`@6o=hfRK2vj_!aeEA#zMmP`wCFLiRi
zPVh>+lKJ9$p)&iWo+lMihV_dMR8I+-{KDy~hVS(q=kITOuCaIL-wiC8i^9WFMY|8q
zUXh#s)<)<4&B@Md-^yNTzdETnw>fXyM)Awbc$SBHPda+$3QK!>;+$h^xRldhORE0U
zXK4<eU;8A5^ZTxsM%v3~oDQ{F>eKU7AeZ&G@#gD+%=_~k&pxRZjGeHzc}L07;<@w8
zEaP0-*ezadIhu6whQw4S_pjZ;tzV8^<N4`XwXbNNd3L4pcUBH|-@nVgZx&&04sE?>
zpb_$M#l+95Yu3yEy?aSzV^QEFC8-=X!z7cp+p~V`Hveg6%P*Mc8x#Eh_tm|h)|T&I
zu=BF}rOp3$1hf>dj}5Aus-+*hJnRKS-2LgEMkY7<vr9K5$G%zX=J3mMYh7G`Z?1A~
zddUAXi(CX{v$LLW3w-)@^7-6_vGVnrjs|rOS8s`mC4>r`d9(8H%Y(lsUlqCFaP`KM
z*?lE*(r-<uO$eOuBzyMdmp|{nou(1kZ$D|-ub2}@-ibGCT-E&AG)i4P^zhE&-%kSU
zmOt)1ciwp4rW+x1zZHC8x5%zd?hcz))3$D6g2iHQ!`Jgxr-%IBlrA4RQ%P>dbdMPs
z3OYW!6n>aZ_DX+#;|qI?L)PtgIlr!pmwA=MZC<W+VadnlqdNqdGhK3)WU*E4@;beG
zhWM$MFQy;eV*h!Ki>C9>CdPAz8A|dC4HM^dc{&|YvDIDccam@K%|l%&-?p&uJrpT?
zZ~HMy;^oeN*Uv4QE1NonZ_mA*?^*u-`d*!qcv5uTX}ddfTQ3>drP!alu29#%yn%r^
z>t$7}a_qWQ$<6D7^t^opM2@g!?M>tkXcbAd3)b9R<+^ItmR0tZ4by$CR&gv}e*LVN
zcWKDlU(TB1-9MK}UfI5P&htpOx9$8F))dU>j{l$6zb55mR9IcF-;;Uae2$!l70%BH
zRJNHYmLc$=gCkb*(2cCiCFWj|az}Y2uS}PVo2E4F?(`KBa`(4NC@r2D${pY;IDekV
z`v9GY2Yxn*2G>lEt^5%=!))4}7@bEmr{9|{K4XW0jl&G*q(hb#+Etlnb{7a;$($nP
zTRC&;K?9M;OXus%bm1?&KHWmitv_J3SF|^Cwf2Snz*ys8oq5KM4nN&&ji20{Th(?Y
zbxVOnucOuLl8>jw?@hG$bLsc7U~A>g)%9}iA9;(?LlWmK>=jg0h~ijbP<Dj5ratOa
z$FeO~Smb$>dN_(6ep))KJ+=Su{Fv{PGyB~B`z`uanzAfJH1l(2Pj>y+OMaa9ejI%j
zd1d<T>%u>uuUzq_YgW6XJ9A=-shzZyMo*i|_oar17q?uT67lt&_i7!psgD;u3gTTX
z_2R>k?WqsmU&*lD-@jR)^3nb6URT~spBL%3d0CIZk3D-f-MTm<A&J>C+vcvxsVNKA
zWhI0ut4-!Azp7gs&hsZ$YVFz6z99!X>^{Cxt9*0XC~9kok?jH7YOkc6?S<>V%?Ouv
z$Xdl8m}N7+Y1)m0XPMQOFg<dTPO1ODqHeB(q1^rj`|Q4d(%ac7JuA`qkY?(k0I9hK
z6DA$w6S~OkR4t=1M{`BW%t)2~C)0%HS%npAaV&nhU;2N6tMsRvR|S~fKA0AJ^UI@O
zwV$}AuYFkfSHnnY!qdgmrL2^e2p+reK*Bb5b>@;)*<WMst-4yiaF4^GLlZj7U*AuV
zob0>#o?e=~{-W#KmY$BCKS!ne<P!<T#pz}#>rds^^=_QJd-m!oj)cpnug7M8i1!Gr
zzHS_6v(NU!(a5VG=A6(~e%#rq6tj1E*!}I^M*qZ4YSfl*J$QHN3PqEipx~N)U4EOU
zJv-*OEM0s>9%o0>hBL1&u64@@+Z}uMN=?M{`(N4abLBoiuCrs6#7FPYtu2c8!&}9l
zy1rZa+OmJ`TpfGcSWTrP(+ys`%@x~QFL*z@VEw_pY~Q8sz!){{>;8);Fx+$4x$VLE
R1+PIPl%B4BF6*2UngEW;z}^4=

literal 33310
zcmZQzU}Rur5D);-3Je-73=Clm3=9$yP(CLELmdkPgMtE-FTlXCjF*AIzyQiuVPH5X
z%fR5^0OdO{Fnn`lV9;P-U=UznU{GLyh%<ly3y8qPH&@p%!9;JauC=%{D{;>GDG?9P
zO$`2XZesA?^OGZ<T%47#;O43-Te!Mam0&$L*VKaP|NsB9UY?UW?M$!l|C4P_|4+2o
z{y))T2g3hOG~0s3&h+~Hzcf2}-sh*+IY8#zgqrdH|9_T?Gvjxh>Tm(+`+cI-;m64~
z$KNO09RENuNbJ{%7Q4SE+nxVkoDp{jW(LTd%X3pFL-gAHKiTF8$0v~3Q1QPfTI_#<
z%mBFqr1$o^MkA1$k2l+%Ioa-Ff1=gF`DB|T47;3cbF@Fv>KJmO)#2@lRtJ#Te?jg5
z`Q^r{Dw|8QlP8^Qclv*#)#1>|Hb=D+ZH`(ne7wz3`$U_g>WNkd+Y_yhFQIM#`vnw6
z7iT5RKQ}e<1}L1Ma{o`Zf$SiJ9sh&E6cjJ#CWn3lh4slc$CD@99CS{$Ip{;N-pMux
zWNdJv&A||&#_<ry&T|ukf1R5g_7!B-$u`F`C)*s%PqsN&;KC=`94t?^IhdSmb36*x
zKPlwb`KgiDKx~-%L1B&$!_~Fe{y#q@;?bo!$$g;sIMM2G@MN2#)QL7nnG<aeIIyGa
z$u>vv6Ri$AK;d_3R?^Jd8(Q?v^!fci-fVm6WV^H1iB<=nlWmSz@rhOk-;?dm9><$)
zPl4j^)|z@VP#U;AFTLkfhbt(pg5npBVg7)*8AP9GvHyRv!{t9Ht%LM}@c;k+886OC
zTn{nB78JkVPqsP!JlW>>3!099o@jOWexk+p7bu;A(mE)=fb`y4+rS8-L1tW@o7Q`#
z&kvl&L17At7cg$I`wvQEXZn2qU!I#f1(aVvdSLk$W(G*?_WDNsOS6+FoSzzb_1xsp
z@8>3m{s5)1OS6-v+*(_20#XCQH&;XQEvTH3U|?V{KrSaZK`QX$>r0E7VJaT%nyhhs
zd0FL^`58Md&PsfIaYoz^5WX}s@yV6>89T2pFRgsAa}vlZuoh&!U;#AZ{N!+OneuSY
zH05iH^A?|<8u{aNw<ov^0fo!)W}AN?3}S=Q0Z8ur)QBHf7UwMi=>ZvcesUPt3=kU`
zAFk2|hxg63bukxb#C-zA+3{v@Sp|wWP<itY6wgrn??kJ^pA#*1zd>q1YC(EHdO>C$
zuF?aW1!99R%+8yus|(Lf4h5yj|0i1QL1_SFCP55R3$h2K_vWhVB4jgRVFt1rB!9fg
z24pU%ocwj7)d9o?;}dO;zhD@Y{!X-l%TbU&VCnkL@g|#pATvN_f$V^p4GKGu|3Gel
z`X5xT{Xg020H#kM(J(Pcc?B+WQSE591(nmEKxTsM0AW!4fWq)ZtNq`TZH^00v^iFs
zXmhMT(dJl(1=pW!bF4hk>NxX6s{=^={}XMFAUi<e2o6_}Ss*h(W<S_DS>ycF$nPMx
zpJ;P@1rj3`pJ;Ws1M)A_9+(~fKxTo`9wdF2R)W$QC@q|XxTEq!o1^!MHiwWCZ4N<L
zaPWyX2cHwI4h1J#9loAybNF|%&EXFOJA(Z44`dd|Oi=y+<r7d^2BkNUTR`|ktK)xi
zFi0=djekI9!tx~~zkuxq#pkP&Z4Q@CwmDoSgio|NTtC_7a0803o@{k^3$+7O7ygIk
zc~G7NiJxe7_;S3}L7Rbrf#GDE1INiW2R0%xxLp9!d!p6x3&<>xnV_-+gh6bO*oihr
zs+$igtH=!>wD7xhqSfIQ$ekzK9O2<ZgZKr-Av}ITX$X{-KxqnO_lZ`Ax)W^<_|hk~
zGz&`0-XOhTGg|C^gUke(jhw$uwmH55#VsWmWCk>UeFvEhG7FTKL3#Q_tNp(dZH`Mo
z<-<wb<pV~U0aXhsQ<i|t0GS0c6J$0BgUTXe%Qxh*4#Y;3ci^%PT(*PE0+|Ui8&-yb
z%2ZI<N=*3-DyKnZGzcS=;XgonL1uu=LN*&-zpSb*0?C8I4^(G>@;WgXq!y$Hq!+z@
z0oen>usRK7H^_gWFa+rVr7LLJ1TKF;=>udZNDL$gQUg+ZaYo$dTWjlM!DdzJqSTKd
zF%X9N0~B_k_yLu%pmYW*t3Y`Wl+QsJ#0H6h<RJBXF2VX8WIhPP;seA6r7ut#hLwY$
zvIK-dc^;H6L2`uJC!od)s4wM!+)e^@us{|Nfp4#CWW2Gw4BlpXdTg2SolWh*H&#|o
zytbrp&y|HacdjhR`g&zS)|aabb8lT+Qn>Txs;b_*n>&4<pI*lgv*O0e3b+|CF+%k1
z_090M(1Tr5)Nih;o_b||#<TNNBL0Kg!JzgmD2;={8;n~W{)5`7pnlQ$sgeJ$EXaCv
zb9GJ6!@V=)VRqf#fG`s#hK;_xz6tE!uP^Vh+*(`Ta%pbbSCF}&cJ%RP8*tkSl!icM
zB`7^X@n4V_BwgA30lDpLzyJR$^D{o&Uf);_v*-4PX0X{XK01AST_afj!LG?l*O!%?
zIX5vF+;2M3Vhie9g6m+YeV{ar5C1*UZ2KD&Hs>dY{lBrIeE-9}GsHpm!TbkeBjela
zA$H&0)@O8eQQpf_UGD!u`5I~;s4WI+XMkyFUIMX^G1xsIza#58-empjbhp?4Yl{o-
z-QPJ;1!O0BINV;}1di|fJ141LU6l74+`nqE`whxVCt4jq_JYmEVK1^9U~D8kPN1^y
z*Qri7up8jv08I~|bPjUUo2&cSuPrOS08)3N#SYXL0=2I};SR<p+8lpl!_fW`L=C9z
z4e4{k+zWLF#0{Wu0L2B!J{X4O`&(=4dd^M=`hUFH<|owO5Wj%TBLYLi9i#`87C|(o
z8=9<tfzkskO~Uf#{T&nZFV9K&b-dXYl*T~y^y?FCj%!c0Ij%oJ1U}j3xZ!x4<Ej&_
z4i};BfVlz19iVgpN|RUSXS_$wn>SWgE<D}i4eHN=`UfEU6Jg;)3Vov0LGnba!y8aK
zfwql7_Jc4q9>C)ezd?EP=9-!wklBy+&yl%2H|;&hU7)xGx&K6~g9}KGRD7bvp6NuZ
z!vie#gWUk~Kd9UQ*#Rn}UYuUfe|tkq(z!{XzLyQCFZcIEo5TO(tqw;|v^hkbXmd<F
z(dLkFqRkNx2FoX%Xmf}-(dsZ6)cyvw-A}YSg5n=!FC2sH1-SuKj)BTaP+5IrdD$XR
zeFZAJK<);~p9Hnz+Z_Ib+(Ifo+2-*3WE-e|2c|)6Fb3sgnE4>PKxHbZzPP$D?<`0h
z7GH38gWNzx47CFsCZMt!RQF$7TDbGd{EU~NvK{R2Hc(#!+;@C>vdy8NO1ST28z^2N
z=@JzGAPkC&D+_aPUY?u!9h&w)ZUfgHCt4k%NKJc$)SqZ|D1@X9X#cv!4pdKmf!YtU
z8<bA|faAN>A%Kv1q{^RYb;tnu8I;FBVGZ&#xcx9M<27pdgZhvTw@$V>RGe&csG<U{
zJkjb<bE4JZ2`CMK!XAV{ZUMDnt}e>E01`)}KTyBd@jo~ZP$~U^%m-mu9ss33P#Xr+
zj=H|QblK@HkN+oH>_Pb-6bInA0LKHFc@Udkko}-=2houH=kp)bmb<;KDHGJrINl6z
zV}Q!v8z<TvN=~#nmYryGD1*=-HmMk_xAa7-L&b?!hex132`KEr<<FGx|Dg8d!@V<<
zF3(B%3>r5Cr43NLfW|#ZO<#o6pJ;VR1&xn_`z|f^ptjj_P@5K{@5YMqRnRgJR{unU
z#Hoo-v^o?)!rt}=r0lDn3N!!SwqDCivywn{KR6AXXmxmTqRnx}$u`FsC)ylmf@pFu
zOz(*{$2lij9o~cOZ?^phYSV(+)gb$?F3bhDy>70qnFXpB(c2%O_yETn5p58x>e|5h
z89WvWG8>fEZmq3v1=)Rlc_}lj{q^L?68>w83-5sP#fcX17$i~cFKlfxkQgW}f$)h|
zP(9=bY774YwP``^>Mt+ufM=FqcEj7g+xv__WfC}?TI`YApYVJMk|P3x+Z&Ml4w_rC
z`weQ-UR{*;>cP&*N+7?(+Pok(2;W*;2X6b{-O}X<c0-2?xZQfP%?VT<fX##23*v*^
zgAIe!f$}d*4QSjM-1fb?DEIZ<ZM{YyyKwaZZmog1;oi1BLr`2m(*tNs2-Lm>nTd=+
z_QUwdY_J%pj5*$H`w!Hn1+}X|ZF{iY&^```jSa)X0hAs<Y4XzSq<`SN*=!36kKdqj
z5?WS+>;c&e!XSTx-3cmNKy?eKJ$Y$P%CB2%>v~^b*~<>H3l`5HHa?834wN@R<pZdU
z0;S#4-5wzOK;<>4y$Tu=1+zhM19B&*EeC2(g4(qAcT50HQ-G~Pk8iLb9s-m$uP%b*
zO^`BBIeB}1QwFHMxVk9s{FQkbuR(P;2w$0(@e0(A0=4Bp?MYCZ7NiG+LH!GmSs*qx
z3>qf@IWhrxoB-TQ!={>ev74)F7-8uNrt9wJ4!t`Y+cIviZ(4L~P2J_2tE#@;SW*7>
z`ts6WAbev*`JbCBD}UZvQ*-O~`lgk4HntYt-P~bza}8)l8Dh$<HMLBzc_fGk^+{M7
z1ettiL#yJQjjc7e*3_N7zO?w)<+*A9L2YNy9Ny_JkKZRdTtMXnsK59V#6H#K{u@-j
zpPv%`|I(b4|JRlj{=2cd=IZSYEuD8Zw(5Y)1YwXJH&<6<9d823lY^1N`}X=KmD?Md
zXWv*+@d@OPGkyM`bPJkG`F*_E=J$yf+kYoo?LlP)8ny?gYfwHq-edzRga3fWTrSN@
z{C|CU>CfBin^xW4&;l+;KyC#214L7bZ?9_rm&vDkeVK1>Xl}Z(vhwT2neqQmb-4Zo
zjUk+9vBlY^gtluy<pDYd`5ELNuo)-Yo&H>y7XAOm^0L3TH#ASXv9f{><Zk5r4&sxF
zVdELM)-~wfTGw#?%KXg#r#jvKfZg3{4{{U89UvNpVSEsc4TIEy;sr#*Fo^&Ec#}1#
zF8K|L(_3rn?%!VD<Op)_-A!%adK|<i1>e~S(RXWoQ`pT_)!#ws_IQ)c572ltXdD6*
zwvc)ZJdO-^3#hy!0>jjU%4d*2|AEW|wJDA_S^qpcA@Ki=6&3$)uW!zWxtWwaac5&I
z*w44uH|O41QTG3Ik2fgHL3I__E;M(8#3;cazkuTa6eb{lfbz(xPPbpzmKK5h&;|1Y
zF*GdA++N?DbA4F}D82kT0Umz=ugyRTFU)>C5#f%@pCCVg&4z>xxNQOw`*Ce?KHLwm
zG=a+>x1f3T_WGv48!O5oZf~)J#VyD@ko_<k#HKa|n+@@U<G&Lv;5_yN8V}&K1RG05
z_XDW@0EyjN*PwoLb<O89y*_^-<6e+(hlVZKd?=gRZikr%vI7(s5W2<gA1EzB@&hDK
z<11TluWLLGs)xYk0cibFE4beZ8o&E<0z8fZ8p|LZ!}OkLa|De=faZW9^Vn@z(;>v|
zV7ozMoHl<z?LAPr1S?yS^E1ppw>PwuU0sk3>hFO2Taf(Z_z%>70F@0Oni32*1Jd{S
z3+l^5?SO?nG7a(rC|`rqFQ{Asm93!q0h~^t?Q&3i2E@O;u2Jgds_J*AyFEc|KagIy
zyHB(^-agUhc>P41;|(YcVv~w*oP_AV23=PMavRJK$nHjFgVGU*524$gf8SV9_6Jr^
zgW5~5w!!TUE!~%9CxhydU!XD!G!_9KFKBgW2Knz~n<LkWHb)LhFvtv$StnW@+@WoC
zkRL!{1#%-U3~_s#6Uc49LG?7KtpPFzmS=CTZx*?^s_G?lyaZ$(D7}Ns{&u3(K?<an
z+88tz3n~Xd;RK@bV32!2euMa<-RTdgy>w?|D|lT2$X$0fwq{(Jp8-nuptUa`cf;KO
z@kFbGC`iqTRtJ`ot&U6-V&;>rj;v7g_JG_>g!>V0Z*v62!7oso@6Lvn4v;w@d~039
zZcrcSc(W~NoC4%u5C)YKAit0`W)CtK7e3MIsC=T;;WO0z;IIO*31E<$KzZ{osNH&F
zb?w!gYwKBVZ)%slv7+q5$qpA#{D9Sf%z@S+AoqVh(dw`kJde@luo^^@haFa(XmebB
zqRnC1iB^aEkTF+>zYrSSh605%K8)<PKcN1@oy{GlcQ>^MUICYxw&1h_Ezdw|L2d`r
zApbzhP008qxZG<chwT6!{{)-Y26H>Oe!=H%m>ev8LGy>dFV9K&59-I=-q6wtYR`lE
z6d<>Q%V<dX40b!HoB)+~C)yl-Pz{6EnZedD;ih3}05op`avQ|oj-auVKcMz7s4seJ
zUE`K>lR`jw7b)#S!UUloG}c95431-za0J)WpfCmHfq$UB=&d!iH*c+}y9Qd1c>>%{
zgR6n39dP)!IqW~t=CI{to5MCb;jPEp9Cm@$nu6BlLBbKVmKdB*!2MHDfBMGC%Abfj
z*B+G4K>mZd9ajF7;wndIEq=V!Aq<+HL48!P+d%0EEY|Mw8#JzQV`b&{Q(f*qL49tJ
z94L)J{0mAi4xdi6I)LZrLFNC6R!1f}VepvaiB?DE<E;+&pl*Vdv!Hwo3hSSsv6-6?
z_y5A-et7*0ayPBR8)p9T7ANrd$%$46))TD`kFmSo3F7`$)o)Jsc!BZ+$WP!n0*8OA
zBW%vA8)h!O=@YFEdEm4HT7L&_OT*H?18D6wDE<7swYKgOXv_&TZUap}2tPpbKPW$d
z=FKjhXmhx7vd!T#J@AQE2T(f|6s92i!EOS@1IUe_v;rC<1C8_DUf;O>+~hFi^7H?R
zHk9%cobEvNBt0?0ttf5*`QslbtU+OZYfasiI~!W+LG2+(e+zkCFI*oe@BcX22HFck
zKYXIq;RmSf2KfV=o)P^tQ2q5A)JMF%zG?B@%^hA>7v_N06T!zvKyiem4;+WoX+IF#
z=75*=ptJ*yf2f;4;SXs)%uV}$XJcFDolWiHH&#}>I@Rg=A2K!tuEXH^PP96FIMM1b
z<wTof*NHZV9td{qInhQd46?(q`$Vfl?}=82r_gYO`vIDt|A5AfLF3+_GUfKV#!YB>
z0Mx$*w+(4A=MS=z7<{7D!3OGHP#OS*Jt*z}g{J+pFf;CKY>Po_gM$4Fnp-^4>L3hK
zce2%y9n|-r6J|Tv=E!oq)d95b<|c9+fW}@y{dmyWJ;+@kd~01D&&|~}4?uH6NbMj{
z8UpP}PzI?P2z;W|f%^pV8thj4f1q)1(AfQ*4K0cwH{DuO1Foy@Y-p*zJTDEDH$Za^
zAh(0YdqDJx6Ri$n&^<|#C)*rpicdhymp;+vD0HILp$}4KgWA~O{`)UbTOTz40C9UA
zGi)5_#+q9Gn`>$xgW9FAH~^Jfp!9d5&GFmGHph1-+8jTeXmfl|WBlPH#12ru54>jt
zRQ7=CEYR3JX#U~$`eyJ<7-;+i<_{2kdqYbyXuR}9iyiX#6?lvW<PT683ZiL=VRnFM
z(3%QR7=qG2XzU&||8RRl3wS&SHs%I$HwfR^&<t)f-CEzY1r$f1d;%Q@0_S^>S#-vr
zb|!4>?Kh~u1)4)S(;o;<?;tlLV_00=TwNn}YfbGl(0JqVCeYfs0U5sq<vXz3L1Xuz
z`3KM(%B^*cx*#{h#@s+`WDJXw+v^&wZmz2OeWu6f&+%rPzp!`!r5jLM1jQ$fFet7O
zZikIMFE9HKng;^86*eCSVq?R%*EfRa>u#-Y3c9hf@;}%Q(0Bm39mx-1yQt(3kXfMg
z0<EV&W6rjJLF4A2Ih5P$n)5(zh0U#i*!b}64b5ObfaWnk@c>Cn*6{HaaGnCKdqK3R
zK=zW0L2ieJIi&3ZYD<FVA3$>`pm`vWTM5m*fYc!4+v}lzSl4I;$`7DC4JwzQWh=<7
zAbUX=oekm>!XSMhjO1>}oYC=Sn;)RI<;~UAUqER9<R;jB9EeQ{hNUHNo?hRy1yr_z
z>WAY^Hb1fW0~G&YH-XX_X1W5m$3bd9egmn4VbD5_f1vUXG<FYa$AIQgK=VK#w-TFX
zKx(mJSe^#Sf!1Jv>bT4E(m`{Qpmi(1Ky!uAb}PEOVD7_4gToy(-g>;*=GW;ikAI-C
z`<tt(-rd>I0^e5vn~ww8O$olariSS@w0;29)1bBnsJ#RVD^R-?-1cs<{S8XDVE=&D
z5VY8V+T#%1g1UC#c(d&<(0D6o%=pT@jQ^mqd(iv?XbuJDPT1H!j86?3x!k?Awt)xK
zZUwcyLH!3%9|+Ws1NjHkz6Fg5oa%B1tquEmy4&j?Xp9Ur&IigzR~BS})(U(8jeFnO
z*qV8JLo;}c9^^*k_y+N*jX~`tWPgCn2latK{Wwrx^!ED3bvM`6UA(!f`pwN%mER$_
z`W<MT@AkUJt+zL{wBFs+9&~q8hb%}h41>%BnGNF;OM})4f%XzLFd&`J01_b9020-K
z=G$(rhO~K+wccD+sdj5^UD)mQjcvEqH?6t7zVXcM^^H$%t!wyrYi+|1FkaX25hQkd
zUE{gi>zmfyUf<MuYi)h_ja8NE$Yz1qAUi;If!KoqgWLjg6U;3$6d4$AuCB4ay{@tU
z_WGuax7OBw2i3RNmK6R6<*AD^6aHVA7WMDk<gj1oCI){6<H=#aKw=;{(0tRiB?X|h
zzW;Bnt^aX*ed9%tSs*i)xiWy;f*`v<c7p5%u?Gs@TwMdMk3sfdT~a7|Yi)hm?e&e9
zZ>^~Xt)u!6^3U0R|DPv1TtI8)zk|v|P&ou@JAwA|fz}X%Fo+EivjMfMKx;q0gY=x~
z^ZyAl0~B^3GjFeNymD)8eL2W3kewim>;@2@9vIf91=)3VQN9ppeeCUZjc-Bif=jcL
zKy}DBP@N8H=Yr180QFHY>pgIr0=W(W)iZDm(gRu-2?{TeS*LqEzg?P@1lk++A7t09
zwRP=R7v~Fs+yKJJZUXUXg>NCn`K>jzS-00Uz5@CC!nEjLC)=IALEQ`Y2ei&d_9u)D
zQUhm0_mP13$l@?QXiXS&EYj&4$S#nbx7Rhk2Dt&|S7f)r#HdNb>X7TpOVw_#YdCy!
zbqy$ugVqy*{0$mU1i2lALGA`&WHyWs5+j5`YGD|p7S0B>(?NSzPqsOJyErrcH^>dQ
z*ESphxe4S~m>WTCYGLI1=jQ6_xZCR*e_UH!@c(qT=jY>1HZXsK-3V@jL(atk@j-5<
z1_ql2H5<eRw--TnpYHPb0&0JP+yrtP%+JVfhKZ3w-&|b{Ub6<$duvTy@2$1<pg0G$
zb3tVqc%3{bjf3I^n#V!zqlTZcnE^H%Y8Rv*3u@1`*nPh^GvO!5ZMW9c^?}?9!pLq1
z@kzzV`fshRUj<5Q=OzY&;v6)m3UVJP9>8t_g#pz6AaPn_u$@Th0W`k$2jn)88*i<x
zUk&psvL9e##LzcaA=didT3f&Q=Bg^tUgl57n{CkJ9OM=drnR5Z%?H^D3V)C|I4ywO
zcBa?o6UeQ%*4Ax-`4ibMFfn3jP*{S@JKgR12~<zham)kcFJdq_3?OL%JiY)bm!M&Q
zNC(9F7o-kWhJx}EC_RC~6zX@7U7&CWxeG>v*aMBhZh?jY_*@x~n?Y^|`2pmo+iM|v
zML=wP7}lNwm8GEa1eB*h=?WI_&^!*d56T{Bzr*YYy9pWwptiz)klR6i0Qm*v=UZzK
z?NtyT9mCpCpt=-PpMc6#P#bOt_#Jx~G}-(C`2pk?ke@*Qh4~T0#)WUKZ8!p|-%qsI
zfzBBNnGH(!5E?SJ20A|l6y8+Fpfi|2bqT0F2#HI`+&T$q4enNu9*`eEegU=DaQPP`
z4omm9*3@Q$^3CaP&o7|%H^eQVz15&OQine$A!i1FX%L$h7_#=y0lb$3QP+dV$v|;H
z42FjR$Pb`)8puzuwld7GAb*1}tRD&LPk`FgpmrswZH1QZ|AO{of-pE-A#FTj+(MEX
zxcQ)Ua3DKc9l?9-Ph#004{`?{3<?8Cz1U>)_u|Zi-=Mw<$dAZ=hO)tP7oa{Bs9ynU
zTO-09oc_RTPL8)aY(3HD=zbD>E|;S>h^96Mo%waL&C%;btE2CUR)<rNbykoyFL?Zl
zEsQ~V6C@4_2M`U~y9F9kXhZfhJnokiiGuo-puQEfe*xBqv{vES@m6~-kY0M>6Ri$P
zCt4j~^QJKWfc!!%2Kxb&he3V<`3>Yp*!Tg+@1SuMkbgj97m&Dj0<Db#nGd!Px*ruZ
zuDb-J?qr)IXbzkCM4Kb?Ng7~~xgZRhCkNSgyw%|_DBdAu0yr&#+(s&fhJ({rkRL&Q
z1(^-=`)W@HM$p&_XnX<Ge}~!!@;^u)c>T$VR)^^zJur8H*tEo;_0%BqPqaB~2d$Yr
z0Y0aKEdPW20P+i{P4EXaJ_8z~nyZd7mSztcUjmJ>fXYiydVyk4yo38Xpm+ee2ZT?y
zIKao@KzwTBldTZ*k2l*hg4QHM;{&{Q1H>j1gV)l5{0Q>v&DAw_Fn5E-7eQlepm8Rs
z*`V+OVUYhpG$;%~>`0g%deA3Y9m_!L6hLPhg4zR6w~?CmLF&PN0O<$$5#(2ppJ9Fg
zjj@8p86j;w%rpjThk(k$6Ri&CPqaCnJ<;ZH7D9vA)Wl$O&m3=cxD2U-K<Ar)#tIQ@
zuR#7F7lZr=@+-*CApb+g=j(r*0gcmw&Vhxt?_lO5`5hF7ps<9jy#UqEG{bPeg3=wt
zUefD-h+9Ez2nYt51I`1WF=^1)`VH{hM144Dd>%C33>tHV=6jG@n10ZHAut~l7NBw%
zyw|GD0kn>X1{i8Cq@4-37wRsUo5-O-W`WmegZv8eGh|+-sST7LK<#8`oP*Ut*-(2x
zZBIx#gscGtotFw01FeS}EEqHn363k!{wOTr1@{-ouOL6)Uf<LPnr{Nlxq$XqL;Va=
z2lY3o%@4|Z;5FZ%@()}WfXbx7h(YcLr%%Wl2+&#IsD6RuZBRY<8|3HP>zmfzUe|OE
zR35<UeavtJo#zHB6G3qf4u@YS+Z;ZgYy<7{arktyZBXFPAU8qJxCF%=C@p|!T>c03
zi~rwV-*^@@?+BWE1I<4{!w*FdD4wD94=DZ@oM>~9J2^-($ZaQD9Tq_94e)+YP#C~5
zsQd!?5#(2ppFw`Vy{_TYxyhlRv*bYPQ2Y*33##*=^xgfnRy1w*fa)Vk@zHu)P@Cy4
z)Xmu1OyKdc^OM7V!RDYrbFiR!NNCze2?M0||6GvU!0Tk&92idyLVTjl0lJ6KaUQha
z2yVNB!UBpxegof^0P-_<?tN{;4-k7;_#d%{avsRPu($)Up%}yeB&7d4hnsB%efmFK
zV@Fi_2dzH<rT^RO8=r#80#KO%3L{t<0b+wNTKPBsM5}}Bpe_Ge9b`|mI?P9QGsq8c
z3~fV#{CZ(()IUi1*GNSD2WpQ(>On{yGkEJiSlb6u2Y}jWpt>85LFpe<|0C6ZP3u7G
zQgF3@VErzrd4s<Fa}u;a4A%aE#y33vv9*8JH@1P++ko1HP<5a%0%1^n2*sdqgtmXd
z`@KMIA+XqBY5RiQ0U9TT_m|M~F>>7o@+++U3tnfnvf@9ePk^ic12YRmgWH#&vnFWP
z{{fA4l8TAyGlAk1qyGb1V|Ht8-49To5Pj?ilpc`MKS)2MJpoEzH0%3<`y7z{+$7ln
zDx<*p9Mtv&xfRr21=ApZz~Ud|N047Z{a;YuAJnF~y{_>RX#FH;Yyhejn(jg7fzmxF
zt%KYCATzI>XmdOb8UFx}RnTZ0gxE0^kQ+eQ@id;jjd1^f{0QprfY#=L{0_pm*ELQ6
z<p<E%5Y+#ma06k`{TPtE1wLEUp%A2gFk{fUm5{R95uOfUaS!qv$d4euB9DK8))s=s
z1VLkip!9*Fz7@1b2pspPVE%@UPr~?vfkt-IiB^ZxV824$4)YJlZy-N{{0j0j%-tLO
zh#LQ%0aAaW%>lmV5yT%%7&bP4qSXO(7AYvNg4+M^Isw$jhmL<=nQsUg|GouXvkRIN
z0L=}YY{NPKu^i-A&^;@l`3VrF#ry|3W`f)T!l1bskQ-05IxL6AKgj=}yblTk(7GLr
z`47+>5J=C}rG=pRuXmt1BG6nBD9wQK(TP^@nM|Otd<WXE2U0tjG02T4S{>d&{0}Yz
z!2SpM3FJ5Q`7e-PVDmt@=08t>?-hcS0VmoV0>JZ=ZM2#HBxgPqK4;qI7yz0x1-F4)
z!FT(C{SJyp(3~zPecxJJk23!W^*^{@cXe^TF#h>(&^iD}Jqw$s28HuLW0+gO{)UWo
zgWD;f_8MpoA2gQ_n$yQM{|yZTaJdFw|Ip>}8B|_E^8vUn1huVCwmO2>CD3Bs10`mH
z+NE%}LC#kIxfwj(4_YG%UH_1c>{k#Q8wRbX1+6IswUeQ73oSn!|3SvTK{R+=7;Fb9
zj0O^e*37^#$Q{u14ssi4-Sl^mUqF7s=2v7f*xDe_TA|zP8h>7#8UGX1UIL{dNLm85
z2f_XZ<*UJnA$|t;(Lno}Z9x6ppQNmRf~}3Yxw<+Yv~~=%hHR*=e>*!d7<5<Ce~@25
z@eK1Dh>Z_ptbgqBfvx=n<pXdSgVGr^Zw!WX0Cp23jXHtHH&6HYe1hb8$a-j)pYZt`
zn;i1`SI8JCWZyD!9vk3r0L2NYeF9$V1ac#2tuAQIF39cJ{6vfx@|t1LT4IoSpfH8y
z1yKAWg#kGH=^PFqJHdVjxdl{4f!qdiBgm~FH^cmi>=&3AF*Nep@u9H(9hBd}X&!m~
z`zpl#1!DY+t_CFx*3|WZ%0y7T0IC}y?E@!J{)fc_m`%fU0E%-^T8G*L-rEeW<3Mf#
zx$V}Px_+1+Zc^xXxH(AYeuK(VP<;ZbQ$g!0L2WDKd;lqfs9sOP{0*YP7-T2NZcy6>
z<Q7nUeRFk9JlxGl`xjthl+v&=6x=>o+i(Pw)<Eq_P}>^RzW})j8uwr~Lh>cJy#V8b
z;*A&#QxBp+>OnLJgX11#7syVK-5@uB+BVmhmx1?+!rVxyUvcS2u0wCGsm%tpsX_e;
zP~Yk#k^A4!(g@67AR2^`{R`uR(l~hB9@Ia-FfHmA$WBmS1=L=LxfR)MFfm%tuy!KI
zY|wgIP@f9auLQXXw1yBg#sV5=0<|4MWdw9w8RRcy4DuT?MwWx_Pqzd68Dtj7Owc}X
zkR7+zHNLyGw!Q<@Ujw-Tgpu6@;?n~ohc{?VDQFA@w2l%qz62U$1C29+##+H+>n(O<
z?thI3@1+Hqd3#;sRmlF=BKW>`WH->m&**l5#!q152OzoSmhk=06F_UsK;z7ywML-u
z0L?Rj!UQz;2AY2a%{zlJX#exnsDB_ikQ&f@%#D>5|3TyOps{JtSmn*tH4YmiAY)b_
zdq8%A>;|z10|vPT<R)~tfX3J%>#Sh=-<v>dPM(71oniCuAU13+60{x(v@QueFGGj@
F?*OxI-dF$t

-- 
GitLab