Skip to content

Commit

Permalink
update applications
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdanielh committed May 22, 2024
1 parent 7a1ac88 commit c6d2917
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
12 changes: 12 additions & 0 deletions _layouts/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,18 @@ <h3>{{site.scenic_applications[3].shortTitle}}</h3>
</div>
</div>
</section>

<section class="nutshell">
<div class="wrapper row">
<div class="col-5 flex center">
<div class="application-image-holder" style="background-image: url('resources/img/frontpage/webots.png')"></div>
</div>
<div class="col-7">
<h3>{{site.scenic_applications[4].shortTitle}}</h3>
<p>{{site.scenic_applications[4].shortDescription}}</p>
</div>
</div>
</section>

<!-- Talks/Papers -->
<section class="nutshell-head">
Expand Down
4 changes: 2 additions & 2 deletions _scenic_applications/1-driving.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
shortTitle: "Driving"
shortDescription: "Give description and show code of either carla, driving domain, or gta simulator."
shortTitle: "Autonomous Vehicles"
shortDescription: "Give description and show code/example of either carla, driving domain, or gta simulator."
---
2 changes: 1 addition & 1 deletion _scenic_applications/2-aviation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
shortTitle: "Aviation"
shortDescription: "Give description and show code of x-plane simulator."
shortDescription: "Give description and show code/example of x-plane simulator."
---
2 changes: 1 addition & 1 deletion _scenic_applications/3-robotics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
shortTitle: "Robotics"
shortDescription: "Give description and show code of webots or gazebo simulator."
shortDescription: "Give description and show code/example of webots or gazebo simulator."
---
4 changes: 0 additions & 4 deletions _scenic_applications/4-extended.md

This file was deleted.

4 changes: 4 additions & 0 deletions _scenic_applications/4-reinforcement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
shortTitle: "Reinforcement Learning"
shortDescription: "Give description and show code/example of that soccer one."
---
4 changes: 4 additions & 0 deletions _scenic_applications/5-extended.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
shortTitle: "Extended Reality"
shortDescription: "Give description and show code/example of xr simulator."
---

0 comments on commit c6d2917

Please sign in to comment.