<

Computational-Psychiatry: Difference between revisions

From AI4Society Forum

No edit summary
No edit summary
 
(39 intermediate revisions by the same user not shown)
Line 12: Line 12:
   div.dataTables_scrollHead {
   div.dataTables_scrollHead {
     background: #f2f2f2;
     background: #f2f2f2;
  }
  .fixedHeader-floating {
      margin-top: 0 !important;
   }
   }


Line 26: Line 30:
   }
   }


   .dt-buttons {
   .linkP {
     position: fixed;
     position: fixed;
     top: 0;
     top: 0;
     left: 0;
     width: 100%;
  }
     margin: 0;
 
     height: 50px;
  #courses_length {
     line-height: 50px;
    position: fixed;
     z-index: 1000;
     top: 0;
     background: white;
     left: 0;
  }
     right: 0;
  }
 
  #courses_filter {
     position: fixed;
     top: 0;
    right: 0;
  }


   @media screen and (max-width: 768px){
   @media screen and (max-width: 768px){
Line 52: Line 48:


</style>
</style>
 
<p class='linkP'>For general information about the Computational Psychiatry Collaboratorium, see <a class="externalLink" target="_blank" href='https://ai4society.ca/computational-psychiatry/'>https://ai4society.ca/computational-psychiatry/</a></p>
<table id='courses' class='wikitable' style='width: 100%;'>
<table id='courses' class='wikitable' style='width: 100%;'>
     <thead>
     <thead>
Line 61: Line 57:
<th>Type</th>
<th>Type</th>
                 <th>Venue</th>
                 <th>Venue</th>
                 <th>Volume/Issue/Pages Details</th>
                 <th style='white-space: nowrap;'>Volume/Issue/Pages Details</th>
</tr>
</tr>
     </thead>
     </thead>
Line 74: Line 70:
     if(!GET.has('embed')){
     if(!GET.has('embed')){
         $("#bodyContent").css("background", "white");
         $("#bodyContent").css("background", "white");
        $("p.linkP").removeClass("linkP");
         scrollY = null;
         scrollY = null;
     }
     }
Line 81: Line 78:
      
      
     $(document).ready(function(){
     $(document).ready(function(){
         $('#courses').DataTable({
         $("p.linkP a").attr("target", "_blank");
        table = $('#courses').DataTable({
             ajax: wgServer + wgScriptPath + "/pubs.json",
             ajax: wgServer + wgScriptPath + "/pubs.json",
             columns: [
             columns: [
                 { data: 'authors' },
                 { data: 'authors' },
                 { data: 'title' },
                 { data: 'title' },
                 { data: 'date' , type: 'date' },
                 { data: 'date' },
                 { data: 'type' },
                 { data: 'type' },
                 { data: 'venue' },
                 { data: 'venue' },
Line 92: Line 90:
             ],
             ],
             order: [[ 2, "desc" ]],
             order: [[ 2, "desc" ]],
             autoWidth: false,
             autoWidth: true,
             fixedHeader: {
             fixedHeader: {
                 header: true,
                 header: true,
                 headerOffset: 43
                 headerOffset: 93
             },
             },
             lengthMenu: [[-1], ["All"]],
             lengthMenu: [[-1], ["All"]],
Line 103: Line 101:
             ]
             ]
         });
         });
        if(GET.has('embed')){
            $(".dt-buttons").css('position', 'fixed')
                            .css('top', 50)
                            .css('left', 0)
                            .css('z-index', 1);
            $('#courses_length').css('position', 'fixed')
                                .css('top', 50)
                                .css('left', 0)
                                .css('right', 0)
                                .css('padding-left', 130);
            $('#courses_filter').css('position', 'fixed')
                                .css('top', 50)
                                .css('right', 0);
            $('#courses').css('margin-top', 90);
        }
         /*if(screen.width <= 768){
         /*if(screen.width <= 768){
             table.column(0).visible(false);
             table.column(0).visible(false);

Latest revision as of 16:10, 16 June 2022

For general information about the Computational Psychiatry Collaboratorium, see https://ai4society.ca/computational-psychiatry/

Authors Title Date Type Venue Volume/Issue/Pages Details