Skip to content

Commit

Permalink
Update paper (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvail committed Sep 3, 2023
1 parent 39ecbeb commit 6f07f96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions notebooks/simple_simulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "ddfba628792b452a9dd2cceff6ee0224",
"model_id": "19c3183782af4499a904994a7593c69e",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"SceneWidget(scenes=[{'id': 'dQ6u5Pg13qMfGtHHPX8NPxVF2', 'data': b'x\\xdaSLrw\\xf5\\xf7e`Pp\\xe0\\xe5RPVVd\\x00\\x020\\"
"SceneWidget(scenes=[{'id': 'igD76oQ1l1uaCexrjzXwPBF2K', 'data': b'x\\xdaSLrw\\xf5\\xf7e`Pp\\xe0\\xe5RPVVd\\x00\\x020\\"
]
},
"execution_count": 2,
Expand Down Expand Up @@ -186,7 +186,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.10.12"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
2 changes: 1 addition & 1 deletion paper/paper.bib
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Article{Costes2008,
@Article{Costes:2008,
author={Costes, Evelyne
and Smith, Colin
and Renton, Michael
Expand Down
4 changes: 3 additions & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'VMAppleT: ...'
title: 'VMAppleT: Apple Tree simulation using Markov Chains based on StocaTree'
tags:
- Python
- biology
Expand All @@ -24,6 +24,8 @@ bibliography: paper.bib

# Summary

VMAppleT project aimed to bring together models of topology and geometry in a single simulation such that the architecture of an apple tree may emerge from process interactions. This integration was performed using L-systems. A mixed approach was developed based on stochastic models to simulate plant topology and mechanistic model for the geometry. The succession of growth units (GUs) along axes and their branching structure were jointly modelled by a hierarchical hidden Markov model. A biomechanical model, derived from previous studies, was used to calculate stem form at the metamer scale, taking into account the intra-year dynamics of primary, secondary and fruit growth. Outputs consist of 3-D mock-ups – geometric models representing the progression of tree form over time. To asses these models, a sensitivity analysis was performed and descriptors were compared between simulated and digitised trees, including the total number of GUs in the entire tree, descriptors of shoot geometry (basal diameter, length), and descriptors of axis geometry (inclination, curvature). In conclusion, despite some limitations, MAppleT constitutes a useful tool for simulating development of apple trees in interaction with gravity [@Costes:2008].


# Acknowledgements

Expand Down

0 comments on commit 6f07f96

Please sign in to comment.