Rejiggering Seminar Page

This commit is contained in:
Oliver Kennedy 2018-02-09 10:25:47 -05:00
parent 4e533045c5
commit d7708f373d
3 changed files with 17 additions and 11 deletions

View file

@ -3,18 +3,21 @@
}
.seminar .event .date {
font-size: 20px;
text-align: right;
}
.seminar .event .location {
font-size: 16px;
text-align: right;
}
.seminar .event .title {
font-size: 18px;
text-align: right;
font-size: 20px;
text-align: left;
font-weight: bold;
}
.seminar .event .speaker {
margin-top: 6px;
font-size: 16px;
text-align: right;
text-align: left;
}
.seminar .event .details_body {

View file

@ -17,21 +17,24 @@ schedule:
where: Location TBD
details:
abstract: TBD
bio: TBD
bio: |
Bill Howe is an Associate Professor in the Information School, Adjunct Associate Professor in Computer Science & Engineering, and Associate Director and Senior Data Science Fellow at the UW eScience Institute. He is a co-founder of Urban@UW, and with support from the MacArthur Foundation and Microsoft, leads UW's participation in the MetroLab Network. He created a first MOOC on Data Science through Coursera, and led the creation of the UW Data Science Masters Degree, where he serves as its first Program Director and Faculty Chair. He also serves on the Steering Committee of the Center for Statistics in the Social Sciences.
- when: May 15; Time TBD
what: Rethinking Query Execution on Big Data
who: Dan Suciu (University of Washington)
where: Location TBD
details:
abstract: TBD
bio: TBD
bio: |
Dan Suciu is a full professor of computer science at the University of Washington. He received his Ph.D. from the University of Pennsylvania in 1995 under the supervision of Val Tannen. After graduation, he was a principal member of the technical staff at AT&T Labs until he joined the University of Washington in 2000. Suciu does research in data management, with an emphasis on Web data management and managing uncertain data. He is a co-author of an influential book on managing semistructured data.
- when: May 17; Time TBD
what: Title TBD
who: Alexandra Meliou (UMass Amherst)
where: Location TBD
details:
abstract: TBD
bio: TBD
bio: |
Alexandra Meliou is an Assistant Professor in the College of Information and Computer Science, at the University of Massachusetts, Amherst. She has held this position since September 2012. Prior to that, she was a Post-Doctoral Research Associate at the University of Washington, working with Dan Suciu. Alexandra received her PhD and MS degrees from the Electrical Engineering and Computer Sciences Department at the University of California, Berkeley, in 2009 and 2005 respectively. She is the recipient of an ACM SIGMOD Research Highlight Award, an ACM SIGSOFT Distinguished Paper Award, an NSF CAREER Award, a Google Faculty Research Award, and a Siebel Scholarship. Her research interests are in the area of data and information management, with a current emphasis on provenance, causality, and reverse data management.
---
<p>Subscribe to <a href="https://listserv.buffalo.edu/cgi-bin/wa?A0=cse-database-list">cse-database-list</a> for more details about the UBDB seminar.</p>

View file

@ -7,7 +7,11 @@
<% schedule.each do |event| %>
<div class="event panel panel-default">
<div class="panel-heading">
<div style="align: right; float: right; ">
<div style="float: right;">
<div class="date"><%= event["when"] %></div>
<% if event.has_key? "where" %><div class="location"><%= event["where"] %></div><% end %>
</div>
<div>
<div class="title"><%= event["what"] %></div>
<% if event.has_key? "who" %><div class="speaker">
<% if event.has_key? "site" %><a href="<%= event["site"] %>"><% end %>
@ -15,10 +19,6 @@
<% if event.has_key? "site" %></a><% end %>
</div><% end %>
</div>
<div>
<div class="date"><%= event["when"] %></div>
<% if event.has_key? "where" %><div class="location"><%= event["where"] %></div><% end %>
</div>
</div>
<div class="panel-body">
<% if event.has_key? "url" %><center><a href="<%= event["url"] %>" class="paper"><%= event["url"] %></a></center><% end %>