Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -27
modules/ui/ui.py
CHANGED
|
@@ -525,6 +525,7 @@ def display_videos_and_info(lang_code, landing_t):
|
|
| 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>
|
| 529 |
<strong>Vision:</strong> To be the global standard for cognitive development assessment.
|
| 530 |
|
|
@@ -533,34 +534,7 @@ 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 |
-
|
| 538 |
-
'es': """
|
| 539 |
-
<div class="content-text">
|
| 540 |
-
<div class="highlight-box">
|
| 541 |
-
<strong>AIdeaText</strong> es una empresa de tecnología digital para el desarrollo cognitivo humano con base en México.
|
| 542 |
-
Nuestra solución tiene su core business en los <strong>Grafos de Razonamiento Semántico (GRS)</strong>, una configuración
|
| 543 |
-
tecnológica que hace visible el proceso de pensamiento crítico, conectando la formación educativa con las
|
| 544 |
-
necesidades empresariales implementando un sistema de medición del desarrollo cognitivo basado en el
|
| 545 |
-
procesamiento avanzado del lenguaje natural.
|
| 546 |
-
</div>
|
| 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 |
|
| 565 |
about_content = about_texts.get(lang_code, about_texts['en'])
|
| 566 |
st.markdown(about_content, unsafe_allow_html=True)
|
|
|
|
| 525 |
in Latin America.
|
| 526 |
|
| 527 |
<div class="section-title">Mission & Vision</div>
|
| 528 |
+
<em>The real transformation happens when we stop grading what students produce and start assessing how they think. <em>
|
| 529 |
<strong>Mission:</strong> To transform how the world measures and develops critical thinking.<br>
|
| 530 |
<strong>Vision:</strong> To be the global standard for cognitive development assessment.
|
| 531 |
|
|
|
|
| 534 |
• <strong>Semantic Reasoning Graphs</strong> make thinking visible<br>
|
| 535 |
• <strong>Validated by NVIDIA</strong> Inception Program<br>
|
| 536 |
• <strong>Scalable model</strong> for Latin American education market
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 537 |
"""
|
|
|
|
| 538 |
|
| 539 |
about_content = about_texts.get(lang_code, about_texts['en'])
|
| 540 |
st.markdown(about_content, unsafe_allow_html=True)
|