-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
58 lines (54 loc) · 3.67 KB
/
index.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
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>
ExceLint
</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<br />
<img src="logos/ExceLint/ExceLint.png" height="100" alt="[ExceLint logo]">
<p>ExceLint is an Excel add-in that automatically finds formula errors in spreadsheets. It is a product of research from the <a href="https://plasma-umass.org">PLASMA lab @ UMass Amherst</a> and Microsoft Research.</p>
<p>by <a href="http://www.cs.williams.edu/~dbarowy/">Dan Barowy</a> (Williams College), <a href="https://www.emeryberger.com/">Emery Berger</a> (UMass Amherst / Microsoft Research), and <a href="https://www.microsoft.com/en-us/research/people/zorn/">Ben Zorn</a> (Microsoft Research).</p>
<br />
<br />
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-6">
<h2 id="source">Source code</h2>
<p>Source code for the add-in may be found <a href="https://github.com/plasma-umass/ExceLint-addin">at its GitHub repository</a>.</p>
<h2 id="source">Privacy</h2>
<p>The ExceLint add-in does not collect personally identifiable information. See <a href="privacy.html">the privacy statement</a> for more details.</p>
</div>
<div class="col-6">
<h2 id="support">Support</h2>
<p>ExceLint is provided without any guarantee of support. However, we welcome <a href="https://github.com/plasma-umass/ExceLint-addin/issues/new?assignees=dbarowy%2C+emeryberger%2C+bzorn&labels=bug&template=bug_report.md&title=">bug reports</a> and <a href="https://github.com/plasma-umass/ExceLint-addin/issues/new?assignees=dbarowy%2C+emeryberger%2C+bzorn&labels=enhancement&template=feature_request.md&title=">enhancement/feature requests</a>.
<h2 id="paper">Technical Details</h2>
<p>The following technical paper describes how ExceLint works and includes an extensive empirical evaluation: <a href="https://github.com/ExceLint/ExceLint/blob/master/ExceLint-OOPSLA2018.pdf"><em>ExceLint: Automatically Finding Spreadsheet Formula Errors</em></a>, Daniel W. Barowy (Williams College), Emery D. Berger (University of Massachusetts Amherst), Benjamin Zorn (Microsoft Research). In <em>Proceedings of the ACM on Programming Languages</em>, Volume 2, Number OOPSLA.</p>
</div>
</div>
<div class="row">
<div class="col-12">
<h2 id="acknowledgements">Acknowledgements</h2>
<p>This material is based upon work supported by the National Science
Foundation under Grant No. CCF-1617892. Any opinions, findings, and
conclusions or recommendations expressed in this material are those of
the author(s) and do not necessarily reflect the views of the National
Science Foundation.</p>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>