Skip to content

Commit

Permalink
Merge pull request #131 from jayfo/seminar_template
Browse files Browse the repository at this point in the history
Update Seminar Template and Pages
  • Loading branch information
jayfo committed Dec 29, 2015
2 parents 7828828 + 42b6d72 commit 33ee86f
Show file tree
Hide file tree
Showing 25 changed files with 1,235 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python

python:
- "3.4"
- "3.5"

install:
# Install Ruby
Expand Down
72 changes: 41 additions & 31 deletions _includes/seminartable.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,57 @@
{% assign seminars = include.seminars | sort: 'date' %}
{% if include.seminars == "upcoming" %}
{% assign seminars = site.seminars | seminar_upcoming: site.time | sort: 'date' %}
{% elsif include.seminars == "previous" %}
{% assign seminars = site.seminars | seminar_previous: site.time | sort: 'date' | reverse %}
{% endif %}

<html>
<section>
<div class="row">
<div class="col-md-12">
{% for item_seminar in seminars %}
<div class="col-md-2">
{% for item_seminar in seminars %}
{% if item_seminar.tbd %}
{% assign item_publish_speakers = null %}
{% assign item_publish_title = "TBD" %}
{% else %}
{% assign item_publish_speakers = item_seminar.speakers %}
{% assign item_publish_title = item_seminar.title %}
{% endif %}
<div class="col-md-3">
<div class="col-xs-12">
<h4>
{{ item_seminar.date | date: "%m/%d/%y"}}
</h4>
<div class="pull-left">
{{ item_seminar.time }}&nbsp;
</div>
<div class="pull-left">
{{ item_seminar.location }}
</div>
<div class="clearfix">
</div>
</div>
<div class="col-md-10">
<h4>
<div class="col-xs-12">
{{ item_seminar.time }}&nbsp;
</div>
<div class="col-xs-12">
{{ item_seminar.location }}
</div>
</div>
<div class="col-md-9">
<div class="col-xs-12">
<h4>
<a href="{{ item_seminar.url }}">
{{ item_seminar.title }}
{{ item_publish_title }}
</a>
</h4>
{% for item_names in item_seminar.name %}
{% for item_name in item_names offset: 1 %}
</div>
{% for item_speaker in item_publish_speakers %}
<div class="col-xs-12">
{% for item_name in item_speaker.name offset:1 %}
{{ item_name }}
{% endfor %}
{% if forloop.last %}
{{ item_names[0] }}
{% else %}
{{ item_names[0] | append:',' }}
{% endif %}
{% endfor %}
<br />
{{ item_seminar.affiliation }}
</div>
<div class="col-md-12">
<hr />
</div>
{% endfor %}
</div>
{{ item_speaker.name[0] }}
</div>
<div class="col-xs-12">
{{ item_speaker.affiliation }}
</div>
{% endfor %}
</div>
<div class="col-md-12">
<hr />
</div>
{% endfor %}
</div>
</section>
</html>
37 changes: 29 additions & 8 deletions _seminars/2015-10-07.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,39 @@
---
name:
- - Rello
################################################################################
# Version of the seminar format. The only valid value for this is '1'.
# We may increment this in the future to simplify maintenance of old seminars.
################################################################################
version: 1

################################################################################
# Date and time of the seminar. In quotes because : is a reserved character.
# Date must equal the name of this file.
################################################################################
date: 2015-10-07
time: "12:00 PM"
time_end: "1:20 PM"

################################################################################
# One or more speakers. Each speaker has name and affiliation.
#
# speakers:
# - name:
# - Surname
# - First
# - Middle
# - More
# affiliation: Computer Science & Engineering
################################################################################
speakers:
- name:
- Rello
- Luz

affiliation: Carnegie Mellon University
affiliation: Carnegie Mellon University

title: "ChangeDyslexia: Early Detection and Intervention at Large Scale"

location: HUB 145

date: 2015-10-07

time: "12:00 PM"

abstract: >
More than 10% of the population has dyslexia, and most are diagnosed only after they fail in school. My work is
changing this through scalable early detection and tools that help people with dyslexia read and write better. To
Expand Down
39 changes: 29 additions & 10 deletions _seminars/2015-10-14.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,38 @@
---
name:
- - Fourney
################################################################################
# Version of the seminar format. The only valid value for this is '1'.
# We may increment this in the future to simplify maintenance of old seminars.
################################################################################
version: 1

################################################################################
# Date and time of the seminar. In quotes because : is a reserved character.
# Date must equal the name of this file.
################################################################################
date: 2015-10-14
time: "12:00 PM"
time_end: "1:20 PM"

################################################################################
# One or more speakers. Each speaker has name and affiliation.
#
# speakers:
# - name:
# - Surname
# - First
# - Middle
# - More
# affiliation: Computer Science & Engineering
################################################################################
speakers:
- name:
- Fourney
- Adam

affiliation: Microsoft Research
affiliation: Microsoft Research

title: "Leveraging Signals Generated From Search Engines and Web-based Resources"

location: HUB 334

date: 2015-10-14

time: "12:00 PM"

abstract: >
Search engines and web-based resources have become ubiquitous and essential tools for supporting the use of
Expand All @@ -36,6 +57,4 @@ bio: >
Microsoft Research Redmond. Outside of his primary research interests, Adam is an active developer in the Pebble
smartwatch community.
video: ""

---
39 changes: 29 additions & 10 deletions _seminars/2015-10-21.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,39 @@
---
name:
- - Gajos
- Krzysztof
################################################################################
# Version of the seminar format. The only valid value for this is '1'.
# We may increment this in the future to simplify maintenance of old seminars.
################################################################################
version: 1

affiliation: Harvard University
################################################################################
# Date and time of the seminar. In quotes because : is a reserved character.
# Date must equal the name of this file.
################################################################################
date: 2015-10-21
time: "12:00 PM"
time_end: "1:20 PM"

################################################################################
# One or more speakers. Each speaker has name and affiliation.
#
# speakers:
# - name:
# - Surname
# - First
# - Middle
# - More
# affiliation: Computer Science & Engineering
################################################################################
speakers:
- name:
- Gajos
- Krzysztof
affiliation: Harvard University

title: "From Paid to Organic Crowdsourcing"

location: HUB 250

date: 2015-10-21

time: "12:00 PM"

abstract: >
Human computation systems seamlessly combine human perception, creativity and knowledge with machine-driven
algorithmic computation. Such systems have been demonstrated to accomplish tasks that could not previously be
Expand Down Expand Up @@ -47,6 +68,4 @@ bio: >
is a coeditor-in-chief of the ACM Transactions on Interactive Intelligent Systems. He is a recipient of a Sloan
Research Fellowship.
video: ""

---
37 changes: 29 additions & 8 deletions _seminars/2015-10-28.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,39 @@
---
name:
- - Kim
- Been
################################################################################
# Version of the seminar format. The only valid value for this is '1'.
# We may increment this in the future to simplify maintenance of old seminars.
################################################################################
version: 1

################################################################################
# Date and time of the seminar. In quotes because : is a reserved character.
# Date must equal the name of this file.
################################################################################
date: 2015-10-28
time: "12:00 PM"
time_end: "1:20 PM"

affiliation: Computer Science & Engineering
################################################################################
# One or more speakers. Each speaker has name and affiliation.
#
# speakers:
# - name:
# - Surname
# - First
# - Middle
# - More
# affiliation: Computer Science & Engineering
################################################################################
speakers:
- name:
- Kim
- Been
affiliation: Computer Science & Engineering

title: "Interactive and Interpretable Machine Learning Models for Human Machine Collaboration"

location: HUB 334

date: 2015-10-28

time: "12:00 PM"

abstract: >
I envision a system that enables successful collaborations between humans and machine learning models by harnessing
the relative strength to accomplish what neither can do alone. Machine learning techniques and humans have skills
Expand Down
39 changes: 29 additions & 10 deletions _seminars/2015-11-04.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,39 @@
---
name:
- - Holz
################################################################################
# Version of the seminar format. The only valid value for this is '1'.
# We may increment this in the future to simplify maintenance of old seminars.
################################################################################
version: 1

################################################################################
# Date and time of the seminar. In quotes because : is a reserved character.
# Date must equal the name of this file.
################################################################################
date: 2015-11-04
time: "12:00 PM"
time_end: "1:20 PM"

################################################################################
# One or more speakers. Each speaker has name and affiliation.
#
# speakers:
# - name:
# - Surname
# - First
# - Middle
# - More
# affiliation: Computer Science & Engineering
################################################################################
speakers:
- name:
- Holz
- Christian

affiliation: Microsoft Research
affiliation: Microsoft Research

title: "Glass Fibers, Mental Models, Mobile Devices, and Electro Shocks"

location: HUB 334

date: 2015-11-04

time: "12:00 PM"

abstract: >
In this talk, I explore the higher dimensions of touch input. I show how to enable mobile devices to sense 3D
information about the space above them from just the touch input they observe. I present a series of touchscreen
Expand All @@ -35,6 +56,4 @@ bio: >
Ph.D. in Human-Computer Interaction and masters and bachelor degrees in Software Engineering from University of
Potsdam, Germany.
video: ""

---
Loading

0 comments on commit 33ee86f

Please sign in to comment.