Skip to content

Commit

Permalink
added the features systems section
Browse files Browse the repository at this point in the history
  • Loading branch information
engshahrad committed Jan 14, 2024
1 parent f4d9e34 commit d15e5c8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 20 deletions.
Binary file added images/logos/parrotfish_icon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 32 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ <h1>Cloud Infrastructure Research for Reliability, Usability, and Sustainability
<li><a href="#team">Team</a></li>
<li><a href="#news">News</a></li>
<li><a href="#pubs">Publications</a></li>
<li><a href="#sponsors">Our Research Sponsors</a></li>
<li><a href="https://www.flickr.com/photos/194704428@N02/">Photo Gallery</a></li>
<li><a href="#systems">Featured Systems</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="https://www.flickr.com/photos/194704428@N02/">Gallery</a></li>
</ul>
</nav>

Expand Down Expand Up @@ -87,15 +88,6 @@ <h2>Team</h2>
</td>
</tr>
<tr style="background-color: #ffffff; border: none;">
<!-- <td>
<img src="./images/team/mohamed_elsakhawy.jpg" style="width:50%; border-radius:50%;">
<br>
<a href="https://ece.ubc.ca/mohamed-elsakhawy/">Mohamed Elsakhawy</a>
<br>
Adjunct Professor
<br>
PhD (University of Western Ontario)
</td> -->
<td>
<img src="./images/team/changyuan_lin.jpeg" style="width:50%; border-radius:50%;">
<br>
Expand Down Expand Up @@ -195,11 +187,6 @@ <h2>Team</h2>
</td>
<td></td>
</tr>
<!-- <tr style="background-color: #ffffff; border: none;">
<td></td>
<td></td>
<td></td>
</tr> -->
</table>

<!-- <footer class="major"> -->
Expand Down Expand Up @@ -290,15 +277,40 @@ <h2>Publications and Preprints</h2>
</header>
</section>

<!-- Get Started -->
<section id="systems" class="main special">
<header class="major">
<h2>Featured Systems and Tools</h2>
</header>

<div style="border: 1px solid rgb(203, 185, 185); width: 90%; margin: auto; text-align: center;">

<table style="table-layout: fixed;">
<tr style="background-color: #ffffff; border: none;">
<td style="vertical-align:middle; width:85%;">
<h2><a href="https://github.com/ubc-cirrus-lab/parrotfish" style="text-decoration: none;">Parrotfish</a></h2>
<p style="text-align: left;">A powerful open-source tool to efficiently tune serverless functions for cost and performance. It is faster and more accurate than the other tools <sup><a style="text-decoration: none;" href="./papers/socc23_parrotfish.pdf" target="_blank">1</a></sup>.</p>
Optimized Lambdas ready in three steps:
<ol style="text-align: left;">
<li>Download and install Parrotfish (<a style="text-decoration: none;" href="https://github.com/ubc-cirrus-lab/parrotfish" target="_blank">link</a>).</li>
<li>Create and optimize your configurations.</li>
<li>Run Parrotfish!</li>
</ol>
</td>
<td style="vertical-align:middle;">
<img src="./images/logos/parrotfish_icon.jpeg" width="100%">
</td>
</tr>
</table>
</div>

</section>

<section id="sponsors" class="main special">
<header class="major">
<h2>Research Sponsors</h2>
<p>We are thankful for the grants, gifts, and resources from various sources that enable our research endeavors.</p>
</header>

</header>
<img src="./images/spnsrs.jpg" width="100%">

</section>

</div>
Expand Down

0 comments on commit d15e5c8

Please sign in to comment.