-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>
- Loading branch information
Showing
5 changed files
with
46 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
|
||
import { CaseStudy } from './types'; | ||
|
||
export const casestudyData: CaseStudy[] = [ | ||
{ | ||
headline: | ||
'Spherity and RCS Global introduce the first Catena-X Certified Battery Passport Solution', | ||
summary: | ||
'Spherity and RCS Global have launched the first Catena-X certified Battery Passport Solution called Claritas. This solution enhances transparency in the battery supply chain, ensuring compliance with global sustainability and ethical sourcing standards. Integrating seamlessly with the Catena-X ecosystem, it facilitates data exchange and lifecycle management, supporting circular economy goals. The passport helps companies meet EU regulations, reduce costs, and improve sustainability reporting, focusing on repair, recycling, and carbon footprint management. This innovation marks a significant step toward responsible battery production and supply chain accountability.', | ||
createdAt: '2024-05-15', | ||
imageUrl: | ||
'https://cdn.prod.website-files.com/66a91e51440a74950f23fc8f/66c6c510b1a8b8421be7f9b3_Spherity%20x%20RCS%20Global-Catena-x%20certifed%201%20updated.jpg', | ||
url: 'https://www.spherity.com/newsroom/catena-x-certified-battery-passport-solution', | ||
stage: 'production', | ||
hashTags: ['Battery Passport', 'CatenaX', 'Sustanability'], | ||
references: ['spherity-wallet'], | ||
stakeholders: [ | ||
"headline": "Spherity and RCS Global launch Catena-X Battery Passport", | ||
"summary": "Spherity and RCS Global have launched the first Catena-X certified Battery Passport Solution called Claritas. This solution enhances transparency in the battery supply chain, ensuring compliance with global sustainability and ethical sourcing standards. Integrating seamlessly with the Catena-X ecosystem, it facilitates data exchange and lifecycle management, supporting circular economy goals. The passport helps companies meet EU regulations, reduce costs, and improve sustainability reporting, focusing on repair, recycling, and carbon footprint management. This innovation marks a significant step toward responsible battery production and supply chain accountability.", | ||
"createdAt": "2024-05-15", | ||
"imageUrl": "https://cdn.prod.website-files.com/66a91e51440a74950f23fc8f/66c6c510b1a8b8421be7f9b3_Spherity%20x%20RCS%20Global-Catena-x%20certifed%201%20updated.jpg", | ||
"url": "https://www.spherity.com/newsroom/catena-x-certified-battery-passport-solution", | ||
"stage": "production", | ||
"hashTags": [ | ||
"Battery Passport", | ||
"CatenaX", | ||
"Sustanability" | ||
], | ||
"references": [ | ||
"spherity-wallet" | ||
], | ||
"stakeholders": [ | ||
{ | ||
name: 'RCS Global', | ||
contact: 'https://www.rcsglobal.com/', | ||
}, | ||
"name": "RCS Global", | ||
"contact": "https://www.rcsglobal.com/" | ||
} | ||
], | ||
id: 'battery-passport', | ||
}, | ||
"id": "battery-passport" | ||
} | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters