Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. {extends file="people/base.tpl"}
  2. {block name="subcontent"}
  3. <p class="topic_text"> The faculty at the Institute for Genome Sciences have
  4. multi-disciplinary backgrounds in microbiology, infectious disease,
  5. epidemiology, immunology and other fields that further their genome
  6. research.</p>
  7. <p class="topic_text">Our specialty areas include microbial genomics,
  8. infectious diseases, plant biology, cancer genomics, human genetic variation,
  9. bioinformatics, organismal diversity and evolution, metagenomics, and protein
  10. function. We collaborate with other investigators worldwide to help translate
  11. the data from our research into developing new diagnostics, vaccines and
  12. therapeutics.
  13. View <a href="{$client_root}/research/publications/">IGS Faculty Publications</a>.
  14. </p>
  15. <p class="topic_text">We also have appointments at the world-renowned
  16. University of Maryland School of Medicine, where we teach medical and graduate
  17. students.</p>
  18. {if isset($error) && $error != 1}
  19. <table id="leadership">
  20. <tr>
  21. <th>Leadership</th>
  22. <th>Areas of Specialty</th>
  23. <th>Contact</th>
  24. </tr>
  25. <tr>
  26. <td class="faculty_member">
  27. <a href="{faculty_bio_url username='cmfraser'}" target="_blank">
  28. <img src="{$client_root}/images/faculty/claire.jpg" alt="faculty" class="faculty_pic"/>
  29. </a>
  30. <p class="faculty_info">{full_faculty_bio_link username="cmfraser"}</p>
  31. <p class="faculty_info">Dean's Endowed Professor in the School of Medicine</p>
  32. <p class="faculty_info">Professor, Medicine, Microbiology and Immunology, University of Maryland School of Medicine</p>
  33. <p class="faculty_info">Director, Institute for Genome Sciences</p>
  34. </td>
  35. <td class="specialty">Human Microbiome, Comparative microbial genomics,
  36. Pathogen diversity and evolution, Host-pathogen interactions,
  37. Microbial forensics</td>
  38. <td class="contact">cmfraser [at] som.umaryland.edu</td>
  39. </tr>
  40. <tr>
  41. <td class="faculty_member">
  42. <a href="{faculty_bio_url username='jravel'}" target="_blank">
  43. <img src="{$client_root}/images/faculty/jravel.jpg" alt="faculty" class="faculty_pic"/>
  44. </a>
  45. <p class="faculty_info">{full_faculty_bio_link username="jravel"}</p>
  46. <p class="faculty_info">Professor, Microbiology and Immunology, University of Maryland School of Medicine</p>
  47. <p class="faculty_info">Associate Director, Genomics, Institute for Genome Sciences</p>
  48. </td>
  49. <td class="specialty">Host-Microbe Community Interaction, Food-Borne Pathogen Genomics, Chemical Genomics<br>
  50. {if array_key_exists('jravel', $faculty_member_link)}
  51. {assign var=location value=$faculty_member_link['jravel']['location']}
  52. {if $faculty_member_link['jravel']['igs_hosted'] == True}
  53. <a href="{$client_root}/labs/{$location}" target="_blank" class="lab_button">Lab Site <i class="fa fa-external-link"></i></a>
  54. {else}
  55. <a href="{$location}" target="_blank" class="lab_button">Lab Site <i class="fa fa-external-link"></i></a>
  56. {/if}
  57. {/if}
  58. </td>
  59. <td class="contact">jravel [at] som.umaryland.edu</td>
  60. </tr>
  61. <tr>
  62. <td class="faculty_member">
  63. <a href="{faculty_bio_url username='owhite'}" target="_blank">
  64. <img src="{$client_root}/images/faculty/owhite.jpg" alt="faculty" class="faculty_pic"/>
  65. </a>
  66. <p class="faculty_info">{full_faculty_bio_link username="owhite"}</p>
  67. <p class="faculty_info">Professor, Epidemiology and Public Health</p>
  68. <p class="faculty_info">Associate Director, Institute for Genome Sciences</p>
  69. <p class="faculty_info">Co-Director, Center for Health-related Informatics and Bioimaging, University of Maryland School of Medicine</p>
  70. </td>
  71. <td class="specialty">Bioinformatics, Epidemiology, Comparative Genomics</td>
  72. <td class="contact">owhite [at] som.umaryland.edu</td>
  73. </tr>
  74. </table>
  75. <br />
  76. <table>
  77. <tr>
  78. <th>Faculty Member</th>
  79. <th>Areas of Specialty</th>
  80. <th>Contact</th>
  81. </tr>
  82. {foreach $faculty as $member}
  83. {assign var=username value=$member['username']}
  84. <tr>
  85. <td class="faculty_member">
  86. <a href="{faculty_bio_url username=$username}" target="_blank">
  87. <img src="{$member['thumbnail']}" alt="faculty" class="faculty_pic" />
  88. </a>
  89. <p class="faculty_info">{full_faculty_bio_link username=$username}
  90. <br/>
  91. {$member['position']|escape:'htmlall'}
  92. </p>
  93. </td>
  94. <td class="specialty">{$member['specialty']|escape:'htmlall'} <br>
  95. {if array_key_exists($username, $faculty_member_link)}
  96. {assign var=location value=$faculty_member_link[$username]['location']}
  97. {if $faculty_member_link[$username]['igs_hosted'] == True}
  98. <a href="{$client_root}/labs/{$location}" target="_blank" class="lab_button">Lab Site <i class="fa fa-external-link"></i></a>
  99. {else}
  100. <a href="{$location}" target="_blank" class="lab_button">Lab Site <i class="fa fa-external-link"></i></a>
  101. {/if}
  102. {/if}
  103. </td>
  104. <td class="contact">{$member['username']} [at] {$member['domain']}</td>
  105. </tr>
  106. {/foreach}
  107. </table>
  108. <br />
  109. <table>
  110. <tr>
  111. <th>Affiliate Faculty Member</th>
  112. <th>Areas of Specialty</th>
  113. <th>Contact</th>
  114. </tr>
  115. {foreach $affiliate_faculty as $member}
  116. {assign var=username value=$member['username']}
  117. <tr>
  118. <td class="faculty_member">
  119. <a href="{faculty_bio_url username=$username}" target="_blank">
  120. <img src="{$member['thumbnail']}" alt="faculty" class="faculty_pic"/>
  121. </a>
  122. <p class="faculty_info">{full_faculty_bio_link username=$username}
  123. <br/>
  124. {$member['position']|escape:'htmlall'}
  125. </p>
  126. </td>
  127. <td class="specialty">{$member['specialty']|escape:'htmlall'}</td>
  128. <td class="contact">{$member['username']} [at] {$member['domain']}</td>
  129. </tr>
  130. {/foreach}
  131. </table>
  132. {else}
  133. {error_dialog bullet=$error_msg}
  134. {/if}
  135. {/block}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement