diff options
Diffstat (limited to 'gsoc/apply2018.html')
-rw-r--r-- | gsoc/apply2018.html | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/gsoc/apply2018.html b/gsoc/apply2018.html new file mode 100644 index 00000000..b51f5a97 --- /dev/null +++ b/gsoc/apply2018.html | |||
@@ -0,0 +1,74 @@ | |||
1 | <!doctype html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700" type="text/css"/> | ||
5 | <link rel="stylesheet" href="../style.css" type="text/css"/> | ||
6 | <style> | ||
7 | table { | ||
8 | width: 100%; | ||
9 | } | ||
10 | td { | ||
11 | padding: 5px; | ||
12 | background-color: white; | ||
13 | border: 1px solid #c1cce4; | ||
14 | } | ||
15 | h3 { | ||
16 | border-bottom: solid 2px black; | ||
17 | } | ||
18 | |||
19 | </style> | ||
20 | </head> | ||
21 | <body> | ||
22 | <div class="content"> | ||
23 | <div class="header"><div class="header_inner"><div class="user_panel"><a href="https://github.com/keplerproject/luarocks/wiki/Download">Install</a> · <a href="https://github.com/keplerproject/luarocks/wiki/Documentation">Docs</a> · <a href="https://luarocks.org/login">Log In</a> · <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> | ||
24 | <div class="index_page"> | ||
25 | <div class="main_column"> | ||
26 | |||
27 | <h2>Student Application - Google Summer of Code 2018</h2> | ||
28 | |||
29 | <p><i>(Many thanks to LabLua for the student application template on which this one is largely based!)</i></p> | ||
30 | |||
31 | <h3>Basics</h3> | ||
32 | |||
33 | <ol><li>What is your preferred email address? | ||
34 | </li><li>Do you have a web page / blog / GitHub account? | ||
35 | </li><li>What is your academic background? | ||
36 | </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? | ||
37 | </li></ol> | ||
38 | |||
39 | <h3>Experience</h3> | ||
40 | |||
41 | <ol><li>What programming languages are you fluent in? Which tools do you normally use for development? | ||
42 | </li><li>Are you familiar with the Lua programming language? Have you developed any projects using Lua? | ||
43 | </li><li>Have you ever used LuaRocks? | ||
44 | </li><li>Have you developed software in a team environment before? Any projects with actual users? | ||
45 | </li><li>What kinds of projects/software have you worked on previously? | ||
46 | (anything larger than a class project: academic research, | ||
47 | internships, freelance, hobby projects, etc.) | ||
48 | </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. | ||
49 | </li></ol> | ||
50 | |||
51 | <h3>PROJECT</h3> | ||
52 | |||
53 | <ol><li>Did you select a project from our list? If yes, which project did | ||
54 | you select? Why did you choose this project? | ||
55 | If you are proposing a project, give a description of your proposal, | ||
56 | including the expected results. | ||
57 | </li><li>Please provide a schedule with dates and important milestones/deliverables, | ||
58 | in two week increments). | ||
59 | </li><li>What will be showable one month into the project? | ||
60 | </li><li>What will be showable two months into the project? | ||
61 | </li></ol> | ||
62 | |||
63 | <h3>GSOC</h3> | ||
64 | |||
65 | <ol><li>Have you participated as a student in GSoC before? If so, How many times, which year, which project? | ||
66 | </li><li>Have you applied but were not selected? When, and to which organization? | ||
67 | </li><li>Did you apply this year to any other organizations? | ||
68 | </li></ol> | ||
69 | |||
70 | </div> | ||
71 | </div> | ||
72 | </div> | ||
73 | </body> | ||
74 | </html> | ||