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 1
1
import styles from "./styles.module.css" ;
2
2
import 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" ;
4
4
5
5
export default function SpecialProjects ( ) {
6
6
return (
@@ -16,7 +16,7 @@ export default function SpecialProjects() {
16
16
< SpecialProjectsMD />
17
17
</ div >
18
18
< 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." } />
20
20
</ div >
21
21
</ div >
22
22
</ div >
Original file line number Diff line number Diff line change 1
1
Special 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
3
3
application framework and assemble JupyterLab components to produce
4
4
a different application.
5
5
6
6
Such examples include:
7
- - JupyterCAD
8
- - Glue-Web
7
+
8
+ - Glue-Web: a JupyterLab extension to link visualisations of scientific datasets across many files
9
+ - JupyterCAD: a JupyterLab extension for collaborative 3D geometry modeling
10
+ - JupyterGIS : a JupyterLab extension for collaborative GIS (Geographical Information System) editor in Jupyter
11
+
9
12
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 >Fri, 04 Jul 2025 15:34:30 GMT</lastBuildDate >
7
+ <lastBuildDate >Fri, 04 Jul 2025 15:48:15 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 >Fri, 04 Jul 2025 15:34:30 GMT</lastBuildDate >
7
+ <lastBuildDate >Fri, 04 Jul 2025 15:48:15 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