<

Computational-Psychiatry: Difference between revisions

From AI4Society Forum

No edit summary
No edit summary
Line 62: Line 62:
     $(document).ready(function(){
     $(document).ready(function(){
         $('#courses').DataTable({
         $('#courses').DataTable({
             //scrollY: scrollY,
             ajax: "pubs.json",
            columns: [
                { data: 'authors' },
                { data: 'title' },
                { data: 'date' },
                { data: 'type' },
                { data: 'venue' },
                { data: 'extra' }
            ],
             autoWidth: false,
             autoWidth: false,
             lengthMenu: [[-1], ["All"]],
             lengthMenu: [[-1], ["All"]],
Line 69: Line 77:
                 'excel', 'pdf'
                 'excel', 'pdf'
             ]
             ]
        });
        var table = $('#courses').DataTable({
            ajax: "pubs.json"
         });
         });
         /*if(screen.width <= 768){
         /*if(screen.width <= 768){

Revision as of 20:08, 28 March 2022

Authors Title Date Type Venue Volume/Issue/Pages Details