diff options
author | hardythe1 | 2014-02-11 14:51:37 +0530 |
---|---|---|
committer | hardythe1 | 2014-02-11 14:51:37 +0530 |
commit | b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0 (patch) | |
tree | 6bcbac3460a05e8807c83f5684a9903c01bb39a0 /tbc/static/templates/disclaimer.html | |
parent | cd5dab0b2f69ca3f1227485e237af2c1b1056dc8 (diff) | |
download | Python-TBC-Interface-b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0.tar.gz Python-TBC-Interface-b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0.tar.bz2 Python-TBC-Interface-b5794dee437fcd0448dccbcf37fcd2e0c3fd64b0.zip |
adding static pages for about TBC
Diffstat (limited to 'tbc/static/templates/disclaimer.html')
-rw-r--r-- | tbc/static/templates/disclaimer.html | 9 |
1 files changed, 9 insertions, 0 deletions
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 & 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> |