You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sim4life.io is a native implementation of the most advanced simulation platform, Sim4Life, in the cloud. \
75
74
The platform empowers users to simulate, analyze, and predict complex, multifaceted, and dynamic biological interactions within the full anatomical complexity of the human body. \
76
75
It provides the ability to set up and run complex simulations directly within any browser, utilizing cloud technology.
77
76
<br><br>
78
77
sim4life.io makes use of technologies developed by our research partner for the o<sup>2</sup>S<sup>2</sup>PARC platform, the IT’IS Foundation, and co-funded by the U.S. National Institutes of Health’s SPARC initiative.\
79
78
<br><br>
80
-
For more information about Sim4Life, please visit <a href='https://sim4life.swiss/' style='color: ${color}' target='_blank'>sim4life.swiss</a>.
79
+
For more information about Sim4Life, please visit ${osparc.utils.Utils.createHTMLLink("sim4life.swiss","https://sim4life.swiss/")}.
81
80
<br><br>
82
-
To review license agreements, click <a href=${licenseUrl} style='color: ${color}' target='_blank'>here</a>.
81
+
To review license agreements, click ${osparc.utils.Utils.createHTMLLink("here",licenseUrl)}.
sim4life.science is a native implementation of the most advanced simulation platform, Sim4Life, in the cloud. \
96
94
The platform empowers users to simulate, analyze, and predict complex, multifaceted, and dynamic biological interactions within the full anatomical complexity of the human body. \
97
95
It provides the ability to set up and run complex simulations directly within any browser, utilizing cloud technology.
98
96
<br><br>
99
97
sim4life.science makes use of technologies developed by our research partner for the o<sup>2</sup>S<sup>2</sup>PARC platform, the IT’IS Foundation, and co-funded by the U.S. National Institutes of Health’s SPARC initiative.\
100
98
<br><br>
101
-
For more information about Sim4Life, please visit <a href='https://sim4life.swiss/' style='color: ${color}' target='_blank'>sim4life.swiss</a>.
99
+
For more information about Sim4Life, please visit ${osparc.utils.Utils.createHTMLLink("sim4life.swiss","href='https://sim4life.swiss/")}.
102
100
<br><br>
103
-
To review license agreements, click <a href=${licenseUrl} style='color: ${color}' target='_blank'>here</a>.
101
+
To review license agreements, click ${osparc.utils.Utils.createHTMLLink("here",licenseUrl)}.
constintroText="<i>S4L<sup>lite</sup></i> is a powerful web-based simulation platform that allows you to model and analyze real-world phenomena and to design complex technical devices in a validated environment. With its intuitive interface and advanced tools, <i>S4L<sup>lite</sup></i> makes it easy to develop your simulation project, wherever you are.";
constlicenseText=`Click <a href=${licenseUrl} style='color: ${color}' target='_blank'>here</a> to read the license agreements.`;
114
+
constlicenseText=`Click ${osparc.utils.Utils.createHTMLLink("here",licenseUrl)} to read the license agreements.`;
119
115
120
116
// more info ZMT website
121
117
constmoreInfoUrl="https://zmt.swiss/";
122
-
constmoreInfoText=`For more information about <i>S4L<sup>lite</sup></i>, visit <a href=${moreInfoUrl} style='color: ${color}' target='_blank'>our website</a>.`;
118
+
constmoreInfoText=`For more information about <i>S4L<sup>lite</sup></i>, visit ${osparc.utils.Utils.createHTMLLink("our website",moreInfoUrl)}.`;
0 commit comments