Skip to content

Commit

Permalink
add landing page for artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Sep 20, 2024
1 parent dc55acd commit d640e3d
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>Verus: A Practical Foundation for Systems Verification (Artifact)</title>
<meta charset="utf-8" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
</head>

<body>

<div class="page-content">
<div class="wrapper">
<div class="hero">
<div class="main relative card header">
This website and associated GitHub Repository <a href="https://github.com/verus-lang/paper-sosp24-artifact">https://github.com/verus-lang/paper-sosp24-artifact</a>
contain the artifact for the paper:

<h1>Verus: A Practical Foundation for Systems Verification</h1>

Andrea Lattuada (MPI-SWS),
Travis Hance (Carnegie Mellon University),
Jay Bosamiya (Microsoft Research),
Matthias Brun (ETH Zurich),
Chanhee Cho (Carnegie Mellon University),
Hayley LeBlanc (University of Texas at Austin),
Pranav Srinivasan (University of Michigan),
Reto Achermann (University of British Columbia),
Tej Chajed (University of Wisconsin-Madison),
Chris Hawblitzel (Microsoft Research),
Jon Howell (VMware Research),
Jacob R. Lorch (Microsoft Research),
Oded Padon (Weizmann Institute of Science),
Bryan Parno (Carnegie Mellon University)

</div>
<div class="main relative card">
The artifact <a href="guide.html">guide (/guide.html)</a> contains instructions to reproduce the results in the paper.
</div>
</div>
</div>
</div>

</body>

</html>

0 comments on commit d640e3d

Please sign in to comment.