Skip to content

Commit 65270de

Browse files
committed
CAPAP-H added
1 parent 3e6a95c commit 65270de

26 files changed

Lines changed: 2508 additions & 197 deletions

components/creator_uielto_publication.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var uielto_publication = {
3535
template: ' <b-card' +
3636
' :title="publication.title"' +
3737
' :img-src="publication.media_src"' +
38-
' :img-alt="publication.media_alt" img-height="35%"' +
38+
' :img-alt="publication.media_alt" img-height="25%"' +
3939
' img-top' +
4040
' style="width: 25rem;"' +
4141
' class="mb-2"' +

content/publications.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@
3333
"cite": "@INPROCEEDINGS{9640144,author={Camarmas-Alonso, Diego and García-Carballeira, Félix and Del-Pozo-Puñal, Elías and Mateos, Alejandro Calderón},booktitle={2021 XLVII Latin American Computing Conference (CLEI)}, title={A new generic simulator for the teaching of assembly programming}, year={2021},volume={},number={},pages={1-9},doi={10.1109/CLEI53233.2021.9640144}}",
3434
"id": "pub-2"
3535
},
36+
{
37+
"title": "CREATOR como herramienta docente para la enseñanza de la programación en ensamblador con RISC V",
38+
"year": "2023",
39+
"type": "Seminar",
40+
"publisher": "CAPAP-H",
41+
"authors": [
42+
"Félix García-Carballeira"
43+
],
44+
"media_src": "images/publications/capap_h.png",
45+
"media_alt": "CAPAP-H",
46+
"doi": "content/publications/creator_capap_h.pdf",
47+
"cite": "",
48+
"id": "pub-3"
49+
},
3650
{
3751
"title": "CREATOR: a tool for teaching assembly programming with RISC-V",
3852
"year": "2023",
@@ -45,10 +59,10 @@
4559
"Elías Del-Pozo-Puñal"
4660
],
4761
"media_src": "images/publications/riscv_summit_europe.jpg",
48-
"media_alt": "CLEI",
62+
"media_alt": "RISC-V Summit Europe",
4963
"doi": "https://riscv-europe.org/media/proceedings/posters/2023-06-07-Felix-GARCIA-CARBALLEIRA-poster.pdf",
5064
"cite": "",
51-
"id": "pub-3"
65+
"id": "pub-4"
5266
},
5367
{
5468
"title": "Integración del simulador CREATOR con hardware RISC-V: caso de estudio con microcontrolador ESP32",
@@ -65,6 +79,6 @@
6579
"media_alt": "Jornadas sarteco",
6680
"doi": "https://doi.org/10.5281/zenodo.8378899",
6781
"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}}",
68-
"id": "pub-4"
82+
"id": "pub-5"
6983
}
7084
]
10.8 MB
Binary file not shown.

images/publications/capap_h.png

89.8 KB
Loading

js/min.creator_web.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/terser/CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)