From 65382e21d98907308c44a8497891285650cd37e4 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 1 Sep 2021 08:44:08 -0600 Subject: [PATCH 1/5] BLD: Add IOTA --- nominees/iota.json | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 nominees/iota.json diff --git a/nominees/iota.json b/nominees/iota.json new file mode 100644 index 000000000..333d219ce --- /dev/null +++ b/nominees/iota.json @@ -0,0 +1,49 @@ +{ + "name": "IOTA", + "aliases": [ + "" + ], + "description": "Open Source DLT Project", + "website": "https://www.iota.org/", + "license": [ + { + "spdx": "EUPL-1.2", + "licenseURL": "https://ec.europa.eu/transparencyregister/public/consultation/displaylobbyist.do?id=500027331119-04" + } + ], + "SDGs": [ + { + "SDGNumber": 9, + "evidenceText": "The Tangle, IOTA’s underlying data infrastructure, enables that details, trade certificates, events and specifications of manufactured products and food supply chains can be trusted and shared along the value chain. ", + "evidenceURL": "https://www.trademarkea.com/news/iota-announces-partnership-with-trademark-east-africa-to-bring-supply-chain-transparency-to-trade-infrastructure/" + }, + { + "SDGNumber": 11, + "evidenceText": "IOTA’s technology enables energy meters to communicate automatically and exchange important information. The energy can be requested and offered decentrally. All processes are handled via the Tangle, so the marketplace works completely decentralized without any middlemen.", + "evidenceURL": "https://cordis.europa.eu/article/id/422088-positive-energy-solutions-for-smart-cities-of-the-future" + }, + { + "SDGNumber": 13, + "evidenceText": "Collecting, measuring and analysing emission data - and most importantly turning these benefits into trusted metrics for international accountability - is complex, time consuming and costly. Enabled by IOTA Streams technology, data inputs are directly secured near or at the source. ", + "evidenceURL": "https://blog.iota.org/climatecheck-and-the-iota-foundation-strengthen-their-collaboration-to-increase-trust-in-esg-data/" + }, + { + "SDGNumber": 7, + "evidenceText": "There is increasing, and appropriate, scrutiny of the energy footprint related to cryptocurrency networks. The IOTA Foundation places emphasis on low energy requirements and green use cases.", + "evidenceURL": "https://blog.iota.org/internal-energy-benchmarks-for-iota/" + } + ], + "sectors": [], + "type": [ + "software" + ], + "repositoryURL": "https://github.com/iotaledger", + "organizations": [ + { + "name": "IOTA Foundation", + "website": "https://www.iota.org/", + "org_type": "maintainer" + } + ], + "stage": "nominee" +} From f45019010e947fd3f8fe819f6c0bb8f4d18248c5 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Thu, 9 Sep 2021 13:29:58 +0300 Subject: [PATCH 2/5] Update description field --- nominees/iota.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nominees/iota.json b/nominees/iota.json index 333d219ce..b7150d41d 100644 --- a/nominees/iota.json +++ b/nominees/iota.json @@ -3,7 +3,7 @@ "aliases": [ "" ], - "description": "Open Source DLT Project", + "description": "IOTA is a distributed ledger based on the Tangle. It allows for feeless value transfers and data integrity proofs.", "website": "https://www.iota.org/", "license": [ { @@ -12,6 +12,11 @@ } ], "SDGs": [ + { + "SDGNumber": 7, + "evidenceText": "There is increasing, and appropriate, scrutiny of the energy footprint related to cryptocurrency networks. The IOTA Foundation places emphasis on low energy requirements and green use cases.", + "evidenceURL": "https://blog.iota.org/internal-energy-benchmarks-for-iota/" + }, { "SDGNumber": 9, "evidenceText": "The Tangle, IOTA’s underlying data infrastructure, enables that details, trade certificates, events and specifications of manufactured products and food supply chains can be trusted and shared along the value chain. ", @@ -26,11 +31,6 @@ "SDGNumber": 13, "evidenceText": "Collecting, measuring and analysing emission data - and most importantly turning these benefits into trusted metrics for international accountability - is complex, time consuming and costly. Enabled by IOTA Streams technology, data inputs are directly secured near or at the source. ", "evidenceURL": "https://blog.iota.org/climatecheck-and-the-iota-foundation-strengthen-their-collaboration-to-increase-trust-in-esg-data/" - }, - { - "SDGNumber": 7, - "evidenceText": "There is increasing, and appropriate, scrutiny of the energy footprint related to cryptocurrency networks. The IOTA Foundation places emphasis on low energy requirements and green use cases.", - "evidenceURL": "https://blog.iota.org/internal-energy-benchmarks-for-iota/" } ], "sectors": [], From 5addc42c6e5a3d6d0c831717e5e281013b23596b Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Wed, 10 Nov 2021 11:10:22 +0300 Subject: [PATCH 3/5] Update license & repository URLs --- nominees/iota.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/nominees/iota.json b/nominees/iota.json index b7150d41d..29b4907e8 100644 --- a/nominees/iota.json +++ b/nominees/iota.json @@ -7,8 +7,8 @@ "website": "https://www.iota.org/", "license": [ { - "spdx": "EUPL-1.2", - "licenseURL": "https://ec.europa.eu/transparencyregister/public/consultation/displaylobbyist.do?id=500027331119-04" + "spdx": "Apache-2.0", + "licenseURL": "https://github.com/iotaledger/iota.js" } ], "SDGs": [ @@ -37,12 +37,14 @@ "type": [ "software" ], - "repositoryURL": "https://github.com/iotaledger", + "repositoryURL": "https://github.com/iotaledger/iota.js", "organizations": [ { "name": "IOTA Foundation", "website": "https://www.iota.org/", - "org_type": "maintainer" + "org_type": "maintainer", + "contact_name": "Holger Köther", + "contact_email": "holger@iota.org" } ], "stage": "nominee" From 9a4a13a6fad182906f01403d3bb503ab7a4bf4f1 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Wed, 13 Jul 2022 12:16:52 +0300 Subject: [PATCH 4/5] Resolve repositories field issue --- nominees/iota.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/nominees/iota.json b/nominees/iota.json index 29b4907e8..da65573fd 100644 --- a/nominees/iota.json +++ b/nominees/iota.json @@ -19,12 +19,12 @@ }, { "SDGNumber": 9, - "evidenceText": "The Tangle, IOTA’s underlying data infrastructure, enables that details, trade certificates, events and specifications of manufactured products and food supply chains can be trusted and shared along the value chain. ", + "evidenceText": "The Tangle, IOTA's underlying data infrastructure, enables that details, trade certificates, events and specifications of manufactured products and food supply chains can be trusted and shared along the value chain. ", "evidenceURL": "https://www.trademarkea.com/news/iota-announces-partnership-with-trademark-east-africa-to-bring-supply-chain-transparency-to-trade-infrastructure/" }, { "SDGNumber": 11, - "evidenceText": "IOTA’s technology enables energy meters to communicate automatically and exchange important information. The energy can be requested and offered decentrally. All processes are handled via the Tangle, so the marketplace works completely decentralized without any middlemen.", + "evidenceText": "IOTA's technology enables energy meters to communicate automatically and exchange important information. The energy can be requested and offered decentrally. All processes are handled via the Tangle, so the marketplace works completely decentralized without any middlemen.", "evidenceURL": "https://cordis.europa.eu/article/id/422088-positive-energy-solutions-for-smart-cities-of-the-future" }, { @@ -37,7 +37,12 @@ "type": [ "software" ], - "repositoryURL": "https://github.com/iotaledger/iota.js", + "repositories": [ + { + "name": "main", + "url": "https://github.com/iotaledger/iota.js" + } + ], "organizations": [ { "name": "IOTA Foundation", From 8e7cdd7ca425ea2501e341ee8a07f253e9e88aa5 Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Thu, 14 Jul 2022 17:54:01 +0300 Subject: [PATCH 5/5] Update license field --- nominees/iota.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nominees/iota.json b/nominees/iota.json index da65573fd..2547d01ae 100644 --- a/nominees/iota.json +++ b/nominees/iota.json @@ -8,7 +8,7 @@ "license": [ { "spdx": "Apache-2.0", - "licenseURL": "https://github.com/iotaledger/iota.js" + "licenseURL": "https://github.com/iotaledger/hornet/blob/develop/LICENSE" } ], "SDGs": [