From c86c5755421deef6ff8362bf913e23ca6f174e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pomp=C3=A9ry?= Date: Mon, 3 Jul 2023 21:09:45 +0200 Subject: [PATCH] feat: add SFC iLEAP working group to the catalog --- catalog/users/sfc.json | 8 ++++++++ catalog/working-groups/sfc-ileap.json | 19 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 catalog/users/sfc.json create mode 100644 catalog/working-groups/sfc-ileap.json diff --git a/catalog/users/sfc.json b/catalog/users/sfc.json new file mode 100644 index 0000000..8ae1964 --- /dev/null +++ b/catalog/users/sfc.json @@ -0,0 +1,8 @@ +{ + "id": "sfc", + "kind": "ngo", + "name": "Smart Freight Centre", + "email": "info@smartfreightcentre.org", + "website": "https://www.smartfreightcentre.org/", + "logo": "https://www.smartfreightcentre.org/static/img/brand/sfc-logo-text-black.3f53de9474f0.svg" +} \ No newline at end of file diff --git a/catalog/working-groups/sfc-ileap.json b/catalog/working-groups/sfc-ileap.json new file mode 100644 index 0000000..0bbee1d --- /dev/null +++ b/catalog/working-groups/sfc-ileap.json @@ -0,0 +1,19 @@ +{ + "id": "sfc-ileap", + "name": "iLEAP – Integrating Logistics Emissions and Product Carbon Footprints", + "email": "violetta.matzoros@smartfreightcentre.org", + "description": "The iLEAP project facilitates emission transparency throughout the logistics supply chain, with a particular focus on assisting shippers in their decarbonization efforts. By gaining visibility into the logistics component of their product carbon footprint, shippers can make informed choices to reduce emissions and enhance sustainability.", + "work_in_progress": {}, + "completed_work": { + "extensions": [], + "solutions": [] + }, + "members": [ + { + "user_id": "sfc" + }, + { + "user_id": "sine-fdn" + } + ] +} \ No newline at end of file