Skip to content

Commit 14eadfc

Browse files
authored
GSoC: Improvements to student blogs (#1598)
* Improvements to student blogs * fix link * fix typo
1 parent 191176d commit 14eadfc

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

_activities/gsoc.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Information from last year’s GSoC can be found [here]({{ site.baseurl }}/gsoc/
3131

3232
In 2024 HSF is participating in the program as a GSoC umbrella organization, under the name CERN-HSF. The HSF project ideas are listed [below](#projects-in-2024). Please have a look at the general [program rules](https://summerofcode.withgoogle.com/rules/) and the [timeline](https://summerofcode.withgoogle.com/how-it-works/) provided by Google.
3333

34-
The selection process in our organization will be split into two phases. All candidates will have to pass pre-selection evaluation tests prepared by mentors, demonstrating the skills needed for the respective projects. The successful candidates will have a detailed exchange with mentors on a given project idea, and their proposals are then evaluated for the final student selection. The detailed [timeline]({{site.baseurl}}/activities/gsoc.html#timeline) of these phases is shown below.
34+
The selection process in our organization will be split into two phases. All candidates will have to pass pre-selection evaluation tests prepared by mentors, demonstrating the skills needed for the respective projects. The successful candidates will have a detailed exchange with mentors on a given project idea, and their proposals are then evaluated for the final student selection. The detailed [timeline](#timeline) of these phases is shown below.
3535

3636
### For Students
3737

@@ -47,9 +47,15 @@ For further information, feel free to contact the HSF GSoC admins or join our op
4747

4848
[![Gitter](https://badges.gitter.im/HSF/HSF-GSoC.svg)](https://gitter.im/HSF/HSF-GSoC?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
4949

50-
### Student pages
50+
### Past Projects
5151

52-
Student blogs are mandatory for receiving a positive evaluation in CERN-HSF! If you are a CERN-HSF student, please read this [blog]({{ site.baseurl }}/gsoc/blogs/2022/blog_HSF_TheAdmins.html). Previous blogs from 2022 are available. [Check them out!]({{ site.baseurl }}/gsoc/2023/blogs.html)
52+
Project from previous years are showcased in blog posts written by students. If you are a CERN-HSF student, please read these [instructions]({{ site.baseurl }}/gsoc/blogs/2022/blog_HSF_TheAdmins.html) on how to add your project. Student blogs are mandatory for receiving a positive evaluation in CERN-HSF!
53+
54+
See here the student blog posts from previous years:
55+
56+
* [Student blogs 2024]({{ site.baseurl }}/gsoc/2024/blogs.html)
57+
* [Student blogs 2023]({{ site.baseurl }}/gsoc/2023/blogs.html)
58+
* [Student blogs 2022]({{ site.baseurl }}/gsoc/2022/blogs.html)
5359

5460

5561
### For Projects and Mentors

_gsocblogs/2024/blog_ATLCompression_IshanDarji.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ photo: blog_authors/IshanDarji.jpg
66
date: 24.9.2024
77
year: 2024
88
layout: blog_post
9-
logo:
10-
intro: Investigated lossless data compression for ATLAS experiment raw data to replace the currently used `zlib` compression. Investiagted alternatives such as `zstd`, `brotli`, `xz`, and `lzlib`. Compared tradeoffs between libraries in metrics such as compression speed and compression ratio, placing additional importance on compression ratio for this project because incremental saves add up at exabyte scale. Implemented example of compression and decompression of ATLAS event data that can read and write compressed data.|
9+
logo: ATLAS-logo.png
10+
intro: Investigated lossless data compression for ATLAS experiment raw data to replace the currently used `zlib` compression. Investigated alternatives such as `zstd`, `brotli`, `xz`, and `lzlib`. Compared tradeoffs between libraries in metrics such as compression speed and compression ratio, placing additional importance on compression ratio for this project because incremental saves add up at exabyte scale. Implemented example of compression and decompression of ATLAS event data that can read and write compressed data.|
1111
---
1212

1313
# Lossless compression of raw data for the ATLAS experiment at CERN

_gsocblogs/2024/blog_CVMS_YuriyBelikov.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
project: HSF CernVM-FS
3-
title: CernVM-FS - Integration of FUSE-T library for macOS laptop clients. Levaraging modern overlay FS features in cvmfs_server
3+
title: CernVM-FS - Integration of FUSE-T library for macOS laptop clients + Leveraging modern Overlay-FS features
44
author: Yuriy Belikov
55
date: 25.09.2024
66
year: 2024
77
layout: blog_post
8-
logo:
8+
logo: CERNVM-FS-logo.png
99
intro: |
1010
Worked on integration of additional overlay FS features in CVMFS server part and replacement of macFUSE kernel extension with FUSE-T user-space library for macOS laptop clients.
1111
At this point a backbone for metadata-only copying and zero-copy directory renames is implemented for Linux server part and still goes through a refinement and adjustment

0 commit comments

Comments
 (0)