Skip to content

Commit

Permalink
Merge pull request #385 from rachita19082/patch-15
Browse files Browse the repository at this point in the history
Add nominees from Impact Tracker (Data Analysis Tools)
  • Loading branch information
lacabra committed Apr 5, 2021
2 parents eff2213 + f4f7f7c commit f637f7c
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 0 deletions.
30 changes: 30 additions & 0 deletions nominees/formpack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Formpack",
"description": "Formpack is a tool used by the frontend server for KoBoToolbox which allows users to access data and manage their forms, create reports, etc. Formpack allows it to parse and repackage survey data for exports, reports, and maps based on different languages available from the form definition.",
"website": "https://www.kobotoolbox.org/",
"license": [
{
"spdx": "GPL-3.0",
"licenseURL": "https://github.com/kobotoolbox/formpack/blob/master/LICENSE"
}
],
"SDGs": [
{
"SDGNumber": 17,
"evidenceURL": "https://www.kobotoolbox.org/blog/the-syrian-refugee-crisis-in-lebanon-and-how-kobotoolbox-is-aiding-humanitarian-efforts"
}
],
"sectors": [],
"type": [
"software"
],
"repositoryURL": "https://github.com/kobotoolbox/formpack",
"organizations": [
{
"name": "Kobo Toolbox",
"website": "https://www.kobotoolbox.org/",
"org_type": "owner"
}
],
"stage": "nominee"
}
35 changes: 35 additions & 0 deletions nominees/power-bi-react.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "Power BI React",
"description": "Power BI allows for data to be stored in the cloud or hosted on the user’s computer. Single-view live dashboard is filled with interactive charts, analysis, graphs, and maps. Power BI for React provides components and services to enable developers to easily embed Power BI reports into their applications.",
"website": "https://powerbi.microsoft.com/en-us/",
"license": [
{
"spdx": "MIT",
"licenseURL": "https://github.com/microsoft/powerbi-client-react/blob/master/LICENSE"
}
],
"SDGs": [
{
"SDGNumber": 8,
"evidenceURL": "https://www.journalofaccountancy.com/issues/2020/mar/microsoft-power-bi-data-excel.html"
},
{
"SDGNumber": 9,
"evidenceURL": "https://www.journalofaccountancy.com/issues/2020/mar/microsoft-power-bi-data-excel.html"
}
],
"sectors": [],
"type": [
"software"
],
"repositoryURL": "https://github.com/microsoft/powerbi-client-react",
"organizations": [
{
"name": "Microsoft",
"website": "https://opensource.microsoft.com/",
"org_type": "owner",
"contact_email": "opensource@microsoft.com"
}
],
"stage": "nominee"
}
30 changes: 30 additions & 0 deletions nominees/qliksense-enterprise.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Qliksense Enterprise",
"description": "QlikSense uses simple drag-and-drop interfaces to create flexible, interactive data visualizations. It has a built-in search engine to show all data proxy and reveal data relationships between data sets, as well as sharing and collaboration features. ",
"website": "https://www.qlik.com/us/products/qlik-sense",
"license": [
{
"spdx": "Apache-2.0",
"licenseURL": "https://github.com/qlik-oss/qliksense-k8s/blob/master/LICENSE"
}
],
"SDGs": [
{
"SDGNumber": 8,
"evidenceURL": "https://www.qlik.com/us/company/press-room/press-releases/barts-health-nhs-trust-launches-analytics-application-powered-by-qlik"
}
],
"sectors": [],
"type": [
"software"
],
"repositoryURL": "https://github.com/qlik-oss/qliksense-k8s",
"organizations": [
{
"name": "Qlik",
"website": "https://www.qlik.com/",
"org_type": "owner"
}
],
"stage": "nominee"
}
31 changes: 31 additions & 0 deletions nominees/tabpy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "TabPy",
"description": "Packed with graphs, charts, maps and more, Tableau Public is a web platform to help people share and discover data stories, enabling users to communicate their data in an interactive and visual way. TabPy (the Tableau Python Server) is an Analytics Extension implementation which expands Tableau's capabilities by allowing users to execute Python scripts and saved functions via Tableau's table calculations.",
"website": "https://tableau.github.io/TabPy/",
"license": [
{
"spdx": "MIT",
"licenseURL": "https://github.com/tableau/TabPy/blob/master/LICENSE"
}
],
"SDGs": [
{
"SDGNumber": 8,
"evidenceURL": "https://analyticsindiamag.com/tabpy/"
}
],
"sectors": [],
"type": [
"software"
],
"repositoryURL": "https://github.com/tableau/TabPy",
"organizations": [
{
"name": "Tableau",
"website": "http://tableau.github.io/",
"org_type": "owner",
"contact_email": "github@tableau.com"
}
],
"stage": "nominee"
}

0 comments on commit f637f7c

Please sign in to comment.