Skip to content

Commit 4a7cd44

Browse files
fixed typo
1 parent 1c082a9 commit 4a7cd44

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

paper.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ tags:
77
authors:
88
- name: Remi Delaporte-Mathurin
99
orcid: 0000-0003-1064-8882
10-
corresponding: true # (This is how to denote the corresponding author)
11-
affiliation: 1 # (Multiple affiliations must be quoted)
10+
corresponding: true
11+
affiliation: 1
1212
- name: Tasnim Zulfiqar
1313
affiliation: 1
1414
- name: James Dark
@@ -52,20 +52,19 @@ Many established simulation platforms, such as MathWorks Simulink [@simulink] or
5252
- ``linear_feedback.json`` - Linear feedback system
5353
- ``spectrum.json`` - Spectral analysis example
5454

55-
![Graph editor tab (harmonic oscillator demo_.\label{fig:example}](example.png){ width=80% }
55+
![Graph editor tab (harmonic oscillator demo).\label{fig:example}](example.png){ width=100% }
5656

57-
![Results tab with interactive graph (harmonic oscillator demo_.\label{fig:example_results}](example_results.png){ width=80% }
57+
![Results tab with interactive graph (harmonic oscillator demo).\label{fig:example_results}](example_results.png){ width=100% }
5858

5959
# Features
6060

61-
6261
- **Node creation and connection**: Choose from 58 different simulation node types, configure parameters, and connect them visually.
63-
- **Custom styling**: Change node colours for improved readability.
6462
- **Integrated simulation**: Run `PathSim` simulations directly from the GUI.
6563
- **Interactive visualisation**: Embedded `plotly` plots for interactive data exploration. Export results data to CSV or export graph to HTML.
6664
- **Advanced global variables**: Define global variables, including via an integrated Python editor for complex expressions.
6765
- **Flexible I/O**: Save and load models in JSON format; export to Python scripts for advanced or automated use.
6866
- **Modular and extensible**: Designed for easy integration of new node types and custom functionality.
67+
- **Custom styling**: Change node colours for improved readability.
6968

7069

7170
# References

0 commit comments

Comments
 (0)