Skip to content

Commit cbfeccb

Browse files
committed
3.0: IEEE Access publication added
1 parent 65270de commit cbfeccb

12 files changed

Lines changed: 160 additions & 26 deletions

File tree

components/creator_uielto_publication.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ var uielto_publication = {
3434

3535
template: ' <b-card' +
3636
' :title="publication.title"' +
37+
' title-tag="h6"' +
3738
' :img-src="publication.media_src"' +
3839
' :img-alt="publication.media_alt" img-height="25%"' +
3940
' img-top' +

content/publications.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,22 @@
8080
"doi": "https://doi.org/10.5281/zenodo.8378899",
8181
"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}}",
8282
"id": "pub-5"
83+
},
84+
{
85+
"title": "CREATOR: An Educational Integrated Development Environment for RISC-V Programming",
86+
"year": "2024",
87+
"type": "Journal paper",
88+
"publisher": "IEEE Access",
89+
"authors": [
90+
"Diego Camarmas-Alonso",
91+
"Félix García-Carballeira",
92+
"Alejandro Calderón-Mateos",
93+
"Elías Del-Pozo-Puñal"
94+
],
95+
"media_src": "images/publications/ieee_access.png",
96+
"media_alt": "IEEE Access",
97+
"doi": "https://doi.org/10.1109/ACCESS.2024.3406935",
98+
"cite": "@ARTICLE{10540579, author={Camarmas-Alonso, Diego and Garcia-Carballeira, Felix and Calderon-Mateos, Alejandro and Del-Pozo-Puñal, Elias}, journal={IEEE Access}, title={CREATOR: An Educational Integrated Development Environment for RISC-V Programming}, year={2024}, volume={}, number={}, pages={1-1}, keywords={Assembly;Programming profession;Instruction sets;Registers;Reactive power;Hardware;Computer architecture;Simulation;Reduced instruction set computing;Performance evaluation;Assembly programming;educational simulator;ESP32-RISCV;integrated development environment (IDE);RISC-V}, doi={10.1109/ACCESS.2024.3406935}}",
99+
"id": "pub-6"
83100
}
84101
]
7.39 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: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/terser/dist/bundle.min.js

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

node_modules/terser/lib/compress/common.js

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

node_modules/terser/lib/compress/drop-unused.js

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

node_modules/terser/package.json

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

0 commit comments

Comments
 (0)