Skip to content

Commit 866059f

Browse files
committed
chore: sync rendered blog index.md from qmd (YAML preserved)
Made-with: Cursor
1 parent b184279 commit 866059f

25 files changed

Lines changed: 65 additions & 46 deletions

File tree

  • pages/blog
    • artbox-what-is-it-how-to-collaborete
    • avances-scicookie-grant-2024
    • console-based-representation-in-astx
    • exploring-llama-2-a-paradigm-shift-in-large-language-models
    • first-time-contributors
    • fqlearn-ternary-plot
    • fqlearn-visualizacion-datos
    • google-summer-of-code-week-4th-and-7th-midterm-evaluation
    • internship-call-2-2024
    • language-server-protocol-lsp-how-editors-speak-code
    • makim-efficient-workflows-with-makims-working-directory
    • newsletter-first-edition
    • newsletter-second-edition
    • open-science-labs-participating-google-summer-of-code-2025-mentoring-organization
    • osl-2-0
    • packaging-a-vs-code-extension-using-pnpm-and-vsce
    • psf-funding-open-source-projects-development-scicookie
    • scaling-machine-learning-projects-with-dask
    • scicookie-collaborating-and-learning
    • scicookie-recibe-nueva-subvencion-de-psf-para-mejoras-crecimiento
    • streamlining-project-automation-with-makim
    • three-years-with-google-summer-of-code-what-ive-learned
    • typer-a-python-library-for-building-cli-applications
    • unlocking-the-power-of-multiple-dispatch-in-python-with-plum-dispatch
    • working-with-boolean-expressions-in-python

pages/blog/artbox-what-is-it-how-to-collaborete/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description: |
1010
thumbnail: "/header.jpg"
1111
template: "blog-post.html"
1212
---
13-
# How to use it?
1413

1514
## What is ArtBox?
1615

@@ -227,4 +226,4 @@ $ pip wheel --use-pep517 "playsound (==1.3.0)"
227226

228227
For a better explanation of the facilities and usage, please watch to the following video.
229228

230-
<iframe width="560" height="315" src="https://www.youtube.com/embed/sITnMuZTNAw?si=goPrd2BhPxy7Fqku" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
229+
<iframe width="560" height="315" src="https://www.youtube.com/embed/sITnMuZTNAw?si=goPrd2BhPxy7Fqku" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

pages/blog/avances-scicookie-grant-2024/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Puedes consultar nuestro post [Collaborating and learning from SciCookie](https:
3333

3434
Mantente atento a futuras actualizaciones sobre SciCookie en próximos posts.
3535

36-
Elementos gráficos de la portada fueron extraídos de [Job illustrations by Storyset](https://storyset.com/job)
36+
Elementos gráficos de la portada fueron extraídos de [Job illustrations by Storyset](https://storyset.com/job)

pages/blog/console-based-representation-in-astx/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description: |
1010
thumbnail: "/header.png"
1111
template: "blog-post.html"
1212
---
13-
# Introduction
1413

1514
The ASTx library is an agnostic framework for constructing and representing Abstract Syntax Trees (ASTs). Its primary objective is to provide a versatile and language-independent structure for ASTs, with the flexibility to be utilized across various programming languages and parsing tools. ASTx doesn't aim to be a lexer or a parser, although it could be used by any programming language or parser written in Python in order to provide a high level representation of the AST.
1615

@@ -391,4 +390,4 @@ viz.visualize(a.get_struct(), shape="ellipse")
391390

392391
# Conclusion
393392

394-
This guide provides clear instructions and a simple example for you to start using the ASTx library. But this is just the beginning of your journey. Make sure to check out the other tutorials available, such as the one for [variables](https://github.com/arxlang/astx/blob/main/docs/tutorials/variables.ipynb) and the one for [functions](https://github.com/arxlang/astx/blob/main/docs/tutorials/functions.ipynb).
393+
This guide provides clear instructions and a simple example for you to start using the ASTx library. But this is just the beginning of your journey. Make sure to check out the other tutorials available, such as the one for [variables](https://github.com/arxlang/astx/blob/main/docs/tutorials/variables.ipynb) and the one for [functions](https://github.com/arxlang/astx/blob/main/docs/tutorials/functions.ipynb).

pages/blog/exploring-llama-2-a-paradigm-shift-in-large-language-models/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ description: |
1919
performance and a commitment to ethical research practices.
2020
thumbnail: /header.png
2121
template: blog-post.html
22+
---
2223

2324
---
2425

@@ -76,4 +77,3 @@ Despite its open-source nature, LLama-2 comes with certain restrictions, particu
7677
## Final Thoughts
7778

7879
LLama-2 heralds a new era in dialogue applications, pushing the boundaries of what's possible with language models while upholding ethical standards and responsible research practices. Whether you're a researcher, developer, or enthusiast, LLama-2 opens doors to a world of innovative possibilities, paving the way for transformative interactions between humans and machines.
79-

pages/blog/first-time-contributors/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description: |
1010
thumbnail: "/header.jpeg"
1111
template: "blog-post.html"
1212
---
13-
Diving into project development can be overwhelming for beginners. A first-timers guide is key to navigate this unfamiliar terrain. From understanding basics to mastering tools, it'll help you contribute effectively. Join us as we explore how to get started in a development project!
1413

1514
### Avoiding Issues in Your First Contributions
1615

@@ -535,4 +534,4 @@ For comprehensive information, detailed installation guidelines, and practical e
535534

536535
## Conclusion
537536

538-
The proficiency in specific techniques and methodologies is crucial for anyone looking to make meaningful contributions to open-source projects. This article delineates the essential skills and practices required for effective participation, including but not limited to, adeptness with collaborative tools, version control systems, adherence to coding standards, and familiarity with contribution guidelines. Emphasizing the significance of tailored mentorship, accessible documentation, and active engagement within the community, the article serves as a comprehensive guide for enhancing the quality and impact of contributions. By adopting best practices in code review, project management, and fostering an inclusive dialogue, contributors can significantly elevate the collaborative dynamics and innovation within open-source endeavors. Thus, reading this article is instrumental for those aiming to navigate the complexities of open-source projects successfully and contribute to the advancement of collective scientific and technological objectives.
537+
The proficiency in specific techniques and methodologies is crucial for anyone looking to make meaningful contributions to open-source projects. This article delineates the essential skills and practices required for effective participation, including but not limited to, adeptness with collaborative tools, version control systems, adherence to coding standards, and familiarity with contribution guidelines. Emphasizing the significance of tailored mentorship, accessible documentation, and active engagement within the community, the article serves as a comprehensive guide for enhancing the quality and impact of contributions. By adopting best practices in code review, project management, and fostering an inclusive dialogue, contributors can significantly elevate the collaborative dynamics and innovation within open-source endeavors. Thus, reading this article is instrumental for those aiming to navigate the complexities of open-source projects successfully and contribute to the advancement of collective scientific and technological objectives.

pages/blog/fqlearn-ternary-plot/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ thumbnail: "/header.png"
1515
template: "blog-post.html"
1616
---
1717

18+
thumbnail: "/header.png"
19+
template: "blog-post.html"
20+
---
21+
1822
<!-- # Plotting ternary phase diagrams for solving thermodynamics problems using fqlearn -->
1923

2024
An article on how to use the open source Fqlearn library to plot three phase
@@ -511,4 +515,4 @@ my [personal website](https://faithhunja.github.io/).
511515
<https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.CubicSpline.html>
512516

513517
[3] numpy.diff - NumPy v1.26 Manual:
514-
<https://numpy.org/doc/stable/reference/generated/numpy.diff.html>
518+
<https://numpy.org/doc/stable/reference/generated/numpy.diff.html>

pages/blog/fqlearn-visualizacion-datos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,4 +447,4 @@ No olvides que puedes consultar fqlearn en
447447

448448
El autor de este artículo se encuentra disponible en
449449
[LinkedIn](https://www.linkedin.com/in/josé-maría-garcía-márquez-556a75199/), y
450-
en [Github](https://github.com/JoseMariaGarciaMarquez).
450+
en [Github](https://github.com/JoseMariaGarciaMarquez).

pages/blog/google-summer-of-code-week-4th-and-7th-midterm-evaluation/index.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# Google Summer of Code- Week 4th & 7th Midterm Evaluation
2-
Ankit Kumar
3-
2023-07-25
1+
---
2+
title: "Google Summer of Code- Week 4th & 7th Midterm Evaluation"
3+
slug: google-summer-of-code-week-4th-and-7th-midterm-evaluation
4+
date: 2023-07-25
5+
authors: ["Ankit Kumar"]
6+
tags: [google summer of code, gsoc, open-source open-sciencelab]
7+
categories: [open-source, gsoc]
8+
description: |
9+
In this article, I will share the progress for Week 4th week to 7th week for my
10+
contribution to Open-science labs as a part of Google Summer of Code 2023.
11+
thumbnail: "/GSoC-Vertical.png"
12+
---
413

514
## Google Summer of Code- Week 4th & 7th Midterm Evaluation
615

@@ -81,4 +90,4 @@ You can read my previous blog [here](https://medium.com/@ayeankit)
8190

8291
If want to connect with me on LinkedIn
8392
[here](https://www.linkedin.com/in/ayeankit/). Github
84-
[here](https://github.com/ayeankit).
93+
[here](https://github.com/ayeankit).

pages/blog/internship-call-2-2024/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ categories:
1616
- Mentors
1717
- Technology Students
1818
description: >
19-
The Open Science Labs (OSL) has announced its Internship and Learning Program
20-
for the second cycle of 2024, in collaboration with The GRAPH Network.
19+
The Open Science Labs (OSL) has announced its Internship and
20+
Learning Program for the second cycle of 2024, in collaboration with The GRAPH
21+
Network.
2122
thumbnail: "/header.jpg"
2223
template: "blog-post.html"
2324
---
@@ -279,4 +280,4 @@ and requirements of the projects.
279280
Network, tailored to various aspects of data analysis. Find the courses at The
280281
GRAPH Network Courses. These resources provide a great opportunity to prepare
281282
effectively for the Internship Program and to develop a broad skill set in
282-
software development and data analysis.
283+
software development and data analysis.

pages/blog/language-server-protocol-lsp-how-editors-speak-code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ developer tooling**. Whether you’re building an IDE, a DSL, or a configuration
104104
tool, LSP lets you ship a polished editing experience with far less effort.
105105

106106
If you're working on your own language, plugin, or platform, building an LSP
107-
server is one of the smartest investments you can make.
107+
server is one of the smartest investments you can make.

0 commit comments

Comments
 (0)