forked from enviPath/enviPy
20 lines
829 B
HTML
20 lines
829 B
HTML
<div class="modal fade bs-modal-lg" id="citemodal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel"
|
||
aria-hidden="true">
|
||
<div class="modal-dialog modal-lg">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h4>How to cite enviPath</h4>
|
||
</div>
|
||
<div class="modal-body">
|
||
<p>
|
||
enviPath–The environmental contaminant biotransformation pathway resource. J Wicker, T Lorsbach, M
|
||
Gütlein, E Schmid, D Latino, S Kramer, K Fenner. Nucleic Acids Research, gkv1229
|
||
</p>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|