From 9b41b201e24a0a7cdb61264724678fbf7f00c3a7 Mon Sep 17 00:00:00 2001
From: Jay Laura <jlaura@usgs.gov>
Date: Wed, 14 Sep 2022 09:04:12 -0700
Subject: [PATCH] Updates for layout and adds fdp header to data pages

---
 content/contributing/_index.md            | 16 +---------------
 content/contributing/how.md               | 19 +++++++++++++++++++
 content/fdp/jupiter.md                    |  3 +++
 content/fdp/mars.md                       |  3 +++
 content/fdp/mercury.md                    |  3 +++
 content/fdp/moon.md                       |  5 ++++-
 content/fdp/neptune.md                    |  3 +++
 content/fdp/pluto.md                      |  3 +++
 content/fdp/saturn.md                     |  3 +++
 content/fdp/smallbodies.md                |  3 +++
 content/fdp/uranus.md                     |  3 +++
 content/fdp/venus.md                      |  3 +++
 content/metadata/_index.md                |  2 +-
 content/supplemental/_index.md            |  2 +-
 layouts/shortcodes/data-table-header.html |  9 +++++++++
 15 files changed, 62 insertions(+), 18 deletions(-)
 create mode 100644 content/contributing/how.md
 create mode 100644 layouts/shortcodes/data-table-header.html

diff --git a/content/contributing/_index.md b/content/contributing/_index.md
index b79f39a..a36a0d3 100644
--- a/content/contributing/_index.md
+++ b/content/contributing/_index.md
@@ -3,18 +3,4 @@ title = "Contributing"
 date = 2021-09-28T10:51:44-07:00
 weight = 20
 chapter = true
-+++
-
-### Contributing
-
-There are many ways to be part of the community that is building around [analysis ready data] for the planetary sciences and planetary spatial data infrastructures. We want to make contributing as easy as possible, engage as many users as possible, share what we know, and learn about the myriad of products we do not know about. 
-
-The data presented on this site are stored in [here](https://github.com/USGS-Astrogeology/FoundationalDataProducts) in a code repository on GitHub. Data are stored on GitHub to maintain the lineage of changes, to provide a place for anyone to submit new entries, and finally to have a conversation about one or more data sets. We hope that using a code repository is not an undue burden to potential contributors, but understand that for a new user, making use of a new website can be daunting. If that is the case, please feel free to email [jlaura@usgs.gov](mailto:jlaura@usgs.gov) with your contribution, and they will get an issue, pull request, or discussion started over on the GitHub repository.
-
-There are many ways to contribute as alluded to above:
-
-  1. [Open an issue](https://github.com/USGS-Astrogeology/FoundationalDataProducts/issues/new). This is a great way to suggest a new product or to identify a specific problem with an entry.
-  1. [Browse or start a new discussion](https://github.com/USGS-Astrogeology/FoundationalDataProducts/discussions). This is a great way to ask a question or start a conversation with the other community members about adding a new product, modifying an existing entry, or seeking clarification about something.
-  1. [Open a pull request with a change](https://github.com/USGS-Astrogeology/FoundationalDataProducts/pulls). This is how the community tracks changes in the knowledge inventory and this process means that changes to the inventory are being peer-reviewed by maintainers.
-
-As above, if you want to participate and are finding the process too burdensome, please email [jlaura@usgs.gov](mailto:jlaura@usgs.gov) with your contribution.
++++
\ No newline at end of file
diff --git a/content/contributing/how.md b/content/contributing/how.md
new file mode 100644
index 0000000..5e1b371
--- /dev/null
+++ b/content/contributing/how.md
@@ -0,0 +1,19 @@
++++
+title = "How to Contribute"
+date = 2021-09-28T10:51:44-07:00
+weight = 20
++++
+
+### Contributing
+
+There are many ways to be part of the community that is building around [analysis ready data] for the planetary sciences and planetary spatial data infrastructures. We want to make contributing as easy as possible, engage as many users as possible, share what we know, and learn about the myriad of products we do not know about. 
+
+The data presented on this site are stored in [here](https://github.com/USGS-Astrogeology/FoundationalDataProducts) in a code repository on GitHub. Data are stored on GitHub to maintain the lineage of changes, to provide a place for anyone to submit new entries, and finally to have a conversation about one or more data sets. We hope that using a code repository is not an undue burden to potential contributors, but understand that for a new user, making use of a new website can be daunting. If that is the case, please feel free to email [jlaura@usgs.gov](mailto:jlaura@usgs.gov) with your contribution, and they will get an issue, pull request, or discussion started over on the GitHub repository.
+
+There are many ways to contribute as alluded to above:
+
+  1. [Open an issue](https://github.com/USGS-Astrogeology/FoundationalDataProducts/issues/new). This is a great way to suggest a new product or to identify a specific problem with an entry.
+  1. [Browse or start a new discussion](https://github.com/USGS-Astrogeology/FoundationalDataProducts/discussions). This is a great way to ask a question or start a conversation with the other community members about adding a new product, modifying an existing entry, or seeking clarification about something.
+  1. [Open a pull request with a change](https://github.com/USGS-Astrogeology/FoundationalDataProducts/pulls). This is how the community tracks changes in the knowledge inventory and this process means that changes to the inventory are being peer-reviewed by maintainers.
+
+As above, if you want to participate and are finding the process too burdensome, please email [jlaura@usgs.gov](mailto:jlaura@usgs.gov) with your contribution.
diff --git a/content/fdp/jupiter.md b/content/fdp/jupiter.md
index b71e853..f695e95 100644
--- a/content/fdp/jupiter.md
+++ b/content/fdp/jupiter.md
@@ -7,6 +7,9 @@ bibFile: "content/bibliography.json"
 file: "data/jupiter.json"
 ---
 
+{{% data-table-header %}}
+
+### Identified Foundational Data Products
 {{< data-table >}}
 {{< json >}}
 {{< /data-table>}}
\ No newline at end of file
diff --git a/content/fdp/mars.md b/content/fdp/mars.md
index 0bef5a5..2b634e3 100644
--- a/content/fdp/mars.md
+++ b/content/fdp/mars.md
@@ -7,6 +7,9 @@ bibFile: "content/bibliography.json"
 file: "data/mars.json"
 ---
 
+{{% data-table-header %}}
+
+### Identified Foundational Data Products
 {{< data-table >}}
 {{< json >}}
 {{< /data-table>}}
\ No newline at end of file
diff --git a/content/fdp/mercury.md b/content/fdp/mercury.md
index 97e7445..13e81e0 100644
--- a/content/fdp/mercury.md
+++ b/content/fdp/mercury.md
@@ -7,6 +7,9 @@ bibFile: "content/bibliography.json"
 file: "data/mercury.json"
 ---
 
+{{% data-table-header %}}
+
+### Identified Foundational Data Products
 {{< data-table >}}
 {{< json >}}
 {{< /data-table>}}
\ No newline at end of file
diff --git a/content/fdp/moon.md b/content/fdp/moon.md
index 2732190..f5be75e 100644
--- a/content/fdp/moon.md
+++ b/content/fdp/moon.md
@@ -1,5 +1,5 @@
 ---
-title: "Moon"
+title: "The Moon"
 date: 2021-09-28T10:54:07-07:00
 draft: false
 weight: 3
@@ -7,6 +7,9 @@ bibFile: "content/bibliography.json"
 file: "data/moon.json"
 ---
 
+{{% data-table-header %}}
+
+### Identified Foundational Data Products
 {{< data-table >}}
 {{< json >}}
 {{< /data-table>}}
\ No newline at end of file
diff --git a/content/fdp/neptune.md b/content/fdp/neptune.md
index 8557459..667694a 100644
--- a/content/fdp/neptune.md
+++ b/content/fdp/neptune.md
@@ -7,6 +7,9 @@ bibFile: "content/bibliography.json"
 file: "data/neptune.json"
 ---
 
+{{% data-table-header %}}
+
+### Identified Foundational Data Products
 {{< data-table >}}
 {{< json >}}
 {{< /data-table>}}
\ No newline at end of file
diff --git a/content/fdp/pluto.md b/content/fdp/pluto.md
index 546a2da..7822e20 100644
--- a/content/fdp/pluto.md
+++ b/content/fdp/pluto.md
@@ -7,6 +7,9 @@ bibFile: "content/bibliography.json"
 file: "data/pluto.json"
 ---
 
+{{% data-table-header %}}
+
+### Identified Foundational Data Products
 {{< data-table >}}
 {{< json >}}
 {{< /data-table>}}
\ No newline at end of file
diff --git a/content/fdp/saturn.md b/content/fdp/saturn.md
index c4ba7a7..f8ab582 100644
--- a/content/fdp/saturn.md
+++ b/content/fdp/saturn.md
@@ -7,6 +7,9 @@ bibFile: "content/bibliography.json"
 file: "data/saturn.json"
 ---
 
+{{% data-table-header %}}
+
+### Identified Foundational Data Products
 {{< data-table >}}
 {{< json >}}
 {{< /data-table>}}
\ No newline at end of file
diff --git a/content/fdp/smallbodies.md b/content/fdp/smallbodies.md
index 806771d..b986d8e 100644
--- a/content/fdp/smallbodies.md
+++ b/content/fdp/smallbodies.md
@@ -7,6 +7,9 @@ bibFile: "content/bibliography.json"
 file: "data/smallbodies.json"
 ---
 
+{{% data-table-header %}}
+
+### Identified Foundational Data Products
 {{< data-table >}}
 {{< json >}}
 {{< /data-table>}}
\ No newline at end of file
diff --git a/content/fdp/uranus.md b/content/fdp/uranus.md
index c24385d..0773290 100644
--- a/content/fdp/uranus.md
+++ b/content/fdp/uranus.md
@@ -7,6 +7,9 @@ bibFile: "content/bibliography.json"
 file: "data/uranus.json"
 ---
 
+{{% data-table-header %}}
+
+### Identified Foundational Data Products
 {{< data-table >}}
 {{< json >}}
 {{< /data-table>}}
\ No newline at end of file
diff --git a/content/fdp/venus.md b/content/fdp/venus.md
index 95ea948..103a84c 100644
--- a/content/fdp/venus.md
+++ b/content/fdp/venus.md
@@ -7,6 +7,9 @@ bibFile: "content/bibliography.json"
 file: "data/venus.json"
 ---
 
+{{% data-table-header %}}
+
+### Identified Foundational Data Products
 {{< data-table >}}
 {{< json >}}
 {{< /data-table>}}
\ No newline at end of file
diff --git a/content/metadata/_index.md b/content/metadata/_index.md
index 9dcda6d..93f4ed5 100644
--- a/content/metadata/_index.md
+++ b/content/metadata/_index.md
@@ -1,6 +1,6 @@
 +++
 title = "Metadata"
 date = 2021-09-28T10:53:31-07:00
-weight = 1
+weight = 20
 chapter = true
 +++
\ No newline at end of file
diff --git a/content/supplemental/_index.md b/content/supplemental/_index.md
index 866800c..b28d565 100644
--- a/content/supplemental/_index.md
+++ b/content/supplemental/_index.md
@@ -1,6 +1,6 @@
 +++
 title = "Supplemental Information"
 date = 2021-09-28T10:53:31-07:00
-weight = 1
+weight = 100
 chapter = true
 +++
\ No newline at end of file
diff --git a/layouts/shortcodes/data-table-header.html b/layouts/shortcodes/data-table-header.html
new file mode 100644
index 0000000..85a4070
--- /dev/null
+++ b/layouts/shortcodes/data-table-header.html
@@ -0,0 +1,9 @@
+
+### About
+This page lists identified foundational data products for {{$.Page.Params.title | humanize}}. These data are updated as the maintainers become aware of either new products or updated information about an existing product. This page was last updated [![GitHub Last Update](https://img.shields.io/github/last-commit/USGS-Astrogeology/FoundationalDataProducts?style=for-the-badge)](https://github.com/USGS-Astrogeology/FoundationalDataProducts). 
+
+### Discuss these products with the community.
+A GitHub discussion area is maintained for questions, comments, concerns, or general discussions related to these data products. To join the conversation, please visit the discussion page here: [![GitHub Discussions](https://img.shields.io/github/discussions/USGS-Astrogeology/FoundationalDataProducts)](https://github.com/USGS-Astrogeology/FoundationalDataProducts/discussions)
+
+### Data Updates
+While the maintainers of this site make every effort to remain up to date on the currently available foundational data products, this is a really large community of data collectors and data producers. If you know of a new product that is missing from the table, please let us know by opening an issue: [![GitHub issues](https://img.shields.io/github/issues/USGS-Astrogeology/FoundationalDataProducts)](https://github.com/USGS-Astrogeology/FoundationalDataProducts/issues). Likewise, if you see an error, please let us know as we all benefit!
\ No newline at end of file
-- 
GitLab