From bf4778f113b08583645d13d05f128b1e8a1954f0 Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Tue, 19 Oct 2021 10:33:55 -0600 Subject: [PATCH 1/3] BLD: Add open-source-society-university --- nominees/open-source-society-university | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 nominees/open-source-society-university diff --git a/nominees/open-source-society-university b/nominees/open-source-society-university new file mode 100644 index 000000000..2b7645627 --- /dev/null +++ b/nominees/open-source-society-university @@ -0,0 +1,34 @@ +{ + "name": "Open Source Society University", + "aliases": [ + "" + ], + "description": "Open Source Society University is a community of students of all levels, completing a comprehensive, project based, open-source computer science curriculum, helping each other and sharing their experiences and code through github and our community forums.", + "website": "https://ossu.firebaseapp.com/#/", + "license": [ + { + "spdx": "MIT", + "licenseURL": "https://github.com/ossu/computer-science/blob/master/LICENSE" + } + ], + "SDGs": [ + { + "SDGNumber": 4, + "evidenceText": "Open Source Society University is a community of students of all levels, completing a comprehensive, project based, open-source computer science curriculum, helping each other and sharing their experiences and code through github and our community forums.", + "evidenceURL": "https://ossu.firebaseapp.com/#/" + } + ], + "sectors": [], + "type": [ + "content" + ], + "repositoryURL": "", + "organizations": [ + { + "name": "Open Source Society University ", + "website": "https://ossu.firebaseapp.com/#/", + "org_type": "maintainer" + } + ], + "stage": "nominee" +} From 3135717e8a62a6d530295306b9dea00348c79554 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Wed, 1 Dec 2021 12:22:14 +0300 Subject: [PATCH 2/3] Added project to excluded-nominees directory --- excluded-nominees/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/excluded-nominees/README.md b/excluded-nominees/README.md index c76b2bdca..2b7b8551a 100644 --- a/excluded-nominees/README.md +++ b/excluded-nominees/README.md @@ -24,5 +24,6 @@ Frictionless Data | Nov 15th, 2021 | No longer accepting open source tools that techsoup | Nov 9th, 2021 | Provided vague SDG relevance Project Kick Out Covid-19 Infotech | Nov 15th, 2021 | Missing open license The Atlas of Economic Complexity | Nov 15th, 2021 | Missing open license +Open Source Society University | Dec 1st, 2021 | Aggregates courses from several different platforms (edX, coursera, etc), which potentially have different licensing structures hence missing open license From f02fbf54104cae9f1c373ba6e3986b2270c3a3af Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 7 Dec 2021 11:53:33 +0300 Subject: [PATCH 3/3] Move file to excluded-nominees directory --- .../open-source-society-university.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename nominees/open-source-society-university => excluded-nominees/open-source-society-university.json (100%) diff --git a/nominees/open-source-society-university b/excluded-nominees/open-source-society-university.json similarity index 100% rename from nominees/open-source-society-university rename to excluded-nominees/open-source-society-university.json