Commit b2c31d7c authored by Jay Laura's avatar Jay Laura
Browse files

Initital layout commit

parent 52923962
Loading
Loading
Loading
Loading

README.md

0 → 100644
+15 −0
Original line number Diff line number Diff line
# Foundational Data Products Knowledge Inventory

This repository houses raw foundational data product data information in JSON format inside of the data directory. Data are organized by major body. In addition to housing the data, this repo renders the [Foundational Data Products](https://fdp.astrogeology.usgs.gov) webpage.

Contributing to the community that is building around [analysis ready data] for the planetary sciences and planetary spatial data infrastructures is not hard. In fact, we seek to make the process as easy as possible because we want to engage with as many users as possible to share what we know and learn around the myriad of topics we do not know about. 

Data are stored here, 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 funding the process too burdensome, please email [jlaura@usgs.gov](mailto:jlaura@usgs.gov) with your contribution.

archetypes/default.md

0 → 100644
+6 −0
Original line number Diff line number Diff line
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

config.yml

0 → 100644
+53 −0
Original line number Diff line number Diff line
---
baseURL: https://fdp.astrogeology.usgs.gov
title: 'Foundational Data Products Knowledge Inventory'
canonifyURLs: true

theme: 
  - hugo-geekdoc
  - hugo-cite

bibFile: "content/bibliography.json"

pygmentsUseClasses: true
pygmentsCodeFences: true
timeout: 180000
pluralizeListTitles: false

defaultContentLanguage: en

disablePathToLower: true
enableGitInfo: true

enableRobotsTXT: true

container-max-width: 100rem

markup:
  goldmark:
    renderer:
      unsafe: true
  tableOfContents:
    startLevel: 1
    endLevel: 9

taxonomies:
  tag: tags

outputs:
  home:
    - HTML
  page:
    - HTML
  section:
    - HTML
  taxonomy:
    - HTML
  term:
    - HTML

security:
  exec:
    allow:
      - "^asciidoctor$"
+463 KiB
Loading image diff...
+10 −0
Original line number Diff line number Diff line
---
weight: 0
---
Planetary SDIs

<!-- spellchecker-disable -->

{{< toc-tree >}}

<!-- spellchecker-enable -->
 No newline at end of file
Loading