Skip to content

Commit

Permalink
added additional details to page
Browse files Browse the repository at this point in the history
  • Loading branch information
m4schini committed Oct 18, 2024
1 parent 5fdda4b commit 333df50
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 10 deletions.
44 changes: 34 additions & 10 deletions thesis/page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2 class="title is-5 publication-title">Implementing an experimental subset of
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
<a href="https://github.com/m4schini" target="_blank">Alex Schink</a></span>
<a href="https://github.com/m4schini" target="_blank">m4schini</a></span>
</div>

<div class="is-size-5 publication-authors">
Expand Down Expand Up @@ -133,16 +133,47 @@ <h2 class="title is-3">Abstract</h2>
</section>
<!-- End paper abstract -->

<section class="section hero">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Runtime</h2>
<div class="content has-text-justified">
<p>
Roci (Reduced OCI Runtime) is the runtime implemented based on the theoretical background and design described in the thesis. It closely follows the container lifecycle defined in the OCI runtime specification.
</p>
</div>
<img src="static/images/architecture.png" alt="">
</div>
</div>
</div>
</section>

<section class="section hero is-light">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Results</h2>
<div class="content has-text-justified">
<p>
Roci outperforms the reference implementation of the OCI runtime specification runc by ~67%. But it falls behind the C implementation crun, being slower by ~20%, while implementing the complete OCI runtime specification.
</p>
</div>
<img src="static/images/table.png" alt="">
</div>
</div>
</div>
</section>



<!--BibTex citation -->
<section class="section" id="BibTeX">
<section class="section is-light" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>
@thesis{schink2024oci,
author = {Alex Schink},
author = {m4schini},
title = {Minimal implementation of the {OCI} runtime specification},
year = {2024},
school = {University of Applied Sciences Wedel},
Expand Down Expand Up @@ -180,12 +211,5 @@ <h2 class="title">BibTeX</h2>
</div>
</div>
</footer>

<!-- Statcounter tracking code -->

<!-- You can add a tracker to track page visits by creating an account at statcounter.com -->

<!-- End of Statcounter Code -->

</body>
</html>
Binary file added thesis/page/static/images/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added thesis/page/static/images/table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 333df50

Please sign in to comment.