<
  AI4Society Website  

The following NCEs have contributed to the development of the Forum:
GRAND, AGE-WELL, GlycoNet, CFN
Les RCE suivants ont contribué au développement du Forum : GRAND, AGE-WELL, GlycoNet, CFN

Difference between revisions of "Computational-Psychiatry"

From AI4Society Forum

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