Update modules/ui/ui.py
Browse files- modules/ui/ui.py +8 -14
modules/ui/ui.py
CHANGED
|
@@ -521,8 +521,8 @@ def display_videos_and_info(lang_code, landing_t):
|
|
| 521 |
|
| 522 |
<div class="section-title">Validation & Stage</div>
|
| 523 |
We have been validated by the <strong>NVIDIA Inception</strong> program for emerging companies and are in
|
| 524 |
-
an advanced development stage with a
|
| 525 |
-
Latin America.
|
| 526 |
|
| 527 |
<div class="section-title">Mission & Vision</div>
|
| 528 |
<strong>Mission:</strong> To transform how the world measures and develops critical thinking.<br>
|
|
@@ -533,11 +533,6 @@ def display_videos_and_info(lang_code, landing_t):
|
|
| 533 |
• <strong>Semantic Reasoning Graphs</strong> make thinking visible<br>
|
| 534 |
• <strong>Validated by NVIDIA</strong> Inception Program<br>
|
| 535 |
• <strong>Scalable model</strong> for Latin American education market
|
| 536 |
-
|
| 537 |
-
<div class="section-title">Learn More</div>
|
| 538 |
-
• <a href="https://youtu.be/_4WMufl6MTA" target="_blank">Functional MVP Demo</a><br>
|
| 539 |
-
• <a href="https://youtu.be/Nt7IEas_P54" target="_blank">Business Model Presentation</a>
|
| 540 |
-
</div>
|
| 541 |
""",
|
| 542 |
|
| 543 |
'es': """
|
|
@@ -552,19 +547,18 @@ def display_videos_and_info(lang_code, landing_t):
|
|
| 552 |
|
| 553 |
<div class="section-title">Validación y Etapa</div>
|
| 554 |
Hemos sido validados por el programa <strong>NVIDIA Inception</strong> para empresas emergentes y estamos en una fase
|
| 555 |
-
avanzada de desarrollo con un
|
| 556 |
-
y un
|
| 557 |
|
| 558 |
<div class="section-title">Misión y Visión</div>
|
| 559 |
<strong>Misión:</strong> Transformar cómo el mundo mide y desarrolla el pensamiento crítico.<br>
|
| 560 |
<strong>Visión:</strong> Ser el estándar global para la evaluación del desarrollo cognitivo.
|
| 561 |
|
| 562 |
<div class="section-title">Diferenciadores Clave</div>
|
| 563 |
-
• <strong>Primer sistema de medición de desarrollo cognitivo</strong> basado en PLN<br>
|
| 564 |
-
• <strong>Grafos de Razonamiento Semántico</strong> hacen visible el pensamiento<br>
|
| 565 |
-
• <strong>Validado por NVIDIA</strong> Inception Program<br>
|
| 566 |
-
• <strong>Modelo escalable</strong> para el mercado educativo latinoamericano
|
| 567 |
-
|
| 568 |
"""
|
| 569 |
}
|
| 570 |
|
|
|
|
| 521 |
|
| 522 |
<div class="section-title">Validation & Stage</div>
|
| 523 |
We have been validated by the <strong>NVIDIA Inception</strong> program for emerging companies and are in
|
| 524 |
+
an advanced development stage with a <a href="https://youtu.be/_4WMufl6MTA" target="_blank">functional MVP Demo</a><br> and a scalable <a href="https://youtu.be/Nt7IEas_P54" target="_blank"> business model</a>
|
| 525 |
+
in Latin America.
|
| 526 |
|
| 527 |
<div class="section-title">Mission & Vision</div>
|
| 528 |
<strong>Mission:</strong> To transform how the world measures and develops critical thinking.<br>
|
|
|
|
| 533 |
• <strong>Semantic Reasoning Graphs</strong> make thinking visible<br>
|
| 534 |
• <strong>Validated by NVIDIA</strong> Inception Program<br>
|
| 535 |
• <strong>Scalable model</strong> for Latin American education market
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 536 |
""",
|
| 537 |
|
| 538 |
'es': """
|
|
|
|
| 547 |
|
| 548 |
<div class="section-title">Validación y Etapa</div>
|
| 549 |
Hemos sido validados por el programa <strong>NVIDIA Inception</strong> para empresas emergentes y estamos en una fase
|
| 550 |
+
avanzada de desarrollo con un <a href="https://youtu.be/_4WMufl6MTA" target="_blank"> MVP funcional</a><br>
|
| 551 |
+
y un <a href="https://youtu.be/Nt7IEas_P54" target="_blank">modelo de negocio</a> escalable en Latinoamérica.
|
| 552 |
|
| 553 |
<div class="section-title">Misión y Visión</div>
|
| 554 |
<strong>Misión:</strong> Transformar cómo el mundo mide y desarrolla el pensamiento crítico.<br>
|
| 555 |
<strong>Visión:</strong> Ser el estándar global para la evaluación del desarrollo cognitivo.
|
| 556 |
|
| 557 |
<div class="section-title">Diferenciadores Clave</div>
|
| 558 |
+
• <strong>Primer sistema de medición de desarrollo cognitivo</strong> basado en PLN.<br>
|
| 559 |
+
• <strong>Grafos de Razonamiento Semántico</strong> hacen visible el pensamiento-<br>
|
| 560 |
+
• <strong>Validado por NVIDIA</strong> Inception Program.<br>
|
| 561 |
+
• <strong>Modelo escalable</strong> para el mercado educativo latinoamericano-
|
|
|
|
| 562 |
"""
|
| 563 |
}
|
| 564 |
|