Skip to content

Commit

Permalink
Try new excerpt strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
martamaja10 committed Aug 28, 2024
1 parent dee763c commit 341fb78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blog/_posts/2024-08-28-new-student-course.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: "New ROOT student course for self-study"
layout: archive
excerpt_separator: <!--more-->
author: Marta Czurylo
---

*The academic year is about to start,
so why not learn ROOT with us?*

During the summer, the ROOT team has organized a number of ROOT Summer Student courses at CERN and two HSF/IRIS-HEP Python for Analysis Trainings online, meaning the ROOT community has expanded by around 200 new students! And that is only the beginning; we think more students should have an opportunity to acquire the course material, this time in a self-study manner.
During the summer, the ROOT team has organized a number of ROOT Summer Student courses at CERN and two HSF/IRIS-HEP Python for Analysis Trainings online, meaning the ROOT community has expanded by around 200 new students! And that is only the beginning; we think more students should have an opportunity to acquire the course material, this time in a self-study manner.<!--more-->

The course is entirely contained within Python Jupyter Notebooks; the material is available on [GitHub](https://github.com/root-project/student-course), while the video recording is [here](https://videos.cern.ch/record/2300516).

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
{% for post in site.posts limit:5 %}
<font size="4"><b><a href="{{ post.url | relative_url }}">{{ post.title }}</a></b></font> <font size="1">({{post.date | date_to_string}})</font>
<font size="2">{{ post.excerpt }}</font>
<!-- <font size="2">{{ post.content | strip_html | truncatewords: 50 }}</font> -->
{% endfor %}
<b><a href="{{'/blog' | relative_url}}"> More ...</a></b>
</div>
Expand Down

0 comments on commit 341fb78

Please sign in to comment.