Skip to content

Commit d7e8490

Browse files
committed
Update index.md
move the graph viewer down
1 parent 3665d44 commit d7e8490

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

docs/src/index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,7 @@ Depth = 5
4949

5050
**Why choose PlantSimEngine?**
5151

52-
- **Simplicity**: Write less code, focus on your model's logic, and let the framework handle the rest. You can also inspect and edit model coupling directly from the graph view:
53-
54-
```@raw html
55-
<iframe
56-
src="www/simple_dependency_graph.html"
57-
style="width: 100%; height: 720px; border: 1px solid #d8cfc2; border-radius: 8px; background: #f7f0e7;"
58-
title="PlantSimEngine dependency graph example"
59-
></iframe>
60-
```
61-
52+
- **Simplicity**: Write less code, focus on your model's logic, and let the framework handle the rest.
6253
- **Modularity**: Each model component can be developed, tested, and improved independently. Assemble complex simulations by reusing pre-built, high-quality modules.
6354
- **Standardisation**: Clear, enforceable guidelines ensure that all models adhere to best practices. This built-in consistency means that once you implement a model, it works seamlessly with others in the ecosystem.
6455
- **Optimised Performance**: Don't re-invent the wheel. Delegating low-level tasks to PlantSimEngine guarantees that your model will benefit from every improvement in the framework. Enjoy faster prototyping, robust simulations, and efficient execution using Julia's high-performance capabilities.
@@ -71,6 +62,16 @@ Depth = 5
7162

7263
**Intuitive Multi-Scale Support:** The framework naturally handles models operating at different scales—from organelle to ecosystem—connecting them with minimal effort and maintaining consistency across scales.
7364

65+
Model coupling can be done in Julia scripts or interactively in the graph view (or both):
66+
67+
```@raw html
68+
<iframe
69+
src="www/simple_dependency_graph.html"
70+
style="width: 100%; height: 500px; border: 1px solid #d8cfc2; border-radius: 8px; background: #f7f0e7;"
71+
title="PlantSimEngine dependency graph example"
72+
></iframe>
73+
```
74+
7475
### Flexibility with Precision Control
7576

7677
**Effortless Model Switching:** Researchers can switch between different component models using a simple syntax without rewriting the underlying model code. This enables rapid comparison between different hypotheses and model versions, accelerating the scientific discovery process.

0 commit comments

Comments
 (0)