summaryrefslogtreecommitdiff
path: root/tbc/templates
diff options
context:
space:
mode:
authorhardythe12014-02-17 14:26:10 +0530
committerhardythe12014-02-17 14:26:10 +0530
commit1ee18ffe1a565be635a403dedf520380834f17fb (patch)
tree4e0432ffb6bfcc1e924f76b6f3fc3b1dd3a1b6ce /tbc/templates
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/templates')
-rw-r--r--tbc/templates/tbc/about-pytbc.html71
1 files changed, 44 insertions, 27 deletions
diff --git a/tbc/templates/tbc/about-pytbc.html b/tbc/templates/tbc/about-pytbc.html
index 0176d26..3d670fe 100644
--- a/tbc/templates/tbc/about-pytbc.html
+++ b/tbc/templates/tbc/about-pytbc.html
@@ -5,10 +5,18 @@
<script src="http://code.jquery.com/jquery-1.4.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
- $("#contribute").click(function(){
- $('#details').load('{% static "templates/contribute.html" %}');
+ $("#who").click(function(){
+ $('#details').load('{% static "templates/who.html" %}');
+ });
+
+ $("#how").click(function(){
+ $('#details').load('{% static "templates/how.html" %}');
});
-
+
+ $("#guidelines").click(function(){
+ $('#details').load('{% static "templates/guidelines.html" %}');
+ });
+
$("#goodies").click(function(){
$('#details').load('{% static "templates/goodies.html" %}');
});
@@ -32,7 +40,9 @@
<div class="well span3" style="width:18%;margin-left:5px;">
<div class="nav nav-list">
<ul>
- <li><a id="contribute" href="#"><strong>How do I Contribute?</strong></a></li>
+ <li><a id="who" href="#"><strong>Who can contribute ?</strong></a></li>
+ <li><a id="how" href="#"><strong>How to contribute ?</strong></a></li>
+ <li><a id="guidelines" href="#"><strong>Guidelines for Coding</strong></a></li>
<li><a id="goodies" href="#"><strong>Goodies</strong></a></li>
<li><a id="disclaimer" href="#"><strong>Disclaimer</strong></a></li>
<li><a id="faqs" href="#"><strong>FAQs</strong></a></li>
@@ -40,29 +50,36 @@
</ul>
</div>
</div>
-<div class="well span9" id="details" style="float:right;width:74%;margin-left:5px;">
- <h4>Stage 1</h4>
- <ul>
- <li>Anyone can contribute to the project.</li>
- <li>Contributor should visit the website to check the books that have already been selected by others and send proposals. This is to avoid multiple contributors working on same books
- <li>Contributor selects 3 appropriate textbooks and submits a proposal through mail
- <li>Reviewer will have a look at the proposed books, will select an appropriate book and allot to the contributor
- <li>Contributor will be notified to send sample codes for the allotted book (around 10 examples from random chapters) in form of IPython Notebook</li>
- <li><a href="http://nbviewer.IPython.org/url/tbc-python.fossee.in{% static 'uploads/' %}Sample.ipynb" target="_blank">Sample IPython Notebook</a> for your reference (see additional links for more details on IPython Notebook)</li>
- <li>Contributor sends the required solved examples (sample code) as mentioned earlier in form of IPython Notebook
- <li>Reviewer reviews the pilot examples and gives consent for further work
- <li>Contributor is provided a time period of 2 months to code all the solved examples of allotted book once the pilot examples are approved
- </ul>
- <hr>
- <h4>Stage 2</h4>
- <ul>
- <li>Contributor is required to update the progress of the work if the reviewer request</li>
- <li>As soon as the contributor completes coding all the solved examples of the book, the final code should be submitted</li>
- <li>Note: each chapter of the textbook should be a separate IPython Notebook</li>
- <li>Thorough review will be done whenever content is submited &amp; the contributor will be notified for any changes, if required</li>
- <li>On completion of the entire book, the contributor will be notified for further proceedings</li>
- </ul>
+<div class="well span9" id="details" style="float:right;width:74%;margin-left:5px;min-height:150px;">
+ <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>
</div>
-
</div>
{% endblock %}