-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.php
19 lines (19 loc) · 964 Bytes
/
contact.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php include_once('partials/header.php'); ?>
<div class="container">
<div class="row">
<h3 class="text-center">Contact</h3>
<div class="col-md-10 col-md-offset-1">
<p class="lead" style='margin-bottom:300px'>
Contact <a href="http://sites.utoronto.ca/sidhulab/">Sidhu</a> or <a href="http://baderlab.org/">Bader lab</a> for any technical or scientific matter.
If the phage-derived peptide information contained in this website
becomes useful for your research, please cite: Large-scale survey and
database of high affinity ligands for peptide recognition modules,
please cite: <a target="_blank" href="https://doi.org/10.15252/msb.20199310">Teyra J. et al, Large-scale survey and database of high
affinity ligands for peptide recognition modules, Molecular Systems Biology (2020) 16:e9310</a>
</p>
</div>
</div>
</div>
<?php include_once('partials/footer.php'); ?>
</body>
</html>