diff --git a/src/app/tool/audit-template/resources/resources.component.html b/src/app/tool/audit-template/resources/resources.component.html index 263fb5c..0cf21c3 100644 --- a/src/app/tool/audit-template/resources/resources.component.html +++ b/src/app/tool/audit-template/resources/resources.component.html @@ -1,17 +1,27 @@

Resources

+

Audit Template Training

+ +

Audit Template

+ diff --git a/src/app/tool/seed/resources/resources.component.html b/src/app/tool/seed/resources/resources.component.html index 7322bbf..a37f98d 100644 --- a/src/app/tool/seed/resources/resources.component.html +++ b/src/app/tool/seed/resources/resources.component.html @@ -114,14 +114,6 @@

Multi-Tab Files

Date Fields in Excel™ Files

If you are importing an Excel™ file (XLS, XLXS) into SEED, make sure that any field defined with a "date" format in Excel™ actually has data in it that is a date. If a field has non-date data (such as an integer) in a date-formatted field, SEED will not import that record.

-

Benchmarking and Building Performance Standard (BPS) Programs

-

The SEED platform can be used to implement and track a benchmarking or building performance standard program. More information about these programs can be found below.

- - @@ -132,6 +124,9 @@

Benchmarking and Building Performance Standard (BPS) Pro

Publications

+

Benchmarking and Building Performance Standard (BPS) Programs

+

The SEED platform can be used to implement and track a benchmarking or building performance standard program. More information about these programs can be found below.

+ +

Presentations

diff --git a/src/app/tool/seed/resources/resources.component.scss b/src/app/tool/seed/resources/resources.component.scss new file mode 100644 index 0000000..c0ee5cd --- /dev/null +++ b/src/app/tool/seed/resources/resources.component.scss @@ -0,0 +1,4 @@ +li { + padding-bottom:10px; + line-height: 1.5em; +} \ No newline at end of file diff --git a/src/app/tool/seed/resources/resources.component.ts b/src/app/tool/seed/resources/resources.component.ts index 0817935..071da2e 100644 --- a/src/app/tool/seed/resources/resources.component.ts +++ b/src/app/tool/seed/resources/resources.component.ts @@ -1,7 +1,8 @@ import { Component } from '@angular/core'; @Component({ - templateUrl: './resources.component.html' + templateUrl: './resources.component.html', + styleUrls: ['./resources.component.scss'] }) export class ResourcesComponent { } diff --git a/src/app/tool/ubid/resources/resources.component.html b/src/app/tool/ubid/resources/resources.component.html index 5c90127..264a3da 100644 --- a/src/app/tool/ubid/resources/resources.component.html +++ b/src/app/tool/ubid/resources/resources.component.html @@ -68,4 +68,6 @@

Resources

  • UBID Python API & CLI
    An API that provides implementations of UBID encoding, decoding, and validation algorithms, and CLI that performs UBID assignment for tabular data files and that performs UBID cross-reference for tabular data files by constructing quadtree indices.
  • UBID Ruby API
    An API that provides implementations of UBID encoding, decoding, and validation algorithms for Ruby programming language.
  • + +