File tree Expand file tree Collapse file tree 6 files changed +36
-4
lines changed Expand file tree Collapse file tree 6 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 12
12
text-align : center;
13
13
margin-bottom : var (--ifm-spacing-xl );
14
14
}
15
-
16
15
}
17
16
18
17
@media only screen and (min-width : 996px ) {
19
18
.aboutQS_container {
20
- margin-top : var (--ifm-spacing-2xl );
21
19
background-color : var (--ifm-color-primary-p1 );
22
20
color : var (--ifm-color-primary-p2 );
23
21
padding : var (--ifm-spacing-2xl ) var (--ifm-spacing-5xl ) 0
Original file line number Diff line number Diff line change
1
+ import styles from "./styles.module.css" ;
2
+ import DataAnalysisMD from "@site/src/components/home/ProjectsOverview/descriptions/DataAnalysis.md" ;
3
+ import ApacheArrowPicture from "@site/static/img/projects/apache_arrow.svg" ;
4
+
5
+ export default function DataAnalysisProjects ( ) {
6
+ return (
7
+ < div className = { "container" + " " + styles . project_light_yellow } style = { { paddingBottom : "0px" } } >
8
+ < div className = "row" >
9
+ < div
10
+ className = { "col col--5 col--offset-1" + " " + styles . col_project_overview_with_padding }
11
+ >
12
+ < h1 className = "padding-none" > Data Analysis </ h1 >
13
+ < h2 className = { styles . h2_custom } >
14
+ Supporting the development of Apache Ecosystem
15
+ packages.
16
+ </ h2 >
17
+ < DataAnalysisMD />
18
+ </ div >
19
+ < div className = { "col col--5" + " " + styles . col_project_overview_with_padding } >
20
+
21
+ < ApacheArrowPicture width = { "500px" } />
22
+ </ div >
23
+ </ div >
24
+ </ div >
25
+ ) ;
26
+ }
Original file line number Diff line number Diff line change
1
+
2
+ Since 2024, QuantStack is involved in the development of:
3
+
4
+ - Apache Arrow, a language independent columnar format and multi-language toolbox for fast data interchange and in-memory analytics
5
+
6
+ - Apache Parquet, a column-oriented data file format designed for efficient data storage and retrieval
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import SupplyChainProjects from "./SupplyChain";
3
3
import SpecialProjects from "./SpecialProjects" ;
4
4
import RoboticsProjects from "./Robotics" ;
5
5
import ComputingProjects from "./Computing" ;
6
+ import DataAnalysisProjects from "./DataAnalysis" ;
6
7
import styles from "./styles.module.css" ;
7
8
8
9
export default function ProjectsOverview ( ) {
@@ -13,6 +14,7 @@ export default function ProjectsOverview() {
13
14
< SpecialProjects />
14
15
< RoboticsProjects />
15
16
< ComputingProjects />
17
+ < DataAnalysisProjects />
16
18
</ div >
17
19
) ;
18
20
}
Original file line number Diff line number Diff line change 4
4
<description ><![CDATA[ RSS feed for QuantStack website blog page]]> </description >
5
5
<link >https://quantstack.net</link >
6
6
<generator >RSS for Node</generator >
7
- <lastBuildDate >Tue, 01 Jul 2025 16:14:17 GMT</lastBuildDate >
7
+ <lastBuildDate >Tue, 01 Jul 2025 17:54:10 GMT</lastBuildDate >
8
8
<atom : link href =" https://quantstack.net/rss.xml" rel =" self" type =" application/rss+xml" />
9
9
<language ><![CDATA[ en]]> </language >
10
10
<item >
Original file line number Diff line number Diff line change 4
4
<description ><![CDATA[ RSS feed for QuantStack website blog page]]> </description >
5
5
<link >https://quantstack.net</link >
6
6
<generator >RSS for Node</generator >
7
- <lastBuildDate >Tue, 01 Jul 2025 16:14:17 GMT</lastBuildDate >
7
+ <lastBuildDate >Tue, 01 Jul 2025 17:54:10 GMT</lastBuildDate >
8
8
<atom : link href =" https://quantstack.net/rss_all.xml" rel =" self" type =" application/rss+xml" />
9
9
<language ><![CDATA[ en]]> </language >
10
10
<item >
You can’t perform that action at this time.
0 commit comments