Skip to content

Commit 057cab4

Browse files
Update fundableProjectsDetails: remove parquet viewer project and remove unused icons.
1 parent 84ab6f8 commit 057cab4

File tree

6 files changed

+0
-462
lines changed

6 files changed

+0
-462
lines changed

src/components/fundable/projectsDetails.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ import JupyterGISRasterProcessingMD from "@site/src/components/fundable/descript
33
import JupyterGISToolsForPythonAPIMD from "@site/src/components/fundable/descriptions/JupyterGISToolsForPythonAPI.md"
44
import EmscriptenForgePackageRequestsMD from "@site/src/components/fundable/descriptions/EmscriptenForgePackageRequests.md"
55
import JupyterLabParquetFileViewerMD from "@site/src/components/fundable/descriptions/JupyterLabParquetFileViewer.md"
6-
import JupyterGISIcon from "/img/icons/JupyterGIS.svg";
7-
import ToolsIcon from "/img/icons/Tools.svg";
8-
import PythonIcon from "/img/icons/Python.svg";
9-
import GlobeIcon from "/img/icons/Globe.svg";
10-
import EmptyIcon from "/img/icons/Empty.svg";
11-
import JupyterIcon from "/img/icons/Jupyter.svg";
12-
import EmscriptenForgeIcon from "/img/icons/EmscriptenForge.svg";
136

147
export const fundableProjectsDetails = {
158
jupyterEcosystem: [
@@ -19,7 +12,6 @@ export const fundableProjectsDetails = {
1912
pageName: "NbconvertModernization",
2013
shortDescription: "Conversion of Jupyter notebooks to PDF currently relies on nbconvert in the backend, which in turns uses a headless browser for producing the PDF. We propose to directly perform the PDF conversion in the user's browser, which will simplify the architecture and make it function with JupyterLite.",
2114
description: NbconvertModernizationMD,
22-
icons: [JupyterIcon, EmptyIcon, EmptyIcon, EmptyIcon, EmptyIcon, EmptyIcon],
2315
price: "15000 €",
2416
maxNbOfFunders: 3,
2517
currentNbOfFunders: 2,
@@ -33,7 +25,6 @@ export const fundableProjectsDetails = {
3325
pageName: "JupyterGISRasterProcessing",
3426
shortDescription: "JupyterGIS currently offers a set of vector processing and conversion tools. These capabilities are powered by a GDAL WebAssembly (WASM) build running in the browser. We will work on extending support to raster processing tools using the same underlying technology.",
3527
description: JupyterGISRasterProcessingMD,
36-
icons: [JupyterIcon, JupyterGISIcon, ToolsIcon, PythonIcon, GlobeIcon, EmptyIcon],
3728
price: "15000 €",
3829
maxNbOfFunders: 4,
3930
currentNbOfFunders: 2,
@@ -46,26 +37,12 @@ export const fundableProjectsDetails = {
4637
pageName: "JupyterGISToolsForPythonAPI",
4738
shortDescription: "JupyterGIS currently supports several vector processing and conversion tools, currently available only through the JupyterGIS user interface. We plan to extend these capabilities to the JupyterGIS Python API, enabling users to access the same processing tools programmatically. ",
4839
description: JupyterGISToolsForPythonAPIMD,
49-
icons: [JupyterIcon, JupyterGISIcon, ToolsIcon, PythonIcon, GlobeIcon, EmptyIcon],
5040
price: "10000 €",
5141
maxNbOfFunders: 2,
5242
currentNbOfFunders: 0,
5343
currentFundingPercentage: 15,
5444
repoLink: "https://github.com/geojupyter/jupytergis"
5545
},
56-
{
57-
category: "Jupyter Ecosystem",
58-
title: "Parquet File Viewer For JupyterLab",
59-
pageName: "JupyterLabParquetFileViewer",
60-
shortDescription: "",
61-
description: JupyterLabParquetFileViewerMD,
62-
icons: [JupyterIcon, EmptyIcon, EmptyIcon, EmptyIcon, EmptyIcon, EmptyIcon],
63-
price: "10000 €",
64-
maxNbOfFunders: 3,
65-
currentNbOfFunders: 1,
66-
currentFundingPercentage: 15,
67-
repoLink: "https://github.com/jupyterlab/jupyterlab"
68-
}
6946
],
7047
packageManagement: [
7148
{
@@ -74,7 +51,6 @@ export const fundableProjectsDetails = {
7451
pageName: "EmscriptenForgePackageRequests",
7552
shortDescription: "Emscripten-forge is a conda package distribution specifically designed for WebAssembly. While the number of available emscripten-forge packages is growing quickly, many packages are still missing from the ecosystem. We will be working on adding new packages upon request.",
7653
description: EmscriptenForgePackageRequestsMD,
77-
icons: [EmscriptenForgeIcon, EmptyIcon, EmptyIcon, EmptyIcon, EmptyIcon, EmptyIcon],
7854
price: "TBD",
7955
maxNbOfFunders: 1,
8056
currentNbOfFunders: 0,

static/img/icons/Empty.svg

Lines changed: 0 additions & 55 deletions
This file was deleted.

static/img/icons/EmscriptenForge.svg

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)