diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..7ed346161 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +static/rss* linguist-generated=true diff --git a/src/components/home/AboutQS/styles.module.css b/src/components/home/AboutQS/styles.module.css index 78a6dcea0..90fa260f8 100644 --- a/src/components/home/AboutQS/styles.module.css +++ b/src/components/home/AboutQS/styles.module.css @@ -12,12 +12,10 @@ text-align: center; margin-bottom: var(--ifm-spacing-xl); } - } @media only screen and (min-width: 996px) { .aboutQS_container { - margin-top: var(--ifm-spacing-2xl); background-color: var(--ifm-color-primary-p1); color: var(--ifm-color-primary-p2); padding: var(--ifm-spacing-2xl) var(--ifm-spacing-5xl) 0 diff --git a/src/components/home/ProjectsOverview/DataAnalysis.tsx b/src/components/home/ProjectsOverview/DataAnalysis.tsx new file mode 100644 index 000000000..b1d732087 --- /dev/null +++ b/src/components/home/ProjectsOverview/DataAnalysis.tsx @@ -0,0 +1,25 @@ +import styles from "./styles.module.css"; +import DataAnalysisMD from "@site/src/components/home/ProjectsOverview/descriptions/DataAnalysis.md"; +import ApacheArrowPicture from "@site/static/img/projects/apache_arrow.svg"; + +export default function DataAnalysisProjects() { + return ( +
+
+
+

Data Analysis

+

+ Supporting the development of key data analysis technologies. +

+ +
+
+ + +
+
+
+ ); +} diff --git a/src/components/home/ProjectsOverview/descriptions/DataAnalysis.md b/src/components/home/ProjectsOverview/descriptions/DataAnalysis.md new file mode 100644 index 000000000..a98322b49 --- /dev/null +++ b/src/components/home/ProjectsOverview/descriptions/DataAnalysis.md @@ -0,0 +1,6 @@ + +Since 2024, QuantStack is involved in the development of: + +- Apache Arrow, a language independent columnar format and multi-language toolbox for fast data interchange and in-memory analytics + +- Apache Parquet, a column-oriented data file format designed for efficient data storage and retrieval \ No newline at end of file diff --git a/src/components/home/ProjectsOverview/index.tsx b/src/components/home/ProjectsOverview/index.tsx index b59354aab..29ff08841 100644 --- a/src/components/home/ProjectsOverview/index.tsx +++ b/src/components/home/ProjectsOverview/index.tsx @@ -3,6 +3,7 @@ import SupplyChainProjects from "./SupplyChain"; import SpecialProjects from "./SpecialProjects"; import RoboticsProjects from "./Robotics"; import ComputingProjects from "./Computing"; +import DataAnalysisProjects from "./DataAnalysis"; import styles from "./styles.module.css"; export default function ProjectsOverview() { @@ -13,6 +14,7 @@ export default function ProjectsOverview() { + ); } diff --git a/static/rss.xml b/static/rss.xml index 5e2cf3ae3..9624646e0 100644 --- a/static/rss.xml +++ b/static/rss.xml @@ -4,7 +4,7 @@ https://quantstack.net RSS for Node - Tue, 01 Jul 2025 16:14:17 GMT + Wed, 02 Jul 2025 09:45:49 GMT diff --git a/static/rss_all.xml b/static/rss_all.xml index 4456cfc15..7aa97fedd 100644 --- a/static/rss_all.xml +++ b/static/rss_all.xml @@ -4,7 +4,7 @@ https://quantstack.net RSS for Node - Tue, 01 Jul 2025 16:14:17 GMT + Wed, 02 Jul 2025 09:45:49 GMT