Skip to content

Commit a821f6d

Browse files
committed
Merge branch 'master' into category_filters
2 parents b2456ca + 00e8fe6 commit a821f6d

File tree

5 files changed

+36
-8
lines changed

5 files changed

+36
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
_model: page
2+
---
3+
title: GSoC 2019: Application Instructions
4+
---
5+
body:
6+
7+
### Before You Apply
8+
9+
[Join the cc-gsoc channel on the CC Slack or the CC Developers mailing list](https://creativecommons.github.io/community/) as early as possible to introduce yourself and get feedback on your ideas. All our technical mentors will be on Slack and respond to emails on the mailing list and it is better to post there rather than contact them individually. Feel free to ask questions!
10+
11+
Take a look at the Creative Commons website to learn more about what we do. Also look at our GitHub organization and our developer community website to get a sense of the code and projects we work on. Making a successful contribution to one of our projects will help us get a sense of your work and is highly recommended.
12+
13+
### Applying
14+
15+
Your proposal must be submitted through the [Google Summer of Code website](https://summerofcode.withgoogle.com/dashboard/). It is a good idea to submit drafts and get feedback from CC mentors before you submit your final proposal.
16+
17+
Please read and follow [the GSoC student guide on writing proposals](https://google.github.io/gsocguides/student/writing-a-proposal). Format your proposal so that it is readable; keep paragraphs small and divide it into sections. We don’t have a strict template to follow but your proposal must include the following:
18+
19+
* A short and clear title
20+
* Your name, location, and contact information (see [the GSoC student guide](https://google.github.io/gsocguides/student/writing-a-proposal) for what to include)
21+
* Your educational background (degrees earned, courses taken, program/major)
22+
* A single paragraph summary of your proposal
23+
* A more detailed description of what you intend to do, how you intend to implement it, and what will not be covered by your work.
24+
* A realistic set of weekly milestones and deliverables for your project (our mentors can help with defining this before you submit your final proposal). Please make sure this is synchronized with [the timeline for evaluations](https://summerofcode.withgoogle.com/how-it-works/#timeline) published by GSoC.
25+
* Links to code you’ve written and/or open-source contributions.
26+
* Answers to the following questions:
27+
* Why are you the best person to do this work?
28+
* Why are you interested in Creative Commons and this project in particular?
29+
* What programming languages, version control systems, and other developer tools are you familiar with?
30+
* Do you have any other commitments during the GSoC period? Provide dates, such as holidays, when you will not be available.
31+
* If your native language is not English, are you comfortable working closely with a mentor in English?
32+
* Have you worked remotely before?

content/gsoc-2019/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ body:
66

77
Creative Commons is applying to be a mentoring organization for [Google Summer of Code 2019](https://summerofcode.withgoogle.com/).
88

9-
Check out our [Project Ideas page](/gsoc-2019/project-ideas)!
9+
Check out our [Project Ideas](/gsoc-2019/project-ideas) and [Application Instructions](/gsoc-2019/application-instructions)!
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
_model: project-ideas
22
---
3-
title: Project Ideas for GSoC 2019
3+
title: GSoC 2019: Project Ideas

content/gsoc-2019/project-ideas/project-ideas-list/supercharge-our-indexing-engine/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Faster indexing allows us to deliver higher quality search results to our users
1414
---
1515
resources:
1616

17-
- [CC Catalog API README](https://github.com/creativecommons/cccatalog-api/README.md)
17+
- [CC Catalog API README](https://github.com/creativecommons/cccatalog-api/blob/master/README.md)
1818
---
1919
expected_result:
2020

templates/layout.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
3535
{% for href, title in [
3636
['/gsoc-2019/project-ideas', 'Project Ideas'],
37+
['/gsoc-2019/application-instructions', 'Application Instructions'],
3738
] %}
3839
<a class="dropdown-item" href="{{ href|url }}">{{ title }}</a>
3940
{% endfor %}
@@ -48,11 +49,6 @@
4849
<div class="row justify-content-md-center">
4950
<div class="col-9 content-wrap">
5051
<div class="page py-3">
51-
<div class="card text-white bg-danger mb-3">
52-
<div class="card-body">
53-
<p class="card-text">This site is under construction and information here may not be accurate. This notice will be removed when the site is ready.</p>
54-
</div>
55-
</div>
5652
<h2 class="pb-2"><strong>{{ this.title }}</strong></h2>
5753
{% block body %}{% endblock %}
5854
</div>

0 commit comments

Comments
 (0)