-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MS: added panel people and updated website layout
- Loading branch information
Showing
33 changed files
with
451 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<article class="post"> | ||
|
||
<header class="post-header"> | ||
<h1 class="post-title">{{ page.title | escape }}</h1> | ||
</header> | ||
|
||
<div class = "post-content"> | ||
<table style="border-collapse: collapse; border: none;"> | ||
{% for panellist in site.panel %} | ||
<tr style="border: none;"> | ||
<td style="border: none;"> | ||
<div class="col-xs-6"> | ||
<p align="center"> | ||
{% if panellist.img %} | ||
<img class="people-pic" src="{{ panellist.img | prepend: '/assets/img/panel/' | prepend: site.baseurl | prepend: site.url }}" target="_blank"> | ||
{% else %} | ||
<img class="people-pic" src="{{ 'avatar.jpg' | prepend: '/assets/img/panel/' | prepend: site.baseurl | prepend: site.url }}" target="_blank"> | ||
{% endif %} | ||
</p> | ||
</div> | ||
</td> | ||
<td style="border: none;"> | ||
<div class="people-name text-center"> | ||
<!-- panel name (link to webpage if provided) --> | ||
{% if panellist.webpage %} | ||
<b><a href="{{ panellist.webpage }}" target="_blank">{{ panellist.name }}</a></b> | ||
{% else %} | ||
<b>{{ panellist.name }}</b> | ||
{% endif %} | ||
<br> | ||
<!-- panel affiliation (if provided) --> | ||
{% if panellist.affil_link %} | ||
<a href="{{ panellist.affil_link }}" target="_blank">{{ panellist.affil }}</a> | ||
{% else %} | ||
{{ panellist.affil }} | ||
{% endif %} | ||
<!-- Additional panel affiliation (if provided) --> | ||
{% if panellist.affil2_link %} | ||
<br> | ||
<a href="{{ panellist.affil2_link }}" target="_blank">{{ panellist.affil2 }}</a> | ||
{% elsif panellist.affil2 %} | ||
<br> | ||
{{ panellist.affil2 }} | ||
{% endif %} | ||
</div> | ||
</td> | ||
<td style="border: none;"> | ||
<div class="people-name text-center"> | ||
{{ panellist.content }} | ||
</div> | ||
</td> | ||
</tr> | ||
{% endfor %} | ||
</table> | ||
</div> | ||
|
||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
# Name of the speaker | ||
name: Javier Civera | ||
|
||
# Link to the speaker's webpage | ||
webpage: http://webdiis.unizar.es/~jcivera/ | ||
|
||
# Primary affiliation of the speaker | ||
affil: SLAM Lab & Robotics, Perception and Real-Time Group | ||
# Link to the speaker's primary affiliation | ||
affil_link: http://robots.unizar.es/slamlab/ | ||
|
||
# An image of the speaker (square aspect ratio works the best) (place in the `assets/img/panel` directory) | ||
img: Javier.jpeg | ||
|
||
# (Optional) Secondary affiliation of the speaker | ||
affil2: Associate Professor at University of Zaragoza | ||
# Link to the speaker's secondary affiliation | ||
affil2_link: https://www.unizar.es/university-zaragoza | ||
--- | ||
|
||
<!-- Whatever you write below will show up as the speaker's bio --> | ||
|
||
Javier Civera is an associate professor at University of Zaragoza and an expert in SLAM. His research interests include Computer Vision and Robotics, specifically Structure from Motion, SLAM and visual recognition. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
# Name of the speaker | ||
name: Miloš Prágr | ||
|
||
# Link to the speaker's webpage | ||
webpage: https://milospragr.com/ | ||
|
||
# Primary affiliation of the speaker | ||
affil: Computational Robotics Laboratory | ||
# Link to the speaker's primary affiliation | ||
affil_link: https://comrob.fel.cvut.cz/ | ||
|
||
# An image of the speaker (square aspect ratio works the best) (place in the `assets/img/panel` directory) | ||
img: Milos.jpeg | ||
|
||
# (Optional) Secondary affiliation of the speaker | ||
affil2: Czech Technical University in Prague | ||
# Link to the speaker's secondary affiliation | ||
affil2_link: https://www.cvut.cz/en | ||
--- | ||
|
||
<!-- Whatever you write below will show up as the speaker's bio --> | ||
|
||
Miloš is a Postdoctoral researcher in the Computational Robotics Laboratory Department at the Czech Technical University in Prague. Miloš' research aims to improve the autonomy of mobile robots on long-term, unsupervised missions in outdoor environments. His main focus is on assessing traversability through complex environments, such as terrains whose traversability changes with time or vegetation that appears rigid but can be passed through. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
# Name of the speaker | ||
name: Steven Waslander | ||
|
||
# Link to the speaker's webpage | ||
webpage: https://www.trailab.utias.utoronto.ca/stevenwaslander | ||
|
||
# Primary affiliation of the speaker | ||
affil: University of Toronto Institute for Aerospace Studies | ||
# Link to the speaker's primary affiliation | ||
affil_link: https://www.utias.utoronto.ca/ | ||
|
||
# An image of the speaker (square aspect ratio works the best) (place in the `assets/img/panel` directory) | ||
img: Steven.png | ||
|
||
# (Optional) Secondary affiliation of the speaker | ||
affil2: Toronto Robotics and AI Lab | ||
# Link to the speaker's secondary affiliation | ||
affil2_link: https://www.trailab.utias.utoronto.ca/ | ||
--- | ||
|
||
<!-- Whatever you write below will show up as the speaker's bio --> | ||
|
||
Prof. Steven Waslander is a leading authority on autonomous aerial and ground vehicles, including multirotor drones and autonomous driving vehicles. His research interests include Multirotor Drones, Aerial Robotics, Robotic Vision, SLAM, Scan Registration, Motion Planning, Autonomous Driving. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
# Name of the speaker | ||
name: Teresa Vidal Calleja | ||
|
||
# Link to the speaker's webpage | ||
webpage: https://profiles.uts.edu.au/Teresa.VidalCalleja | ||
|
||
# Primary affiliation of the speaker | ||
affil: Research Director at the Robotics Institute | ||
# Link to the speaker's primary affiliation | ||
affil_link: https://www.uts.edu.au/research/robotics-institute | ||
|
||
# An image of the speaker (square aspect ratio works the best) (place in the `assets/img/panel` directory) | ||
img: Teresa.jpeg | ||
|
||
# (Optional) Secondary affiliation of the speaker | ||
affil2: Associate Professor School of Mechanical and Mechatronic Engineering at UTS | ||
# Link to the speaker's secondary affiliation | ||
affil2_link: https://www.uts.edu.au/ | ||
--- | ||
|
||
<!-- Whatever you write below will show up as the panellist's bio --> | ||
|
||
Teresa Vidal-Calleja is a robotics expert focusing on enabling robots to be deployed in environments that are hazardous or difficult for people to access. Teresa’s research interests include robotics perception, alternative sensing, inertial fusion, SLAM, continuous mapping, aerial and ground robots cooperation, autonomous navigation, automatic recognition, digital engineering, with applications in manufacturing, the meat and livestock sector, mining, and construction and logistics. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-09-01T11:50:17-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Standing the Test of Time Workshop</title><subtitle></subtitle></feed> | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-09-05T11:01:14-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Standing the Test of Time Workshop</title><subtitle></subtitle></feed> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.