-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (87 loc) · 4.81 KB
/
Copy pathindex.html
File metadata and controls
97 lines (87 loc) · 4.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Scanalog</title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/lumen/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
.author {
text-align: center;
}
.authorname {
font-weight: 400;
}
.abstract {
font-size: 1.3em;
}
.headinglink {
font-size: 0.9em;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12" style="text-align:center">
<h1>Scanalog: Interactive Design and Debugging of Analog Circuits with Programmable Hardware</h1>
</div>
</div>
<div class="row">
<div class="col-sm-4 author">
<p class="lead"><a href="http://cs.stanford.edu/people/estrasni/" class="authorname">Evan Strasnick</a><br>Stanford</p>
</div>
<div class="col-sm-4 author">
<p class="lead"><a href="http://graphics.stanford.edu/~maneesh/" class="authorname">Maneesh Agrawala</a><br>Stanford</p>
</div>
<div class="col-sm-4 author">
<p class="lead"><a href="https://shape.stanford.edu" class="authorname">Sean Follmer</a><br>Stanford</p>
</div>
</div>
<!-- <div class="row">
<div class="col-sm-12" style="text-align:center">
<p class="lead">To appear at UIST 2017</p>
</div>
</div> -->
<div class="row">
<div class="col-sm-12">
<img src="./scanalog_gui.jpg" width="100%">
<h3>Abstract</h3>
<p class="lead abstract">
Analog circuit design is a complex, error-prone task in which the processes of gathering observations, formulating reasonable hypotheses, and manually adjusting the circuit raise significant barriers to an iterative workflow. We present Scanalog, a tool built on programmable analog hardware that enables users to rapidly explore different circuit designs using direct manipulation, and receive immediate feedback on the resulting behaviors without manual assembly, calculation, or probing. Users can interactively tune modular signal transformations on hardware with real inputs, while observing real-time changes at all points in the circuit. They can create custom unit tests and assertions to detect potential issues. We describe three interactive applications demonstrating the expressive potential of Scanalog. In an informal evaluation, users successfully conditioned analog sensors and described Scanalog as both enjoyable and easy to use.
</p>
</div>
</div>
<h3>Paper
<a href="paper-small.pdf" class="headinglink"> PDF (3.9MB)</a>
<!-- <a href="paper-big.pdf" class="headinglink">Hi-res PDF (55MB)</a> -->
</h3>
<h3>Code Repository
<a href="https://github.com/estrasnick/Scanalog-Implementation" class="headinglink"> GitHub</a>
</h3>
<h3>Video
<a href="https://drive.google.com/file/d/0BxmQCJsLu_T2T0daUHpHckV3bFU/view?usp=sharing" class="headinglink">MP4 (167MB)</a>
</h3>
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed/D43a-r5M9ys' frameborder='0' allowfullscreen></iframe></div>
<!-- <h3>Supplementary material: (Source code coming soon!)</h3> -->
<h3>Bibtex</h3>
<pre>
@inproceedings{strasnick2017scanalog,
title={Scanalog: Interactive Design and Debugging of Analog Circuits with Programmable Hardware},
author={Strasnick, Evan and Agrawala, Maneesh and Follmer, Sean},
booktitle={UIST'17},
year={2017},
organization={ACM}
}</pre>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"></script>-->
</body>
</html>