-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·63 lines (52 loc) · 2.07 KB
/
index.html
File metadata and controls
executable file
·63 lines (52 loc) · 2.07 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
---
layout: default
title: "UVa AIML Seminar"
---
<div class="introduction">
<!-- <h1>hi.</h1> -->
<p align="bottom">
The UVa Artificial Intelligence and Machine Learning (AIML) seminar provides a communication platform for our colleagues and friends who are working on artificial intelligence, machine learning, and their applications.
</p>
<p>
If you would like to receive the announcement of seminar talks, please <a href="https://lists.virginia.edu/sympa/subscribe/aiml-seminar" target="_blank">subscribe our mailing list</a>: aiml-seminar at virginia.edu
</p>
<p>
We are looking for speakers to share their work in this AIML seminar. If you are interested in giving a talk or suggest a speaker, please contact the <a href="{{ site.baseurl }}{% link about.md %}">current organizers</a>: {yangfeng, ptf8v, ylkuo} at virginia.edu
</p>
<p>If you would like to watch the previous talks, you can find the videos <a href="https://virginia.box.com/s/k7of34bm1ek24c8jsedsaax4f0yzisri" target="_blank">here</a>.</p>
</div>
<div class="toc">
<h2>Upcoming Talks</h2>
<ul class="texts">
{% assign sorted = site.texts | sort:"time" %}
{% for item in sorted %}
<li class="text-title"> {{item.time}}
<a href={{ item.homepage }}>{{ item.author }}</a> :
<a href="{{ site.baseurl }}{{ item.url }}"> {{ item.title }}</a>
</li>
{% endfor %}
</ul>
</div>
<div class="toc">
<h2>Past Talks</h2>
<ul class="texts">
{% assign sorted = site.pasttalks | sort:"time" | reverse %}
{% for item in sorted %}
<li class="text-title"> {{item.time}}
<a href="{{ item.homepage }}">{{ item.author }}</a> :
<a href="{{ site.baseurl }}{{ item.url }}"> {{ item.title }}</a>
</li>
{% endfor %}
</ul>
</div>
<!---
<p>
Information about the <a href="{{ site.baseurl}}/future/">scheduled talks</a>.
</p>
--->
<hr style="height:2px;border-width:0;color:gray;background-color:gray">
<div class="sponsorship">
<!-- <h1>hi.</h1> -->
<h2>Sponsors</h2><br>
University of Virginia School of Engineering & Applied Science
</div>