diff --git a/catalog/conformance-tests/result-carboledger-001.json b/catalog/conformance-tests/result-carboledger-001.json new file mode 100644 index 0000000..76fd819 --- /dev/null +++ b/catalog/conformance-tests/result-carboledger-001.json @@ -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": [] + } + diff --git a/catalog/conformance-tests/result-carboledger-002.json b/catalog/conformance-tests/result-carboledger-002.json new file mode 100644 index 0000000..fcc9179 --- /dev/null +++ b/catalog/conformance-tests/result-carboledger-002.json @@ -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": [] + } + \ No newline at end of file diff --git a/catalog/conformance-tests/result-carbontrail-001.json b/catalog/conformance-tests/result-carbontrail-001.json new file mode 100644 index 0000000..915ff15 --- /dev/null +++ b/catalog/conformance-tests/result-carbontrail-001.json @@ -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": [] +} diff --git a/catalog/conformance-tests/result-carbontrail-002.json b/catalog/conformance-tests/result-carbontrail-002.json new file mode 100644 index 0000000..9280330 --- /dev/null +++ b/catalog/conformance-tests/result-carbontrail-002.json @@ -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": [] +} diff --git a/catalog/solutions/carboledger/2.0.0/solution.json b/catalog/solutions/carboledger/2.0.0/solution.json new file mode 100644 index 0000000..72eedb5 --- /dev/null +++ b/catalog/solutions/carboledger/2.0.0/solution.json @@ -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": [] + } \ No newline at end of file diff --git a/catalog/solutions/carbontrail/1.0.0/solution.json b/catalog/solutions/carbontrail/1.0.0/solution.json new file mode 100644 index 0000000..c5f9fdc --- /dev/null +++ b/catalog/solutions/carbontrail/1.0.0/solution.json @@ -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"] +} diff --git a/catalog/solutions/sdx/0.8.0/solution.json b/catalog/solutions/sdx/0.8.0/solution.json new file mode 100644 index 0000000..50da8d6 --- /dev/null +++ b/catalog/solutions/sdx/0.8.0/solution.json @@ -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": [] + } diff --git a/catalog/users/carboledger.json b/catalog/users/carboledger.json new file mode 100644 index 0000000..d256f33 --- /dev/null +++ b/catalog/users/carboledger.json @@ -0,0 +1,9 @@ +{ + "id": "carboledger", + "kind": "solutionprovider", + "name": "Carboledger", + "email": "support@carboledger.com", + "website": "https://www.carboledger.com", + "logo": "https://www.carboledger.com/carboledger_logo_blue.png" + } + \ No newline at end of file diff --git a/catalog/users/carbontrail.json b/catalog/users/carbontrail.json new file mode 100644 index 0000000..21e9bf4 --- /dev/null +++ b/catalog/users/carbontrail.json @@ -0,0 +1,8 @@ +{ + "id": "carbontrail", + "kind": "solutionprovider", + "name": "Carbon Trail", + "email": "hello@carbontrail.net", + "website": "https://carbontrail.net", + "logo": "https://pub-2b0bc42a09c948b28d966babb3fd57e4.r2.dev/CTLogoBlackHighRes.png" +} \ No newline at end of file diff --git a/catalog/users/sdx.json b/catalog/users/sdx.json new file mode 100644 index 0000000..01e3c6c --- /dev/null +++ b/catalog/users/sdx.json @@ -0,0 +1,8 @@ +{ + "id": "sdx", + "kind": "solutionprovider", + "name": "SAP Sustainability Data Exchange (SDX)", + "email": "tim.van.kerkhof@sap.com", + "website": "https://green-token.io", + "logo": "https://uploads-ssl.webflow.com/61f7e6e11b0ca1fe92bcf160/63440ff9b8d0716208d3fc00_SAP_R_grad_scrn-p-500.png" +}