Difference between revisions of "Committees"

From QIBA Wiki
Jump to navigation Jump to search
Line 54: Line 54:
  
 
==MR Committees==
 
==MR Committees==
<div class="dropdown">
+
.dropbtn {
  <button onclick="myFunction()" class="dropbtn">Dropdown</button>
+
    background-color: #3498DB;
  <div id="myDropdown" class="dropdown-content">
+
    color: white;
     <a href="#">Link 1</a>
+
     padding: 16px;
     <a href="#">Link 2</a>
+
     font-size: 16px;
     <a href="#">Link 3</a>
+
     border: none;
  </div>
+
    cursor: pointer;
</div>
+
}

Revision as of 18:04, 8 August 2018

QIBA Committee Organization Chart July 2018

  • Airway Measurement TF



  • Profile Compliance TF
  • FDG-PET UPICT TF
  • System Dependencies/Phantom Testing TF
  • Clinical Applications TF
  • System Dependencies/Phantom Testing/Clinical Validation

See Also

MR Committees

.dropbtn {

   background-color: #3498DB;
   color: white;
   padding: 16px;
   font-size: 16px;
   border: none;
   cursor: pointer;

}