diff options
author | hardythe1 | 2015-02-11 13:54:38 +0530 |
---|---|---|
committer | hardythe1 | 2015-02-11 13:54:38 +0530 |
commit | 0fb54003ace74146ee0d3aa959c44e03490dbd2e (patch) | |
tree | 86c297d75c6eec4cf82ab6cdd0ab24461cf93311 /tbc/static | |
parent | 6daf05c3da45ec6d86b1e473b60fdf3d9e315a31 (diff) | |
download | Python-TBC-Interface-0fb54003ace74146ee0d3aa959c44e03490dbd2e.tar.gz Python-TBC-Interface-0fb54003ace74146ee0d3aa959c44e03490dbd2e.tar.bz2 Python-TBC-Interface-0fb54003ace74146ee0d3aa959c44e03490dbd2e.zip |
updated how to contribute tab
Diffstat (limited to 'tbc/static')
-rw-r--r-- | tbc/static/templates/how.html | 48 |
1 files changed, 27 insertions, 21 deletions
diff --git a/tbc/static/templates/how.html b/tbc/static/templates/how.html index 8406068..2dcf5c0 100644 --- a/tbc/static/templates/how.html +++ b/tbc/static/templates/how.html @@ -1,21 +1,27 @@ - -<ol> - <li>Contributor selects 3 textbooks and can submit a proposal <a href="http://tbc-python.fossee.in/submit-aicte-proposal/">here</a> in the preferred order.</li> - <ul> - <li>Contributor is requested to visit the website and ensure that the books proposed have not been completed or undertaken by some other contributor. This is to avoid multiple contributors working on the same books. - <ul> - <li>List of <a href="http://tbc-python.fossee.in/completed-books/" target="_blank">Completed Books</a></li> - <li>List of <a href="http://tbc-python.fossee.in/books-under-progress/" target="_blank">Books Under Progress</a></li> - </ul> - </li> - <li>Please make sure that the book proposed has at least 60 examples.</li> - <li><b>Please note that no mentors are allowed under this internship.</b></li> - </ul> - <li>Reviewer will have a look at the proposed books, select an appropriate book and allot to the contributor. At this stage, the contributor will be asked to send sample examples i.e. solved examples from any one chapter as an IPython Notebook. Kindly - refer to the <a href="http://tbc-python.fossee.in/sample-notebook/" target="_blank">Sample IPython Notebook.</a> Sample notebook can be submitted <a href="http://tbc-python.fossee.in/submit-sample/">here</a></li> - <li>Reviewer reviews the sample notebook and if not satisfied, the contributor will be notified to make necessary corrections and send the sample notebook again.</li> - <li>Once the reviewer is satisfied with the sample notebook, he/she will give a consent to the contributor to complete the book in 2 months.</li> - <li>The contributor can submit the codes for entire textbook <a href="http://tbc-python.fossee.in/confirm-book-details/">here</a></li> - <li>The entire submission will then be reviewed and the contributor will be notified about corrections, if required.</li> - <li>The contributor makes the necessary changes and submits codes again through the same link.</li> - <li>The review of the book will typically take approximately 25 working days to finish. Each time the codes are submitted, it will be queued up with other review requests and will result in subsequent delays. When no more corrections are required, the book is termed as completed and the contributor will be notified to fill the <a href="http://tbc-python.fossee.in/internship-forms/" target="_blank">Internship Forms</a></li> +<ul> + <li>You are required to learn Python/IPython</li> + <ol> + <li>You may refer <a href="http://ipython.org/install.html">this link</a> for IPython installation</li> + <li>For learning Python/IPython you may refer the <a href="http://spoken-tutorial.org/tutorial-search/?search_foss=Python&search_language=English">spoken tutorials</a> available. + </ol> + <li>Submit book proposal + <ol> + <li>Log on <a href="http://tbc-python.fossee.in/">here</a>. If you do not have an account, please <a href="http://tbc-python.fossee.in/register/">create a new account</a> by filling all the required details. + <li>Propose your preferred choice of books, using the <a href="http://tbc-python.fossee.in/submit-aicte-proposal/">proposal form</a>. + <li>Ensure that the proposed books are not in <a href="http://tbc-python.fossee.in/completed-books/">Completed Books</a> or <a href="http://tbc-python.fossee.in/books-under-progress/">Books in Progress.</a> + </ol> + <li>Book proposal criteria and sample codes + <ol> + <li>Make sure that the <b>proposed book has at least 60 solved examples</b> which can be coded in Python. + <li><b>Exclude theoretical examples</b> such as derivations or problems which have no scope of computation. + <li>The examples must be intricate with proper usage of libraries and scientific tools and not just calculations. Please have a look at this book. + </ol> + <li>Reviewer will review the proposed books & select the appropriate one. Contributor at this stage will be asked to <a href="http://tbc-python.fossee.in/submit-sample">submit sample IPython notebook</a> i.e. solved examples from any one chapter as an IPython Notebook. Kindly refer to the <a href="http://tbc-python.fossee.in/sample-notebook/" target="_blank">Sample IPython Notebook</a>.</a> Please follow proper naming conventions while uploading the sample notebook. Ex.: Chapter 4: Principles of Steady-State Heat Transfer. + <li>Reviewer will review the sample notebook and if not satisfied, the contributor will be notified to make necessary corrections and send the sample notebook again. + </ol> + <li>Once sample notebook is approved, time period of 2 months will be given to code all the solved examples of the alloted textbook. + <li>Once the contributor finishes coding all the solved examples of the book, the codes can be submitted <a href="http://tbc-python.fossee.in/confirm-book-details">here</a>. Please follow naming conventions while uploading the book. Ex.: Chapter 4: Principles of Steady-State Heat Transfer. + <li>The review of the book will typically take approximately 25 working days to finish & the contributor will be notified if ther are any corrections required. Each time the codes are submitted, it will be queued up with other review requests and will result in subsequent delays. When no more corrections are required, the book is termed as completed and the contributor will be notified to fill the <a herf="http://tbc-python.fossee.in/internship-forms/">Internship Forms</a> + <li>Duly filled internship forms have to be submitted at address mentioned here. Honorarium will be processed only after the forms are received. + + Note: The Submit Book(OLD) is the link for only those contributors who had proposed books earlier through mail and now are uploading for publishing. |