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.

- -

Following completed books are in ".py" format & are to be converted to IPython notebooks. Will be made available soon.

-
    -
  1. Introduction to Probability Models, Sixth Edition - Sheldon M. Ross -
  2. Introduction to Flight by J.D. Anderson (6th Edition) -
  3. Modern Compressible Flow with Historical Perspective by John D. Anderson (2nd Edition) -
  4. Fluid Mechanics by F.M. White (6th Edition) -
  5. Introduction to thermodynamics & Heat transfer by David A. mooney(1st Edition) -
  6. Structural and Stress analysis by Dr. T. H. G. Megson(2nd Edition) -
  7. The C programming language by Brian W. Kernighan & Dennis M. Ritchie(2nd Edition) -
  8. An Introduction to the C Programming Language and Software design by Tim Bailey(1st Edition) -
  9. Elements of thermal Technology by John H. Seely(1st Edition) -
  10. Object Oriented Programming with C++ by E. Balagurusamy(4th Edition) -
  11. Programming in C by D. Ravichandran(1st Edition) -
  12. A first of C++ from here to there by Gary J. Bronson(3rd Edition) -
  13. Solid State Physics: Structure and Properties of materials by M. A. Wahab(2nd Edition) -
  14. Heat Transfer(in S.I. units) by J. P. Holman(9th Edition) -
  15. Op-Amps & Linear integrated circuits by Ramakant Gaykwad(4th Edition) -
  16. C++ for dummies by Stephen Randy Davis(5th Edition) -
  17. C by dissection: The essentials of C programming by Al Kelly & Ira Pohl(1st Edition) -
-- cgit