Skip to content

Commit cdc2d82

Browse files
Add missing import in fundableProjectsDetails.ts.
1 parent f7430b1 commit cdc2d82

File tree

5 files changed

+48
-29
lines changed

5 files changed

+48
-29
lines changed

src/components/fundable/projectsDetails.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ 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 SVE2SupportInXsimdMD from "@site/src/components/fundable/descriptions/SVE2SupportInXsimd.md"
6-
import MatrixOperationsInXtensor from "@site/src/components/fundable/descriptions/MatrixOperationsInXtensor.md"
7-
import BinaryViewInArrowCpp from "@site/src/components/fundable/descriptions/BinaryViewInArrowCpp.md"
8-
6+
import MatrixOperationsInXtensorMD from "@site/src/components/fundable/descriptions/MatrixOperationsInXtensor.md"
7+
import BinaryViewInArrowCppMD from "@site/src/components/fundable/descriptions/BinaryViewInArrowCpp.md"
8+
import Decimal32InArrowCppMD from"@site/src/components/fundable/descriptions/Decimal32InArrowCpp.md"
99
export const fundableProjectsDetails = {
1010
jupyterEcosystem: [
1111
{
@@ -78,7 +78,7 @@ export const fundableProjectsDetails = {
7878
title: "Implementing Kazushige Goto Algorithms for Matrix Operations in xtensor",
7979
pageName: "MatrixOperationsInXtensor",
8080
shortDescription: "This project aims to integrate Kazushige Goto’s highly optimized matrix multiplication algorithms into the xtensor framework, leveraging the xsimd library for SIMD acceleration.",
81-
description: MatrixOperationsInXtensor,
81+
description: MatrixOperationsInXtensorMD,
8282
price: "45 000 €",
8383
maxNbOfFunders: 1,
8484
currentNbOfFunders: 0,
@@ -93,7 +93,7 @@ export const fundableProjectsDetails = {
9393
title: "Complete BinaryView / StringView support in Arrow C++",
9494
pageName: "BinaryViewInApacheArrow",
9595
shortDescription: "BinaryView is a more recent and more efficient alternative to Arrow's standard Binary type. It allows for inlined storage of short strings and fast prefix comparison.",
96-
description: BinaryViewInArrowCpp,
96+
description: BinaryViewInArrowCppMD,
9797
price: "TBD",
9898
maxNbOfFunders: 4,
9999
currentNbOfFunders: 0,
@@ -105,7 +105,7 @@ export const fundableProjectsDetails = {
105105
title: "Complete Decimal32 / Decimal64 support in Arrow C++",
106106
pageName: "Decimal32InApacheArrow",
107107
shortDescription: "Decimal32 and Decimal64 are more compact and computationally more efficient data types than the standard Decimal128.",
108-
description: Decimal32InArrowCpp,
108+
description: Decimal32InArrowCppMD,
109109
price: "TBD",
110110
maxNbOfFunders: 2,
111111
currentNbOfFunders: 0,

static/atom.xml

Lines changed: 11 additions & 11 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: 11 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: 10 additions & 10 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: 10 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)