diff --git a/bsyncviewer/templates/adopters.html b/bsyncviewer/templates/adopters.html index 84c44f1..d496469 100644 --- a/bsyncviewer/templates/adopters.html +++ b/bsyncviewer/templates/adopters.html @@ -13,19 +13,19 @@
- CERL logo + LBL logo
- DOEE logo + Buildee logo
- OpenStudio logo + CERL logo
@@ -35,19 +35,19 @@
- PNNL logo + DOEE logo
- PSD logo + OpenStudio logo
-
- SF Environment logo +
+ PNNL logo
@@ -55,15 +55,17 @@
-
-
- Buildee logo + PSD logo
-
+
+
+ SF Environment logo +
+
diff --git a/bsyncviewer/templates/auditors.html b/bsyncviewer/templates/auditors.html index 1c1a538..d7d8acd 100644 --- a/bsyncviewer/templates/auditors.html +++ b/bsyncviewer/templates/auditors.html @@ -65,7 +65,7 @@

Documents


- +
diff --git a/bsyncviewer/templates/onboarding.html b/bsyncviewer/templates/onboarding.html index aa11eca..62faf21 100644 --- a/bsyncviewer/templates/onboarding.html +++ b/bsyncviewer/templates/onboarding.html @@ -11,6 +11,9 @@ padding-top: 20px; padding-bottom: 20px; } + button.pdf { + padding: 0 5px; + } ul { font-size: 18px; list-style: disc; @@ -26,7 +29,24 @@
+ {% include "onboarding_content.html" %}
+ + {% endblock content %} diff --git a/bsyncviewer/templates/practitioners.html b/bsyncviewer/templates/practitioners.html index cb772e3..468c8a9 100644 --- a/bsyncviewer/templates/practitioners.html +++ b/bsyncviewer/templates/practitioners.html @@ -61,13 +61,12 @@

Documents


- +
Onboarding Guide

Find out how to get started with BuildingSync.

-
diff --git a/bsyncviewer/templates/technical_resources.html b/bsyncviewer/templates/technical_resources.html index 4576fc1..0a330af 100644 --- a/bsyncviewer/templates/technical_resources.html +++ b/bsyncviewer/templates/technical_resources.html @@ -8,23 +8,21 @@
-

Guides

+

Getting Started / Helpful Guides

-

File Validation

+

Validation Methods and Tools

For validation of BuildingSync XML files, the XML file undergoes a two-step validation process.

@@ -87,6 +85,26 @@

File Validation

+

New Users

+

"I have a BuildingSync file, but I do not know if it is valid and/or will work for my use case." - Use the Validator Tool to validate the file against the BuildingSync schema and all published use cases

+ +

Application Developer

+

"I have an application that I want to build and I would like to validate the incoming BuildingSync schema automatically." - Set up an automated validation workflow through the Validator API and/or a Python package

+ +
    +
  • Use the Validator API for validation against schema and use cases
  • +
  • Use the functions in the testsuite Python package to create use case schematrons and validate against them
  • +
+ +

BuildingSync Developer

+

"I want to update BuildingSync and I need to test examples" - Use any XML&XSD editor to modify the BuildingSync schema; create and edit the BuildingSync XML instance and validate the XML files against the schema

+ +

Available third-party tools:

+ +

Validation Against Schematron

Download the Schematron document