diff options
author | hardythe1 | 2014-08-07 15:08:11 +0530 |
---|---|---|
committer | hardythe1 | 2014-08-07 15:08:11 +0530 |
commit | ed41c6cbb8704f8fc20701c79b592887a0658267 (patch) | |
tree | 223172238d3e1bff05165d086dd2affddf647521 | |
parent | 1a39db86c974b3b5fa6d28594d538ed58a8b5873 (diff) | |
download | Python-TBC-Interface-ed41c6cbb8704f8fc20701c79b592887a0658267.tar.gz Python-TBC-Interface-ed41c6cbb8704f8fc20701c79b592887a0658267.tar.bz2 Python-TBC-Interface-ed41c6cbb8704f8fc20701c79b592887a0658267.zip |
updating list
-rw-r--r-- | tbc/templates/tbc/books_under_progress.html | 11 | ||||
-rw-r--r-- | tbc/templates/tbc/completed_books.html | 1 |
2 files changed, 4 insertions, 8 deletions
diff --git a/tbc/templates/tbc/books_under_progress.html b/tbc/templates/tbc/books_under_progress.html index 357ca65..e008501 100644 --- a/tbc/templates/tbc/books_under_progress.html +++ b/tbc/templates/tbc/books_under_progress.html @@ -7,16 +7,9 @@ <li>Engineering Mechanics-Statistics & Dynamics by Irving H. Shames & Krishna Mohan Rao (4th Edition) <li>Introduction to Fluid Mechanics by Fox & McDonald, Philip J. Pritchard (6th Edition) <li>Fundamentals of Thermodynamics by Borgnakke Claus & Sonntag E. Richard (7th Edition) - <li>Principles of Heat Transfer by Kreith & Bohn (4th Edition) <li>Elements of Mechanical Engineering by K.P. Roy & S.K. Hajra Chaudhry (5th Edition) <li>Introduction to Chemical Engineering Thermodynamics by Gopinath Halder (1st Edition) - <li>Numerical methods using C by E. Balagurusamy (1st Edition) - <li>Basic Electrical Engineering by Debashisha Jena(1st Edition) - <li>A textbook of Fluid Mechanics and Hydraulic machines by R. K. Bansal(9th Edition) - <li>Data Structures using C++ by D. S. Malik(2nd Edition) - <li>Data Structures with C by Seymour Lipschutz(1st Edition) <li>Computer Programming in C by V. Rajaram(EE Edition) - <li>Fluid power with applications by Anthony Asposito(1st Edition) <li>Advanced C programming by A. P. Godse & D. A. Godse(1st Edition) <li>Radar Engineering and Fundamentals of Navigational Aida by G. S. N. Raju(1st Edition) <li>Principles of Electronics by V. K. Mehta and Rohit Mehta(11th Edition) @@ -80,4 +73,8 @@ <li>Thermodynamics by Obert (3rd edition) <li>Heat Transfer: Principles And Applications by B. K. Dutta (1st edition) <li>Engineering physics by H. K. Malik & A. singh + <li>Mastering C by K R Venugopal & S R Prasad (1st Edition) + <li>Thermodynamics for chemists by Glasstone & Samuel (8th edition) + <li>Thermodynamics by B. l. Singhal (3rd edition) + <li>Numerical Methods : With Programs in C (2nd Edition) {% endblock %} diff --git a/tbc/templates/tbc/completed_books.html b/tbc/templates/tbc/completed_books.html index f7382f1..054302f 100644 --- a/tbc/templates/tbc/completed_books.html +++ b/tbc/templates/tbc/completed_books.html @@ -47,7 +47,6 @@ function submitCategory() <li>Introduction to Flight by J.D. Anderson (6th Edition) <li>Electronic Communication Systems by George Kennedy, Bernard Davis & S.R.M Prasanna (5th Edition) <li>Elementary Principles of Chemical Processes by Richard M. Felder, Ronald W. Rosseau (3rd Edition) - <li>Elements of Practical Aerodynamics by Bradley Jones (4th Edition) <li>Modern Compressible Flow with Historical Perspective by John D. Anderson (2nd Edition) <li>The C Book by Mike Banahan, Declan Brady & Mark Doran (2nd Edition) <li>Modern Physics by Serway, Moses, Moyer (3rd Edition) |