@@ -63,7 +63,7 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
6363 < ul id ="menu ">
6464 < li > < a href ="#gettingstarted "> Getting Started</ a > </ li >
6565 < li > < a href ="#features "> Features</ a > </ li >
66- < li > < a href ="#feascript-platform "> FEAScript-platform </ a > </ li >
66+ < li > < a href ="#feascriptplatform "> FEAScript Platform </ a > </ li >
6767 < li > < a href ="#tutorials "> Tutorials</ a > </ li >
6868 < li > < a href ="#documentation "> Documentation</ a > </ li >
6969 < li > < a href ="#licensing "> Licensing</ a > </ li >
@@ -115,7 +115,7 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
115115 </ li >
116116 < li >
117117 < b > Visual Editor:</ b > The
118- < a href ="https://platform.feascript.com " target ="_blank "> FEAScript- platform</ a > provides a no-code,
118+ < a href ="https://platform.feascript.com " target ="_blank "> FEAScript platform</ a > provides a no-code,
119119 block-based interface for creating simulations without writing any JavaScript code.
120120 </ li >
121121 </ ul >
@@ -146,7 +146,7 @@ <h2 id="features"><a name="Features"></a>Features</h2>
146146 < li >
147147 < b > Parallelization</ b >
148148 < ul >
149- < li > Web Workers support for multi-threaded computation</ li >
149+ < li > Web workers support for multi-threaded computation</ li >
150150 </ ul >
151151 </ li >
152152 < li >
@@ -193,10 +193,10 @@ <h2 id="features"><a name="Features"></a>Features</h2>
193193 to get started.
194194 </ p >
195195
196- < h2 id ="feascript-platform "> < a name ="FEAScript-platform "> </ a > FEAScript-platform </ h2 >
196+ < h2 id ="feascriptplatform "> < a name ="FEAScriptplatform "> </ a > FEAScript Platform </ h2 >
197197 < p >
198198 For a visual approach to creating simulations, we are developing the
199- < a href ="https://platform.feascript.com " target ="_blank "> FEAScript- platform</ a > - a browser-based visual
199+ < a href ="https://platform.feascript.com " target ="_blank "> FEAScript platform</ a > - a browser-based visual
200200 editor built on the
201201 < a href ="https://developers.google.com/blockly/ " target ="_blank "
202202 > Blockly
@@ -207,16 +207,16 @@ <h2 id="feascript-platform"><a name="FEAScript-platform"></a>FEAScript-platform<
207207 /> </ a >
208208 library. This no-code interface allows users to build and run finite element simulations directly in
209209 their browser by connecting visual blocks. While FEAScript's JavaScript API offers full programmatic
210- control for advanced customization, the FEAScript- platform provides an accessible entry point for users without
211- coding experience. FEAScript- platform also provides the ability to save and load projects in XML format,
210+ control for advanced customization, the FEAScript platform provides an accessible entry point for users without
211+ coding experience. FEAScript platform also provides the ability to save and load projects in XML format,
212212 enabling easy sharing and reuse of simulation configurations.
213213 </ p >
214214
215215 < h2 id ="tutorials "> < a name ="Tutorials "> </ a > Tutorials</ h2 >
216216 < p >
217217 Below, you can explore tutorials that provide a step-by-step introduction to FEAScript. These tutorials
218218 show you how to use FEAScript's JavaScript API directly - for integrating finite element simulations
219- into your own websites and applications - or how to use the FEAScript- platform visual editor for a
219+ into your own websites and applications - or how to use the FEAScript platform visual editor for a
220220 no-code experience.
221221 </ p >
222222 < ul >
@@ -225,19 +225,19 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
225225 < a href ="https://feascript.com/tutorials/HeatConduction1DWall.html " target ="_blank "> API</ a >
226226 |
227227 < a href ="https://github.com/FEAScript/FEAScript-platform/tree/main/examples/solidHeatTransferScript/HeatConduction1DWall " target ="_blank "
228- > XML (FEAScript- platform)</ a
228+ > XML (FEAScript platform)</ a
229229 >
230230 </ li >
231231 < li >
232232 Heat conduction in a two-dimensional fin:
233- < a href ="https://feascript.com/tutorials/HeatConduction2DFin.html " target ="_blank "> API (Standard )</ a >
233+ < a href ="https://feascript.com/tutorials/HeatConduction2DFin.html " target ="_blank "> API (standard )</ a >
234234 |
235235 < a href ="https://feascript.com/tutorials/HeatConduction2DFinWorker.html " target ="_blank "
236- > API (Web Worker )</ a
236+ > API (web worker )</ a
237237 >
238238 |
239239 < a href ="https://feascript.com/tutorials/HeatConduction2DFinPlatform.html " target ="_blank "
240- > XML (FEAScript- platform)</ a
240+ > XML (FEAScript platform)</ a
241241 >
242242 </ li >
243243 </ ul >
0 commit comments