From ca9bd0cc8ca0c35ed1b480bc8453c3562f599a71 Mon Sep 17 00:00:00 2001 From: Vibhu91 Date: Fri, 26 Dec 2025 00:55:06 +0530 Subject: [PATCH 1/2] Added and fixed Getting Started section for ML4Sci --- ML4SCI.github.io | 1 + README.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 160000 ML4SCI.github.io diff --git a/ML4SCI.github.io b/ML4SCI.github.io new file mode 160000 index 00000000..c78edc98 --- /dev/null +++ b/ML4SCI.github.io @@ -0,0 +1 @@ +Subproject commit c78edc9823185fc2bad84e07b75e05ae4e49451f diff --git a/README.md b/README.md index 7c7f3145..b8e57421 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,20 @@ The ML4Sci open source organization is participating in the [2022 Google Summer ![GSOC](https://ml4sci.org/images/GSoC/GSoC-icon-192.png) Please take a look at our [GSoC Page](https://ml4sci.org/activities/gsoc.html) for more details. + +## Getting Started with ML4Sci + +If you are new to the ML4Sci community, here are some quick steps to help you begin contributing: + +1. Visit the ML4Sci GitHub organization: https://github.com/ML4Sci +2. Explore beginner-friendly repositories such as: + - `ML4SCI.github.io` (website & documentation) + - `CMS` (notebooks) + - `MLMapper` (Python utilities) +3. Fork any repository you want to contribute to and clone it using:git clone https://github.com/User_Name/REPO_NAME.git +4. Make your improvements (documentation fixes, notebook updates, small bug fixes, adding examples). +5. Push your changes and create a Pull Request. +6. If you need help or guidance, open an Issue in the relevant repository. + +This section helps new contributors understand how to start working with ML4Sci and navigate the project ecosystem. + From 0d45e4cfa54fbd6a4cf85e63d043a0f547d2bcad Mon Sep 17 00:00:00 2001 From: Vibhu91 Date: Fri, 26 Dec 2025 00:59:01 +0530 Subject: [PATCH 2/2] Removed accidentally added nested git repository --- ML4SCI.github.io | 1 - 1 file changed, 1 deletion(-) delete mode 160000 ML4SCI.github.io diff --git a/ML4SCI.github.io b/ML4SCI.github.io deleted file mode 160000 index c78edc98..00000000 --- a/ML4SCI.github.io +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c78edc9823185fc2bad84e07b75e05ae4e49451f