Skip to content

Commit

Permalink
revise front page
Browse files Browse the repository at this point in the history
  • Loading branch information
dfremont committed Jun 5, 2024
1 parent 0c78c0c commit 14700b0
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 5 deletions.
9 changes: 9 additions & 0 deletions _layouts/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@ <h3>{{site.scenic_applications[4].shortTitle}}</h3>
</div>
</section>

<section class="nutshell2">
<div class="wrapper row">
<div>
<h3>{{site.scenic_applications[5].shortTitle}}</h3>
<p>{{site.scenic_applications[5].content}}</p>
</div>
</div>
</section>

<!-- Talks/Papers -->
<section class="nutshell-head">
<div class="wrap">
Expand Down
5 changes: 4 additions & 1 deletion _sass/layout/nutshell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
background: $gray-nutshell;

padding-top: 40px;
padding-left: 40px;
padding-right: 40px;

.wrapper {
max-width: 1280px;
Expand Down Expand Up @@ -376,7 +378,8 @@
background: $gray-li;

padding-top: 40px;

padding-left: 40px;
padding-right: 40px;


.wrapper {
Expand Down
2 changes: 1 addition & 1 deletion _scenic_applications/2-aviation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
shortTitle: "Aviation"
---
<p>
Scenic has been interfaced to X-Plane simulator to test, debug, and design Boeing’s Taxi-Net to automate airplane taxing on ground airways. <a href="https://dl.acm.org/doi/10.1007/978-3-030-53288-8_6">https://dl.acm.org/doi/10.1007/978-3-030-53288-8_6</a>
Scenic has been interfaced to the <a href="https://www.x-plane.com/">X-Plane</a> simulator to test, debug, and retrain Boeing’s TaxiNet for autonomous airplane taxiing. See <a href="https://dl.acm.org/doi/10.1007/978-3-030-53288-8_6">our paper</a> for details.
</p>
2 changes: 1 addition & 1 deletion _scenic_applications/3-robotics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
shortTitle: "Robotics"
---
<p>
Scenic is interfaced to Gazebo simulator with the robot operating system (ROS) for testing and debugging.
Scenic has been interfaced to the Webots and Gazebo simulators to train, test, and debug robots in a variety of applications.
</p>
2 changes: 1 addition & 1 deletion _scenic_applications/5-reinforcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
shortTitle: "Reinforcement Learning"
---
<p>
Scenic has also been interfaced to Google Research Football simulator to train, either online or offline, reinforcement learning agents to play soccer. <a href="https://ojs.aaai.org/index.php/AAAI/article/view/20549">https://ojs.aaai.org/index.php/AAAI/article/view/20549</a>
Scenic has also been interfaced to Google Research Football simulator to train, either online or offline, reinforcement learning agents to play soccer. See <a href="https://ojs.aaai.org/index.php/AAAI/article/view/20549">our paper</a> for details.
</p>
8 changes: 8 additions & 0 deletions _scenic_applications/6-more.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
shortTitle: "And more..."
---
<p>
You can find a complete list of supported simulators <a href='https://scenic-lang.readthedocs.io/en/latest/simulators.html'>here</a>.
Scenic is also designed to be easy to interface to new simulators: see our <a href="https://scenic-lang.readthedocs.io/en/latest/new_simulator.html">documentation</a> for details.
If you have ideas for new simulators or application domains, let us know on <a href="https://forum.scenic-lang.org/">our forum</a>!
</p>
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ whyScenicTitle: "Why Scenic?"

# Scenic use cases
useCaseTitle: "Wide Range of Applications"
useCaseIntroduction: "Proven use cases across multiple domains. We currently support several simulators by default in Scenic. If you have a new simulator you'd like to interface to Scenic, or a new application domain, let us know!"
useCaseIntroduction: "Proven use cases across multiple domains. Scenic has built-in support for a variety of simulators and application domains."

# Scenic papers/talks
papersTitle: "Relevant Papers & Talks"
Expand Down

0 comments on commit 14700b0

Please sign in to comment.