@@ -81,7 +81,7 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
8181 < li > < a href ="#licensing "> Licensing</ a > </ li >
8282 < li class ="menu-separator "> |</ li >
8383 < li >
84- < a href ="https://blog.feascript.com/ " target =" _blank " >
84+ < a href ="https://blog.feascript.com/ ">
8585 FEAScript blog
8686 < img
8787 src ="https://upload.wikimedia.org/wikipedia/commons/4/43/Feed-icon.svg "
@@ -92,10 +92,10 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
9292 </ li >
9393
9494 < li >
95- < a href ="https://platform.feascript.com/ " target =" _blank " > FEAScript platform 🧩 </ a >
95+ < a href ="https://platform.feascript.com/ "> FEAScript platform 🧩 </ a >
9696 </ li >
9797 < li >
98- < a href ="https://github.com/FEAScript/ " target =" _blank " >
98+ < a href ="https://github.com/FEAScript/ ">
9999 GitHub
100100 < img
101101 src ="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png "
@@ -134,7 +134,7 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
134134 </ li >
135135 < li >
136136 < strong > Visual Editor:</ strong > The
137- < a href ="https://platform.feascript.com " target =" _blank " > FEAScript platform</ a >
137+ < a href ="https://platform.feascript.com "> FEAScript platform</ a >
138138 provides a no-code, block-based interface for creating simulations without writing any JavaScript
139139 code.
140140 </ li >
@@ -143,18 +143,18 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
143143 < div class ="highlight-container " style ="margin-bottom: 1.5em ">
144144 < p >
145145 < strong > Latest stable release:</ strong >
146- < a href ="https://github.com/FEAScript/FEAScript-core/releases " target =" _blank " > 0.1.2</ a >
147- (< a href ="https://www.npmjs.com/package/feascript " target =" _blank " > npm</ a > )
146+ < a href ="https://github.com/FEAScript/FEAScript-core/releases "> 0.1.2</ a >
147+ (< a href ="https://www.npmjs.com/package/feascript "> npm</ a > )
148148 < br />
149149 < strong > See the roadmap for the upcoming major release </ strong >
150- < a href ="https://github.com/orgs/FEAScript/discussions/17 " target =" _blank " > 0.2.0</ a >
150+ < a href ="https://github.com/orgs/FEAScript/discussions/17 "> 0.2.0</ a >
151151 </ p >
152152 </ div >
153153
154154 < p >
155155 < strong > Quick Start:</ strong > To use FEAScript in your HTML include it via CDN
156156 (< code > https://core.feascript.com/dist/feascript.esm.js</ code > ) or download it from
157- < a href ="https://github.com/FEAScript/FEAScript-core " target =" _blank " > GitHub</ a > → add a canvas
157+ < a href ="https://github.com/FEAScript/FEAScript-core "> GitHub</ a > → add a canvas
158158 (e.g., < code > <div id="solutionPlot"> </div></ code > ) → add a mesh file (e.g., "your.msh")
159159 or use FEAScript mesh generation tools → create and run a simulation using the JavaScript API (see
160160 < a href ="#tutorials "> tutorials</ a > for detailed examples):
@@ -201,7 +201,7 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
201201 🚧
202202 < strong > FEAScript is currently under heavy development with new features being added regularly</ strong > .
203203 Interested in contributing? Please check out our
204- < a href ="https://github.com/FEAScript/FEAScript-core/blob/main/CONTRIBUTING.md " target =" _blank "
204+ < a href ="https://github.com/FEAScript/FEAScript-core/blob/main/CONTRIBUTING.md "
205205 > contribution guidelines</ a
206206 >
207207 to get started.
@@ -224,7 +224,7 @@ <h2 id="features"><a name="Features"></a>Features</h2>
224224 < li > Simple mesh generation (1D and rectangular 2D domains)</ li >
225225 < li >
226226 Unstructured mesh import from
227- < a href ="https://gmsh.info/ " target =" _blank " >
227+ < a href ="https://gmsh.info/ ">
228228 Gmsh
229229 < img
230230 src ="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg "
@@ -275,9 +275,9 @@ <h2 id="features"><a name="Features"></a>Features</h2>
275275
276276 < p >
277277 For a visual approach to creating simulations, we are also developing the
278- < a href ="https://platform.feascript.com " target =" _blank " > FEAScript platform</ a > - a
278+ < a href ="https://platform.feascript.com "> FEAScript platform</ a > - a
279279 < strong > browser-based visual editor</ strong > built on the
280- < a href ="https://developers.google.com/blockly/ " target =" _blank "
280+ < a href ="https://developers.google.com/blockly/ "
281281 > Blockly
282282 < img
283283 src ="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg "
@@ -301,52 +301,52 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
301301 < ul >
302302 < li >
303303 < strong > Heat conduction through wall</ strong > :
304- < a href ="https://feascript.com/tutorials/HeatConduction1DWall.html " target =" _blank " > API</ a >
304+ < a href ="https://feascript.com/tutorials/HeatConduction1DWall.html "> API</ a >
305305 |
306- < a href ="https://feascript.com/tutorials/HeatConduction1DWallPlatform.html " target =" _blank "
306+ < a href ="https://feascript.com/tutorials/HeatConduction1DWallPlatform.html "
307307 > XML (FEAScript platform)</ a
308308 >
309309 </ li >
310310 < li >
311311 < strong > Heat conduction in a two-dimensional fin</ strong > :
312- < a href ="https://feascript.com/tutorials/HeatConduction2DFin.html " target =" _blank " > API (standard)</ a >
312+ < a href ="https://feascript.com/tutorials/HeatConduction2DFin.html "> API (standard)</ a >
313313 |
314- < a href ="https://feascript.com/tutorials/HeatConduction2DFinWorker.html " target =" _blank "
314+ < a href ="https://feascript.com/tutorials/HeatConduction2DFinWorker.html "
315315 > API (web worker)</ a
316316 >
317317 |
318- < a href ="https://feascript.com/tutorials/HeatConduction2DFinGmsh.html " target =" _blank "
318+ < a href ="https://feascript.com/tutorials/HeatConduction2DFinGmsh.html "
319319 > API (Gmsh mesh)</ a
320320 >
321321 |
322- < a href ="https://feascript.com/tutorials/HeatConduction2DFinPlatform.html " target =" _blank "
322+ < a href ="https://feascript.com/tutorials/HeatConduction2DFinPlatform.html "
323323 > XML (FEAScript platform)</ a
324324 >
325325 </ li >
326326 < li >
327327 < strong > Solidification front propagation in a two-dimensional domain</ strong > :
328- < a href ="https://feascript.com/tutorials/SolidificationFront2D.html " target =" _blank " > API</ a >
328+ < a href ="https://feascript.com/tutorials/SolidificationFront2D.html "> API</ a >
329329 </ li >
330330 </ ul >
331331 < p >
332332 Please report any feedback on the above tutorials to the GitHub
333- < a href ="https://github.com/orgs/FEAScript/discussions " target =" _blank " > discussions</ a > or
334- < a href ="https://github.com/FEAScript/FEAScript-core/issues " target =" _blank " > issues</ a > .
333+ < a href ="https://github.com/orgs/FEAScript/discussions "> discussions</ a > or
334+ < a href ="https://github.com/FEAScript/FEAScript-core/issues "> issues</ a > .
335335 </ p >
336336
337337 < h2 id ="documentation "> < a name ="Documentation "> </ a > Documentation</ h2 >
338338 < p >
339339 The documentation for FEAScript is currently under development. In the meantime, for information on the
340340 numerical methods used in FEAScript and other technical resources, please visit the
341- < a href ="https://blog.feascript.com " target =" _blank " > FEAScript Blog</ a > .
341+ < a href ="https://blog.feascript.com "> FEAScript Blog</ a > .
342342 </ p >
343343
344344 < h2 id ="licensing "> < a name ="Licensing "> </ a > Licensing</ h2 >
345345 < p >
346346 The core library of FEAScript is distributed under the terms of the
347- < a href ="https://github.com/FEAScript/FEAScript-core/blob/main/LICENSE " target =" _blank " > MIT license</ a > .
347+ < a href ="https://github.com/FEAScript/FEAScript-core/blob/main/LICENSE "> MIT license</ a > .
348348 This website is licensed under a
349- < a href ="https://github.com/FEAScript/FEAScript-website/blob/main/LICENSE " target =" _blank "
349+ < a href ="https://github.com/FEAScript/FEAScript-website/blob/main/LICENSE "
350350 > Creative Commons Attribution 4.0 license</ a
351351 > .
352352 </ p >
0 commit comments