diff options
author | Trupti Rajesh Kini | 2016-06-07 11:29:20 +0530 |
---|---|---|
committer | Trupti Rajesh Kini | 2016-06-07 11:29:20 +0530 |
commit | 886dfdd0ccdd6066464d592f62edaa92cca68b50 (patch) | |
tree | af239878f3b1951841557242720e7927f50624de | |
parent | 31ae0c5926bcc137271c01853739fa49d3d3feb7 (diff) | |
download | Python-TBC-Interface-886dfdd0ccdd6066464d592f62edaa92cca68b50.tar.gz Python-TBC-Interface-886dfdd0ccdd6066464d592f62edaa92cca68b50.tar.bz2 Python-TBC-Interface-886dfdd0ccdd6066464d592f62edaa92cca68b50.zip |
Removed hardcoded list
-rw-r--r-- | tbc/templates/tbc/completed_books.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/tbc/templates/tbc/completed_books.html b/tbc/templates/tbc/completed_books.html index 44acdc9..1ff181c 100644 --- a/tbc/templates/tbc/completed_books.html +++ b/tbc/templates/tbc/completed_books.html @@ -47,45 +47,6 @@ function submitCategory() </tr> {% endfor %} </table> - - <hr> - <center><strong><p>Due to some technical problems on the server, the following books are completed but not listed on the interface.</p></strong></center> - <ul> - <li>Elements Of Practical Aerodynamics by Bradley Jones, John Wiley & Sons - 4th edition - <li>Fluid Mechanics For Chemical Engineers by N. D. Nevers - <li>Fundamentals Of Electronic Devices by J. B. Gupta, 1st Edition - <li>Heat Transfer by K. A. Gavhane, 10th Edition - <li>Power Electronics: Principles & Applications by J. M. Jacob - <li>Principles of Data structures using C and C++ by Vinu V Das - <li>Stoichiometry by B. I. Bhatt And S. B. Thakore, 5th edition - <li>Thermodynamics BY K. M. Gupta, 1st edition - <li>Heat Transfer: Principles And Applications by B. K. Dutta, 1st edition- - <li>Thermodynamics for chemists by Glasstone & Samuel, 8th edition - <li>Satellite Communications by D. C. Aggarwal, 1st edition - <li>Thermal Engineering by A. V. Arasu, 1st edition - <li>Material Science by S. L. Kakani and A. Kakani, 1st edition - <li>Introduction to Thermal Systems Engineering: Thermodynamics, Fluid Mechanics, and Heat Transfer by Moran, Shapiro, Munson, Dewitt - </ul> - <center><strong><p>Following completed books are in ".py" format & are to be converted to IPython notebooks. Will be made available soon.</p></strong></center> - <ol> - <li>Introduction to Probability Models, Sixth Edition - Sheldon M. Ross - <li>Introduction to Flight by J.D. Anderson (6th Edition) - <li>Modern Compressible Flow with Historical Perspective by John D. Anderson (2nd Edition) - <li>Fluid Mechanics by F.M. White (6th Edition) - <li>Introduction to thermodynamics & Heat transfer by David A. mooney(1st Edition) - <li>Structural and Stress analysis by Dr. T. H. G. Megson(2nd Edition) - <li>The C programming language by Brian W. Kernighan & Dennis M. Ritchie(2nd Edition) - <li>An Introduction to the C Programming Language and Software design by Tim Bailey(1st Edition) - <li>Elements of thermal Technology by John H. Seely(1st Edition) - <li>Object Oriented Programming with C++ by E. Balagurusamy(4th Edition) - <li>Programming in C by D. Ravichandran(1st Edition) - <li>A first of C++ from here to there by Gary J. Bronson(3rd Edition) - <li>Solid State Physics: Structure and Properties of materials by M. A. Wahab(2nd Edition) - <li>Heat Transfer(in S.I. units) by J. P. Holman(9th Edition) - <li>Op-Amps & Linear integrated circuits by Ramakant Gaykwad(4th Edition) - <li>C++ for dummies by Stephen Randy Davis(5th Edition) - <li>C by dissection: The essentials of C programming by Al Kelly & Ira Pohl(1st Edition) - </ol> <script> document.getElementById('category').value = "{{ category }}"; </script> |