Skip to content

Commit

Permalink
Contacts formatting updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwalker authored Oct 31, 2022
1 parent f7adfc2 commit 70886aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions misc/contacts.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
</div>
<!-- This is inner text! -->
<div id="innertext">
<h1><?php echo (isset($LANG['CONTACTS'])?$LANG['CONTACTS']:'Contacts'); ?>:</h1>
<h3>The Madagascar Paleontology Project (MPP) Team:</h3>
<h1><?php echo (isset($LANG['CONTACTS'])?$LANG['CONTACTS']:'The Madagascar Paleontology Project (MPP) Team:'); ?>:</h1>
<p>The following researchers and administrators lead <a href="https://www.dmns.org/science/earth-sciences/projects/madagascar-paleontology-projects/">the MPP team</a>:</p>
<ul>
<li>Dr. David W. Krause, project co-lead, Senior Curator of Vertebrate Paleontology, Denver Museum of Nature & Science</li>
<li>Dr. Patrick M. O'Connor, project co-lead, Professor, Department of Biomedical Sciences, Ohio University</li>
<li>Dr. Jean Freddy Ranaivoarisoa, Head, Mention Anthropobiologie et Développement Durable, Université d'Antananarivo</li>
Expand All @@ -33,12 +33,14 @@
<li>Dr. Raymond R. Rogers, Professor, Department of Geology, Macalester College</li>
<li>Dr. Kristina Curry Rogers, Professor, Biology and Geology Departments, Macalester College</li>
<li>Dr. Alan Turner, Professor, Department of Anatomical Sciences, Stony Brook University</li>

</ul>
<p>The following individuals provide technical support for the collections work:</p>
<ul>
<li>Joseph R. Groenke, Laboratory Coordinator, Department of Biomedical Sciences, Ohio University</li>
<li>Kristen A. MacKenzie, Earth Sciences Collections Manager, Denver Museum of Nature & Science</li>
<li>Nicole Neu-Yagle, Earth Sciences Collections Manager, Denver Museum of Nature & Science</li>
<li>Bakoliarisoa Rakotozafy, Collections Manager, Mention Bassins Sédimentaires Evolution Conservation, Université d'Antananarivo</li>
</ul>
</div>
<?php
include($SERVER_ROOT.'/includes/footer.php');
Expand Down

0 comments on commit 70886aa

Please sign in to comment.