aboutsummaryrefslogtreecommitdiff
path: root/gsoc/apply2017.html
blob: 7046f20dbb381f5544b6c8563f1f273e78ce2c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700" type="text/css"/>
<link rel="stylesheet" href="../style.css" type="text/css"/>
<style>
table {
   width: 100%;
}
td { 
   padding: 5px;
   background-color: white;
   border: 1px solid #c1cce4;
}
h3 {
   border-bottom: solid 2px black;
}

</style>
</head>
<body>
   <div class="content">
      <div class="header"><div class="header_inner"><div class="user_panel"><a href="https://github.com/keplerproject/luarocks/wiki/Download">Install</a> &middot; <a href="https://github.com/keplerproject/luarocks/wiki/Documentation">Docs</a> &middot; <a href="https://luarocks.org/login">Log In</a> &middot; <a href="https://luarocks.org/register">Register</a></div><a href="https://luarocks.org/"><img alt="LuaRocks" class="text_logo" src="https://luarocks.org/static/header_luarocks_name.svg"/></a><form method="GET" action="https://luarocks.org/search" class="header_search"><input type="text" placeholder="Search modules or uploaders..." name="q"/></form></div></div>
      <div class="index_page">
         <div class="main_column">

<h2>Student Application - Google Summer of Code 2017</h2>

<p><i>(Many thanks to LabLua for the student application template on which this one is largely based!)</i></p>

<h3>Basics</h3>

<ol><li>What is your preferred email address?
</li><li>Do you have a web page / blog / GitHub account?
</li><li>What is your academic background?
</li><li>What other time commitments, such as school work, another job (<i>GSoC is a full-time activity!</i>), or planned vacations will you have during the period of GSoC?
</li></ol>

<h3>Experience</h3>

<ol><li>What programming languages are you fluent in? Which tools do you normally use for development?
</li><li>Are you familiar with the Lua programming language? Have you developed any projects using Lua?
</li><li>Have you ever used LuaRocks?
</li><li>Have you developed software in a team environment before? Any projects with actual users?
</li><li>What kinds of projects/software have you worked on previously?
      (anything larger than a class project: academic research,
      internships, freelance, hobby projects, etc.)
</li><li>Are you (or have you been) involved with any free software development project? If so, briefly describe the project and the scope of your involvement.
</li></ol>

<h3>PROJECT</h3>

<ol><li>Did you select a project from our list? If yes, which project did
   you select?   Why did you choose this project?
   If you are proposing a project, give a description of your proposal,
   including the expected results.
</li><li>Please provide a schedule with dates and important milestones/deliverables,
in two week increments).
</li><li>What will be showable one month into the project?
</li><li>What will be showable two months into the project?
</li></ol>

<h3>GSOC</h3>

<ol><li>Have you participated as a student in GSoC before? If so, How many times, which year, which project?
</li><li>Have you applied but were not selected? When, and to which organization?
</li><li>Did you apply this year to any other organizations?
</li></ol>

         </div>
      </div>
   </div>
</body>
</html>