summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/home/SimulationSection.js
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-ui/src/components/home/SimulationSection.js')
-rw-r--r--opendc-web/opendc-web-ui/src/components/home/SimulationSection.js10
1 files changed, 6 insertions, 4 deletions
diff --git a/opendc-web/opendc-web-ui/src/components/home/SimulationSection.js b/opendc-web/opendc-web-ui/src/components/home/SimulationSection.js
index b0244cb5..739a5d11 100644
--- a/opendc-web/opendc-web-ui/src/components/home/SimulationSection.js
+++ b/opendc-web/opendc-web-ui/src/components/home/SimulationSection.js
@@ -5,16 +5,18 @@ const ModelingSection = () => (
<ScreenshotSection
name="project"
title="Datacenter Simulation"
- imageUrl="/img/screenshot-simulation-zoom.png"
+ imageUrl="/img/screenshot-simulation.png"
caption="Running an experiment in OpenDC"
imageIsRight={false}
>
<h3>Working with OpenDC:</h3>
<ul>
<li>Seamlessly switch between construction and simulation modes</li>
- <li>Choose one of several predefined workloads (Big Data, Bag of Tasks, Hadoop, etc.)</li>
- <li>Play, pause, and skip around the informative simulation timeline</li>
- <li>Visualize and demo live</li>
+ <li>
+ Choose one of several predefined workloads (Business Critical, Workflows, Machine Learning, Serverless,
+ etc.)
+ </li>
+ <li>Compare datacenter topologies using automated plots and visual summaries</li>
</ul>
</ScreenshotSection>
)