Directory

NVIDIA Corporation - Governance - Committee Composition
' + '{{#types}}' + '
{{{name}}}
' + '{{/types}}' + '
' ), itemTpl: ( '{{#members}}' + '
' + '
' + '
' + // '{{firstName}}{{middleName}}{{lastName}}' + '{{firstName}}{{middleName}}{{lastName}}' + '{{#customRoles}}{{{.}}}{{/customRoles}}' + '
' + '{{{composition}}}' + '
' + // '
' + // '{{{bio}}}' + // '
' + '
' + '{{/members}}' ), mobileHeaderTpl: ( '
' + '
{{{name}}}
' + '
' + '
' ), mobileItemTpl: ( '
' + '
' + '
' + // '{{firstName}}{{middleName}}{{lastName}}' + '{{firstName}}{{middleName}}{{lastName}}' + '{{#customRoles}}{{{customRoles}}}{{/customRoles}}' + '
' + '
{{{icon}}}
' + '
' + // '
' + // '{{{bio}}}' + // '
' + '
' ), beforeRender: function(data) { console.log(data); }, onComplete: function() { // q4App.toggle( // $('.module-committee .module_container--desktop'), // container // '.module_item', // item // '.module-committee_link', // toggle // '.module-committee_bio', // panel // false, // accordion? // false, // show all button? // false // open first? // ); q4App.toggle( $('.module-committee .module_container--tablet'), // container '.module-committee_category', // item '.module_header i', // toggle '.module_items-container', // panel false, // accordion? false, // show all button? false // open first? ); // q4App.toggle( // $('.module-committee .module_container--tablet'), // container // '.module_item', // item // '.module-committee_name .module-committee_link', // toggle // '.module-committee_bio', // panel // false, // accordion? // false, // show all button? // false // open first? // ); } });