blob: c5794b04d0a08a6ef0a98a96bd5e2a43c81d5110 (
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
|
<h4>How to contribute ?</h4>
<ol>
<li>Contributor selects 3 textbooks and sends proposal through mail to <strong>textbook[at]fossee[dot]in</strong> in the preferred order.</li>
<ul>
<li>Contributor is requested to visit the following mentioned links and ensure that the
books proposed have not been completed or undertaken by some other contributor.
This is to avoid multiple contributors working on the same books. <br>
<i>Links:</i>
<a href="http://fosseeapps.in/pytask/ConvertedTextBooks/" target="_blank">Completed books</a>,
<a href="http://fosseeapps.in/pytask/booksUnderProgress/" target="_blank">Books under progress</a>
</li>
<li>Please make sure that the book proposed has at least 60 examples. </li>
<li>The Edition and the ISBN number of all the textbooks should also be mentioned.</li>
</ul>
<li>This mail should carry information about the Contributor. Details should be mentioned as under: </li>
<ul>
<li>For Students</li>
<ul>
<li>Full name of the student</li>
<li>Course name</li>
</ul>
<li>For Others</li>
<ul>
<li>Full name of the Individual</li>
<li>Designation</li>
<li>Organization name</li>
</ul>
</ul>
<li> Reviewer will have a look at the proposed books, select an appropriate book and allot to the contributor. At this stage, the contributor will be asked to send sample examples (through mail) i.e. solved examples from any one chapter as an IPython Notebook.
Kindly refer to the <a href="http://nbviewer.IPython.org/url/tbc-python.fossee.in{% static 'uploads/' %}Sample.ipynb" target="_blank">Sample IPython Notebook</a></li>
<li>Reviewer reviews the sample notebook and if not satisfied, the contributor will be notified to make necessary corrections and send the sample notebook again.</li>
<li>Once the reviewer is satisfied with the sample notebook, he/she will give a consent to the contributor to complete the book in 2 months.</li>
<li>The contributor has to submit the codes on the interface through <a href="{% url 'tbc:SubmitBook' %}">Submit Book</a> link when he/she finishes coding the book.</li>
<li>The entire submission will then be reviewed and the contributor will be notified about corrections, if required. The review of the book will typically take approximately 25 working days to finish. Each time the codes are submitted, it will be queued up with other review requests and will result in subsequent delays. When no more corrections are required, the book is termed as completed and the contributor will be notified to fill the <a href="{% url 'tbc:InternshipForms' %}">Internship Forms</a>
</ol>
|