diff --git a/src/pages/gsoc.js b/src/pages/gsoc.js index 0ce1dda6..d0be96b3 100644 --- a/src/pages/gsoc.js +++ b/src/pages/gsoc.js @@ -1,95 +1,145 @@ import React from "react"; import Layout from "@theme/Layout"; +import Link from "@docusaurus/Link"; import styles from "./about.module.css"; import clsx from "clsx"; + function gsoc() { return ( - +
-

Google Summer of Code (GSoC)

+

+ + + + + Google Summer of Code (GSoC) + +

{" "} - -
-
- -
-
- - +
+

What is GSoC?

- For over 10 years Google has sponsored a global program that pairs students with open source software development projects. For three months over the summer students receive real world experience contributing to software development and guidance from mentors. On the other hand, participating organizations are able to bring in new developers to grow their code base. Overall, GSoC helps open source communities grow and thrive. Thousands of student and organization from around the world have participated and now you can too! -

-   - -

Project Ideas

- - Ecosystem science has many components, so does PEcAn! Some Project ideas can be found here on our project ideas list. +

+ Google Summer of Code is a global program that pairs contributors + with open source software projects. Over the summer, contributors + gain real-world experience contributing to software development and + working with mentors, while participating organizations grow their + communities and codebases. +

 

-

e.preventDefault()}>How to apply?

- - There are two steps to the application process: +

+ Project Ideas +

-
    -
  1. Getting acquainted with the project, mentors and ideas
  2. -
  3. Writing a good proposal
  4. -
+

+ Ecosystem science has many components, so does PEcAn. Some project + ideas can be found on our{" "} + project ideas list. + Contributors are also welcome to develop new ideas with feedback from + the community. +

 

-

Getting acquainted with the project, mentors and ideas

+

Getting Started

- The first step is for you to get acquainted with the PEcAn project, the ideas and to introuduce - yourself with the mentors. This will help you get a significantly better proposal, and will - make it more like for us to rate your propsal higher. +

+ If you are interested in contributing to PEcAn through GSoC, the + best place to start is our{" "} + + getting started discussion + . + {" "}Please read that page first and follow the instructions there. +

 

+

A few good places to start

+
    -
  • Choose a project from our project ideas list or come up with your own.
  • -
  • Join the #gsoc-2025 channel in our slack workspace and introduce yourself
  • -
  • Send message to your project-specific mentors indicating that you are interested in their idea and how you plan to implement the idea
  • +
  • + Read the{" "} + + getting started discussion + + , along with our{" "} + + contributing guide + {" "} + and{" "} + + code of conduct + . +
  • +
  • + Review our project ideas list and + identify one or two ideas that interest you. +
  • +
  • + Join the{" "} + + #gsoc + {" "} + channel in Slack and introduce yourself. +
  • +
  • + Improve documentation, work on tests, or help triage open pull + requests and issues. +
  • +
  • + Look for a{" "} + + good first issue + {" "} + when you are ready to start contributing code. +

 

-

When talking to the mentors, use the following questions to introuduce yourself:

+

Applying to GSoC

-
    -
  • What interests you most about our project?
  • -
  • What is your background, and what made you pick the specific idea?
  • -
  • What is your familiarity with the recommended technologies?
  • -
  • As mentors and project coordinators, how can we get the best out of you?
  • -
  • Is there anything that you’ll be studying or working on whilst working alongside us?
  • -
+

+ After reviewing the project ideas and getting started guidance, reach out + in Slack. Contact the project mentor(s) if you have questions about a + specific project idea. -

 

+ If multiple mentors are listed, create a thread with all mentors. This + helps us give more efficient and consistent feedback. -

Writing a good proposal

+ Becoming part of the community before submitting a proposal is important. + Proposals submitted at the last minute, without prior engagement with the + project or mentors, are much less likely to be competitive. - Next, write and submit your GSoC proposal after discussing this with the mentor. In the proposal make sure to - include a well-defined, weekly schedule with clear milestones and deliverables around it. Make sure to include - in your schedule any time you need to learn new technologies, as well as make sure that before the - evaluations dates, you have a deliverable that we can use to evaluate. We understand that schedules change, but it - would be good to add some must haves to your list of deliverables that will make your project a success as well - as some extra goals in case you have additional time at the end. + Once you have gotten acquainted with the project and discussed your + interests with potential mentors, you can begin drafting your proposal. + A strong proposal should include a realistic timeline, clear milestones, + and concrete deliverables. +

 

- See also Google's proposal guidelines +

+ See also{" "} + + Google's proposal guidelines + . +

 

- Good Luck - - - +

Good luck

-
);