summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12014-02-11 14:51:37 +0530
committerhardythe12014-02-11 14:51:37 +0530
commitb5794dee437fcd0448dccbcf37fcd2e0c3fd64b0 (patch)
tree6bcbac3460a05e8807c83f5684a9903c01bb39a0
parentcd5dab0b2f69ca3f1227485e237af2c1b1056dc8 (diff)
downloadPython-TBC-Interface-b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0.tar.gz
Python-TBC-Interface-b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0.tar.bz2
Python-TBC-Interface-b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0.zip
adding static pages for about TBC
-rw-r--r--tbc/static/templates/contact.html7
-rw-r--r--tbc/static/templates/contribute.html20
-rw-r--r--tbc/static/templates/disclaimer.html9
-rw-r--r--tbc/static/templates/faqs.html57
-rw-r--r--tbc/static/templates/goodies.html5
5 files changed, 98 insertions, 0 deletions
diff --git a/tbc/static/templates/contact.html b/tbc/static/templates/contact.html
new file mode 100644
index 0000000..4496400
--- /dev/null
+++ b/tbc/static/templates/contact.html
@@ -0,0 +1,7 @@
+<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/contribute.html b/tbc/static/templates/contribute.html
new file mode 100644
index 0000000..6ed99bc
--- /dev/null
+++ b/tbc/static/templates/contribute.html
@@ -0,0 +1,20 @@
+<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 &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>
diff --git a/tbc/static/templates/disclaimer.html b/tbc/static/templates/disclaimer.html
new file mode 100644
index 0000000..89d099b
--- /dev/null
+++ b/tbc/static/templates/disclaimer.html
@@ -0,0 +1,9 @@
+<ol>
+ <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/faqs.html b/tbc/static/templates/faqs.html
new file mode 100644
index 0000000..b7a2064
--- /dev/null
+++ b/tbc/static/templates/faqs.html
@@ -0,0 +1,57 @@
+<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/goodies.html b/tbc/static/templates/goodies.html
new file mode 100644
index 0000000..aeaf013
--- /dev/null
+++ b/tbc/static/templates/goodies.html
@@ -0,0 +1,5 @@
+<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>