Skip to content

Commit 1b0e777

Browse files
committed
new version with projects and papers
1 parent 90a8f65 commit 1b0e777

File tree

89 files changed

+4425
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+4425
-169
lines changed

constants/projects.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ export const projects = [
1010
researchLine: ["data"],
1111
projectType: "european-project",
1212
},
13+
{
14+
logo: "/assets/img/logos/ENDGAME.png",
15+
route: "https://endgameproject.github.io/",
16+
title: "ENDGAME",
17+
description_en:
18+
"ENDGAME is an innovative European project aimed at ultivating critical thinking and responsible digital citizenship among European youth through educational escape rooms that simulate real-life scenarios of information consumption. We aim to immerse participants in time-sensitive, interactive, and challenging experiences, where they will develop their skills in identifying disinformation, recognizing AI-generated content, and understanding the implications of personal data exposure on social media platforms.",
19+
description_es:
20+
"ENDGAME es un proyecto Europeo innovador destinado a fomentar el pensamiento crítico y la ciudadanía digital responsable entre los jóvenes a través de escape rooms educativas que simulan escenarios reales de consumo de información.",
21+
researchLine: ["e-learning"],
22+
projectType: "european-project",
23+
},
1324
{
1425
logo: "/assets/img/logos/SMARTY.png",
1526
route: "https://www.smarty-project.eu/",

constants/publications.bib

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,111 @@
1+
@article{martinez2024establishing,
2+
title={Establishing vocabulary tests as a benchmark for evaluating large language models},
3+
author={Mart{\'\i}nez, Gonzalo and Conde, Javier and Merino-G{\'o}mez, Elena and Berm{\'u}dez-Margaretto, Beatriz and Hern{\'a}ndez, Jos{\'e} Alberto and Reviriego, Pedro and Brysbaert, Marc},
4+
journal={PloS one},
5+
volume={19},
6+
number={12},
7+
pages={e0308259},
8+
year={2024},
9+
annote={ai},
10+
publisher={Public Library of Science San Francisco, CA USA}
11+
}
12+
13+
@article{gao2025dependability,
14+
title={On the dependability of bidirectional encoder representations from transformers (BERT) to soft errors},
15+
author={Gao, Zhen and Yin, Ziye and Wang, Jingyan and Su, Rui and Deng, Jie and Liu, Qiang and Reviriego, Pedro and Liu, Shanshan and Lombardi, Fabrizio},
16+
journal={IEEE Transactions on Nanotechnology},
17+
year={2025},
18+
annote={ai},
19+
publisher={IEEE}
20+
}
21+
22+
@article{martinez2025using,
23+
title={Using large language models to estimate features of multi-word expressions: Concreteness, valence, arousal},
24+
author={Mart{\'\i}nez, Gonzalo and Molero, Juan Diego and Gonz{\'a}lez, Sandra and Conde, Javier and Brysbaert, Marc and Reviriego, Pedro},
25+
journal={Behavior Research Methods},
26+
volume={57},
27+
number={1},
28+
pages={1--11},
29+
year={2025},
30+
annote={ai},
31+
publisher={Springer US}
32+
}
33+
34+
@article{martinez2024ai,
35+
title={AI-generated estimates of familiarity, concreteness, valence, and arousal for over 100,000 Spanish words},
36+
author={Mart{\'\i}nez, Gonzalo and Conde, Javier and Reviriego, Pedro and Brysbaert, Marc},
37+
journal={Quarterly Journal of Experimental Psychology},
38+
pages={17470218241306694},
39+
year={2024},
40+
annote={ai},
41+
publisher={SAGE Publications Sage UK: London, England}
42+
}
43+
44+
@article{zhu2024dependability,
45+
title={Dependability of the K Minimum Values Sketch: Protection and Comparative Analysis},
46+
author={Zhu, Jinhua and Gao, Zhen and Reviriego, Pedro and Liu, Shanshan and Lombardi, Fabrizio},
47+
journal={IEEE Transactions on Computers},
48+
year={2024},
49+
annote={computing},
50+
publisher={IEEE}
51+
}
52+
53+
@article{3547,
54+
keywords = {Artificial Intelligence, Natural Language Processing, Sentiment Analysis in Education, Transformers, Systematic Review},
55+
author = {Anabel Pilicita-Garrido and Enrique Barra},
56+
title = {Sentiment Analysis With Transformers Applied to Education: Systematic Review},
57+
abstract = {Sentiment analysis, empowered by artificial intelligence, can play a critical role in assessing the impact of cultural factors on the advancement of Open Science and artificial intelligence. Additionally, it can offer valuable insights into the open data gathered within educational contexts. This article presents a systematic review of the use of Transformers models in sentiment analysis in education. A systematic review approach was used to analyze 41 articles from recognized digital databases. The results of the review provide a comprehensive understanding of previous research related to the use of Transformers models in education for the task of sentiment analysis, their benefits, challenges, as well as future areas of research that can lay the foundation for a more sustainable and effective education system.},
58+
year = {2025},
59+
journal = {International Journal of Interactive Multimedia and Artificial Intelligence},
60+
volume = {9},
61+
chapter = {72},
62+
number = {2},
63+
pages = {72-83},
64+
month = {03/2025},
65+
issn = {1989-1660},
66+
url = {https://www.ijimai.org/journal/bibcite/reference/3547},
67+
annote={e-learning, ai},
68+
doi = {10.9781/ijimai.2025.02.008},
69+
}
70+
71+
@article{gao2024dependability,
72+
title={Dependability and Protection of Transformer Models against Soft Errors on Text Embeddings},
73+
author={Gao, Zhen and Liu, Shuang and Reviriego, Pedro and Liu, Shanshan and Lombardi, Fabrizio},
74+
journal={IEEE Transactions on Device and Materials Reliability},
75+
year={2024},
76+
annote={ai},
77+
publisher={IEEE}
78+
}
79+
80+
@article{wang2024fault,
81+
title={Fault Tolerance in Triplet Network Training: Analysis, Evaluation and Protection Methods},
82+
author={Wang, Ziheng and Niknia, Farzad and Liu, Shanshan and Reviriego, Pedro and Louri, Ahmed and Lombardi, Fabrizio},
83+
journal={IEEE Transactions on Emerging Topics in Computing},
84+
year={2024},
85+
annote={computing},
86+
publisher={IEEE}
87+
}
88+
89+
@article{liu2024emerging,
90+
title={Are Emerging Machine Learning Models Dependable at the Nanoscales?},
91+
author={Liu, Shanshan and Wang, Ziheng and Gao, Zhen and Reviriego, Pedro and Niknia, Farzad and Tang, Xiaochen and Zhou, Jun and Lombardi, Fabrizio},
92+
journal={IEEE Nanotechnology Magazine},
93+
year={2024},
94+
annote={computing},
95+
publisher={IEEE}
96+
}
97+
98+
@article{reviriego2024playing,
99+
title={Playing with words: Comparing the vocabulary and lexical diversity of ChatGPT and humans},
100+
author={Reviriego, Pedro and Conde, Javier and Merino-G{\'o}mez, Elena and Mart{\'\i}nez, Gonzalo and Hern{\'a}ndez, Jos{\'e} Alberto},
101+
journal={Machine Learning with Applications},
102+
volume={18},
103+
pages={100602},
104+
year={2024},
105+
annote={ai},
106+
publisher={Elsevier}
107+
}
108+
1109
@ARTICLE{10754992,
2110
author={Conde, Javier and Munoz-Arcentales, Andrés and Alonso, Álvaro and Salvachúa, Joaquín and Huecas, Gabriel},
3111
journal={IT Professional},

constants/team.js

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const myteam = [
22
{
33
name: "Pedro Reviriego",
44
position: "",
5-
role: "professor",
5+
role: "fullprofessor",
66
description_en:
77
"Pedro Reviriego received the M.Sc. and Ph.D. degrees in telecommunications engineering from the Technical University of Madrid, Madrid, Spain, in 1994 and 1997, respectively. From 1997 to 2000, he was an Engineer with Teldat, Madrid, working on router implementation. In 2000, he joined Massana to work on the development of 1000BASE-T transceivers. From 2004 to 2007, he was a Distinguished Member of Technical Staff with the LSI Corporation, working on the development of Ethernet transceivers. From 2007 to 2018 he was with Nebrija University, from 2018 to 2022 with Universidad Carlos III de Madrid. He is currently with Universidad Politécnica de Madrid working mainly of generative AI.",
88
description_es:
@@ -161,7 +161,7 @@ export const myteam = [
161161
{
162162
name: "Jose Andres Muñoz",
163163
position: "",
164-
role: "assistant",
164+
role: "associate",
165165
description_en:
166166
"Andrés received the B.S. in Telematic Engineering from Escuela Superior Politécnica del Litoral (ESPOL) in 2013 He received the M.Sc. in Telematic Services and Network Engineering from Universidad Politécnica de Madrid (UPM). Andrés is currently a Ph.D. student in Telecommunications Engineering and a Researcher with the Next Generation Internet Research Group. His previous experience includes Telematic Laboratories Coordination or Servers and Communications Assistant, both in ESPOL.Andres has carried out different research projects, such as Web Platform Development for Control and Monitoring of Environmental Parameters in Agriculture or Kiswar Proyect Reactive Evacuation Management Systemsfor Emergency Situations.",
167167
description_es:
@@ -182,7 +182,7 @@ export const myteam = [
182182
{
183183
name: "Alejandro Pozo",
184184
position: "",
185-
role: "assistant",
185+
role: "associate",
186186
description_en:
187187
"Researcher and Ph.D. student at Politécnica of Madrid (UPM). He received the M.Sc. in Telecommunications Engineering from the UPM, Spain, in 2017, where he is currently pursuing the Ph.D. in Telecommunications Engineering and is a Research Assistant with the Next Generation Internet Research Group. He participates in several European projects and publishes results in journals related to the Internet of Things, security, and identity management.",
188188
description_es:
@@ -239,6 +239,26 @@ export const myteam = [
239239
linkedin: "https://www.linkedin.com/in/javier-conde-diaz/",
240240
portalUpm: "https://portalcientifico.upm.es/es/ipublic/researcher/332900",
241241
},
242+
{
243+
name: "Gonzalo Martínez",
244+
position: "",
245+
role: "assistant",
246+
description_en:
247+
"Gonzalo Martínez received a Ph.D. in Telematics Engineering at UPM where he is now an assistant professor in the Department of Telematics Engineering. Since 2024 Javier became a Young Scholar member of the Marconi Society, being the first Spanish researcher to receive this recognition. Javier is coordinating the IEEE Spanish Local Group on AI. His research interests lie in the fields of Digital Twins, Big Data and Artificial Intelligence.",
248+
description_es:
249+
"Gonzalo Martínez obtuvo un doctorado en Ingeniería Telemática en la UPM, donde actualmente es Profesor Ayudante Doctor en el Departamento de Ingeniería de Sistemas Telemáticos. Desde 2024, Javier se convirtió en Young Scholar de la Marconi Society, siendo el primer investigador español en recibir este reconocimiento. Actualmente también coordina el Grupo Local de España de IA del IEEE. Sus áreas de interés en investigación incluyen Gemelos Digitales, Big Data e Inteligencia Artificial.",
250+
img: "./assets/img/team/gonzalo.jpg",
251+
github: "https://github.com/javicond3",
252+
email: "javier.conde.diaz@upm.es",
253+
center: "E.T.S. de ingenieros de telecomunicacion",
254+
researchgate: "https://www.researchgate.net/profile/Javier-Conde-4",
255+
orcid: "https://orcid.org/0000-0002-5304-0626",
256+
webOfScience: "https://www.webofscience.com/wos/author/record/33174652",
257+
googleScholar:
258+
"https://scholar.google.es/citations?hl=es-ES&user=2e_XTLcAAAAJ&hl",
259+
linkedin: "https://www.linkedin.com/in/javier-conde-diaz/",
260+
portalUpm: "https://portalcientifico.upm.es/es/ipublic/researcher/332900",
261+
},
242262
{
243263
name: "Carlos Aparicio",
244264
position: "",
@@ -259,23 +279,6 @@ export const myteam = [
259279
email: "ce.aparicio@upm.es",
260280
center: "E.T.S. de ingenieros de telecomunicacion",
261281
},
262-
{
263-
name: "Iciar Villamayor",
264-
role: "researcher",
265-
description_en:
266-
"Iciar is a UX/UI designer. She received the B.S and M.Sc in graphic design and interactive graphic design from Escuela Superior de Diseño de Madrid in 2020 and 2021. She's currently teaching at Escuela Superior de Diseño de Madrid. She sporadically collaborates with the GING as a Digital Product Designer.",
267-
description_es:
268-
"Icíar es diseñadora UX/UI. Se graduó del Grado en Diseño con especialización en gráfico de la Escuela Superior de Diseño de Madrid, donde también obtuvo su Master en Diseño Interactivo. Actualmente desempeña su labor como profesora de Medios Informáticos en la Escuela Superior de Diseño de Madrid y colabora esporádicamente con GING como diseñadora de producto digital.",
269-
img: "/assets/img/team/iciar-villamayor.jpg",
270-
github: "https://github.com/IciarVillamayor",
271-
email: "iciarvillamayor@hotmail.com",
272-
researchgate: "https://www.researchgate.net/profile/Iciar-Villamayor-2",
273-
orcid: "",
274-
webOfScience: "",
275-
googleScholar: "",
276-
linkedin: "https://www.linkedin.com/in/ivillamayor/",
277-
portalUpm: "",
278-
},
279282
{
280283
name: "Sonsoles López-Pernas",
281284
role: "external",

docs/404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/_next/static/-w8w3jUoDSmyGp5fLHMeU/_buildManifest.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/_next/static/JR6LsUMJuXW8r1M9pH_3H/_buildManifest.js

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

docs/_next/static/-w8w3jUoDSmyGp5fLHMeU/_ssgManifest.js renamed to docs/_next/static/JR6LsUMJuXW8r1M9pH_3H/_ssgManifest.js

File renamed without changes.

0 commit comments

Comments
 (0)