From 2f4557eaed6e441eedd3cefe166eb3b1d44b7760 Mon Sep 17 00:00:00 2001 From: MattRoweEAIF <125647690+MattRoweEAIF@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:46:31 +0100 Subject: [PATCH] Remove aws link modified about page (#124) * updated title video to 0.9.15 * added oasis blog post * finished blog * typo * small edits * removed NVIDIA as sponsor * remove about page * modified about page --- _posts/2019-03-01-release-0.9.4.md | 2 +- _team/founders/01-german.md | 6 +++--- _team/founders/02-vladlen.md | 6 +++--- _team/founders/03-antonio.md | 6 +++--- about.html | 8 ++++++-- 5 files changed, 16 insertions(+), 12 deletions(-) diff --git a/_posts/2019-03-01-release-0.9.4.md b/_posts/2019-03-01-release-0.9.4.md index 47373077a0..9df1b904da 100644 --- a/_posts/2019-03-01-release-0.9.4.md +++ b/_posts/2019-03-01-release-0.9.4.md @@ -166,7 +166,7 @@ In this release, we have simplified the process of creating and ingesting new co ### Importing maps into CARLA -New maps based on FBX and OpenDrive files, such as those created by [VectorZero's RoadRunner](https://www.vectorzero.io/){:target="_blank"} software. To this end maps just have to be placed as tar.gz files into the "ExportedMaps" folder within CARLA root folder. Then you can run ImportMaps.sh (for now only on Linux) to patch the map into the project. Then just load that map by invoking it in CARLA by name. An example of this functionality can be seen by downloading our new [Town06](https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/Town06_0.9.5.tar.gz){:target="_blank"} and following these instructions: +New maps based on FBX and OpenDrive files, such as those created by [VectorZero's RoadRunner](https://www.vectorzero.io/){:target="_blank"} software. To this end maps just have to be placed as tar.gz files into the "ExportedMaps" folder within CARLA root folder. Then you can run ImportMaps.sh (for now only on Linux) to patch the map into the project. Then just load that map by invoking it in CARLA by name. An example of this functionality can be seen by downloading our new [Town06](https://carla-releases.s3.us-east-005.backblazeb2.com/Linux/Town06_0.9.5.tar.gz){:target="_blank"} and following these instructions: ``` mv Town06_0.9.4.tar.gz /ExportedMaps diff --git a/_team/founders/01-german.md b/_team/founders/01-german.md index 7f306acb0a..f872a907a7 100644 --- a/_team/founders/01-german.md +++ b/_team/founders/01-german.md @@ -1,8 +1,8 @@ --- -name_: German Ros -description: +name_: German Ros - NVIDIA +description: German is the director of Simulation Ecosystem Development at NVIDIA. He holds a PhD in Visual Simultaneous Localization and Mapping for Autonomous Cars from the Computer Vision Center in Barcelona. He manages several open source projects in autonomous driving and robotics. portrait: img/team/researchers/german_ros.png -from: Intel Labs +from: page: http://germanros.net/ github: --- diff --git a/_team/founders/02-vladlen.md b/_team/founders/02-vladlen.md index b5fc1e30df..be1327952f 100644 --- a/_team/founders/02-vladlen.md +++ b/_team/founders/02-vladlen.md @@ -1,8 +1,8 @@ --- -name_: Vladlen Koltun -description: +name_: Vladlen Koltun - Apple +description: Vladlen is a Distinguished scientist at Apple, working on research in multiple areas of machine learning. He previously worked as Chief Scientest for Intelligent Systems at Intel, where he built an international research lab, focusing on robotics, computer vision, image synthesis and machine learning. portrait: img/team/researchers/vladlen_koltun.png -from: Apple +from: page: http://vladlen.info/ github: --- diff --git a/_team/founders/03-antonio.md b/_team/founders/03-antonio.md index 8421bb14f6..26e14b136b 100644 --- a/_team/founders/03-antonio.md +++ b/_team/founders/03-antonio.md @@ -1,8 +1,8 @@ --- -name_: Antonio M. Lopez -description: +name_: Antonio M. Lopez - CVC & UAB +description: Antonio is the head of the Advanced Driver Assistance Systems (ADAS) Group at the Computer Vision Center and Associate Professor of the Computer Science Department at the the Universitat Autònoma de Barcelona (UAB). portrait: img/team/researchers/antonio_lopez.png -from: CVC & UAB +from: page: http://www.cvc.uab.es/~antonio/ github: --- \ No newline at end of file diff --git a/about.html b/about.html index 00d3dbdd31..3651eafa64 100644 --- a/about.html +++ b/about.html @@ -5,11 +5,13 @@ ---
- {% assign teams = "founders,developers,artists,former members" | split: ',' %} + {% assign teams = "founders,board members" | split: ',' %} {% for team in teams%}

{{ team | capitalize }}

+
+
{% for member in site.team %} {% assign member_team = member | relative_url | replace: '%20', ' ' | split:'/'%} {% if member_team[2] == team %} @@ -18,12 +20,14 @@

{% else if member.github %} {% assign url = member.github %} {% endif %} +
{{ member.name_ }}

{{ member.name_ }}

+

{{ member.description }}

{{ member.from }}

- +
{% endif %} {% endfor %} {% endfor %}