Skip to content

Commit 0f37edb

Browse files
committed
past events added
1 parent ef0d35f commit 0f37edb

File tree

2 files changed

+40
-7
lines changed

2 files changed

+40
-7
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ nav:
6363
- Partners: "partnership/partners/index.md"
6464
- Events:
6565
- index: events/index.md
66-
- "OpenVerse'24": events/openverse24/index.md
66+
# - "OpenVerse'24": events/openverse24/index.md
6767
- Guidelines:
6868
- index: guidelines/index.md
6969
- Articles: guidelines/articles/index.md

pages/events/index.md

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,48 @@ authors: ["OSL Team"]
55
template: events.html
66
events:
77
upcoming:
8-
- name: "OpenVerse'24 - Stage 1"
8+
- name: "OpenVerse - Stage 1"
99
description: |
10-
OpenVerse'24 is a beginner-friendly hackathon designed to welcome newcomers to
10+
OpenVerse will be a beginner-friendly hackathon designed to welcome newcomers to
1111
the open-source development community. Our mission is to provide a supportive
1212
environment for learning and contributing to open-source projects, with a strong
1313
focus on education and practical experience.
1414
thumbnail: /images/events/openverse24.png
15-
url: /events/openverse24
16-
date_start: February 29th, 2024 (10:00 am IST)
17-
date_end: March 1st, 2024 (10:00 am IST)
18-
past: {}
15+
date_start: 2025
16+
date_end: 2025
17+
18+
past_events:
19+
- name: "OSL-PyCafe 3"
20+
description: |
21+
The OSL-PyCafe 3 event featured YouTube Live Sessions with David Ochoa presenting on "Use of Sympy in Engineering Education" and Fransico Palm presenting on "Intro to Scikit-risk".
22+
thumbnail: /images/logos/logo.png
23+
url: https://www.youtube.com/watch?v=SkaXPIzolPs
24+
date_start: August 29th, 2024
25+
date_end: August 29th, 2024
26+
27+
- name:
28+
"Collaborative localization of documentation: Scikit-Learn and
29+
Matplotlib Cases"
30+
description: |
31+
Mariangela Petrizzo made an insightful presentation in this event, speaking about collaborative work, internationlization vs localization, why translate documentation, and more.
32+
thumbnail: /images/logos/logo.png
33+
url: https://www.youtube.com/watch?v=hsrIDxiHkVk
34+
date_start: September 23rd, 2022
35+
date_end: September 23rd, 2022
36+
37+
- name: "OSL-PyCafe 2"
38+
description: |
39+
The OSL-PyCafe 2 was lush with educative YouTube Live Sessions. Ivan Ogaswara made a presentation titled "Introduction to Semantic Releases". In the same event, Raniere Silva made a presentation on "Everything you need to know about GitLab CI in 10 minutes" and Pablo Navarro narrated the "Reconstruction of Iberian ceramics using generative networks".
40+
thumbnail: /images/logos/logo.png
41+
url: https://www.youtube.com/watch?v=h4XeorBiV18
42+
date_start: August 25th, 2022
43+
date_end: August 25th, 2022
44+
45+
- name: "OSL-PyCafe 1"
46+
description: |
47+
OSL-PyCafe maiden edition was nothing short of remarkable. The event featured three YouTube Live presentations from Rafael Villca, Alex de Siqueira, and Fransisco Palm who spoke on "How to Speed Up Your Python Code?", "An Overview of Scikit-image", and "Spreadsheets, Databases and Dataframes" respectively.
48+
thumbnail: /images/logos/logo.png
49+
urls: https://www.youtube.com/watch?v=lPsOB8dEiNI&t=134s
50+
date_start: August 5th, 2022
51+
date_end: August 5th, 2022
1952
---

0 commit comments

Comments
 (0)