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 diff --git a/excluded-nominees/open-source-society-university.json b/excluded-nominees/open-source-society-university.json new file mode 100644 index 000000000..2b7645627 --- /dev/null +++ b/excluded-nominees/open-source-society-university.json @@ -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" +}