Skip to content

Commit

Permalink
Merge pull request #6 from mims-harvard/quick_fixes
Browse files Browse the repository at this point in the history
mpc and table fixes
  • Loading branch information
amva13 authored Nov 12, 2024
2 parents 25148ab + 3110492 commit 8836259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ <h1 id="machine-learning-tasks-in-tdc">Machine Learning Tasks in TDC</h1>
<td style="text-align:center;"><span class="icon"><i class="fas fa-check"></i></span></td>
</tr>
<tr>
<th scope="row"><a href="/single_pred_tasks/MPC">MPC</a></th>
<th scope="row"><a href="/single_pred_tasks/MPC"><code>MPC</code></a></th>
<td style="text-align:center;"><span class="icon"><i class="fas fa-check"></i></span></td>
<td style="text-align:center;"></td>
<td style="text-align:center;"></td>
Expand Down
8 changes: 4 additions & 4 deletions templates/single_pred_tasks/MPC.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Molecular Property Cliff (a.k.a. Activity Cliff) Prediction - TDC</title>
<link rel="stylesheet" href="/assets/css/app.css">
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
<link rel="shortcut icon" type="image/png"
href="/favicon.png"
href="{{ url_for('static', filename='images/favicon.png') }}"
/>
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<!-- Begin Jekyll SEO tag v2.8.0 -->
Expand Down Expand Up @@ -41,7 +41,7 @@
<div class="container">
<div class="navbar-brand">
<a class="navbar-brand" href="/">
<span><img src="/logonav.png" alt="Logo" style="height: auto; width: auto; max-height: 45px; max-width: 250px;"></span>
<span><img src="{{ url_for('static', filename='images/logonav.png') }}" alt="Logo" style="height: auto; width: auto; max-height: 45px; max-width: 250px;"></span>
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navMenu">
<span aria-hidden="true"></span>
Expand Down Expand Up @@ -327,7 +327,7 @@ <h3 id="leenay-et-al">Wan Xiang et al.</h3>
<div class="columns is-mobile">
<div class="column is-8 has-text-left is-vcentered">
<a class="navbar-brand" href="/">
<span><img src="/tdc_horizontal.png" alt="Logo" style="max-height: 40px; max-width: 250px;"></span>
<span><img src="{{ url_for('static', filename='images/tdc_horizontal.png') }}" alt="Logo" style="max-height: 40px; max-width: 250px;"></span>
</a>
</div>
<div class="column is-4 has-text-right is-vcentered">
Expand Down

0 comments on commit 8836259

Please sign in to comment.