summaryrefslogtreecommitdiff
path: root/tbc/static/templates/how.html
diff options
context:
space:
mode:
authorhardythe12014-02-17 14:26:10 +0530
committerhardythe12014-02-17 14:26:10 +0530
commit1ee18ffe1a565be635a403dedf520380834f17fb (patch)
tree4e0432ffb6bfcc1e924f76b6f3fc3b1dd3a1b6ce /tbc/static/templates/how.html
parent31fcbed913904e9331e21c55ff2dc9ca80831537 (diff)
downloadPython-TBC-Interface-1ee18ffe1a565be635a403dedf520380834f17fb.tar.gz
Python-TBC-Interface-1ee18ffe1a565be635a403dedf520380834f17fb.tar.bz2
Python-TBC-Interface-1ee18ffe1a565be635a403dedf520380834f17fb.zip
changing About TBC according to the new write up
Diffstat (limited to 'tbc/static/templates/how.html')
-rw-r--r--tbc/static/templates/how.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/tbc/static/templates/how.html b/tbc/static/templates/how.html
new file mode 100644
index 0000000..9e948f2
--- /dev/null
+++ b/tbc/static/templates/how.html
@@ -0,0 +1,29 @@
+<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 website 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. </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>