diff --git a/homepage/gsoc.html b/homepage/gsoc.html
index 86076f074..452ad0fda 100644
--- a/homepage/gsoc.html
+++ b/homepage/gsoc.html
@@ -157,7 +157,39 @@
-
Code refactoring for procps, util-linux, and bsdutils
+Development of Process Management and Information Tools in Rust
+This project focuses on creating Rust-based implementations of process management and information tools: ps, pgrep, pidwait, pkill, skill, and snice. The goal is to ensure full compatibility with all options and successful passing of GNU tests, maintaining the functionality and reliability of these essential tools.
+
+ - Description: Develop Rust-based versions of key process management and information tools, ensuring compatibility with all options and GNU tests.
+ - Expected Outputs: Efficient, reliable tools with full option compatibility and passing GNU tests.
+ - Skills Required/Preferred: Proficiency in Rust, understanding of Linux process management, experience with GNU testing methodologies.
+ - Possible Mentors: [To be determined]
+ - Size: ~350 hours.
+ - Difficulty: Medium.
+
+Development of System Monitoring and Statistics Tools in Rust
+This project involves the Rust-based development of system monitoring and statistics tools: top, vmstat, tload, w, and watch. The objective is to achieve full compatibility with all options and to pass GNU tests, ensuring these tools provide accurate and reliable system insights.
+
+ - Description: Create Rust versions of system monitoring and statistics tools, with a focus on full option compatibility and passing GNU tests.
+ - Expected Outputs: Robust tools for system monitoring and statistics, fully compatible with existing options and verified by GNU tests.
+ - Skills Required/Preferred: Rust expertise, knowledge of system performance metrics, familiarity with GNU testing frameworks.
+ - Possible Mentors: [To be determined]
+ - Size: ~350 hours.
+ - Difficulty: Medium.
+
+Development of Memory and Resource Analysis Tools in Rust
+The aim of this project is to develop Rust-based versions of memory and resource analysis tools: pmap and slabtop. The project will focus on ensuring full compatibility with all options and passing GNU tests, providing in-depth and reliable analysis of memory usage and kernel resources.
+
+ - Description: Implement Rust versions of memory and resource analysis tools, with emphasis on option compatibility and passing GNU tests.
+ - Expected Outputs: Advanced tools for memory and resource analysis, fully compatible with existing options and validated by GNU tests.
+ - Skills Required/Preferred: Proficiency in Rust, deep understanding of memory management and kernel resources, experience with GNU testing methodologies.
+ - Possible Mentors: [To be determined]
+ - Size: ~350 hours.
+ - Difficulty: Hard.
+
+
+
+Code refactoring for procps, util-linux, and bsdutils
Refactoring the Rust-based versions of procps, util-linux, and bsdutils to reduce code duplication.