forked from dlang/dlang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gsoc2012-template.dd
69 lines (56 loc) · 1.89 KB
/
gsoc2012-template.dd
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
Ddoc
$(D_S D Programming Language $(VER),
$(HTMLTAG h2, Application template for the 2012 Google Summer of
Code program)
$(HTMLTAG h3, Personal Details)
$(P
$(UL
$(LI Name )
$(LI Email )
$(LI Personal website )
$(LI Skype/GTalk ID )
$(LI IRC nickname )
$(LI Phone number )
)
)
$(HTMLTAG h3, Skills)
$(P
$(UL
$(LI School )
$(LI Years completed )
$(LI Anticipated graduation )
$(LI Academic performance (list relevant coursework taken and grades) )
$(LI Programming experience level )
$(LI D experience level )
$(LI If you participated to past D projects or others (preferably open source), include a brief description of each)
$(LI Also list any specific skills in the specific project area (classes taken, research conducted, blogs and publications etc.))
$(UL References (names and emails of up to four relevant professors, employers or collaborators))
)
)
$(HTMLTAG h3, Your Project)
$(P
$(UL
$(LI One-sentence elevator pitch )
$(LI Detailed description )
$(LI How many hours per week do you expect to spend on the project? )
$(LI Your current progress on the idea—e.g. research, gathering information, concrete work if applicable )
$(LI Anticipated impact—if you implemented your idea to perfection, how will it have made the world a better place?)
$(LI Anticipated challenges)
$(LI Potential mentors)
)
)
$(HTMLTAG h3, Major Milestones)
$(P Put together a broad project plan. What are the major deliverables that would mark progress in your work, and when do you plan on delivering them? For example:)
$(UL
$(LI 06/01 Revise project plan with mentor, discuss strategy of approach)
$(LI 06/15 Mocks, small prototype available, finish research on the topic, begin coding)
$(LI 07/15 First reviewable code submitted implementing X, Y, and Z)
$(LI 08/15 Feature complete, review overall progress)
$(LI 09/01 Rule the world)
)
$(P Good luck!)
)
Macros:
TITLE=GSoC2012
WIKI=GSoC2012
HTMLTAG=<$1>$+</$1>