-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
100 lines (86 loc) · 3.25 KB
/
about.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
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>FPBench - About</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="fpbench.css">
</head>
<body>
<header>
<a href='.'>
<img src='img/logo.png' height='150' alt='FPBench Logo' />
<h1>FPBench</h1>
</a>
<p>Numerics community meetings and resources</p>
<ul>
<li><a href="index.html">Events</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="community.html">Tools</a></li>
<li><a href="https://groups.google.com/a/fpbench.org/g/fpbench">Mailing List</a></li>
</ul>
</header>
<h2>About</h2>
<p>
FPBench is committed to
advancing floating-point research
by providing a standard, unified platform for
benchmarks, tools, and practices.
Central to our mission is
shared infrastructure for reproducible research in
floating-point analysis, verification, and optimization.
FPBench fosters a collaborative community,
emphasizing open dialogue, shared resources, and collective growth.
To help achieve these goals long term,
FPBench members also develop and curate educational materials
for training the next generation
of scientists and engineers in numerical computing.
FPBench strives to facilitate research relationships
by creating spaces to connect, collaborate, and contribute,
thus co-creating a vibrant ecosystem driven by
mutual respect and shared purpose.
</p>
<h2>Contributors</h2>
<ul>
<li>Adobe Research</li>
<li>Amazon AWS</li>
<li>Cornell University</li>
<li>City University of London</li>
<li>Google</li>
<li>INRIA</li>
<li>Imperial College London</li>
<li>Intel</li>
<li>James Madison University</li>
<li>Lawrence Livermore National Laboratory</li>
<li>Meta</li>
<li>NASA Langley Research Center</li>
<li>Rutgers University</li>
<li>Sandia National Labs</li>
<li>University of California, Davis</li>
<li>University of Iowa</li>
<li>University of Utah</li>
<li>University of Washington</li>
<li>Yale University</li>
</ul>
<h2>Advisory Group</h2>
<ul>
<li><a href='https://pavpanchekha.com/'>Pavel Panchekha</a>, University of Utah</li>
<li><a href='https://avolkova.org/'>Anastasia Volkova</a>, INRIA</li>
<li>Bill Zorn, Intel</li>
<li><a href='https://ianbriggs.dev/'>Ian Briggs</a>, University of Utah</li>
<li><a href='https://www.linkedin.com/in/theo-drane-7753934/'>Theo Drane</a>, Intel</li>
<li><a href='https://www.linkedin.com/in/theodoreomtzigt/'>Theodore Omtzigt</a>, Lemurian Labs</li>
<li><a href='https://ztatlock.net/'>Zachary Tatlock</a>, University of Washington</li>
</ul>
<h2>Community Meetings</h2>
<ul>
<li><a href='https://fpbench.org/community-meetings.html'>Monthly Talk Series</a></li>
<li><a href='https://fpbench.org/talks/fptalks23.html'>Annual Workshop</a></li>
</ul>
<h2>Staying in Touch</h2>
<ul>
<li><a href='https://groups.google.com/a/fpbench.org/g/fpbench'>Mailing List</a></li>
<li><a href='https://join.slack.com/t/fptalks/shared_invite/zt-ft4cn3kn-eZ7WmcozZ37rc0xRGlT5Zg'>Slack</a></li>
</ul>
</body>
</html>