<h3 class="center">RESEARCH PUBLICATIONS</h3> Search by Keyword Search by author, subject, keywords... search filter by year All (2012 - 2024) 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2024 filter by document type <ul> <li>Article</li> <li>Book</li> <li>Book chapter</li> <li>Data paper</li> <li>Note</li> <li>Review</li> </ul> Per Page: <h5 style="font-family:monospace; text-align:right;">Total Results( ) </h5> Data has been collected from SCOPUS as on 03.04.2024. <ul class="collection" id="research"> <li class="collection-item"><h3>Please Wait...</h3></li> </ul> <h3> No Research Publications Found!!! </h3> $(document).ready(() => { $.get('https://apilibrary.cuo.ac.in/api/collections/get/bibliodatabase?fields[authors]=1&fields[author_full_names]=1&fields[year]=1&fields[title]=1&fields[source_title]=1&fields[volume]=1&fields[issue]=1&fields[page_start]=1&fields[page_end]=1&fields[document_type]=1&fields[doi]=1&fields[open_access]=1&sort[year]=-1', (response) => { const appendToContainer = function(htmlele, record) {console.log(record);}; const afterFilter = function (result, jQ) { $('#total_research').text(result.length); if (response.total === 0) { $('#norecord').show(); } else { $('#norecord').hide(); } var checkboxes = $("#document_type_criteria :input(0)"); checkboxes.each(function(){ var c = $(this), count = 0; if(result.length > 0){ count = jQ.where({ 'document_type': c.val() }).count; } c.next().text(c.val() + '(' + count + ')') }); setTimeout(function(){ tippy.delegate('#research', { target: '[data-tippy-content]', placement: 'top', theme: 'light-border', }); },1500); }; const FJS = FilterJS(response.entries, '#research', { template: '#research-template', search: { ele: '#searchbox' }, callbacks: {afterFilter}, pagination: { container: '#pagination', visiblePages: 25, perPage: {values: [25], container: '#per_page',}, }, }); FJS.addCriteria({ field: 'year', ele: '#year_filter', all: 'all' }); FJS.addCriteria({ field: 'document_type', ele: '#document_type_criteria input:checkbox' }); window.FJS = FJS; }); }); <li class="collection-item"> 2){%>, et al. & (), (n.d.). . , (), -. doi:<a href="https://doi.org/%= doi %" target="_blank"></a> </li> #research { counter-reset: rNumber; } #research li:nth-child(even) { background-color: #FFF7F8; } #research li{ text-align:justify; counter-increment: rNumber; } #research li .tooltip { border-bottom: 1px dotted lightgray; cursor:help; } .sn{ display: block; margin-bottom: .75em; } #research li .sn::before { content: counter(rNumber) ". "; font-weight: 700; font-size: 1.25em; color: #FF9914; }