Skip to content

Commit 517b1e1

Browse files
committed
Added PyRun Section
Improved language in some texts Added poster
1 parent 3ec4a65 commit 517b1e1

10 files changed

Lines changed: 70 additions & 15 deletions

File tree

_i18n/en.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
test: CLOUDLESS
22
legend: "Edge information computing platform"
33
objectives: "Objectives"
4-
results: "Results"
54
software: "Software Results"
65
publications: "Publications"
76
partners: "Partners"
@@ -26,4 +25,17 @@ funding: "Funding"
2625
dissemination: "Dissemination materials"
2726

2827
coord: "Project Coordinator"
29-
acks: "Project funded by the Ministry of Economic Affairs and Digital Transformation and by the European Union-NextGenerationEU, within the framework of the PRTR and the MRR."
28+
acks: "Project funded by the Ministry of Economic Affairs and Digital Transformation and by the European Union-NextGenerationEU, within the framework of the PRTR and the MRR."
29+
30+
pyrun_text: "PyRun is defined as the world's first \"Serverless Python Studio\", a deep-tech platform that acts as an intelligent bridge between local code and the immense power of the cloud. Its critical importance lies in eliminating the \"complexity tax\": currently, data scientists and AI engineers lose up to 60% of their time configuring complex infrastructures instead of innovating. PyRun solves this by democratizing supercomputing; it allows any Python user, without DevOps knowledge, to run their scripts on clouds like AWS or IBM with a single click, while the platform automatically manages the entire server lifecycle, ensuring that technical talent focuses purely on creating value rather than \"connecting cables\"."
31+
pyrun_button: "Visit PyRun"
32+
33+
# Software table
34+
name: "Name"
35+
description: "Description"
36+
link: "Link"
37+
repository: "Repository"
38+
39+
# Publications table
40+
title: "Title"
41+
open: "Open"

_i18n/es.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
test: CLOUDLESS
22
legend: "Plataforma de computación de información en el borde"
33
objectives: "Objetivos"
4-
results: "Resultados"
54
software: "Resultados Software"
65
publications: "Publicaciones"
76
partners: "Socios"
@@ -26,4 +25,17 @@ funding: "Financiación"
2625
dissemination: "Materiales de diseminación"
2726

2827
coord: "Coordinador del proyecto"
29-
acks: "Proyecto financiado por el Ministerio de Asuntos Económicos y Transformación Digital y por la Unión Europea-NextGenerationEU, en el marco del PRTR y el MRR."
28+
acks: "Proyecto financiado por el Ministerio de Asuntos Económicos y Transformación Digital y por la Unión Europea-NextGenerationEU, en el marco del PRTR y el MRR."
29+
30+
pyrun_text: "PyRun se define como el primer \"Serverless Python Studio\" del mundo, una plataforma deep-tech que actúa como un puente inteligente entre el código local y la inmensa potencia de la nube. Su importancia crítica reside en que elimina el \"impuesto de complejidad\": actualmente, los científicos de datos e ingenieros de IA pierden hasta el 60% de su tiempo configurando infraestructuras complejas en lugar de innovar. PyRun soluciona esto democratizando la supercomputación; permite que cualquier usuario de Python, sin conocimientos de DevOps, ejecute sus scripts en nubes como AWS o IBM con un solo clic, mientras la plataforma gestiona automáticamente todo el ciclo de vida de los servidores, garantizando que el talento técnico se centre puramente en crear valor y no en \"conectar cables\"."
31+
pyrun_button: "Visitar PyRun"
32+
33+
# Software table
34+
name: "Nombre"
35+
description: "Descripción"
36+
link: "Enlace"
37+
repository: "Repositorio"
38+
39+
# Publications table
40+
title: "Título"
41+
open: "Abrir"

_includes/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2>{% t about %}</h2>
5454
</tr>
5555
<tr>
5656
<td><strong>{% t dissemination %}</strong></td>
57-
<td style="padding: 0 15px;"> <a href="img/CloudLess_Brochure-ES.pdf" target="_blank" style="color: white;">Brochure</a> </td>
57+
<td style="padding: 0 15px;"> <a href="img/CloudLess_Brochure-ES.pdf" target="_blank" style="color: white;">Brochure</a> - <a href="img/Poster_CLOUDLESS.pdf" target="_blank" style="color: white;">Poster</a> </td>
5858
</tr>
5959
</tbody>
6060
</table>

_includes/nav.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<li class="page-scroll">
2222
<a href="#objectives">{% t objectives %}</a>
2323
</li>
24-
<li class="page-scroll">
25-
<a href="#results">{% t results %}</a>
26-
</li>
2724
<li class="page-scroll">
2825
<a href="#software">{% t software %}</a>
2926
</li>
3027
<li class="page-scroll">
3128
<a href="#publications">{% t publications %}</a>
3229
</li>
30+
<li class="page-scroll">
31+
<a href="#pyrun">PyRun</a>
32+
</li>
3333
<li class="page-scroll">
3434
<a href="#portfolio">{% t partners %}</a>
3535
</li>

_includes/publications.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ <h2>{% t publications %}</h2>
1313
<table class="table" style="text-align: left; color: white;">
1414
<thead>
1515
<tr>
16-
<th style="border-bottom: 2px solid white;">Title</th>
17-
<th style="border-bottom: 2px solid white; text-align: center;">Link</th>
16+
<th style="border-bottom: 2px solid white;">{% t title %}</th>
17+
<th style="border-bottom: 2px solid white; text-align: center;">{% t link %}</th>
1818
</tr>
1919
</thead>
2020
<tbody>
@@ -23,7 +23,7 @@ <h2>{% t publications %}</h2>
2323
<td style="border-top: 1px solid rgba(255,255,255,0.3);">{{ publication.title }}</td>
2424
<td style="border-top: 1px solid rgba(255,255,255,0.3); text-align: center;">
2525
<a href="{{ publication.url }}" target="_blank" style="color: white; text-decoration: underline;">
26-
<i class="fa fa-external-link"></i> Open
26+
<i class="fa fa-external-link"></i> {% t open %}
2727
</a>
2828
</td>
2929
</tr>

_includes/pyrun.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!-- PyRun Section -->
2+
<section id="pyrun" style="padding: 50px 0;">
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-lg-12 text-center">
6+
<h2>PyRun</h2>
7+
<hr class="star-primary">
8+
</div>
9+
</div>
10+
<div class="row">
11+
<div class="col-lg-6 col-lg-offset-3 col-md-8 col-md-offset-2 text-center">
12+
<img src="img/logo_PyRun.png" alt="PyRun Logo" class="img-responsive" style="max-width: 250px; margin: 0 auto 40px auto;">
13+
</div>
14+
</div>
15+
<div class="row">
16+
<div class="col-lg-10 col-lg-offset-1 col-md-10 col-md-offset-1" style="text-align: justify;">
17+
<p style="font-size: 16px; line-height: 1.8;">
18+
{% t pyrun_text %}
19+
</p>
20+
</div>
21+
</div>
22+
<div class="row">
23+
<div class="col-lg-12 text-center" style="margin-top: 40px;">
24+
<a href="https://pyrun.cloud/" target="_blank" class="btn btn-lg btn-primary">
25+
<i class="fa fa-external-link-alt"></i> {% t pyrun_button %}
26+
</a>
27+
</div>
28+
</div>
29+
</div>
30+
</section>

_includes/software.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ <h2>{% t software %}</h2>
1313
<table class="table table-striped" style="text-align: left">
1414
<thead>
1515
<tr>
16-
<th width="20%">Name</th>
17-
<th width="60%">Description</th>
18-
<th width="20%">Link</th>
16+
<th width="20%">{% t name %}</th>
17+
<th width="70%">{% t description %}</th>
18+
<th width="10%">{% t link %}</th>
1919
</tr>
2020
</thead>
2121
<tbody>
@@ -25,7 +25,7 @@ <h2>{% t software %}</h2>
2525
<td>{{ item.description }}</td>
2626
<td style="text-align: center;">
2727
<a href="{{ item.link }}" target="_blank" class="btn btn-default btn-sm">
28-
<i class="fab fa-github"></i> Repository
28+
<i class="fab fa-github"></i> {% t repository %}
2929
</a>
3030
</td>
3131
</tr>

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
{% include software.html %}
1212
{% include publications.html %}
13+
{% include pyrun.html %}
1314

1415
{% include portfolio_grid.html %}
1516
{% include about.html %}

img/Poster_CLOUDLESS.pdf

432 KB
Binary file not shown.

img/logo_PyRun.png

318 KB
Loading

0 commit comments

Comments
 (0)