Skip to content

Commit

Permalink
Youtube Link
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Oct 4, 2024
1 parent 4cd9fc1 commit fa6b2d4
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Michael J Rossetti - Academic Resume / CV</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/releases/v6.6.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/css" />
Expand Down Expand Up @@ -93,26 +93,32 @@ <h1 class="mb-0">

Michael Rossetti is a data scientist and software developer.
He has worked as
a data analyst for a winning US Presidential campaign,
a polling data analyst for a winning US Presidential campaign,
an analytics director for a Silicon Valley startup, and
a technology consultant for the US Government.

He teaches courses in data science, computer science, and software development, and conducts research in applied machine learning.

</p>
<div class="social-icons">
<a class="social-icon" href="mailto:[email protected]">
<a class="social-icon" href="mailto:[email protected]" target="_blank">
<i class="far fa-envelope"></i>
</a>
<a class="social-icon" href="https://www.linkedin.com/in/mj-rossetti/">
<a class="social-icon" href="https://www.linkedin.com/in/mj-rossetti/" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="social-icon" href="https://github.com/s2t2">
<a class="social-icon" href="https://github.com/s2t2" target="_blank">
<i class="fab fa-github"></i>
</a>
<a class="social-icon" href="https://scholar.google.com/citations?hl=en&user=CeYAWXwAAAAJ">
<a class="social-icon" href="https://www.youtube.com/@michael-rossetti" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
<a class="social-icon" href="https://scholar.google.com/citations?hl=en&user=CeYAWXwAAAAJ" target="_blank">
<i class="fas fa-graduation-cap"></i>
</a>
<a class="social-icon" href="https://orcid.org/0000-0003-4881-636X" target="_blank">
<i class="fab fa-orcid"></i>
</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -149,6 +155,18 @@ <h2 class="mb-5">Interests</h2>
<span class="fa-li"><i class="fas fa-lightbulb"></i></span>
Large Language Models (LLMs)
</li>
<li>
<span class="fa-li"><i class="fas fa-lightbulb"></i></span>
Retrieval Augmented Generation (RAG)
</li>
<!--li>
<span class="fa-li"><i class="fas fa-lightbulb"></i></span>
Prompt Engineering
</li>
<li>
<span class="fa-li"><i class="fas fa-lightbulb"></i></span>
Dimensionality Reduction
</li-->
</ul>
</div>
<div class="col-12 col-md-6">
Expand Down Expand Up @@ -318,7 +336,7 @@ <h3 class="mb-0">Lecturer</h3>
<hr class="m-0" />


<!-- Books -->
<!-- Books and Online Courses -->
<section class="resume-section" id="books">
<div class="resume-section-content">
<h2 class="mb-5">Books and Electronic Publications</h2>
Expand Down

0 comments on commit fa6b2d4

Please sign in to comment.