forked from enviPath/enviPy
All html files now prettier formatted and fixes for incompatible blocks applied Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#193 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
49 lines
1.5 KiB
HTML
49 lines
1.5 KiB
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">
|
|
<h3>How to cite enviPath</h3>
|
|
</div>
|
|
<div class="modal-body">
|
|
<ol class="list-group list-group-numbered">
|
|
<li class="list-group-item">
|
|
Hafner, J., Lorsbach, T., Schmidt, S. <em>et al.</em>
|
|
<cite
|
|
>Advancements in biotransformation pathway prediction:
|
|
enhancements, datasets, and novel functionalities in
|
|
enviPath.</cite
|
|
>
|
|
<a href="https://doi.org/10.1186/s13321-024-00881-6" target="_blank"
|
|
>J Cheminform 16, 93 (2024)</a
|
|
>
|
|
</li>
|
|
<li class="list-group-item">
|
|
Wicker, J., Lorsbach, T., Gütlein, M., Schmid, E., Latino, D.,
|
|
Kramer, S., Fenner, K.
|
|
<cite
|
|
>enviPath - The environmental contaminant biotransformation
|
|
pathway resource</cite
|
|
>
|
|
<a href="https://doi.org/10.1093/nar/gkv1229" target="_blank">
|
|
Nucleic Acids Research, Volume 44, Issue D1, 4 January 2016, Pages
|
|
D502-D508
|
|
</a>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">
|
|
Close
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|