diff options
author | hardythe1 | 2014-02-17 14:26:10 +0530 |
---|---|---|
committer | hardythe1 | 2014-02-17 14:26:10 +0530 |
commit | 1ee18ffe1a565be635a403dedf520380834f17fb (patch) | |
tree | 4e0432ffb6bfcc1e924f76b6f3fc3b1dd3a1b6ce /tbc/static | |
parent | 31fcbed913904e9331e21c55ff2dc9ca80831537 (diff) | |
download | Python-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')
-rw-r--r-- | tbc/static/templates/contribute.html | 20 | ||||
-rw-r--r-- | tbc/static/templates/guidelines.html | 12 | ||||
-rw-r--r-- | tbc/static/templates/how.html | 29 | ||||
-rw-r--r-- | tbc/static/templates/who.html | 8 |
4 files changed, 49 insertions, 20 deletions
diff --git a/tbc/static/templates/contribute.html b/tbc/static/templates/contribute.html deleted file mode 100644 index 6ed99bc..0000000 --- a/tbc/static/templates/contribute.html +++ /dev/null @@ -1,20 +0,0 @@ -<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> -<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 & 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> diff --git a/tbc/static/templates/guidelines.html b/tbc/static/templates/guidelines.html new file mode 100644 index 0000000..5b97bf1 --- /dev/null +++ b/tbc/static/templates/guidelines.html @@ -0,0 +1,12 @@ +<ul> + <li>Strictly use Python 2.7.X version for coding + <li>IPython Notebook version 1.1.0 should be used (which supports user input) + <li>Each chapter should be an individual IPython Notebook + <li>Do not copy problem statement from the Textbook in the code (write it in your own words) + <li>Round-off the final answers according to the textbook + <li>Do not use reference Figures/Diagrams given in the book anywhere in your code. All the outputs must be displayed in appropriate format (along with units mentioned) + <li>Appropriate comments should be put, which will make the code easily understandable. The comments should help in highlighting the flow of logic being used. For example, the equation like R = V/I can have comment as "Ohm's Law" along with it. + <li>All the plots must be named and have appropriate labels on its axes + <li>The symbols used in the code should be same as those being used in the textbook + <li>Check for using correct formulae while using in-built functions. (For example, the angles must be converted to degree (or radians) before calculating the sine or cosine etc.) +</ul> 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> diff --git a/tbc/static/templates/who.html b/tbc/static/templates/who.html new file mode 100644 index 0000000..60897ea --- /dev/null +++ b/tbc/static/templates/who.html @@ -0,0 +1,8 @@ +<p> + Who can contribute ? + <p>Anyone can contribute !</p> + <ul> + <li>Students from Engineering and other Technical colleges</li> + <li>Others - Corporates, Lecturers, Professors and Freelancers</li> + </ul> +</p> |