Skip to content

Commit aa93c70

Browse files
authored
Update GSoC page title and content
1 parent abc2e7a commit aa93c70

File tree

1 file changed

+103
-52
lines changed

1 file changed

+103
-52
lines changed

src/pages/gsoc.js

Lines changed: 103 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2,94 +2,145 @@ import React from "react";
22
import Layout from "@theme/Layout";
33
import styles from "./about.module.css";
44
import clsx from "clsx";
5+
56
function gsoc() {
67
return (
7-
<Layout title="About">
8+
<Layout title="Google Summer of Code (GSoC)">
89
<div className={styles.aboutContainer}>
9-
<h1><a name="background" class="anchor" href="#background"><span class="octicon octicon-link"></span></a><a href="https://summerofcode.withgoogle.com/">Google Summer of Code (GSoC)</a></h1>
10+
<h1>
11+
<a name="background" className="anchor" href="#background">
12+
<span className="octicon octicon-link"></span>
13+
</a>
14+
<a href="https://summerofcode.withgoogle.com/">
15+
Google Summer of Code (GSoC)
16+
</a>
17+
</h1>
1018
<div className={clsx(styles.cardContainer)}>
1119
{" "}
12-
13-
<div class="card">
14-
<div class="card__header" style={{ textAlign: "center" }}>
15-
20+
<div className="card">
21+
<div className="card__header" style={{ textAlign: "center" }}>
1622
</div>
17-
<div class="card__body">
18-
19-
23+
<div className="card__body">
2024
<h2>What is GSoC?</h2>
21-
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!
22-
<p> </p>
23-
&nbsp;
24-
25-
<h2><a href="/gsoc_ideas/">Project Ideas</a></h2>
26-
27-
Ecosystem science has many components, so does PEcAn! Some Project ideas can be found here on our <a href="/gsoc_ideas/">project ideas list.</a>
25+
<p>
26+
Google Summer of Code is a global program that pairs contributors
27+
with open source software projects. Over the summer, contributors
28+
gain real-world experience contributing to software development and
29+
working with mentors, while participating organizations grow their
30+
communities and codebases.
31+
</p>
2832

2933
<p>&nbsp;</p>
3034

31-
<h2><a href="#how-to-apply" onClick={(e) => e.preventDefault()}>How to apply?</a></h2>
32-
33-
There are two steps to the application process:
35+
<h2>
36+
<a href="/gsoc_ideas/">Project Ideas</a>
37+
</h2>
3438

35-
<ol>
36-
<li>Getting acquainted with the project, mentors and ideas</li>
37-
<li>Writing a good proposal</li>
38-
</ol>
39+
<p>
40+
Ecosystem science has many components, so does PEcAn. Some project
41+
ideas can be found on our{" "}
42+
<a href="/gsoc_ideas/">project ideas list</a>.
43+
Contributors are also welcome to develop new ideas with feedback from
44+
the community.
45+
</p>
3946

4047
<p>&nbsp;</p>
4148

42-
<h3>Getting acquainted with the project, mentors and ideas</h3>
49+
<h2>Getting Started</h2>
4350

44-
The first step is for you to get acquainted with the PEcAn project, the ideas and to introuduce
45-
yourself with the mentors. This will help you get a significantly better proposal, and will
46-
make it more like for us to rate your propsal higher.
51+
<p>
52+
If you are interested in contributing to PEcAn through GSoC, the
53+
best place to start is our{" "}
54+
<a href="https://github.com/PecanProject/pecan/discussions/3469">
55+
getting started discussion
56+
</a>.
57+
{" "}Please read that page first and follow the instructions there.
58+
</p>
4759

4860
<p>&nbsp;</p>
4961

62+
<h3>A few good places to start</h3>
63+
5064
<ul>
51-
<li>Choose a project from our <a href="/gsoc_ideas/">project ideas list</a> or come up with your own.</li>
52-
<li>Join the <a href="https://pecanproject.slack.com/archives/C0853U6GF71" target="_blank" rel="noopener noreferrer">#gsoc-2025</a> channel in our slack workspace and introduce yourself</li>
53-
<li>Send message to your project-specific mentors indicating that you are interested in their idea and how you plan to implement the idea</li>
65+
<li>
66+
Read the{" "}
67+
<a href="https://github.com/PecanProject/pecan/discussions/3469">
68+
getting started discussion
69+
</a>
70+
, along with our{" "}
71+
<a href="https://github.com/PecanProject/pecan/blob/develop/CONTRIBUTING.md">
72+
contributing guide
73+
</a>{" "}
74+
and{" "}
75+
<a href="https://github.com/PecanProject/pecan/blob/develop/CODE_OF_CONDUCT.md">
76+
code of conduct
77+
</a>.
78+
</li>
79+
<li>
80+
Review our <a href="/gsoc_ideas/">project ideas list</a> and
81+
identify one or two ideas that interest you.
82+
</li>
83+
<li>
84+
Join the{" "}
85+
<a
86+
href="https://pecanproject.slack.com/archives/C0853U6GF71"
87+
target="_blank"
88+
rel="noopener noreferrer"
89+
>
90+
#gsoc
91+
</a>{" "}
92+
channel in Slack and introduce yourself.
93+
</li>
94+
<li>
95+
Improve documentation, work on tests, or help triage open pull
96+
requests and issues.
97+
</li>
98+
<li>
99+
Look for a{" "}
100+
<a href="https://github.com/search?q=org%3APecanProject+tag%3A%22good+first+issue%22+&type=issues">
101+
good first issue
102+
</a>{" "}
103+
when you are ready to start contributing code.
104+
</li>
54105
</ul>
55106

56107
<p>&nbsp;</p>
57108

58-
<h3>When talking to the mentors, use the following questions to introuduce yourself:</h3>
109+
<h2>Applying to GSoC</h2>
59110

60-
<ul>
61-
<li>What interests you most about our project?</li>
62-
<li>What is your background, and what made you pick the specific idea?</li>
63-
<li>What is your familiarity with the recommended technologies?</li>
64-
<li>As mentors and project coordinators, how can we get the best out of you?</li>
65-
<li>Is there anything that you’ll be studying or working on whilst working alongside us?</li>
66-
</ul>
111+
<p>
112+
After reviewing the project ideas and getting started guidance, reach out
113+
in Slack. Contact the project mentor(s) if you have questions about a
114+
specific project idea.
67115

68-
<p>&nbsp;</p>
116+
If multiple mentors are listed, create a thread with all mentors. This
117+
helps us give more efficient and consistent feedback.
69118

70-
<h3>Writing a good proposal</h3>
119+
Becoming part of the community before submitting a proposal is important.
120+
Proposals submitted at the last minute, without prior engagement with the
121+
project or mentors, are much less likely to be competitive.
71122

72-
Next, write and submit your GSoC proposal after discussing this with the mentor. In the proposal make sure to
73-
include a well-defined, weekly schedule with clear milestones and deliverables around it. Make sure to include
74-
in your schedule any time you need to learn new technologies, as well as make sure that before the
75-
evaluations dates, you have a deliverable that we can use to evaluate. We understand that schedules change, but it
76-
would be good to add some must haves to your list of deliverables that will make your project a success as well
77-
as some extra goals in case you have additional time at the end.
123+
Once you have gotten acquainted with the project and discussed your
124+
interests with potential mentors, you can begin drafting your proposal.
125+
A strong proposal should include a realistic timeline, clear milestones,
126+
and concrete deliverables.
127+
</p>
78128

79129
<p>&nbsp;</p>
80130

81-
See also <a href="https://google.github.io/gsocguides/student/writing-a-proposal.html">Google's proposal guidelines</a>
131+
<p>
132+
See also{" "}
133+
<a href="https://google.github.io/gsocguides/student/writing-a-proposal.html">
134+
Google&apos;s proposal guidelines
135+
</a>.
136+
</p>
82137

83138
<p>&nbsp;</p>
84139

85-
Good Luck
86-
87-
88-
140+
<p>Good luck</p>
89141
</div>
90142
</div>
91143
</div>
92-
93144
</div>
94145
</Layout>
95146
);

0 commit comments

Comments
 (0)