Skip to content

Commit 9e7e36c

Browse files
committed
About
1 parent 05ca57e commit 9e7e36c

File tree

1 file changed

+3
-25
lines changed
  • services/static-webserver/client/source/class/osparc/product

1 file changed

+3
-25
lines changed

services/static-webserver/client/source/class/osparc/product/AboutProduct.js

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ qx.Class.define("osparc.product.AboutProduct", {
4949
__buildLayout: function() {
5050
switch (osparc.product.Utils.getProductName()) {
5151
case "s4l":
52-
this.__buildS4LLayout();
53-
break;
5452
case "s4lacad":
55-
this.__buildS4LAcademicLayout();
53+
this.__buildS4LLayout();
5654
break;
5755
case "s4llite":
5856
this.__buildS4LLiteLayout();
@@ -73,11 +71,11 @@ qx.Class.define("osparc.product.AboutProduct", {
7371
__buildS4LLayout: function() {
7472
const licenseUrl = osparc.store.Support.getLicenseURL();
7573
const text = this.tr(`
76-
sim4life.io is a native implementation of the most advanced simulation platform, Sim4Life, in the cloud. \
74+
Sim4Life.web is a native implementation of the most advanced simulation platform, Sim4Life, in the cloud. \
7775
The platform empowers users to simulate, analyze, and predict complex, multifaceted, and dynamic biological interactions within the full anatomical complexity of the human body. \
7876
It provides the ability to set up and run complex simulations directly within any browser, utilizing cloud technology.
7977
<br><br>
80-
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.\
78+
Sim4Life.web 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.\
8179
<br><br>
8280
For more information about Sim4Life, please visit ${osparc.utils.Utils.createHTMLLink("sim4life.swiss", "https://sim4life.swiss/")}.
8381
<br><br>
@@ -90,26 +88,6 @@ qx.Class.define("osparc.product.AboutProduct", {
9088
this.add(label);
9189
},
9290

93-
__buildS4LAcademicLayout: function() {
94-
const licenseUrl = osparc.store.Support.getLicenseURL();
95-
const text = this.tr(`
96-
sim4life.science is a native implementation of the most advanced simulation platform, Sim4Life, in the cloud. \
97-
The platform empowers users to simulate, analyze, and predict complex, multifaceted, and dynamic biological interactions within the full anatomical complexity of the human body. \
98-
It provides the ability to set up and run complex simulations directly within any browser, utilizing cloud technology.
99-
<br><br>
100-
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.\
101-
<br><br>
102-
For more information about Sim4Life, please visit ${osparc.utils.Utils.createHTMLLink("sim4life.swiss", "href='https://sim4life.swiss/")}.
103-
<br><br>
104-
To review license agreements, click ${osparc.utils.Utils.createHTMLLink("here", licenseUrl)}.
105-
<br><br>
106-
Send us an email ${this.__getMailTo()}
107-
`);
108-
109-
const label = osparc.product.quickStart.Utils.createLabel(text);
110-
this.add(label);
111-
},
112-
11391
__buildS4LLiteLayout: function() {
11492
// https://zurichmedtech.github.io/s4l-lite-manual/#/docs/what_is_s4l_lite
11593
const introText = "Sim4Life.lite 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, Sim4Life.lite makes it easy to develop your simulation project, wherever you are.";

0 commit comments

Comments
 (0)