12345678910111213141516171819202122232425 |
- <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Asciidoctor 1.5.4"><meta name="keywords" content="gsoc"><title>Application Template</title><link rel="stylesheet" href="./asciidoctor.css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="./coderay-asciidoctor.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css"></head><body class="article toc2 toc-left"><div id="header"><div id="toolbar"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/src/docs/asciidoc/gsoc/application.adoc"><i class="fa fa-pencil-square" aria-hidden="true"></i></a><a href="https://github.com/jMonkeyEngine/wiki/new/master/src/docs/asciidoc/gsoc/"><i class="fa fa-plus-square" aria-hidden="true"></i></a><input dir="auto" style="position: relative; vertical-align: top;" spellcheck="false" autocomplete="off" class="searchbox__input aa-input" id="doc-search" name="search" placeholder="Search in the doc" required="required" type="search"></div><h1>Application Template</h1><div class="details"><span class="author" id="author"></span><br><span id="revnumber">version ,</span> <span id="revdate">2016/03/17 20:48</span></div><div id="toc" class="toc2"><div id="toctitle">Table of Contents</div><ul class="sectlevel1"><li><a href="#name">Name</a></li><li><a href="#email-irc-www">Email / IRC / WWW</a></li><li><a href="#synopsis">Synopsis</a></li><li><a href="#benefits-to-jme">Benefits to jME</a></li><li><a href="#deliverables">Deliverables</a></li><li><a href="#project-details">Project Details</a></li><li><a href="#project-schedule">Project Schedule</a></li><li><a href="#bio">Bio</a></li></ul></div></div><div id="content"><div id="preamble"><div class="sectionbody"><div class="paragraph"><p>(Courtesy of Blender.org; <a href="http://wiki.blender.org/index.php/Dev:Ref/GSoC/2010/Application_Template">http://wiki.blender.org/index.php/Dev:Ref/GSoC/2010/Application_Template</a>)</p></div></div></div>
- <div class="sect1"><h2 id="name">Name</h2><div class="sectionbody"><div class="paragraph"><p>Please provide your full name.</p></div></div></div>
- <div class="sect1"><h2 id="email-irc-www">Email / IRC / WWW</h2><div class="sectionbody"><div class="paragraph"><p>Where can we contact you? If you frequent our <abbr title="Internet Relay Chat">IRC</abbr> channel (#jme on irc.freenode.net) please let us know what your nick is. If you have a web page you’d like us to know about, please include it.</p></div></div></div>
- <div class="sect1"><h2 id="synopsis">Synopsis</h2><div class="sectionbody"><div class="paragraph"><p>A short description of your planned SoC project</p></div></div></div>
- <div class="sect1"><h2 id="benefits-to-jme">Benefits to jME</h2><div class="sectionbody"><div class="paragraph"><p>Describe how your project will benefit jME. Will it enhance some graphics functionality? Lower the entry barrier? Simplify a common procedure?</p></div></div></div>
- <div class="sect1"><h2 id="deliverables">Deliverables</h2><div class="sectionbody"><div class="paragraph"><p>Provide a user-level summary of the final output or results of your project. How does it integrate in jME, and how does it cooperate with the rest of jME’s features? Note that end-user documentation should be one of the deliverables as well.</p></div></div></div>
- <div class="sect1"><h2 id="project-details">Project Details</h2><div class="sectionbody"><div class="paragraph"><p>A more detailed description.</p></div></div></div>
- <div class="sect1"><h2 id="project-schedule">Project Schedule</h2><div class="sectionbody"><div class="paragraph"><p>How long will the project take? When can you begin work?
- Include an estimated timeline of the project with mini-milestones
- Please also note any vacation time you expect to take during the project period.
- Do you have any possible school or work conflicts with your schedule?</p></div></div></div>
- <div class="sect1"><h2 id="bio">Bio</h2><div class="sectionbody"><div class="paragraph"><p>Who are you, what are you studying (and where), and what activities do you enjoy? What is your experience using jME or other computer graphics programs? What (3D) code development projects have you realized? What makes you the best person to work on this project? If you have any history contributing to jME or otherwise advocating the project, please describe your efforts.</p></div>
- <div class="paragraph"><p>+</p></div>
- <div class="paragraph"><p>+
- Send your application to <a href="mailto:contact@jmonkeyengine.com">contact@jmonkeyengine.com</a></p></div>
- <div class="paragraph"><p>+</p></div>
- <div class="paragraph"><p>+
- <em>Thank you for applying!</em></p></div></div></div></div><div id="footer"><div id="footer-text">Version <br>Last updated 2016-07-22 07:15:15 UTC</div></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script><script>docsearch({
- apiKey: 'a736b6d93de805e26ec2f49b55013fbd',
- indexName: 'jmonkeyengine',
- inputSelector: '#doc-search',
- debug: false // Set debug to true if you want to inspect the dropdown
- });</script></body></html>
|