Skip to content

Commit

Permalink
Merge pull request #103 from OpenDataManchester/add-excel-and-csv
Browse files Browse the repository at this point in the history
Add excel and csv
  • Loading branch information
Julianlstar committed Sep 22, 2023
2 parents 22c3a4a + 3d60a52 commit e11594e
Show file tree
Hide file tree
Showing 18 changed files with 103 additions and 50 deletions.
6 changes: 2 additions & 4 deletions docs/3_Data_Specification/3_1_Base_Materials.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ erDiagram

## Template

Base materials should be provided as a separate csv file, in tidy format. This means that each row of the csv file should be one base material. An example is provided.
Base materials should be provided as a separate csv file. The specification of this csv file is as follows:

The specification of this csv file is as follows:

[Base_Materials_Template.csv](https://www.open3p.org/wp-content/uploads/2023/03/7_1_1_Base_Materials_Template.csv){target=_blank}
[Base Materials Template](https://www.open3p.org/wp-content/uploads/2023/09/baseMaterials20230922.csv){target=_blank}

## Example

Expand Down
6 changes: 2 additions & 4 deletions docs/3_Data_Specification/3_2_Materials.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,9 @@ BASE_MATERIALS }o--o{ MATERIALS : within
```

## Template
Materials should be provided as a separate csv file, in tidy format. This means that each row of the csv file should be one material for a component. An example is provided.
Materials should be provided as a separate csv file. The specification of this csv file is as follows:

The specification of this csv file is as follows:

[Materials_Template.csv](https://www.open3p.org/wp-content/uploads/2023/03/7_1_2_Materials_Template.csv){target=_blank}
[Materials Template](https://www.open3p.org/wp-content/uploads/2023/09/materials20230922.csv){target=_blank}

## Example

Expand Down
6 changes: 2 additions & 4 deletions docs/3_Data_Specification/3_3_Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,9 @@ MATERIALS }o--o{ COMPONENTS : within
}
```

Components should be provided as a separate csv file, in tidy format. This means that each row of the csv file should be one component of a complete package. An example is provided.
Components should be provided as a separate csv file. The specification of this csv file is as follows:

The specification of this csv file is as follows:

[Components_Template.csv](https://www.open3p.org/wp-content/uploads/2023/03/7_1_3_Components_Template.csv){target=_blank}
[Components Template](https://www.open3p.org/wp-content/uploads/2023/09/components20230922.csv){target=_blank}

## Example

Expand Down
6 changes: 2 additions & 4 deletions docs/3_Data_Specification/3_4_Complete_Packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,9 @@ COMPONENTS }o--o{ COMPLETE_PACKAGING : within

## Template

Complete packaging should be provided as a separate csv file, in tidy format. This means that each row of the csv file should be one complete package of a load. An example is provided.
Complete packaging should be provided as a separate csv file. The specification of this csv file is as follows:

The specification of this csv file is as follows:

[Complete_Packaging_Template.csv](https://www.open3p.org/wp-content/uploads/2023/03/7_1_4_Complete_Packaging_Template.csv){target=_blank}
[Complete Packaging Template](https://www.open3p.org/wp-content/uploads/2023/09/completePackaging20230922.csv){target=_blank}

## Example

Expand Down
6 changes: 2 additions & 4 deletions docs/3_Data_Specification/3_5_Multipack.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@ COMPLETE_PACKAGING }o..o{ MULTIPACK : within

## Template

Multipack should be provided as a separate csv file, in tidy format. This means that each row of the csv file should be one multipack of a load. An example is provided.
Multipack should be provided as a separate csv file. The specification of this csv file is as follows:

The specification of this csv file is as follows:

[Multipack_Template.csv](https://www.open3p.org/wp-content/uploads/2023/03/7_1_5_Multipack_Template.csv){target=_blank}
[Multipack Template](https://www.open3p.org/wp-content/uploads/2023/09/multipack20230922.csv){target=_blank}

## Example

Expand Down
6 changes: 2 additions & 4 deletions docs/3_Data_Specification/3_6_Load_Catalogue.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ COMPLETE_PACKAGING }o..o{ MULTIPACK : within

## Template

Loads should be provided as a separate csv file, in tidy format. This means that each row of the csv file should be a single complete package or a multipack of a load. An example is provided.
Loads should be provided as a separate csv file. The specification of this csv file is as follows:

The specification of this csv file is as follows:

[Load_Catalogue_Template.csv](https://www.open3p.org/wp-content/uploads/2023/03/7_1_6_Load_Catalogue_Template.csv){target=_blank}
[Load Catalogue Template](https://www.open3p.org/wp-content/uploads/2023/09/loadCatalogue20230922.csv){target=_blank}

## Example

Expand Down
6 changes: 2 additions & 4 deletions docs/3_Data_Specification/3_7_Load.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ LOAD_CATALOGUE }o..o{ LOAD : within

## Template

Loads should be provided as a separate csv file, in tidy format. This means that each row of the csv file should be a single load or a multi loads from the load catagolue schema. An example is provided.
Loads should be provided as a separate csv file. The specification of this csv file is as follows:

The specification of this csv file is as follows:

[Load_Template.csv](https://www.open3p.org/wp-content/uploads/2023/03/7_1_7_Load_Template.csv){target=_blank}
[Load Template](https://www.open3p.org/wp-content/uploads/2023/09/load20230922.csv){target=_blank}

## Example

Expand Down
6 changes: 6 additions & 0 deletions docs/6_Relationship_Lists/6_001_Material_Constituents.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ erDiagram
}
```

## Template

Material constituents should be provided as a separate csv file. The specification of this csv file is as follows:

[Material Constituents Template](https://www.open3p.org/wp-content/uploads/2023/09/materialConstituents20230922.csv)

## Example

=== "JSON #1"
Expand Down
8 changes: 7 additions & 1 deletion docs/6_Relationship_Lists/6_002_Component_Constituents.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ erDiagram
}
COMPONENT_CONSTITUENTS }o--o{ MATERIALS : attributes
COMPONENT_CONSTITUENTS }o--o{ COMPONENTS : attributes
```
```

## Template

Component constituents should be provided as a separate csv file. The specification of this csv file is as follows:

[Component Constituents Template](https://www.open3p.org/wp-content/uploads/2023/09/componentConstituents20230922.csv)
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ erDiagram
}
COMPLETE_PACKAGING_CONSTITUENTS }o--o{ COMPONENTS : attributes
COMPLETE_PACKAGING_CONSTITUENTS }o--o{ COMPLETE_PACKAGING : attributes
```
```

## Template

Complete packaging constituents should be provided as a separate csv file. The specification of this csv file is as follows:

[Complete Packaging Constituents](https://www.open3p.org/wp-content/uploads/2023/09/completePackagingConstituent20230922.csv)
10 changes: 9 additions & 1 deletion docs/6_Relationship_Lists/6_004_Multipack_Constituents.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,12 @@ erDiagram
}
MULTIPACK_CONSTITUENTS }o--o{ COMPLETE_PACKAGING : attributes
MULTIPACK_CONSTITUENTS }o--o{ COMPONENTS : attributes
```
```

## Template

Multipack constituents should be provided as a separate csv file.

The specification of this csv file is as follows:

[Multipack Constituents Template](https://www.open3p.org/wp-content/uploads/2023/09/multipackConstituents20230922.csv)
9 changes: 8 additions & 1 deletion docs/6_Relationship_Lists/6_005_Certification_Claims.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ erDiagram
}
```

## Template

Certification claims should be provided as a separate csv file. The specification of this csv file is as follows:

[Certification Claims Template](https://www.open3p.org/wp-content/uploads/2023/09/certificationClaims20230922.csv)

## Example

=== "JSON"
Expand All @@ -49,4 +55,5 @@ erDiagram
"certificationSource": "certification-source-0002",
"certificationIssueDate": "01/08/2022"
}
```
```

6 changes: 6 additions & 0 deletions docs/6_Relationship_Lists/6_006_Recyclability_Claims.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ erDiagram
}
```

## Template

Recyclability claims should be provided as a separate csv file. The specification of this csv file is as follows:

[Recyclability Claims Template](https://www.open3p.org/wp-content/uploads/2023/09/recyclabilityClaims20230922.csv)

## Example

=== "JSON"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ erDiagram
componentDistruptors required }
}
```

## Template

Component end of life routes should be provided as a separate csv file. The specification of this csv file is as follows:

[Component End of Life Routes](https://www.open3p.org/wp-content/uploads/2023/09/componentEOLRoutes20230922.csv)
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ erDiagram
}
```

## Template

Complete packaging end of life routes should be provided as a separate csv file. The specification of this csv file is as follows:

[Complete Packaging End of Life Routes Template](https://www.open3p.org/wp-content/uploads/2023/09/completePackagingEOLRoutes20230922.csv)

## Example

=== "JSON"
Expand Down
6 changes: 6 additions & 0 deletions docs/6_Relationship_Lists/6_009_Recycled_Content_Claims.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ erDiagram
}
```

## Template

Recycled content claims should be provided as a separate csv file. The specification of this csv file is as follows:

[Recycled Content Claims](https://www.open3p.org/wp-content/uploads/2023/09/recycledContentClaims20230922.csv)

## Example

=== "JSON"
Expand Down
41 changes: 23 additions & 18 deletions docs/7_Supporting_Files/7_2_Example_Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,32 @@ This section of the guidance provides examples of different scenarios for provid

## Excel Workbook

[BETA VERSION](https://www.open3p.org/wp-content/uploads/2023/03/Open-3P-Excel-Template-Beta.xlsx)
[BETA VERSION](https://www.open3p.org/wp-content/uploads/2023/09/Open-3P-Excel-Template-20230922.xlsx)

## CSV blank

1. [Base Materials](https://www.open3p.org/wp-content/uploads/2023/03/7_1_1_Base_Materials_Template.csv){target=_blank}
2. [Materials](https://www.open3p.org/wp-content/uploads/2023/03/7_1_2_Materials_Template.csv){target=_blank}
3. [Components](https://www.open3p.org/wp-content/uploads/2023/03/7_1_3_Components_Template.csv){target=_blank}
4. [Complete Packaging](https://www.open3p.org/wp-content/uploads/2023/03/7_1_4_Complete_Packaging_Template.csv){target=_blank}
5. [Multipack](https://www.open3p.org/wp-content/uploads/2023/03/7_1_5_Multipack_Template.csv){target=_blank}
6. [Load Catalogue](https://www.open3p.org/wp-content/uploads/2023/03/7_1_6_Load_Catalogue_Template.csvv){target=_blank}
7. [Load](https://www.open3p.org/wp-content/uploads/2023/03/7_1_7_Load_Template.csv){target=_blank}

## CSV with examples

1. [Base Materials](https://www.opendatamanchester.org.uk/wp-content/uploads/2023/01/7_1_7_Materials_Catalogue_Example.csv){target=_blank}
2. [Materials](https://www.opendatamanchester.org.uk/wp-content/uploads/2023/01/7_1_2_Materials_Example.csv){target=_blank}
3. [Components](https://www.opendatamanchester.org.uk/wp-content/uploads/2023/01/7_1_1_Component_Catalogue_Example.csv){target=_blank}
4. [Complete Packaging](https://www.opendatamanchester.org.uk/wp-content/uploads/2023/01/7_1_3_Complete_Packaging_Example.csv){target=_blank}
5. [Multipack](https://www.opendatamanchester.org.uk/wp-content/uploads/2023/01/7_1_4_Multipack_Example.csv){target=_blank}
6. [Load Catalogue](https://www.opendatamanchester.org.uk/wp-content/uploads/2023/01/7_1_5_Load_Catalogue_Example.csv){target=_blank}
7. [Load](https://www.opendatamanchester.org.uk/wp-content/uploads/2023/01/7_1_6_Load_Example.csv){target=_blank}
### Core Schema

1. [Base Materials](https://www.open3p.org/wp-content/uploads/2023/09/baseMaterials20230922.csv){target=_blank}
2. [Materials](https://www.open3p.org/wp-content/uploads/2023/09/materials20230922.csv){target=_blank}
3. [Components](https://www.open3p.org/wp-content/uploads/2023/09/components20230922.csv){target=_blank}
4. [Complete Packaging](https://www.open3p.org/wp-content/uploads/2023/09/completePackaging20230922.csv){target=_blank}
5. [Multipack](https://www.open3p.org/wp-content/uploads/2023/09/multipack20230922.csv){target=_blank}
6. [Load Catalogue](https://www.open3p.org/wp-content/uploads/2023/09/loadCatalogue20230922.csv){target=_blank}
7. [Load](https://www.open3p.org/wp-content/uploads/2023/09/load20230922.csv){target=_blank}

### Relationship Lists

1. [Material Constituents](https://www.open3p.org/wp-content/uploads/2023/09/materialConstituents20230922.csv)
2. [Component Constituents](https://www.open3p.org/wp-content/uploads/2023/09/componentConstituents20230922.csv)
3. [Complete Packaging Constituents](https://www.open3p.org/wp-content/uploads/2023/09/completePackagingConstituent20230922.csv)
4. [Multipack Constituents](https://www.open3p.org/wp-content/uploads/2023/09/multipackConstituents20230922.csv)
5. [Certification Claims](https://www.open3p.org/wp-content/uploads/2023/09/certificationClaims20230922.csv)
6. [Recyclability Claims](https://www.open3p.org/wp-content/uploads/2023/09/recyclabilityClaims20230922.csv)
7. [Component End of Life Routes](https://www.open3p.org/wp-content/uploads/2023/09/componentEOLRoutes20230922.csv)
8. [Complete Packaging End of Life Routes](https://www.open3p.org/wp-content/uploads/2023/09/completePackagingEOLRoutes20230922.csv)
9. [Recycled Content Claims](https://www.open3p.org/wp-content/uploads/2023/09/recycledContentClaims20230922.csv)




5 changes: 5 additions & 0 deletions docs/9_Change_Log/8_1_Change_Log.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ title: Latest Updates
# Latest Updates
A document that contains all the changes made to the standard.

## September 22, 2023
### Documents
- Added blank Excel workbook to supporting files page
- Added blank csvs for all core schema and all relationship lists to supporting files page and each schema page

## September 7, 2023
### Documents
- Added example for Recycled Content Claims
Expand Down

0 comments on commit e11594e

Please sign in to comment.