forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 899 Bytes
/
index.html
File metadata and controls
27 lines (22 loc) · 899 Bytes
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
---
layout: default
---
<div style="margin: 6px 0 34px;">
<p style="max-width: 860px; margin: 0 0 14px; font-size: 1.06em; line-height: 1.7;">
We are an ML systems research group at UCSD led by professor Dan Fu. We are interested in making the next generation of intelligent systems faster and more efficient, with an eye towards how these systems get deployed on real silicon. Welcome!
</p>
<div style="width: 100%; max-width: 860px; height: 1px; background: #e5e5e5;"></div>
</div>
<div class="posts">
{% for post in site.posts %}
{% unless post.unlisted %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.excerpt }}
</div>
<!-- <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a> -->
</article>
{% endunless %}
{% endfor %}
</div>