-
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
Showing
1 changed file
with
48 additions
and
0 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 |
---|---|---|
@@ -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> | ||
|