From b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0 Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Tue, 11 Feb 2014 14:51:37 +0530
Subject: adding static pages for about TBC
---
tbc/static/templates/contact.html | 7 +++++
tbc/static/templates/contribute.html | 20 +++++++++++++
tbc/static/templates/disclaimer.html | 9 ++++++
tbc/static/templates/faqs.html | 57 ++++++++++++++++++++++++++++++++++++
tbc/static/templates/goodies.html | 5 ++++
5 files changed, 98 insertions(+)
create mode 100644 tbc/static/templates/contact.html
create mode 100644 tbc/static/templates/contribute.html
create mode 100644 tbc/static/templates/disclaimer.html
create mode 100644 tbc/static/templates/faqs.html
create mode 100644 tbc/static/templates/goodies.html
(limited to 'tbc/static/templates')
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 @@
+
+ For any queries or assistance you my require, feel free to contact us through below given mediums.
+
+ - Mail - textbook[at]fossee[dot]in
+ - Contact No.: 022-25764133
+
+
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 @@
+Stage 1
+
+ - Anyone can contribute to the project.
+ - 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
+
- Contributor selects 3 appropriate textbooks and submits a proposal through mail
+
- Reviewer will have a look at the proposed books, will select an appropriate book and allot to the contributor
+
- Contributor will be notified to send sample codes for the allotted book (around 10 examples from random chapters) in form of IPython Notebook
+ - Sample IPython Notebook for your reference (see additional links for more details on IPython Notebook)
+ - Contributor sends the required solved examples (sample code) as mentioned earlier in form of IPython Notebook
+
- Reviewer reviews the pilot examples and gives consent for further work
+
- Contributor is provided a time period of 2 months to code all the solved examples of allotted book once the pilot examples are approved
+
+Stage 2
+
+ - Contributor is required to update the progress of the work if the reviewer request
+ - As soon as the contributor completes coding all the solved examples of the book, the final code should be submitted
+ - Note: each chapter of the textbook should be a separate IPython Notebook
+ - Thorough review will be done whenever content is submited & the contributor will be notified for any changes, if required
+ - On completion of the entire book, the contributor will be notified for further proceedings
+
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 @@
+
+ - A minimum of 60 solved examples are required to receive the full honorarium of Rs. 10000
+ - However, if the book has more than 60 examples, the contributor has to complete the whole book
+ - For books having less than 60 examples, honorarium will be provided at Principal Investigator's discretion
+ - Exceptional contributions will be rewarded at Principal Investigator's discretion
+ - Only after the whole books is called as "Complete" by reviewer, payment & certificate shall be provided
+ - This work is not meant to count for any academic credit and is totally out of the scope of your curriculum
+ - All the code generated (and other content on the site), is licensed under Creative Commons Attribution-ShareAlike 2.5 India (CC BY-SA 2.5)
+
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 @@
+
+
+
+
-
+ What is the last date to finish my textbook?
+
Ans: Time duration shall be provided by the reviewer.
+
+
+
+
-
+ If I am unable to finish within the time frame, can I continue ?
+
Ans: In such cases, you are required to contact the reviewer as early as possible.
+
+
+
+
-
+ Is this only for Computer Science students and their textbooks?
+
Ans: No! Any course that needs computational tasks to be performed, is under our purview.
+
+
+
+
-
+ I want to convert only a few chapters. Is that OK?
+
Ans: No, a contributor has to finish the entire textbook alloted to him/her.
+
+
+
+
-
+ I have no idea of any of the opensource tools mentioned. Is that OK?
+
Ans: 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.
+
+
+
+
-
+ Can I take a textbook from another department?
+
Ans: Yes, surely you can.
+
+
+
+
-
+ I am a freshman. Can I be a part of this?
+
Ans: Yeah! The earlier you get hold of these tools the better.
+
+
+
+
-
+ Which textbooks do we need to code?
+
Ans: Any book that needs computational tasks.
+
+
+
+
- Can I use C/C++ or Java?
+
Ans: No, this activity strictly aims to promote use of Python.
+
+
+
+
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 @@
+
+ - Honorarium of Rs. 10000 on successful completion of a book to the student (read disclaimer)
+
- An IIT Bombay certificate
+
- More than anything else, the satisfaction that you are making the world a little bit better!
+
--
cgit