diff options
author | mahesh | 2016-04-01 02:07:50 +0530 |
---|---|---|
committer | mahesh | 2016-04-01 02:07:50 +0530 |
commit | 6121eb13b8f1167eca44db61951354237ed41f8d (patch) | |
tree | 90df4bdbcff3785fd57c051b400bf0f0adbdd6af /tbc/static/templates/disclaimer.html | |
parent | 33ed7c1e2d874fbbe4131a17cc65da00a4007f0a (diff) | |
parent | 8876df52d088a1de0ea769a46b82ad6fb0682a80 (diff) | |
download | Python-TBC-Interface-6121eb13b8f1167eca44db61951354237ed41f8d.tar.gz Python-TBC-Interface-6121eb13b8f1167eca44db61951354237ed41f8d.tar.bz2 Python-TBC-Interface-6121eb13b8f1167eca44db61951354237ed41f8d.zip |
Merge https://github.com/maheshgudi/Python-TBC-Interface
Diffstat (limited to 'tbc/static/templates/disclaimer.html')
-rw-r--r-- | tbc/static/templates/disclaimer.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tbc/static/templates/disclaimer.html b/tbc/static/templates/disclaimer.html new file mode 100644 index 0000000..852960b --- /dev/null +++ b/tbc/static/templates/disclaimer.html @@ -0,0 +1,13 @@ +<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>Honororaium of Rs. 10000 will be provided for 60 to 200 examples</li> + <li>If the book has more than 200 examples, honorarium will be provided at Principal Investigator's discretion</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>This work is not meant to count for any academic credit and is totally out of the scope of any 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> |