Skip to content

Commit 0638312

Browse files
HaudinFlorenceSylvainCorlay
authored andcommitted
Add 2 newly added blog posts.
1 parent f8c03f0 commit 0638312

11 files changed

+46
-6
lines changed

src/components/blog/_config.yml

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ copyright:
55

66
blog:
77

8+
- url: https://medium.com/@QuantStack/quantstack-open-source-internship-program-049755b6d44b
9+
title: "QuantStack open-source internship program"
10+
image: https://miro.medium.com/v2/resize:fit:2000/format:webp/0*3Drh_jUVUNWjdFfe
11+
summary: "Today, we are announcing a new internship program that aims to empower a new cohort of open-source contributors and future maintainers to make an impact within our ecosystem."
12+
date: July 9, 2024
13+
authors: Sylvain Corlay
14+
15+
- url: https://medium.com/@QuantStack/jupytercad-2-0-4b9c4e18d22a
16+
title: "JupyterCAD 2.0"
17+
image: https://miro.medium.com/v2/resize:fit:828/format:webp/0*F-C-m6ksqJ3MGU7b
18+
summary: "We are thrilled to introduce JupyterCAD 2.0, the newest version of the JupyterLab-based CAD modeler."
19+
date: July 5, 2024
20+
authors: Trung Le, Martin Renou
21+
822
- url: https://blog.jupyter.org/jupytergis-d63b7adf9d0c
923
title: "JupyterGIS"
1024
image: https://miro.medium.com/v2/resize:fit:1400/format:webp/1*IkYCf2cbk3SaxaROQ0eUsA.png

src/components/blog/blogpostsDetails.json

+32-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
[
2+
{
3+
"url": "https://medium.com/@QuantStack/quantstack-open-source-internship-program-049755b6d44b",
4+
"title": "QuantStack open-source internship program",
5+
"image": "/img/blogposts/QuantStack-open-source-internship-program.png",
6+
"summary": "Today, we are announcing a new internship program that aims to empower a new cohort of open-source contributors and future maintainers to make an impact within our ecosystem.",
7+
"date": "July 9, 2024",
8+
"authors": "Sylvain Corlay",
9+
"imageID": "blogpost-image-118",
10+
"imageNaturalWidth": 1240,
11+
"imageNaturalHeight": 405,
12+
"imageRenderedWidth": 305,
13+
"imageRenderedHeight": 99.61693548387098
14+
},
15+
{
16+
"url": "https://medium.com/@QuantStack/jupytercad-2-0-4b9c4e18d22a",
17+
"title": "JupyterCAD 2.0",
18+
"image": "/img/blogposts/JupyterCAD-2-0.png",
19+
"summary": "We are thrilled to introduce JupyterCAD 2.0, the newest version of the JupyterLab-based CAD modeler.",
20+
"date": "July 5, 2024",
21+
"authors": "Trung Le, Martin Renou",
22+
"imageID": "blogpost-image-117",
23+
"imageNaturalWidth": 828,
24+
"imageNaturalHeight": 441,
25+
"imageRenderedWidth": 305,
26+
"imageRenderedHeight": 162.44565217391303
27+
},
228
{
329
"url": "https://blog.jupyter.org/jupytergis-d63b7adf9d0c",
430
"title": "JupyterGIS",
@@ -41,7 +67,7 @@
4167
{
4268
"url": "https://medium.com/@PyDataParis/announcing-pydata-paris-2024-700220accc72",
4369
"title": "Announcing PyData Paris 2024",
44-
"image": "/img/blogposts/Announcing-PyData-Paris-2024.jpg",
70+
"image": "/img/blogposts/Announcing-PyData-Paris-2024.png",
4571
"summary": "We are thrilled to announce the upcoming PyData Paris 2024, the gathering of the open-source data science and AI/ML community in France. PyData Paris will take place at the Cité des Sciences from September 25 to September 26, 2024.",
4672
"date": "March 11, 2024",
4773
"authors": "Sylvain Corlay",
@@ -80,7 +106,7 @@
80106
{
81107
"url": "https://blog.jupyter.org/recent-keyboard-navigation-improvements-in-jupyter-4df32f97628d",
82108
"title": "Recent keyboard navigation improvements in Jupyter",
83-
"image": "/img/blogposts/Recent-keyboard-navigation-improvements-in-Jupyter.png",
109+
"image": "/img/blogposts/Recent-keyboard-navigation-improvements-in-Jupyter.gif",
84110
"summary": "Upcoming versions of JupyterLab (4.1.0) and Notebook (7.1.0) will include major keyboard accessibility fixes.",
85111
"date": "December 16th, 2023",
86112
"authors": "Nicolas Brichet, Gabriel Fouasnon",
@@ -210,7 +236,7 @@
210236
{
211237
"url": "https://blog.jupyter.org/improving-the-accessibility-of-jupyter-6c695db518d3",
212238
"title": "Improving the accessibility of Jupyter",
213-
"image": "/img/blogposts/Improving-the-accessibility-of-Jupyter.gif",
239+
"image": "/img/blogposts/Improving-the-accessibility-of-Jupyter.png",
214240
"summary": "This article presents some of the recent accessibility improvements in the Jupyter Notebook codebase.",
215241
"date": "February 24th, 2023",
216242
"authors": "Nicolas Brichet, Johan Mabille, Jeremy Tuloup, Frédéric Collonval, Sylvain Corlay",
@@ -223,7 +249,7 @@
223249
{
224250
"url": "https://blog.jupyter.org/a-jupyter-kernel-for-gnu-octave-b6d29e56341f",
225251
"title": "A Jupyter kernel for GNU Octave",
226-
"image": "/img/blogposts/A-Jupyter-kernel-for-GNU-Octave.gif",
252+
"image": "/img/blogposts/A-Jupyter-kernel-for-GNU-Octave.png",
227253
"summary": "We are happy to announce the xeus-octave project, a Jupyter kernel for GNU Octave. Xeus-octave was created by Giulio Girardi, recently joined by Antoine Prouvost - and has been incorporated into the Project Jupyter governance.",
228254
"date": "January 11th, 2023",
229255
"authors": "Giulio Girardi, Antoine Prouvost",
@@ -964,7 +990,7 @@
964990
{
965991
"url": "https://blog.jupyter.org/report-on-the-jupyter-community-workshop-on-dashboarding-14f8ad9f3c0",
966992
"title": "Field Report on the Jupyter Community Workshop on Dashboarding",
967-
"image": "/img/blogposts/Field-Report-on-the-Jupyter-Community-Workshop-on-Dashboarding.gif",
993+
"image": "/img/blogposts/Field-Report-on-the-Jupyter-Community-Workshop-on-Dashboarding.png",
968994
"summary": "From June 3rd to June 6th 2019, thirty-five developers from the Jupyter community met in Paris for a four-day workshop on dashboarding with Project Jupyter. For four days, attendees worked full time…",
969995
"date": "Feb 14, 2020",
970996
"authors": "Sylvain Corlay",
@@ -1354,7 +1380,7 @@
13541380
{
13551381
"url": "https://towardsdatascience.com/the-xtensor-vision-552dd978e9ad",
13561382
"title": "The Xtensor Vision",
1357-
"image": "/img/blogposts/The-Xtensor-Vision.gif",
1383+
"image": "/img/blogposts/The-Xtensor-Vision.png",
13581384
"summary": "Here we’re laying out a vision for the xtensor project, the n-dimensional array in the C++ language — that makes it easy to write high-performance code and bind it to the languages of data science…",
13591385
"date": "Nov 10, 2018",
13601386
"authors": "Wolf Vollprecht",

src/components/blog/test.png

-2.99 MB
Binary file not shown.
9.1 KB
Loading
Loading

0 commit comments

Comments
 (0)