Adding seminar homepage links and some minor presentation tweaks.

pull/1/head
Oliver Kennedy 2016-01-08 10:58:38 -05:00
parent 5fc818947a
commit aa8aecc9aa
2 changed files with 21 additions and 8 deletions

View File

@ -8,13 +8,13 @@
.seminar .event .left_details {
display: inline-block;
width: 220px;
width: 150px;
vertical-align: top;
padding-left: 10px;
}
.seminar .event .right_details {
display: inline-block;
width: 400px;
width: 465px;
vertical-align: top;
}
.seminar .event .date {
@ -64,6 +64,10 @@
padding-bottom: 0px;
}
.seminar .details_expand a {
text-decoration: none;
}
.seminar .hidden {
visibility: hidden;
height: 0px;

View File

@ -10,6 +10,7 @@ schedule:
- when: Feb. 8
what: Reenacting Transactional Histories to Compute Their Provenance
who: Boris Glavic (IIT)
site: http://www.cs.iit.edu/~glavic/
where: Davis 113A
details:
abstract: |
@ -18,20 +19,23 @@ schedule:
Boris Glavic is an Assistant Professor of Computer Science at the Illinois Institute of Technology where he leads the IIT database group (<a href="http://www.cs.iit.edu/%7Edbgroup/">http://www.cs.iit.edu/~dbgroup/</a>). Before coming to IIT, Boris spent to two years as a PostDoc in the <a href="http://www.cs.toronto.edu/">Department of Computer Science</a> at the <a href="http://www.utoronto.ca/">University of Toronto</a> working at the <a href="http://dblab.cs.toronto.edu/home/">Database Research Group</a> under <a href="http://www.cs.toronto.edu/%7Emiller">Renée J. Miller</a>. He received a Diploma (Master) in Computer Science from the <a href="http://www.informatik.rwth-aachen.de/">RWTH Aachen</a> in Germany, and a PhD in Computer Science from the University of Zurich in Switzerland being advised by <a href="http://www.ifi.uzh.ch/dbtg/Staff/Boehlen">Michael Böhlen</a> and <a href="http://people.inf.ethz.ch/alonso/">Gustavo Alonso</a>. Boris is a professed database guy enjoying systems research based on solid theoretical foundations. His main research interests are provenance and information integration. He has build several provenance-aware systems (see <a href="http://cs.iit.edu/%7Edbgroup/research/index.html">http://cs.iit.edu/~dbgroup/research/index.html</a>) including Perm (relational databases), Ariadne (stream processing), GProM (database provenance middleware), Vagabond, and LDV (database virtualization and repeatability). 
- when: Feb. 15
who: Zack Ives (UPenn)
site: http://www.cis.upenn.edu/~zives/
what: Title TBD
where: Davis 113A
- when: Feb. 22
what: Mining and Understanding Software Enclaves
who: Chris Jermaine (Rice University)
site: http://www.cs.rice.edu/~cmj4/
where: Davis 113A
- when: Feb. 29
what: TBD
- when: Mar. 7
what: TBD
- when: Mar. 14
what: __Spring Break__
what: <b>Spring Break</b>
- when: Mar. 21
who: Wolfgang Gatterbauer (CMU)
site: http://www.andrew.cmu.edu/user/gatt/
what: Approximate lifted inference with probabilistic databases
where: Davis 113A
details:
@ -50,6 +54,7 @@ schedule:
what: TBD
- when: Apr. 18
who: Ihab Ilyas (Waterloo)
site: https://cs.uwaterloo.ca/~ilyas/
what: Title TBD
where: Location TBD
note: Wants 3PM-4PM blocked off for a conference call.
@ -66,9 +71,9 @@ extraCSS:
- file: seminar.css
---
# {{title}}
<h1>{{title}}</h1>
The UBDB seminar meets on Mondays at 10:30 AM, typically in Davis 113A. Subscribe to cse-database-list for more details.
<p>The UBDB seminar meets on Mondays at 10:30 AM, typically in Davis 113A. Subscribe to cse-database-list for more details. </p>
<div class="seminar">
{{#each schedule}}
@ -78,13 +83,17 @@ The UBDB seminar meets on Mondays at 10:30 AM, typically in Davis 113A. Subscri
{{#if who}}<div class="location">{{where}}</div>{{/if}}
</div>
<div class="right_details">
<div class="title">{{what}}</div>
{{#if who}}<div class="speaker">{{who}}</div>{{/if}}
<div class="title">{{{what}}}</div>
{{#if who}}<div class="speaker">
{{#if site}}<a href="{{site}}">{{/if}}
{{who}}
{{#if site}}</a>{{/if}}
</div>{{/if}}
</div>
{{#if url}}<center><a href="{{url}}" class="paper">{{url}}</a></center>{{/if}}
{{#if details}}
<div class="details_expand" id="Expand {{when}}">
<a href="#" onclick="document.getElementById('Expand {{when}}').className += ' hidden'; document.getElementById('Details {{when}}').className = 'details_body'; return false;">-- show details --</a>
<a href="#" onclick="document.getElementById('Expand {{when}}').className += ' hidden'; document.getElementById('Details {{when}}').className = 'details_body'; return false;">-- details --</a>
</div>
<div class="details_body hidden" id="Details {{when}}">
{{#if details/abstract}}