Coordination
‘members’,
‘posts_per_page’ => -1,
‘category_name’ => ‘coordination’,
));
if ($publication->have_posts()):
while ($publication->have_posts()): $publication->the_post();
?>
No Coordination found.
Principal Investigators
‘members’,
‘posts_per_page’ => -1,
‘category_name’ => ‘pis’,
‘orderby’ =>’name’,
‘order’ => ‘ASC’,
));
if ($publication->have_posts()):
while ($publication->have_posts()): $publication->the_post();
?>
No Principal Investigators found.
PostDocs (Internal)
‘members’,
‘posts_per_page’ => -1,
‘category_name’ => ‘postdocs’,
));
if ($publication->have_posts()):
while ($publication->have_posts()): $publication->the_post();
?>
No PostDocs found.
PhDs – 1st Cohort (2017 – 2020)
‘members’,
‘posts_per_page’ => -1,
‘category_name’ => ‘phds’,
));
if ($publication->have_posts()):
while ($publication->have_posts()): $publication->the_post();
?>
No PhDs found.
PhDs – 2nd Cohort (2020 – Today)
‘members’,
‘posts_per_page’ => -1,
‘category_name’ => ‘phds2’,
));
if ($publication->have_posts()):
while ($publication->have_posts()): $publication->the_post();
?>
No PhDs found.
Associated PhDs and PostDocs
‘members’,
‘posts_per_page’ => -1,
‘category_name’ => ‘associates_phd’,
));
if ($publication->have_posts()):
while ($publication->have_posts()): $publication->the_post();
?>
No Associated PhDs and PostDocs found.
Associated Researchers
‘members’,
‘posts_per_page’ => -1,
‘category_name’ => ‘associates’,
));
if ($publication->have_posts()):
while ($publication->have_posts()): $publication->the_post();
?>
No Associated Researchers found.