@@ -205,7 +205,15 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
205205 JavaScript API provides full programmatic control. It runs in three environments: in the browser with
206206 a simple HTML page, via Node.js for server-side applications, or with online interactive notebooks
207207 (e.g.
208- < a href ="https://hub.scribbler.live/portfolio/#!nikoscham/FEAScript-Scribbler-examples "
208+ < a href ="https://codepen.io/ "
209+ > CodePen
210+ < img
211+ src ="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg "
212+ alt ="External Link Icon "
213+ style ="width: 16px; height: 16px; vertical-align: middle; margin-left: 2px; margin-bottom: 4px "
214+ /> </ a >
215+ or
216+ < a href ="https://scribbler.live/ "
209217 > Scribbler
210218 < img
211219 src ="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg "
@@ -497,6 +505,20 @@ <h2 id="features"><a name="Features"></a>Features</h2>
497505 </ li >
498506 < li >
499507 Online notebooks integration (e.g.
508+ < a href ="https://codepen.io/ "
509+ > CodePen
510+ < img
511+ src ="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg "
512+ alt ="External Link Icon "
513+ style ="
514+ width: 16px;
515+ height: 16px;
516+ vertical-align: middle;
517+ margin-left: 2px;
518+ margin-bottom: 4px;
519+ "
520+ /> </ a >
521+ or
500522 < a href ="https://hub.scribbler.live/portfolio/#!nikoscham/FEAScript-Scribbler-examples "
501523 > Scribbler
502524 < img
@@ -542,7 +564,7 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
542564 < li >
543565 < span class ="tutorial-name "> Heat Conduction Through a Wall</ span >
544566 < a href ="https://feascript.com/tutorials/heat-conduction-1d-wall.html " class ="badge badge-basic "
545- > Basic </ a
567+ > Browser (basic) </ a
546568 >
547569 <!-- <a href="https://feascript.com/tutorials/heat-conduction-1d-wall-platform.html" class="badge badge-visual"
548570 >Visual Editor</a
@@ -555,40 +577,42 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
555577 </ li >
556578 < li >
557579 < span class ="tutorial-name "> Heat Conduction in a 2D Fin</ span >
558- < a href ="https://feascript.com/tutorials/heat-conduction-2d-fin.html " class ="badge badge-basic "> Basic</ a >
559- < a
560- href ="https://app.scribbler.live/?jsnb=github:nikoscham/FEAScript-Scribbler-examples/heatConductionScript/heat-conduction-2d-fin.jsnb "
561- class ="badge badge-scribbler "
562- > Scribbler</ a
580+ < a href ="https://feascript.com/tutorials/heat-conduction-2d-fin.html " class ="badge badge-basic "
581+ > Browser (basic)</ a
563582 >
564583 < a href ="https://feascript.com/tutorials/heat-conduction-2d-fin-worker.html " class ="badge badge-mt "
565- > Multi -threaded</ a
584+ > Browser (multi -threaded) </ a
566585 >
567586 < a href ="https://feascript.com/tutorials/heat-conduction-2d-fin-gmsh.html " class ="badge badge-gmsh "
568- > Gmsh mesh</ a
587+ > Browser ( Gmsh mesh) </ a
569588 >
570589 <!-- <a
571590 href="https://feascript.com/tutorials/heat-conduction-2d-fin-performance-test.html"
572591 class="badge badge-performance"
573- >Performance Test</a
592+ >Browser (performance Test) </a
574593 >
575594 <a href="https://feascript.com/tutorials/heat-conduction-2d-fin-platform.html" class="badge badge-visual"
576595 >Visual Editor</a
577596 > -->
597+ < a
598+ href ="https://app.scribbler.live/?jsnb=github:nikoscham/FEAScript-Scribbler-examples/heatConductionScript/heat-conduction-2d-fin.jsnb "
599+ class ="badge badge-scribbler "
600+ > Scribbler</ a
601+ >
578602 </ li >
579603 < li >
580604 < span class ="tutorial-name "> Solidification Front Propagation in a 2D Domain</ span >
581605 < a href ="https://feascript.com/tutorials/solidification-front-2d.html " class ="badge badge-basic "
582- > Basic </ a
606+ > Browser (basic) </ a
583607 >
584608 < a href ="https://feascript.com/tutorials/solidification-front-2d-worker.html " class ="badge badge-mt "
585- > Multi -threaded</ a
609+ > Browser (multi -threaded) </ a
586610 >
587611 </ li >
588612 < li >
589613 < span class ="tutorial-name "> Advection-Diffusion with Gaussian Source</ span >
590614 < a href ="https://feascript.com/tutorials/advection-diffusion-1d.html " class ="badge badge-basic "
591- > Basic </ a
615+ > Browser (basic) </ a
592616 >
593617 </ li >
594618 </ ul >
0 commit comments