Skip to content

Commit 1a39c96

Browse files
Update projectsDetails.
1 parent 4fb96da commit 1a39c96

File tree

5 files changed

+91
-53
lines changed

5 files changed

+91
-53
lines changed

src/components/fundable/projectsDetails.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ export const fundableProjectsDetails = {
1212
pageName: "NbconvertModernization",
1313
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.",
1414
description: NbconvertModernizationMD,
15-
price: "15000 €",
16-
maxNbOfFunders: 3,
17-
currentNbOfFunders: 2,
18-
currentFundingPercentage: 65,
15+
price: "30 000 €",
16+
maxNbOfFunders: 1,
17+
currentNbOfFunders: 0,
18+
currentFundingPercentage: 0,
1919
note: "Note: Costs and features can be further adapted following discussion with the funding organization. Open-source under relevant licenses. The funding organization will be credited in communication about the project.",
2020
repoLink: "https://github.com/jupyter/nbconvert"
2121
},
@@ -25,10 +25,10 @@ export const fundableProjectsDetails = {
2525
pageName: "JupyterGISRasterProcessing",
2626
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.",
2727
description: JupyterGISRasterProcessingMD,
28-
price: "15000 €",
29-
maxNbOfFunders: 4,
30-
currentNbOfFunders: 2,
31-
currentFundingPercentage: 45,
28+
price: "TBD",
29+
maxNbOfFunders: 1,
30+
currentNbOfFunders: 0,
31+
currentFundingPercentage: 0,
3232
repoLink: "https://github.com/geojupyter/jupytergis"
3333
},
3434
{
@@ -37,10 +37,10 @@ export const fundableProjectsDetails = {
3737
pageName: "JupyterGISToolsForPythonAPI",
3838
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. ",
3939
description: JupyterGISToolsForPythonAPIMD,
40-
price: "10000 €",
41-
maxNbOfFunders: 2,
40+
price: "10 000 €",
41+
maxNbOfFunders: 1,
4242
currentNbOfFunders: 0,
43-
currentFundingPercentage: 15,
43+
currentFundingPercentage: 0,
4444
repoLink: "https://github.com/geojupyter/jupytergis"
4545
},
4646
],

static/atom.xml

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/atom_all.xml

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/rss.xml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/rss_all.xml

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)