summaryrefslogtreecommitdiff
path: root/tbc/static
diff options
context:
space:
mode:
authorhardythe12014-02-17 16:01:21 +0530
committerhardythe12014-02-17 16:01:21 +0530
commit1f5e407cf06b9a4305a6caa056be9261c6a17228 (patch)
treec82c869d4d54bb03cc321b6a0657b66f7928adf7 /tbc/static
parent1ee18ffe1a565be635a403dedf520380834f17fb (diff)
downloadPython-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/static')
-rw-r--r--tbc/static/templates/contact.html7
-rw-r--r--tbc/static/templates/contactus.html6
-rw-r--r--tbc/static/templates/disclaimer.html4
-rw-r--r--tbc/static/templates/faq.html68
-rw-r--r--tbc/static/templates/faqs.html57
-rw-r--r--tbc/static/templates/goodie.html5
-rw-r--r--tbc/static/templates/goodies.html5
-rw-r--r--tbc/static/templates/guidelines.html21
-rw-r--r--tbc/static/templates/who.html4
9 files changed, 95 insertions, 82 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 &amp; 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 &amp; 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>