From 1d508c0e90a4ea94c9aa00b006db59344d2fe67e Mon Sep 17 00:00:00 2001 From: saivivek mac Date: Thu, 13 Jun 2024 22:05:04 -0700 Subject: [PATCH 1/2] form added --- themes/geoweaver/layouts/faq/faq.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/themes/geoweaver/layouts/faq/faq.html b/themes/geoweaver/layouts/faq/faq.html index 85f5d07..30052f3 100644 --- a/themes/geoweaver/layouts/faq/faq.html +++ b/themes/geoweaver/layouts/faq/faq.html @@ -1,13 +1,12 @@ {{ define "main" }} -

FAQ

Common Questions

-
+
@@ -16,6 +15,18 @@

Common Questions

{{.answer}}

{{ end }}
+

+ Contact Us +

+

If you have any issues, please fill out the form below:

+ + +
+ + +
-{{ end }} +{{ end }} \ No newline at end of file From faa1d8a93f5139f5f43e1e5e022873836094a98c Mon Sep 17 00:00:00 2001 From: saivivek mac Date: Fri, 14 Jun 2024 10:35:32 -0700 Subject: [PATCH 2/2] faqs added --- content/english/faq/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/english/faq/_index.md b/content/english/faq/_index.md index 7c7fdc2..51f8075 100644 --- a/content/english/faq/_index.md +++ b/content/english/faq/_index.md @@ -8,4 +8,12 @@ draft: false faqDetails: - question: "What is Geoweaver?" answer: "Geoweaver is an open-source platform that enables the ad hoc management, open sharing, and robust reuse of NASA Earth data-driven hybrid AI workflows. Geoweaver is designed to help scientists and engineers to automate the process of creating, executing, and sharing complex workflows that involve a combination of AI and geospatial data processing tasks." + + - question: "What types of scripts does Geoweaver support?" + answer: "Geoweaver supports both Python and shell scripts, allowing users to leverage a wide range of data processing and automation tasks within their workflows." + + - question: "Can we create and share workflows in Geoweaver?" + answer: "Yes, you can create and share workflows in Geoweaver. To share a workflow, you can download it as a zip file. This zip file can then be uploaded to Geoweaver, where it will be displayed and ready to use." + + ---