Skip to content

Commit b94338f

Browse files
committed
v5.0 added
1 parent 8af8c0f commit b94338f

36 files changed

Lines changed: 2444 additions & 1126 deletions

components/creator_uielto_browsers.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,30 @@ var uielto_supported_browsers = {
2727
},
2828

2929
template: ' <div class="col-lg-12 col-sm-12 row p-0 m-0">' +
30-
' <div class="col-lg-2 col-sm-0 p-0"> </div>' +
31-
' <div class="col-lg-8 col-sm-12 p-0">' +
30+
' <div class="col-lg-2 col-sm-0 p-0 m-0"> </div>' +
31+
' <div class="col-lg-8 col-sm-12 p-0 m-0">' +
3232
' <b-list-group horizontal>' +
33-
' <b-list-group-item class="d-flex justify-content-between align-items-center">' +
33+
' <b-list-group-item class="d-flex justify-content-between align-items-center pl-5 pr-5">' +
3434
' Google Chrome 70+' +
3535
' <b-badge pill style="background-color: transparent;">' +
3636
' <b-img src="./images/chrome.png" class="shadow" rounded="circle" fluid alt="Responsive image" style="height: 50px;width: auto;"></b-img>' +
3737
' </b-badge>' +
3838
' </b-list-group-item>' +
39-
' <b-list-group-item class="d-flex justify-content-between align-items-center">' +
39+
' <b-list-group-item class="d-flex justify-content-between align-items-center pl-5 pr-5">' +
4040
' Mozilla Firefox 60+' +
4141
' <b-badge pill style="background-color: transparent;">' +
4242
' <b-img src="./images/firefox.png" class="shadow" rounded="circle" fluid alt="Responsive image" style="height: 50px;width: auto;"></b-img>' +
4343
' </b-badge>' +
4444
' </b-list-group-item>' +
45-
' <b-list-group-item class="d-flex justify-content-between align-items-center">' +
45+
' <b-list-group-item class="d-flex justify-content-between align-items-center pl-5 pr-5">' +
4646
' Apple Safari 12+' +
4747
' <b-badge pill style="background-color: transparent;">' +
4848
' <b-img src="./images/safari.png" class="shadow" rounded="circle" fluid alt="Responsive image" style="height: 50px;width: auto;"></b-img>' +
4949
' </b-badge>' +
5050
' </b-list-group-item>' +
5151
' </b-list-group>' +
5252
' </div>' +
53-
' <div class="col-lg-2 col-sm-0 p-0"> </div>' +
53+
' <div class="col-lg-2 col-sm-0 p-0 m-0"> </div>' +
5454
' </div>'
5555
}
5656

components/creator_uielto_publication.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ var uielto_publication = {
3636
' :title="publication.title"' +
3737
' title-tag="h6"' +
3838
' :img-src="publication.media_src"' +
39-
' :img-alt="publication.media_alt" img-height="25%"' +
39+
' :img-alt="publication.media_alt" img-height="20%"' +
4040
' img-top' +
41-
' style="width: 25rem;"' +
41+
' style="width: 20rem;"' +
4242
' class="mb-2"' +
4343
' >' +
4444
' <b-card-text>' +

components/creator_uielto_timeline.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var uielto_timeline = {
4343
//' <b-button variant="info" size="sm" class="next-slide">Next</b-button>' +
4444
//' </p>' +
4545
' <div class="swiper-wrapper timeline">' +
46-
' <div class="swiper-slide" v-for="item in steps" style="width: 33%;">' +
46+
' <div class="swiper-slide" v-for="item in steps" style="width: 25%">' +
4747
' <div class="timestamp">' +
4848
' <span class="date">{{item.year}}<span>' +
4949
' </div>' +
@@ -54,7 +54,7 @@ var uielto_timeline = {
5454
' <p class="m-0" v-for="(text, index) in item.info" style="font-weight: lighter;">' +
5555
' {{text}}' +
5656
' <br>' +
57-
' <br v-if="index == 0">' +
57+
' <br>' +
5858
' </p>' +
5959
' </b-card-text>' +
6060
' <b-button :href="item.url" target="_blank" variant="info">Open</b-button>' +

content/evolution/evolution.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
[
2+
{
3+
"year": "2025/2026",
4+
"info": [
5+
"v5.0",
6+
"New compiler based on Rust",
7+
"New architecture editor based on CodeMirror"
8+
],
9+
"media_src": "images/evolution/creator_5.0.png",
10+
"media_alt": "creator v5.0",
11+
"url": "content/evolution/creator-5.0/index.html"
12+
},
213
{
314
"year": "2024/2025",
415
"info": [

content/publications.json

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@
6464
"doi": "https://riscv-europe.org/media/proceedings/posters/2023-06-07-Felix-GARCIA-CARBALLEIRA-poster.pdf",
6565
"cite": "",
6666
"id": "pub-4"
67-
}
68-
],
69-
[
67+
},
7068
{
7169
"title": "Integración del simulador CREATOR con hardware RISC-V: caso de estudio con microcontrolador ESP32",
7270
"year": "2023",
@@ -83,7 +81,9 @@
8381
"doi": "https://doi.org/10.5281/zenodo.8378899",
8482
"cite": "@proceedings{diego_camarmas_alonso_2023_8378899, title = {{Integración del simulador CREATOR con hardware RISC-V: caso de estudio con microcontrolador ESP32}}, year = 2023, publisher = {Zenodo}, month = sep, doi = {10.5281/zenodo.8378899}, url = {https://doi.org/10.5281/zenodo.8378899}}",
8583
"id": "pub-5"
86-
},
84+
}
85+
],
86+
[
8787
{
8888
"title": "CREATOR: An Educational Integrated Development Environment for RISC-V Programming",
8989
"year": "2024",
@@ -131,6 +131,40 @@
131131
"doi": "content/publications/creator_capap_h_2025.pdf",
132132
"cite": "",
133133
"id": "pub-8"
134+
},
135+
{
136+
"title": "Simulador web para RISC-V basado en la especificación SAIL",
137+
"year": "2025",
138+
"type": "Conference paper",
139+
"publisher": "Jornadas Sarteco",
140+
"authors": [
141+
"Juan Carlos Cano-Resa",
142+
"Félix García-Carballeira",
143+
"Diego Camarmas-Alonso",
144+
"Alejandro Calderón-Mateos"
145+
],
146+
"media_src": "images/publications/sarteco.png",
147+
"media_alt": "Jornadas sarteco",
148+
"doi": "",
149+
"cite": "",
150+
"id": "pub-9"
151+
},
152+
{
153+
"title": "Extensión del simulador CREATOR para integrar funcionalidades de Arduino: caso de estudio con el microcontrolador ESP32",
154+
"year": "2025",
155+
"type": "Conference paper",
156+
"publisher": "Jornadas Sarteco",
157+
"authors": [
158+
"Elisa Utrilla-Arroyo",
159+
"Diego Camarmas-Alonso",
160+
"Félix García-Carballeira",
161+
"Alejandro Calderón-Mateos"
162+
],
163+
"media_src": "images/publications/sarteco.png",
164+
"media_alt": "Jornadas sarteco",
165+
"doi": "",
166+
"cite": "",
167+
"id": "pub-10"
134168
}
135169
]
136170
]

images/evolution/creator_5.0.png

102 KB
Loading

0 commit comments

Comments
 (0)