-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tyler Skluzacek
authored and
Tyler Skluzacek
committed
Dec 15, 2024
1 parent
413ac88
commit 3913ea3
Showing
1 changed file
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,10 +50,9 @@ <h1>Tyler J. Skluzacek, Ph.D.</h1> | |
|
||
</p> | ||
<!-- CV Download Link --> | ||
<div class="cv-download"> | ||
<a href="{{ url_for('static', filename='cv/tyler_skluzacek_cv.pdf') }}" download="tyler_skluzacek_cv.pdf" class="btn btn-primary">Download CV</a> | ||
</div> | ||
|
||
<div class="cv-download"> | ||
<a href="cv/tyler_skluzacek_cv.pdf" download="tyler_skluzacek_cv.pdf" class="btn btn-primary">Download CV</a> | ||
</div> | ||
</section> | ||
|
||
<br> | ||
|
@@ -87,12 +86,6 @@ <h3>Teaching at Trinity</h3> | |
</div> | ||
|
||
|
||
{# <div class="col-md-3">#} | ||
{# <img src="../static/images/nsf.jpeg" alt="News Title 4" class="img-fluid">#} | ||
{# <h3>ParslFest 2023</h3>#} | ||
{# <p>Short summary of the news item.</p>#} | ||
{# </div>#} | ||
</div> | ||
|
||
<!-- Repeat for News Items 2-4 --> | ||
|
||
|
@@ -108,7 +101,6 @@ <h3>Other News</h3> | |
<li>[Nov. 2023] I am co-PI on $300k grant to study distributed multi-workflow orchestration. Awarded by Oak Ridge National Lab.</li> | ||
<li>[Oct. 2023] I traveled to Limassol, Cyprus to present my team's paper: "Can Automated Metadata Extraction Make Scientific Data More Navigable?"</li> | ||
<li>[Oct. 2023] I presented at ParslFest 2023.</li> | ||
{# <li><a href="#">Older News Item 2</a></li>#} | ||
<!-- More older news items here --> | ||
</ul> | ||
</div> | ||
|
@@ -118,7 +110,7 @@ <h3>Other News</h3> | |
|
||
</div> | ||
|
||
<script src="{{ url_for('static', filename='js/script.js') }}"></script> | ||
<script src="js/script.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</body> | ||
</html> |