diff options
author | hardythe1 | 2014-02-17 16:01:21 +0530 |
---|---|---|
committer | hardythe1 | 2014-02-17 16:01:21 +0530 |
commit | 1f5e407cf06b9a4305a6caa056be9261c6a17228 (patch) | |
tree | c82c869d4d54bb03cc321b6a0657b66f7928adf7 /tbc | |
parent | 1ee18ffe1a565be635a403dedf520380834f17fb (diff) | |
download | Python-TBC-Interface-1f5e407cf06b9a4305a6caa056be9261c6a17228.tar.gz Python-TBC-Interface-1f5e407cf06b9a4305a6caa056be9261c6a17228.tar.bz2 Python-TBC-Interface-1f5e407cf06b9a4305a6caa056be9261c6a17228.zip |
editing about python tbc static pages
Diffstat (limited to 'tbc')
-rw-r--r-- | tbc/static/templates/contact.html | 7 | ||||
-rw-r--r-- | tbc/static/templates/contactus.html | 6 | ||||
-rw-r--r-- | tbc/static/templates/disclaimer.html | 4 | ||||
-rw-r--r-- | tbc/static/templates/faq.html | 68 | ||||
-rw-r--r-- | tbc/static/templates/faqs.html | 57 | ||||
-rw-r--r-- | tbc/static/templates/goodie.html | 5 | ||||
-rw-r--r-- | tbc/static/templates/goodies.html | 5 | ||||
-rw-r--r-- | tbc/static/templates/guidelines.html | 21 | ||||
-rw-r--r-- | tbc/static/templates/who.html | 4 | ||||
-rw-r--r-- | tbc/templates/tbc/about-pytbc.html | 44 |
10 files changed, 107 insertions, 114 deletions
diff --git a/tbc/static/templates/contact.html b/tbc/static/templates/contact.html deleted file mode 100644 index 4496400..0000000 --- a/tbc/static/templates/contact.html +++ /dev/null @@ -1,7 +0,0 @@ -<p> - For any queries or assistance you my require, feel free to contact us through below given mediums. - <ul> - <li>Mail - textbook[at]fossee[dot]in</li> - <li>Contact No.: 022-25764133</li> - </ul> -</p> diff --git a/tbc/static/templates/contactus.html b/tbc/static/templates/contactus.html new file mode 100644 index 0000000..29db6e9 --- /dev/null +++ b/tbc/static/templates/contactus.html @@ -0,0 +1,6 @@ +<h4>Contact Us</h4> +<p>For any queries or assistance you my require, feel free to contact us through below given mediums.</p> +<ul> + <li>Mail - textbook[at]fossee[dot]in</li> + <li>Contact No.: 022-25764133</li> +</ul> diff --git a/tbc/static/templates/disclaimer.html b/tbc/static/templates/disclaimer.html index 89d099b..67883d4 100644 --- a/tbc/static/templates/disclaimer.html +++ b/tbc/static/templates/disclaimer.html @@ -1,9 +1,11 @@ +<h4>Disclaimer</h4> <ol> + <li>Contributor should strictly follow the coding guidelines. Code that violates the guidelines & if found violating the copyrights shall not be accepted.</li> + <li>Only after the whole books is called as "Complete" by reviewer, honorarium & certificate shall be provided</li> <li>A minimum of 60 solved examples are required to receive the full honorarium of Rs. 10000</li> <li>However, if the book has more than 60 examples, the contributor has to complete the whole book</li> <li>For books having less than 60 examples, honorarium will be provided at Principal Investigator's discretion</li> <li>Exceptional contributions will be rewarded at Principal Investigator's discretion</li> - <li>Only after the whole books is called as "Complete" by reviewer, payment & certificate shall be provided</li> <li>This work is not meant to count for any academic credit and is totally out of the scope of your curriculum</li> <li>All the code generated (and other content on the site), is licensed under <a href="http://creativecommons.org/licenses/by-sa/2.5/in/deed.en" target="_blank"> Creative Commons Attribution-ShareAlike 2.5 India (CC BY-SA 2.5)</a></li> </ol> diff --git a/tbc/static/templates/faq.html b/tbc/static/templates/faq.html new file mode 100644 index 0000000..d3f5c32 --- /dev/null +++ b/tbc/static/templates/faq.html @@ -0,0 +1,68 @@ +<h4>Frequently Asked Questions</h4> +<p> + <ul> + <p> + <li> + What kind of books should not be proposed ? + <br><b>Ans: </b>Textbooks on Algorithms. Textbooks that majorly have theorem/proof type problems, school level/junior college textbooks, competitive exam books should not be proposed. + <br> + </li> + </p> + <p> + <li> + If I am unable to finish within the time frame, can I continue ? + <br><b>Ans: </b>In such cases, you are required to contact the reviewer as early as possible.<br> + </li> + </p> + <p> + <li> + Is this only for Computer Science students and their textbooks? + <br><b>Ans: </b>No! Any course that needs computational tasks to be performed, is under our purview.<br> + </li> + </p> + <p> + <li> + I have no idea about Python? What should i do? + <br><b>Ans: </b>You may visit <a href="http://python.fossee.in/spoken-tutorials/" target=_blank>this link</a>. Learning resources in the form of Spoken Tutorials are available for free usage.<br> + </li> + </p> + <p> + <li> + I am a freshman. Can I be a part of this? + <br><b>Ans: </b>Yes! The earlier you get hold of these tools, the better.<br> + </li> + </p> + <p> + <li> + Which textbooks do we need to code? + <br><b>Ans: </b>Any book that needs computational tasks.<br> + </li> + </p> + <p> + <li>Can the internship be cancelled once it is allotted ? + <br><b>Ans: </b>Yes. Refusal to meet the deadline and no response to reminder mails will result in cancellation of Internship. No partial payment will be made in such cases.<br> + </li> + </p> + <p> + <li>Can I work on more than one book simultaneously? + <br><b>Ans: </b>No, a student cannot work on more than one book at the same time. Please note that working on 2 or more books simultaneously can result in rejection of either/both of the books. +<br> + </li> + </p> + <p> + <li>Can I refer to some codes as reference? + <br><b>Ans: </b>Yes, the codes for completed books under TBC activity are available for free downloading . The codes can be referred if needed. + </li> + </p> + <p> + <li>Can I use some other computing package ? + <br><b>Ans: </b>No proprietary packages should be used for creating TBC.<br> + </li> + </p> + <p> + <li>What about intellectual rights of the TBC? + <br><b>Ans: </b>The copyrights for TBC will be handed to FOSSEE Project. The name of creator of TBC will be published along with the IPython Notebook. The Textbook Companions will be available for free downloading on the website.<br> + </li> + </p> + </ul> + </p> diff --git a/tbc/static/templates/faqs.html b/tbc/static/templates/faqs.html deleted file mode 100644 index b7a2064..0000000 --- a/tbc/static/templates/faqs.html +++ /dev/null @@ -1,57 +0,0 @@ -<p> - <ul> - <p> - <li> - What is the last date to finish my textbook? - <br><b>Ans: </b>Time duration shall be provided by the reviewer.<br> - </li> - </p> - <p> - <li> - If I am unable to finish within the time frame, can I continue ? - <br><b>Ans: </b>In such cases, you are required to contact the reviewer as early as possible. <br> - </li> - </p> - <p> - <li> - Is this only for Computer Science students and their textbooks? - <br><b>Ans: </b>No! Any course that needs computational tasks to be performed, is under our purview.<br> - </li> - </p> - <p> - <li> - I want to convert only a few chapters. Is that OK? - <br><b>Ans: </b>No, a contributor has to finish the entire textbook alloted to him/her.<br> - </li> - </p> - <p> - <li> - I have no idea of any of the opensource tools mentioned. Is that OK? - <br><b>Ans: </b>Absolutely, the whole idea is to spread the goodness of these tools. You can pick up the basics during an initial workshop and learn more as you go along.<br> - </li> - </p> - <p> - <li> - Can I take a textbook from another department? - <br><b>Ans: </b>Yes, surely you can.<br> - </li> - </p> - <p> - <li> - I am a freshman. Can I be a part of this? - <br><b>Ans: </b>Yeah! The earlier you get hold of these tools the better.<br> - </li> - </p> - <p> - <li> - Which textbooks do we need to code? - <br><b>Ans: </b>Any book that needs computational tasks.<br> - </li> - </p> - <p> - <li>Can I use C/C++ or Java? - <br><b>Ans: </b>No, this activity strictly aims to promote use of Python.<br> - </li> - </p> - </ul> - </p> diff --git a/tbc/static/templates/goodie.html b/tbc/static/templates/goodie.html new file mode 100644 index 0000000..f2e198a --- /dev/null +++ b/tbc/static/templates/goodie.html @@ -0,0 +1,5 @@ +<h4>Honorarium & Certification</h4> +<ul> + <li>Honorarium of Rs. 10000 on successful completion of a book to the student (read disclaimer)</li> + <li>An IIT Bombay certificate</li> +</ul> diff --git a/tbc/static/templates/goodies.html b/tbc/static/templates/goodies.html deleted file mode 100644 index aeaf013..0000000 --- a/tbc/static/templates/goodies.html +++ /dev/null @@ -1,5 +0,0 @@ -<ul> - <li>Honorarium of Rs. 10000 on successful completion of a book to the student (read disclaimer) - <li>An IIT Bombay certificate - <li>More than anything else, the satisfaction that you are making the world a little bit better! -</ul> diff --git a/tbc/static/templates/guidelines.html b/tbc/static/templates/guidelines.html index 5b97bf1..90047fe 100644 --- a/tbc/static/templates/guidelines.html +++ b/tbc/static/templates/guidelines.html @@ -1,12 +1,13 @@ +<h4>Guidelines for Coding</h4> <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.) + <li>Strictly use Python 2.7.X version for coding</li> + <li>IPython Notebook version 1.1.0 should be used (which supports user input)</li> + <li>Each chapter should be an individual IPython Notebook</li> + <li>Do not copy problem statement from the Textbook in the code (write it in your own words)</li> + <li>Round-off the final answers according to the textbook</li> + <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> + <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> + <li>All the plots must be named and have appropriate labels on its axes</li> + <li>The symbols used in the code should be same as those being used in the textbook</li> + <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.)</li> </ul> diff --git a/tbc/static/templates/who.html b/tbc/static/templates/who.html index 60897ea..1ef7520 100644 --- a/tbc/static/templates/who.html +++ b/tbc/static/templates/who.html @@ -1,6 +1,6 @@ +<h4>Who can contribute ?</h4> <p> - Who can contribute ? - <p>Anyone can contribute !</p> + Anyone can contribute ! <ul> <li>Students from Engineering and other Technical colleges</li> <li>Others - Corporates, Lecturers, Professors and Freelancers</li> diff --git a/tbc/templates/tbc/about-pytbc.html b/tbc/templates/tbc/about-pytbc.html index 3d670fe..9ac9a1e 100644 --- a/tbc/templates/tbc/about-pytbc.html +++ b/tbc/templates/tbc/about-pytbc.html @@ -18,7 +18,7 @@ }); $("#goodies").click(function(){ - $('#details').load('{% static "templates/goodies.html" %}'); + $('#details').load('{% static "templates/goodie.html" %}'); }); $("#disclaimer").click(function(){ @@ -26,11 +26,11 @@ }); $("#faqs").click(function(){ - $('#details').load('{% static "templates/faqs.html" %}'); + $('#details').load('{% static "templates/faq.html" %}'); }); $("#contact").click(function(){ - $('#details').load('{% static "templates/contact.html" %}'); + $('#details').load('{% static "templates/contactus.html" %}'); }); }); </script> @@ -51,35 +51,15 @@ </div> </div> <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> + <h4>Python Textbook Companion Activity</h4> + <p> + The Textbook Companion activity aims to create a repository of reference material for Python by coding solved examples of standard engineering textbooks using Python. + This activity intends to - + <ol> + <li>Make individuals learn Python through a practical approach</li> + <li>Provide a huge database of Companions as a learning resource</li> + </ol> + </p> </div> </div> {% endblock %} |