File tree Expand file tree Collapse file tree 6 files changed +70
-7
lines changed
src/components/home/ProjectsOverview Expand file tree Collapse file tree 6 files changed +70
-7
lines changed Original file line number Diff line number Diff line change 11import styles from "./styles.module.css" ;
22import SpecialProjectsMD from "@site/src/components/home/ProjectsOverview/descriptions/SpecialProjects.md" ;
3- import SpecialProjectsPictureUrl from "@site/static/img/projects/jupytercad .png" ;
3+ import SpecialProjectsPictureUrl from "@site/static/img/projects/special_projects .png" ;
44
55export default function SpecialProjects ( ) {
66 return (
@@ -16,7 +16,7 @@ export default function SpecialProjects() {
1616 < SpecialProjectsMD />
1717 </ div >
1818 < div className = { "col col--5 flex-full-centered" + " " + styles . col_project_overview_with_padding } >
19- < img src = { SpecialProjectsPictureUrl } width = { "540px " } alt = { "Picture showing examples of Jupyter CAD projects in Jupyterlab." } />
19+ < img src = { SpecialProjectsPictureUrl } height = { "595px " } alt = { "Picture showing examples of Jupyter CAD projects in Jupyterlab." } />
2020 </ div >
2121 </ div >
2222 </ div >
Original file line number Diff line number Diff line change 11Special projects leverage the open-source software stack that we
2- maintain. Both JupyterCAD and Glue-Web leverage the JupyterLab
2+ maintain. They can rely, for instance, on the JupyterLab
33application framework and assemble JupyterLab components to produce
44a different application.
55
66 Such examples include:
7- - JupyterCAD
8- - Glue-Web
7+
8+ - Glue-Web (description to be added)
9+ - JupyterCAD: JupyterLab extension for collaborative 3D geometry modeling
10+ - JupyterGIS : JupyterLab extension for collaborative GIS (Geographical Information System) editor in Jupyter
11+
912
Original file line number Diff line number Diff line change 44 <description ><![CDATA[ RSS feed for QuantStack website blog page]]> </description >
55 <link >https://quantstack.net</link >
66 <generator >RSS for Node</generator >
7- <lastBuildDate >Tue, 01 Jul 2025 16:14:17 GMT</lastBuildDate >
7+ <lastBuildDate >Wed, 02 Jul 2025 08:27:29 GMT</lastBuildDate >
88 <atom : link href =" https://quantstack.net/rss.xml" rel =" self" type =" application/rss+xml" />
99 <language ><![CDATA[ en]]> </language >
1010 <item >
Original file line number Diff line number Diff line change 44 <description ><![CDATA[ RSS feed for QuantStack website blog page]]> </description >
55 <link >https://quantstack.net</link >
66 <generator >RSS for Node</generator >
7- <lastBuildDate >Tue, 01 Jul 2025 16:14:17 GMT</lastBuildDate >
7+ <lastBuildDate >Wed, 02 Jul 2025 08:27:29 GMT</lastBuildDate >
88 <atom : link href =" https://quantstack.net/rss_all.xml" rel =" self" type =" application/rss+xml" />
99 <language ><![CDATA[ en]]> </language >
1010 <item >
You can’t perform that action at this time.
0 commit comments