Skip to content

Commit

Permalink
Added gsoc2012 files
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Mar 16, 2012
1 parent 73e22b7 commit f498b0c
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 0 deletions.
69 changes: 69 additions & 0 deletions gsoc2012-template.dd
@@ -0,0 +1,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>
67 changes: 67 additions & 0 deletions gsoc2012.dd
@@ -0,0 +1,67 @@
Ddoc

$(D_S D Programming Language $(VER),

$(HTMLTAG h2, Digital Mars has applied to the 2012 Google Summer of
Code program&mdash;stay tuned!)

$(P We welcome mentor applications (student applications are
contingent upon our admission as a mentoring organization and will
open on March 26) for any project that adds value to the D programming
language environment. That includes the compiler, the standard
library, additional library support, interoperability, editor and IDE
support, and more. Please refer to the $(LINK2
http://prowiki.org/wiki4d/wiki.cgi?GSOC_2012_Ideas, ideas wiki page)
for possible projects, and by all means feel free to add your
own. Discuss any initiative you may have with the vibrant D community
on the $(LINK2 http://forum.dlang.org, forums).)

$(HTMLTAG h3, Mentors)

$(P Mentor applicants should be domain experts and/or seasoned users
of the D programming language. Experience with managing or teaching is
helpful. Knowledge of D is not a strict requirement because we already
have student applicants who are fluent in D but need specialized
guidance in project-specific topics.)

$(P Mentors should include a resum&eacute; unless they are well known
within the programming community at large, or within the D community.)

$(P Current mentors: Walter Bright (Digital Mars), Andrei Alexandrescu
(Facebook), David Simcha (Johns Hopkins University), Alex R&oslash;nne
Petersen (MCI).)

$(HTMLTAG h3, Students)

$(P This is preliminary information contingent upon our admission as a
mentoring organization.)

$(P Student applicants should be familiar with the D programming
language and environment. However, students may use a different
language that helps D's integration within an existing framework
(e.g. Java for Eclipse). Please state in your application other
commitments you may have for the summer so we have a shared notion of
the time you plan to spend on your GSoC project.)

$(P Student applications should include a project proposal (possibly
starting from one of the $(LINK2
http://prowiki.org/wiki4d/wiki.cgi?GSOC_2012_Ideas, ideas page)) and a
resum&eacute;, unless they already have a known track record in
visible projects. Follow the $(LINK2 gsoc2012-template.html,
application template) when putting together your application.)

$(HTMLTAG h3, Application)

$(P To apply as a mentor, please email $(LINK2
http://walterbright.com, Walter) and/or $(LINK2
http://erdani.com/index.php/contact, Andrei).)

$(P Student applications will open on March 26, 2012; refer to the
$(LINK2 http://www.google-melange.com/gsoc/events/google/gsoc2012,
timeline) for details.)
)

Macros:
TITLE=GSoC2012
WIKI=GSoC2012
HTMLTAG=<$1>$+</$1>

0 comments on commit f498b0c

Please sign in to comment.