From 886dfdd0ccdd6066464d592f62edaa92cca68b50 Mon Sep 17 00:00:00 2001
From: Trupti Rajesh Kini
Date: Tue, 7 Jun 2016 11:29:20 +0530
Subject: Removed hardcoded list
---
tbc/templates/tbc/completed_books.html | 39 ----------------------------------
1 file changed, 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()
{% endfor %}
-
-
- Due to some technical problems on the server, the following books are completed but not listed on the interface.
-
- - Elements Of Practical Aerodynamics by Bradley Jones, John Wiley & Sons - 4th edition
-
- Fluid Mechanics For Chemical Engineers by N. D. Nevers
-
- Fundamentals Of Electronic Devices by J. B. Gupta, 1st Edition
-
- Heat Transfer by K. A. Gavhane, 10th Edition
-
- Power Electronics: Principles & Applications by J. M. Jacob
-
- Principles of Data structures using C and C++ by Vinu V Das
-
- Stoichiometry by B. I. Bhatt And S. B. Thakore, 5th edition
-
- Thermodynamics BY K. M. Gupta, 1st edition
-
- Heat Transfer: Principles And Applications by B. K. Dutta, 1st edition-
-
- Thermodynamics for chemists by Glasstone & Samuel, 8th edition
-
- Satellite Communications by D. C. Aggarwal, 1st edition
-
- Thermal Engineering by A. V. Arasu, 1st edition
-
- Material Science by S. L. Kakani and A. Kakani, 1st edition
-
- Introduction to Thermal Systems Engineering: Thermodynamics, Fluid Mechanics, and Heat Transfer by Moran, Shapiro, Munson, Dewitt
-
- Following completed books are in ".py" format & are to be converted to IPython notebooks. Will be made available soon.
-
- - Introduction to Probability Models, Sixth Edition - Sheldon M. Ross
-
- Introduction to Flight by J.D. Anderson (6th Edition)
-
- Modern Compressible Flow with Historical Perspective by John D. Anderson (2nd Edition)
-
- Fluid Mechanics by F.M. White (6th Edition)
-
- Introduction to thermodynamics & Heat transfer by David A. mooney(1st Edition)
-
- Structural and Stress analysis by Dr. T. H. G. Megson(2nd Edition)
-
- The C programming language by Brian W. Kernighan & Dennis M. Ritchie(2nd Edition)
-
- An Introduction to the C Programming Language and Software design by Tim Bailey(1st Edition)
-
- Elements of thermal Technology by John H. Seely(1st Edition)
-
- Object Oriented Programming with C++ by E. Balagurusamy(4th Edition)
-
- Programming in C by D. Ravichandran(1st Edition)
-
- A first of C++ from here to there by Gary J. Bronson(3rd Edition)
-
- Solid State Physics: Structure and Properties of materials by M. A. Wahab(2nd Edition)
-
- Heat Transfer(in S.I. units) by J. P. Holman(9th Edition)
-
- Op-Amps & Linear integrated circuits by Ramakant Gaykwad(4th Edition)
-
- C++ for dummies by Stephen Randy Davis(5th Edition)
-
- C by dissection: The essentials of C programming by Al Kelly & Ira Pohl(1st Edition)
-
--
cgit