-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial.html
More file actions
110 lines (94 loc) · 4.64 KB
/
tutorial.html
File metadata and controls
110 lines (94 loc) · 4.64 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
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Somil Bansal</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78683315-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Somil Bansal</strong></a>
<ul class="icons">
<li><a href="https://github.com/smlbansal" class="icon brands fa-github"><span class="label">Medium</span></a></li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>Workshops, Tutorials, and Seminars</h1>
</header>
<!-- Content -->
<h2 id="content"><a href="https://sites.google.com/view/rss19safe/home">Robust Autonomy: Safe Robot Learning and Control in Uncertain Real-World Environments – Co-organizer – Workshop, RSS 2019</a></h2>
<p> The workshop brought together researchers from industry and academia to discuss the core challenges, promising solution strategies, fundamental limitations, and regulatory realities involved in deploying safety-critical systems in real-world environments.
</p>
<h2 id="content"> Hamilton-Jacobi Reachability: A Brief Overview and Recent Advances – Co-organizer – Tutorial, CDC 2017 </h2>
<p> The tutorial covered the theoretical foundations as well as computational tools for Hamilton-Jacobi (HJ) reachability analysis. The tutorial facilitated the application of HJ reachability to a variety of research domains such as model validation, human-robot interaction, and bio-engineering; it also started a platform for collaboration between these different fields.
<a href="https://www.youtube.com/playlist?list=PLrmdED6yqL3W6iCM3Vio3WzrsTTpkiluy">[Tutorial Videos]</a>
<a href="https://arxiv.org/abs/1709.07523">[Tutorial Paper]</a>
<br>
<br>
We also organized a similar workshop on reachability in UC Berkeley. Here are my slides on <a href="Papers/Introduction_to_Reachability_to_Share.pdf">Introduction to Reachability</a> from that workshop.
</p>
<h2 id="content"><a href="https://citris-uc.org/people-and-robots-seminar-series/">DREAM/CPAR Seminar - Co-organizer - Fall 2017–Spring 2019</a></h2>
<p> This seminar series has been well established over the past few years, and is a joint effort between the Design of Robotics and Embedded systems, Analysis, and Modeling Seminar and the CITRIS People and Robots Initiative.
</p>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Somil Bansal</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="about.html">Bio</a></li>
<li><a href="research.html">Research</a></li>
<li>
<span class="opener">Teaching and Outreach</span>
<ul>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="tutorial.html">Tutorials and Workshops</a></li>
<li><a href="outreach.html">Outreach</a></li>
<li><a href="mentoring.html">Mentoring</a></li>
</ul>
</li>
<li><a href="publications.html">Publications</a></li>
<li><a href="talks.html">Talks</a></li>
<li><a href="joinus.html">Join Us!</a></li>
</ul>
</nav>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>