-
Notifications
You must be signed in to change notification settings - Fork 4
/
pastnews.html
86 lines (80 loc) · 2.97 KB
/
pastnews.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Jonathan Appavoo: Past News</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<menu>
<h2>Jonathan Appavoo Past News<br>
<a href="index.html">Home</a></h2>
<p>
</menu>
<content>
<ul class='fancy-list'>
<li> "Automatic Scalable Computation" accepted to ASPLOS 2014. </li>
<li>
Poster ,"EbbRT: Building a Distributed Library OS for
Datacenter Scale Systems", SOSP 2013, Nov 3, 2013.
</li>
<li> Program committee member for Real-Time and Embedded
Technology and Applications Symposium: RTAS 2014</li>
<li> Programm committee member for IEEE Cloud Engineering 2014: IC2E </li>
<li>
Awarded NSF CAREER Grant "Programmable Smart Machines"
</li>
<li>
Invited Talk: <a href="http://www.cs.bu.edu/~jappavoo/Resources/Papers/PSML/IPNKCMain.pdf">"In Pursuit of a New Kind of Computer"</a>, Jonathan Appavoo,
First NICTA Software Systems Summer School, Feb 5-6, 2013.
</li>
<li>
Poster, "System-Level Integration and Exploitation of
Machine Learning", accepted for presented at OSDI 2012.
</li>
<li>
As part of a multi-university team of investigators has been
awarded a <a href="http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1229059">High Performance Computing infrastructure grant from the NSF</a>.
</li>
<li>
Reviewer for IEEE Internet Computing, Issue on
Virtualization.
</li>
<li>
Guest Lecture at Artemis @ BU 2012
</li>
<li>
Program committee member for VEE 2013 (the ACM SIGPLAN/SIGOPS
International Conference on Virtual Execution Environments).
</li>
<li>
Invited to present at the DOE Workshop on Exascale Operating
Systems and Runtime Software -- The goal of this workshop is to
explore fundamental computer science research directions in
operating systems and runtime (OS/R) software, engaging the
research community on the Exascale OS and runtime software
roadmap.
</li>
<li>
Awarded MGHPCC Seed Grant: Clinical Elastic High
Performance Computing.
</li>
<li>
Named Junior Faculty Fellow of the The Rafik B. Hariri
Institute for Computing and Computational Science & Engineering
at Boston University.
</li>
</ul>
</content>
<div class='clear'></div>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>