<h3 class="center">BROWSE SUBSCRIBED E-BOOKS</h3> Search by Keyword Search by subject, title... search filter by year All (2023 - 1994) 1994 1995 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 filter by subjectS <ul> <li> Anthropology </li> <li> Biodiversity and Conservation </li> <li> Biology </li> <li> Biomedical and Life Sciences </li> <li> Botany, Plant Science and Agriculture </li> <li> Business and Management </li> <li> Business, Management and Economics </li> <li> Communication and Media Studies </li> <li> Computer Science </li> <li> Computer Science & Information Technology </li> <li> Earth and Enviromental Science </li> <li> Economics </li> <li> Economics and Finance </li> <li> Education </li> <li> Education and Psychology </li> <li> English </li> <li> Environmental Science </li> <li> Hindi </li> <li> History, Architecture and Archaeology </li> <li> Journalism and Mass Communication </li> <li> Language, Literature and Linguistics </li> <li> Mathematics </li> <li> Mathematics and Statistics </li> <li> Sanskrit </li> <li> Social Sciences </li> <li> Sociology </li> <li> Sociology and Anthropology </li> <li> Statistics </li> <li> Vocational Education </li> </ul> filter by publisher <ul> <li> Bhasha Prakashan </li> <li> Bibliotex India </li> <li> SAGE e-Vidya </li> <li> Taylor and Francis </li> <li> Springer Publishing </li> <li> World Technologies </li> </ul> Per Page: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ALL <a href="https://bhashaprakashan.com/subjectFilter/19" target="_blank" class="waves-effect waves-light btn btn-small red darken-3">Bhasha Prakashan</a> <a href="https://www.bibliotex.com/bookshelf/" target="_blank" class="waves-effect waves-light btn btn-small teal darken-3">Bibliotex India</a> <a href="https://evidya.sagepub.in/evidya/" target="_blank" class="waves-effect waves-light btn btn-small indigo darken-3">SAGE e-Vidya</a> <a href="http://www.taylorfrancis.com/" target="_blank" class="waves-effect waves-light btn btn-small teal darken-3">Taylor and Francis</a> <a href="https://link.springer.com/" target="_blank" class="waves-effect waves-light btn btn-small orange darken-3">Springer Publishing</a> <a href="https://ebooks.wtbooks.org/subscription" target="_blank" class="waves-effect waves-light btn btn-small blue darken-4">World Technologies</a> <h5 style="font-family:monospace; text-align:right;">Total Results( ) </h5> <h3>Please Wait...</h3> <h3> No Result Found! </h3> $(document).ready(() => { $.get('https://apilibrary.cuo.ac.in/api/collections/get/ebooks', (response) => { const appendToContainer = function (htmlele, record) {console.log(record);}; const afterFilter = function (result, jQ) { $('#total_ebooks').text(result.length); if (response.total === 0) { $('#norecord').show(); } else { $('#norecord').hide(); } var checkboxes = $("#subject_criteria :input(0)"); checkboxes.each(function(){ var c = $(this), count = 0; if(result.length > 0){count = jQ.where({ 'subject': c.val() }).count;} c.next().text(c.val() + '(' + count + ')'); }); }; const FJS = FilterJS(response.entries, '#ebooks', { template: '#ebook-template', search: { ele: '#searchbox' }, callbacks: {afterFilter,}, pagination: { container: '#pagination', visiblePages: 5, perPage: {values: [5, 10, 15], container: '#per_page',}, }, }); $('.btn-order').on('click', function () { $("input[type=text][id$='alphabet']").val($(this).val()); FJS.filter(); }); FJS.addCriteria({ field: 'label', ele: '#alphabet', all: 'all' }); FJS.addCriteria({ field: 'year', ele: '#year_filter', all: 'all' }); FJS.addCriteria({ field: 'subject', ele: '#subject_criteria input:checkbox' }); FJS.addCriteria({ field: 'publisher_label', ele: '#publisher_criteria input:checkbox' }); window.FJS = FJS; }); }); <a href="%= link %" target="blank"></a> <a href="%= link %" target="blank" class="btn-floating btn-small waves-effect waves-light pink right"></a> <ul class="collection"> <li class="title"><a href="%= link %" target="blank"></a></li> <li>Author: </li> <li>ISBN: </li> <li>Year: </li> <li>Subject: </li> <li>Year: </li> </ul> #ebooks .card{box-shadow:none !important;} .card-image{padding:0 16px !important;} .card-image img{width:120px !important;} .card-content{padding:0 !important;} ul.collection{border:none !important; margin:0 !important;} ul.collection li{font-size:1.3em !important; color: #0f356c;} ul.collection li.title a{font-size:1.3em !important; font-weight:400; color:#0f356c;} select{border: 1px solid #607D8B;} #subject_criteria{margin:0;} #subject_criteria label {color:#000;} #subject_criteria ul li{padding-bottom:10px;} #publisher_criteria ul li label{color:black;} .publishers a{margin-bottom:5px;} fieldset{border: 0;} fieldset ul li span{border: 0; font-size:1.1em !important;} .small-btn { width: 31px; height: 24px; padding: 5px; margin: 0 1px; line-height: 0; }