File tree 8 files changed +271
-3
lines changed
8 files changed +271
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default function ProjectCard({ project }): JSX.Element {
7
7
< div className = "container" >
8
8
< div className = "row row--no-gutters" >
9
9
< div
10
- className = { "col col--6 col" + " " + styles . project_text }
10
+ className = { "col col--6 col col--offset-1 " + " " + styles . project_text }
11
11
>
12
12
< div className = { styles . project_title } > { project . title } </ div >
13
13
< div className = { styles . project_description } >
Original file line number Diff line number Diff line change
1
+ The QuantStack team comprises key maintainers of the Apache Arrow project. The Apache Arrow team at QuantStack provides commercial support and custom development services in the Apache Arrow ecosystem.
2
+
3
+ Check out our recent <a >announcement</a > on the launch of the Apache Arrow team at QuantStack.
Original file line number Diff line number Diff line change 6
6
industry and academia, at the foundation of the main open-source and
7
7
commercial data science platforms, with millions of users.
8
8
9
- The team comprises nine core contributors and maintainers the
9
+ The team comprises nine core contributors and maintainers of the
10
10
project. We are also behind popular extensions for data
11
11
visualization, robotics, and dashboarding.
12
12
Original file line number Diff line number Diff line change 3
3
We created the RoboStack distribution of ROS, the first conda/mamba
4
4
based distribution of ROS, and the first cross-platform
5
5
distribution of ROS. We are behind the jupyter-robotics project, a
6
- collection of JupyterLab and Jupyter extension integrating ROS with
6
+ collection of JupyterLab and Jupyter extensions integrating ROS with
7
7
the Jupyter ecosystem.
Original file line number Diff line number Diff line change 1
1
import jupyterLogoUrl from "@site/static/img/projects/Jupyter.png" ;
2
2
import xtensorLogoUrl from "@site/static/img/projects/xtensor.png" ;
3
3
import condaforgeLogoUrl from "@site/static/img/projects/conda_forge.png" ;
4
+ import apachearrowLogoUrl from "@site/static/img/projects/apache_arrow.png" ;
4
5
import robostackPictureUrl from "@site/static/img/projects/robostack.png" ;
5
6
import JupyterMD from "./Jupyter.md" ;
6
7
import CondaForgeMD from "./CondaForge.md" ;
7
8
import XTensorXSIMDMD from "./XTensorXSIMD.md" ;
9
+ import ApacheArrowMD from "./ApacheArrow.md" ;
8
10
import RoboticsMD from "./Robotics.md" ;
9
11
10
12
@@ -39,6 +41,16 @@ export const projectsDetails = [
39
41
ProjectMD : CondaForgeMD ,
40
42
reverse :"false"
41
43
} ,
44
+ {
45
+ name : "apache_arrow" ,
46
+ title : "Apache Arrow and Parquet" ,
47
+ pictureRoute : apachearrowLogoUrl ,
48
+ pictureWidth : "176px" ,
49
+ pictureHeight : "63px" ,
50
+ pictureAltText : "Picture for Apache Arrow project showing the logo made of arrows." ,
51
+ ProjectMD : ApacheArrowMD ,
52
+ reverse :"false"
53
+ } ,
42
54
{
43
55
name : "robotics" ,
44
56
title : "Robotics" ,
Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ div .project_title {
73
73
margin-bottom : var (--ifm-spacing-xl );
74
74
}
75
75
76
+ .project_picture_apache_arrow {
77
+ border : none;
78
+ margin-bottom : var (--ifm-spacing-xl );
79
+ }
80
+
76
81
.project_picture_robotics {
77
82
border : none;
78
83
margin-bottom : var (--ifm-spacing-xl );
@@ -128,6 +133,12 @@ div .project_title {
128
133
border-radius : 10px ;
129
134
}
130
135
136
+ .project_picture_apache_arrow {
137
+ border : solid 1px black;
138
+ margin-bottom : var (--ifm-spacing-lg );
139
+ border-radius : 10px ;
140
+ }
141
+
131
142
.project_picture_robotics {
132
143
border : solid 1px rgb (146 , 95 , 218 );
133
144
margin-bottom : var (--ifm-spacing-lg );
You can’t perform that action at this time.
0 commit comments