Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'wbcsd:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
masashi-amano committed Jul 9, 2023
2 parents d921380 + 287fae4 commit dfe06a2
Show file tree
Hide file tree
Showing 10 changed files with 114 additions and 0 deletions.
16 changes: 16 additions & 0 deletions catalog/conformance-tests/result-carboledger-001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"tested_solution": {
"solution_id": "carboledger",
"version": "2.0.0"
},
"tested_by": {
"solution_id": "carbontrail",
"version": "1.0.0",
"solution_name": "Carbon Trail"
},
"test_result": "passed",
"test_date": "2023-07-01T06:20:00Z",
"pathfinder_version": "2.0.0",
"extensions_tested": []
}

16 changes: 16 additions & 0 deletions catalog/conformance-tests/result-carboledger-002.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"tested_solution": {
"solution_id": "carboledger",
"version": "2.0.0"
},
"tested_by": {
"solution_id": "climatecamp",
"version": "2.0.0",
"solution_name": "ClimateCamp"
},
"test_result": "passed",
"test_date": "2023-07-04T08:16:00Z",
"pathfinder_version": "2.0.0",
"extensions_tested": []
}

15 changes: 15 additions & 0 deletions catalog/conformance-tests/result-carbontrail-001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tested_solution": {
"solution_id": "carbontrail",
"version": "1.0.0"
},
"tested_by": {
"solution_id": "carboledger",
"version": "1.0.0",
"solution_name": "Carboledger"
},
"test_result": "passed",
"test_date": "2023-07-01T09:00:00Z",
"pathfinder_version": "2.0.0",
"extensions_tested": []
}
15 changes: 15 additions & 0 deletions catalog/conformance-tests/result-carbontrail-002.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tested_solution": {
"solution_id": "carbontrail",
"version": "1.0.0"
},
"tested_by": {
"solution_id": "climatecamp",
"version": "2.0.0",
"solution_name": "ClimateCamp"
},
"test_result": "passed",
"test_date": "2023-07-03T09:00:00Z",
"pathfinder_version": "2.0.0",
"extensions_tested": []
}
9 changes: 9 additions & 0 deletions catalog/solutions/carboledger/2.0.0/solution.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "carboledger",
"name": "Carboledger",
"version": "2.0.0",
"website": "https://www.carboledger.com",
"provider_id": "carboledger",
"summary": "Carboledger helps chemical companies decarbonise their supply chain with accurate, supplier-specific PCF data that is standardised and compliant. Our secure network connects suppliers, customers and carbon solutions providers, allowing enterprises to seamlessly share, access and collaboratively manage primary PCF information. With our help, companies can reduce dependency on estimations-based carbon accounting and industry averages, all the while enhancing customer relations and maintaining control over confidential data.",
"extensions": []
}
9 changes: 9 additions & 0 deletions catalog/solutions/carbontrail/1.0.0/solution.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "carbontrail",
"version": "1.0.0",
"name": "Carbon Trail",
"website": "https://carbontrail.net",
"provider_id": "carbontrail",
"summary": "Carbon Trail is a carbon management platform tailor-made for the fashion industry. We help brands, retailers and manufacturers measure the environmental impact of their company and individual products both accurately and automatically.",
"industries": ["textile", "fashion"]
}
9 changes: 9 additions & 0 deletions catalog/solutions/sdx/0.8.0/solution.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "sdx",
"name": "SAP Sustainability Data Exchange (SDX)",
"version": "0.8.0",
"website": "https://green-token.io",
"provider_id": "sdx",
"summary": "SAP Sustainability Data Exchange (SDX) allows companies to effectively share emissions and other data with their customers to help companies decarbonize their value chains.",
"extensions": []
}
9 changes: 9 additions & 0 deletions catalog/users/carboledger.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "carboledger",
"kind": "solutionprovider",
"name": "Carboledger",
"email": "[email protected]",
"website": "https://www.carboledger.com",
"logo": "https://www.carboledger.com/carboledger_logo_blue.png"
}

8 changes: 8 additions & 0 deletions catalog/users/carbontrail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "carbontrail",
"kind": "solutionprovider",
"name": "Carbon Trail",
"email": "[email protected]",
"website": "https://carbontrail.net",
"logo": "https://pub-2b0bc42a09c948b28d966babb3fd57e4.r2.dev/CTLogoBlackHighRes.png"
}
8 changes: 8 additions & 0 deletions catalog/users/sdx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "sdx",
"kind": "solutionprovider",
"name": "SAP Sustainability Data Exchange (SDX)",
"email": "[email protected]",
"website": "https://green-token.io",
"logo": "https://uploads-ssl.webflow.com/61f7e6e11b0ca1fe92bcf160/63440ff9b8d0716208d3fc00_SAP_R_grad_scrn-p-500.png"
}

0 comments on commit dfe06a2

Please sign in to comment.