From bb2a33aed3bc58ae55939e7920645781bed67d4d Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Wed, 8 Feb 2017 22:35:48 -0500 Subject: [PATCH] Archive GSoC page for 2016 and update to 2017. --- templates/pages/developer/summerofcode.html | 27 ++-- .../pages/developer/summerofcode2016.html | 150 ++++++++++++++++++ 2 files changed, 165 insertions(+), 12 deletions(-) create mode 100644 templates/pages/developer/summerofcode2016.html diff --git a/templates/pages/developer/summerofcode.html b/templates/pages/developer/summerofcode.html index 0e1dba5d..2c928346 100644 --- a/templates/pages/developer/summerofcode.html +++ b/templates/pages/developer/summerofcode.html @@ -6,7 +6,7 @@

PostgreSQL and Google Summer of Code

The PostgreSQL Project is planning on participating in the Google Summer of Code 2016 program. This +href="https://summerofcode.withgoogle.com/">Summer of Code 2017 program. This program endeavors to fund students to contribute to an open source project over the summer break.

@@ -33,6 +33,7 @@ implementing that in PostgreSQL. The point is that all proposals will be evaluated on their own merits, so be creative.

Mentors

@@ -55,11 +56,11 @@ working on a project not explicitly mentioned above, you may want to contact one of the Summer of Code liaisons below about writing a proposal.

-

A list of prospective mentors will be provided on our GSoC 2016 Wiki Page

+

A list of prospective mentors is available on our GSoC 2017 Wiki Page

If your project is not selected for funding by Google, but you still think you have a feasible project proposal, then please email our developers mailing list at pgsql-hackers@postgresql.org.

Proposal Guidelines

-

From March 14th, 2016, students can apply to Summer of Code at the GSoC website

+

From March 20th, 2017, students can apply to Summer of Code at the GSoC website

Students are responsible for writing a proposal and submitting it to Google before the application deadline. The following outline was adapted from the Perl Foundation

  • Bio - Who are you? What makes you the best person to work on this project?
  • -
  • Contact - How can we contact if we have questions about your project? -Can you supply us with an email/IM/phone method for being contacted, in case of emergency?
  • +
  • Contact - How can we contact if we have questions about your project? +It is important to be responsive and providing an email/IM/phone method for being contacted +would help to make sure we can reach you as needed for project check-ins.
  • Please also see our additional Advice to Students before submitting a proposal.

    @@ -109,8 +111,9 @@ Can you supply us with an email/IM/phone method for being contacted, in case of
  • Document Collection Foreign-data Wrapper
  • -

    More information on these projects can be found on Google's PostgreSQL SoC pages: -(2015 +

    More information on these projects can be found on Google's PostgreSQL SoC pages: +(2016 + | 2015 | 2014 | 2013 | 2012 @@ -138,8 +141,8 @@ Students and Eligibility FAQ for all questions about eligibility.

    When is the proposal deadline?

    According to the Summer -of Code timeline, the deadline for submitting student proposals is March -25th, 2016 (19:00 UTC). Please remember that proposals must submitted to Google +of Code timeline, the deadline for submitting student proposals is April +3rd, 2017 (16:00 UTC). Please remember that proposals must submitted to Google themselves, although we are happy to discuss any proposals with you ahead of time.

    diff --git a/templates/pages/developer/summerofcode2016.html b/templates/pages/developer/summerofcode2016.html new file mode 100644 index 00000000..b8da6cae --- /dev/null +++ b/templates/pages/developer/summerofcode2016.html @@ -0,0 +1,150 @@ +{%extends "base/page.html"%} +{%block title%}Google Summer of Code Program{%endblock%} +{%block contents%} + +
    +

    PostgreSQL and Google Summer of Code

    + +

    The PostgreSQL Project is planning on participating in the Google Summer of Code 2016 program. This +program endeavors to fund students to contribute to an open source project over +the summer break.

    + + + + +

    Example Proposal Ideas

    +

    The PostgreSQL Project has a wide range of opinions on what it feels are +acceptable GSoC projects. The examples listed here are meant only as a +suggestion of things we would likely find useful, but you should not feel +obligated to pick from this list by any means. If you have just discovered a +new algorithm as part of your thesis work, we would love to see a proposal +implementing that in PostgreSQL. The point is that all proposals will be +evaluated on their own merits, so be creative. + +

    +{%endblock%} -- 2.39.5