forked from eth-sri/eth-sri.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
91 lines (74 loc) · 2.35 KB
/
research.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
layout: default
title: Research
permalink: /research/index.html
---
<article class="page">
<header class="page-header container">
<div class="row">
<div class="column column-66">
<h1 class="page-title">{{ page.title | escape }}</h1>
</div>
</div>
</header>
<h2>Current Projects</h2>
<div class="page-content container">
<div class="row">
<div class="column">
<div class="grid">
{% include get-project.html ref="safeai" %}
{% include get-project.html ref="plml" %}
{% include get-project.html ref="probabilistic-programming" %}
{% include get-project.html ref="programmable-networks" %}
{% include get-project.html ref="blockchain-security" %}
{% include get-project.html ref="numerical-analysis" %}
</div>
</div>
</div>
</div>
<h2>Completed Projects</h2>
<div class="page-content container">
<div class="row">
<div class="column">
<div class="grid">
{% include card.html
title="Fender: Programming with Relaxed Memory Models"
output="vertical"
url="http://practicalsynthesis.github.io/"
buttontext="View Project"
%}
{% include card.html
title="An Interactive Data Structure Development System"
output="vertical"
url="http://ait.inf.ethz.ch/projects/2015/InteractiveDebugger/"
buttontext="View Project"
%}
{% include card.html
title="CORE: Foundations of Practical Concurrency Analysis"
output="vertical"
url="/research/core/"
buttontext="View Project"
%}
{% include card.html
title="EventRacer: Analysis of Event-Driven Applications"
output="vertical"
url="https://eventracer.org/"
buttontext="View Project"
%}
{% include card.html
title="Quality Virtual Machine"
output="vertical"
url="/publications/arnold2011qvm"
buttontext="View Project"
%}
{% include card.html
title="Paraglide: Synthesis of Concurrent Systems"
output="vertical"
url=""
buttontext="View Project"
%}
</div>
</div>
</div>
</div>
</article>