<

Computational-Psychiatry: Difference between revisions

From AI4Society Forum

(Created page with "[public] <html> <style> #contentSub { margin: 0; } html { overflow: visible !important; } div.dataTables_scrollHead { background: #f2f2f2; } div.dataT...")
 
No edit summary
Line 40: Line 40:
<th>Date</th>
<th>Date</th>
<th>Type</th>
<th>Type</th>
                 <th>Extra</th>
                 <th>Venue</th>
                <th>Volume/Issue/Pages Details</th>
</tr>
</tr>
     </thead>
     </thead>
Line 58: Line 59:
         $('#bodyContent > h1').hide();
         $('#bodyContent > h1').hide();
     }
     }
   
      
      
     $(document).ready(function(){
     $(document).ready(function(){
Line 70: Line 70:
             ]
             ]
         });
         });
         var table = $('#courses').DataTable();
         var table = $('#courses').DataTable({
         if(screen.width <= 768){
            ajax: "pubs.json"
        });
         /*if(screen.width <= 768){
             table.column(0).visible(false);
             table.column(0).visible(false);
             table.column(2).visible(false);
             table.column(2).visible(false);
Line 85: Line 87:
         }
         }
         table.columns.adjust().draw();
         table.columns.adjust().draw();
         table.columns.adjust().draw();
         table.columns.adjust().draw();*/
     });
     });



Revision as of 20:03, 28 March 2022

Authors Title Date Type Venue Volume/Issue/Pages Details