Skip to content

Commit

Permalink
Update web content to reflect publication.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Dec 1, 2022
1 parent 1caa19a commit 8bbc55d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion schema-205
Submodule schema-205 updated 1 files
+7 −9 README.md
10 changes: 5 additions & 5 deletions web/markdown-content/about.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ASHRAE Standard 205P: Representation of Performance Data for HVAC&R and Other Facility Equipment
# ASHRAE Standard 205: Representation of Performance Data for HVAC&R and Other Facility Equipment

## Purpose

Expand All @@ -8,11 +8,11 @@ To facilitate automated sharing of equipment performance characteristics by defi

This standard applies to performance data for any HVAC&R or other facility system, equipment, or component.

## About ASHRAE Standard 205P
## About ASHRAE Standard 205

ASHRAE Standard 205P defines common data models and serialization formats for facility equipment performance data needed for engineering applications such as energy simulation. The formats allow automated exchange among data sources (manufacturers), simulation models, and other engineering applications. The formats and procedures specified in the standard are developed by SPC (Standard Project Committee) 205 under ASHRAE and ANSI consensus processes. SPC-205 membership includes equipment manufacturers, application software developers, and engineering practitioners.
ASHRAE Standard 205 defines common data models and serialization formats for facility equipment performance data needed for engineering applications such as energy simulation. The formats allow automated exchange among data sources (manufacturers), simulation models, and other engineering applications. The formats and procedures specified in the standard are developed by SSPC (Standing Standard Project Committee) 205 under ASHRAE and ANSI consensus processes. SSPC 205 membership includes equipment manufacturers, application software developers, and engineering practitioners.

Standard 205 defines the term *representation* to mean a Concise Binary Object Representation (CBOR) file conforming to a JSON schema defined by a human-readable (text) document called a *representation specification*. Representation specifications are included in Standard 205P appended as an open-ended set.
Standard 205 defines the term *representation* to mean a Concise Binary Object Representation (CBOR) file conforming to a JSON schema defined by a human-readable (text) document called a *representation specification*. Representation specifications are included in Standard 205 appended as an open-ended set.

Standard 205 structure and application can be visualized as follows:

Expand All @@ -28,4 +28,4 @@ This web site hosts supporting material for each representation specification, i

All representations have common structures and elements. An open source project, [open205](https://github.com/open205), is underway to provide software components for use by data publishers and application developers.

SPC 205 is developing representation specifications for additional equipment types. These will be published in future revisions of the standard.
SSPC 205 is developing representation specifications for additional equipment types. These will be published in future revisions of the standard.
4 changes: 2 additions & 2 deletions web/markdown-content/examples.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Examples provided here are for illustrative purposes only. While CBOR is the official representation format defined by ASHRAE Standard 205P, it is sometime convenient to view and edit representation data in other formats. All other file formats must be translated to CBOR for use in application software. Routines for converting between the file formats are included in [Toolkit 205](tk205.html).
Examples provided here are for illustrative purposes only. While CBOR is the official representation format defined by ASHRAE Standard 205, it is sometime convenient to view and edit representation data in other formats. All other file formats must be translated to CBOR for use in application software. Routines for converting between the file formats are included in [Toolkit 205](tk205.html).

Each example represntation is provided in four formats:

- **[CBOR](https://cbor.io/):** CBOR is machine-readable, but not human-readable.
- **[XLSX](https://wiki.fileformat.com/spreadsheet/xlsx/):** Convenient spreadsheet format for viewing and editing representation data (see [XLSX Templates](templates.html) for empty examples for creating new representations).
- **[JSON](https://www.json.org/):** A common, human-and-machine-readable data exchange format.
- **[YAML](https://yaml.org/):** An alterntaive common, human-and-machine-readable data exchange format.
- **[YAML](https://yaml.org/):** An alterntaive common, human-and-machine-readable data exchange format.
2 changes: 1 addition & 1 deletion web/markdown-content/tk205.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A software toolkit to facilitate the adoption of the ASHRAE Standard 205P data exchange specification.
A software toolkit to facilitate the adoption of the ASHRAE Standard 205 data exchange specification.
2 changes: 1 addition & 1 deletion web/templates/header_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://www.ashrae.org/">
<img src="assets/public/logo_ashrae.png">
</a>
<h1>ASHRAE Standard 205P Resource Files</h1>
<h1>ASHRAE Standard 205 Resource Files</h1>
</div>
</div>
<div class="headerMain-main">
Expand Down

0 comments on commit 8bbc55d

Please sign in to comment.