summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorTrupti Rajesh Kini2016-05-12 14:41:17 +0530
committerkinitrupti2016-05-17 11:30:59 +0530
commitd3adc9882fd1230eb954512518f1ec90b69d2c53 (patch)
treea5e6dc0e06da83969bf79201f270c8cdbfc13fac /tbc
parent4292a2425d5b40d86c4952544ee556fe48e01766 (diff)
downloadPython-TBC-Interface-d3adc9882fd1230eb954512518f1ec90b69d2c53.tar.gz
Python-TBC-Interface-d3adc9882fd1230eb954512518f1ec90b69d2c53.tar.bz2
Python-TBC-Interface-d3adc9882fd1230eb954512518f1ec90b69d2c53.zip
Removed hardcoded list
Diffstat (limited to 'tbc')
-rw-r--r--tbc/templates/tbc/books_under_progress.html41
1 files changed, 1 insertions, 40 deletions
diff --git a/tbc/templates/tbc/books_under_progress.html b/tbc/templates/tbc/books_under_progress.html
index 90803ec..ddf1881 100644
--- a/tbc/templates/tbc/books_under_progress.html
+++ b/tbc/templates/tbc/books_under_progress.html
@@ -49,46 +49,7 @@ function submitCategory()
</tr>
{% endfor %}
</table>
- <hr>
- <h4>The books listed below are also under progess</h4>
- <hr>
- <ol>
- <li>Electronics Communication By: Dennis Roddy & John Coolen, Fourth Edition
- <li>Fundamentals of Computing & Programming in C by V. Ramesh Babu, R. Samyuktha, M. Munirathnam
- <li>A First Course in programming with C by T. Jeyapoovan, 1st edition
- <li>Heat And Mass Transfer - A Practical Approach by Y. A. Cengel, 3rd edition
- <li>Analysis and Design of Analog Integrated Circuits by Paul R. Gray, Paul J. Hurst, Stephen H. Lewis and Robert G. Meyer, 5th edition
- <li>Mechanics of Materials by beer and johnston, 6th edition
- <li>Programming in ANSI C by E. Balagurusamy, 4th edition
- <li>Coulson And Richardson's Chemical Engineering, Volume 2 by J. F. Richardson, J. R. Backhurst And J. H. Harker, 5th edition
- <li>Thermodynamics by Obert, 3rd edition
- <li>Introduction To Chemical Engineering Thermodynamics by J. M. Smith, H. C. Van Ness And M. M. Abbott, 6th edition
- <li>Thermodynamics by J. P. Holman, 4th edition
- <li>Teach yourself C++ by Herbert Schildt, 3rd edition
- <li>Turbomachinery Design And Theory by R. S. R. Gorla And A. A. Khan, 1st edition
- <li>Diffusion: Mass Transfer In Fluid Systems by E. L. Cussler, 2nd edition
- <li>Fluid Mechanics by A. K. Choudhary and Om Prakash , 2nd Edition
- <li>Chemical Engineering Thermodynamics by T. E. Daubert, 1st Edition
- <li>Elements Of Heat Transfer by M. Jacob And G. A. Hawkins, 3rd Edition
- <li>Fluid Flow For The Practicing Chemical Engineer by J. P. Abulencia And L. Theodore , 1st Edition
- <li>Essentials of programming in C for Life Sciences by S. Parthasarathy, 1st edition
- <li>C: How to program by H.M. Deitel and P.J. Deitel, 3rd edition
- <li>Data Structures using C by ISRD group, 2nd edition
- <li>Let Us C++ by Yashwant Kanetkar, 2nd edition
- <li>Power Plant Engineering by P. K. Nag, 3rd edition
- <li>Elements of Mechanical Engineering by N. M. Bhatt and J. R. Mehta , 6th Edition
- <li>Gas Dynamics and Jet Propulsion by P. Murugaperumal, 1st edition
- <li>Internal Combustion Engines 4th Edition by H. B. Keswani
- <li>Irrigation and Water Power Engineering by B. C. Punmia , 16th Edition
- <li>Fundamentals Of Aerodynamic by J. D. Anderson Jr. , 3rd edition
- <li>Thyristors Theory And Applications by R. K. Sugandhi And K. K. Sugandhi , 2nd edition
- <li>Fundamentals Of Data Structure In C by S. Sahni , S. Anderson-freed And E. Horowitz, 2nd edition
- <li>Unix: Concepts And Applications by S. Das , 4th edition
- <li>Data Structures Using C And C++ by Y. Langsam, M. Augenstein And A. M. Tenenbaum
- <li>Electronic Measurements and Instrumentation by R. K. Rajput, 2nd edition
- <li>Textbook Of Heat Transfer by S.P.Sukhatme, 4th edition
- <li>C MADE EASY Herbert Schildt
- </ol>
+
<script>
document.getElementById('category').value = "{{ category }}";
</script>