From 3d9d00dca7f8993c67dfc0eb243cbd27ef1cf2f6 Mon Sep 17 00:00:00 2001 From: marcogmurciano Date: Tue, 8 Oct 2024 13:17:54 +0200 Subject: [PATCH] jsones y nombres de page --- app/layout.js | 2 + app/page.js | 5 + placeholder-constants/courses.js | 166 +- placeholder-constants/parsePubs.js | 2425 --------------- placeholder-constants/projects.js | 198 +- placeholder-constants/publications.js | 3908 +------------------------ placeholder-constants/tools.js | 177 +- 7 files changed, 527 insertions(+), 6354 deletions(-) delete mode 100644 placeholder-constants/parsePubs.js diff --git a/app/layout.js b/app/layout.js index acacabf..3812f17 100644 --- a/app/layout.js +++ b/app/layout.js @@ -29,7 +29,9 @@ export default function RootLayout({ children }) { return ( + + Amazing Page
diff --git a/app/page.js b/app/page.js index 8dc11fc..7d86a9f 100644 --- a/app/page.js +++ b/app/page.js @@ -12,6 +12,10 @@ import Text from "@/components/ui/Text"; import { ArrowRightIcon, EnvelopeOpenIcon } from "@radix-ui/react-icons"; import Image from "@/components/ui/image"; +// componentDidMount() { +// document.title = "Amazing Page"; +// } + //Card import { Card, CardVariants @@ -46,6 +50,7 @@ export default function Page() { return (
+ Amazing Page {t("front.title")} diff --git a/placeholder-constants/courses.js b/placeholder-constants/courses.js index 9187853..bb33bc2 100644 --- a/placeholder-constants/courses.js +++ b/placeholder-constants/courses.js @@ -1,66 +1,122 @@ export const mycourses = [ - { "date": "2023", - "img": "/assets/img/courses/fondo-cursos.png", + { + "date": "2023", + "img": "placeholder.jpg", "edition": "2", "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", - "title": "Bases de Datos Relacionales y No Relacionales: conceptos, diseño y aplicación a entornos web",// has description - "description": "En este curso, exploraremos los fundamentos esenciales de las bases de datos, centrándonos tanto en los modelos relacionales como en los no relacionales. Desde la teoría básica hasta la aplicación práctica en entornos web, los participantes adquirirán una comprensión profunda de cómo diseñar, implementar y gestionar bases de datos eficientes para satisfacer las necesidades cambiantes de las aplicaciones modernas. ", - }, - { + "title": "Bases de Datos Relacionales y No Relacionales: conceptos, diseño y aplicación a entornos web", + "description": "En este curso, exploraremos los fundamentos esenciales de las bases de datos, centrándonos tanto en los modelos relacionales como en los no relacionales. Desde la teoría básica hasta la aplicación práctica en entornos web, los participantes adquirirán una comprensión profunda de cómo diseñar, implementar y gestionar bases de datos eficientes para satisfacer las necesidades cambiantes de las aplicaciones modernas." + }, + { + "date": "2022", + "img": "placeholder.jpg", + "edition": "3", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Introducción a las Bases de Datos Relacionales", + "description": "Un curso diseñado para introducir los conceptos clave en el diseño y manejo de bases de datos relacionales, desde la normalización hasta la ejecución de consultas SQL." + }, + { + "date": "2021", + "img": "placeholder.jpg", + "edition": "1", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Bases de Datos No Relacionales: MongoDB y Cassandra", + "description": "Este curso se enfoca en las bases de datos no relacionales, explorando sistemas como MongoDB y Cassandra para aplicaciones escalables en entornos distribuidos." + }, + { "date": "2023", - "img": "/assets/img/courses/fondo-cursos.png", - "edition": "2", - "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=378", - "title": "Desarrollo de aplicaciones con React y React Native",// has description - "description": "Las tecnologías de React y React Native son una manera novedosa y muy potente de desarrollar aplicaciones de cliente, tanto aplicaciones web como aplicaciones nativas Android e iOS. Son una de las tecnologías más demandadas en el mercado laboral hoy en día, y este curso te permitirá dominarlas y hacer tus propias aplicaciones de forma autónoma.", - }, - { + "img": "placeholder.jpg", + "edition": "4", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Diseño de Bases de Datos para Aplicaciones Web", + "description": "Aprenderás a diseñar bases de datos eficientes para aplicaciones web modernas, teniendo en cuenta el rendimiento, la escalabilidad y la seguridad de los datos." + }, + { + "date": "2020", + "img": "placeholder.jpg", + "edition": "2", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Modelos de Bases de Datos y su Aplicación en Entornos Empresariales", + "description": "Un curso dirigido a entender cómo se implementan los modelos de bases de datos en aplicaciones empresariales, desde el diseño conceptual hasta la implementación física." + }, + { "date": "2023", - "img": "/assets/img/courses/fondo-cursos.png", - "edition": "3", - "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=361", - "title": "Desarrollo de un Proyecto Fullstack con JavaScript", // has description - "description": "Curso de programación en JavaScript y de introducción al diseño de aplicaciones Web de servidor utilizando node.js, express.js y HTMLS. El curso incluye también el despliegue de servicios de servidor en la nube e introduce técnicas básicas de ingeniería software.", - }, - { + "img": "placeholder.jpg", + "edition": "5", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Consultas Avanzadas en SQL para Bases de Datos Relacionales", + "description": "Este curso profundiza en el uso de SQL para realizar consultas avanzadas en bases de datos relacionales, optimizando el rendimiento y la estructura de las consultas." + }, + { "date": "2021", - "img": "/assets/img/courses/fondo-cursos.png", + "img": "placeholder.jpg", + "edition": "2", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Administración y Mantenimiento de Bases de Datos Relacionales", + "description": "Aprende a gestionar, administrar y mantener bases de datos relacionales, garantizando su integridad y seguridad." + }, + { + "date": "2020", + "img": "placeholder.jpg", + "edition": "1", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Introducción a las Bases de Datos NoSQL", + "description": "Este curso ofrece una visión general de las bases de datos NoSQL, centrándose en las características que las hacen adecuadas para grandes volúmenes de datos y análisis en tiempo real." + }, + { + "date": "2022", + "img": "placeholder.jpg", "edition": "3", - "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=194", - "title": "Desarrollo Backend con Node.js, Express y BBDDs", // has description - "description": "Curso de programación en JavaScript y de introducción al diseño de aplicaciones Web de cliente en HTML5, programación en JavaScript, y diseño Web en CSS. Se introducen conceptos de diseño web modernos, como el protocolo HTTP y las interfaces REST. Se incluye manejo y diseño de bases de datos Relacionales y ORMs.", - }, - { + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Bases de Datos Distribuidas: Teoría y Práctica", + "description": "Explora los conceptos de bases de datos distribuidas, diseñadas para manejar grandes cantidades de datos a lo largo de múltiples servidores y ubicaciones." + }, + { + "date": "2023", + "img": "placeholder.jpg", + "edition": "2", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Diseño de Bases de Datos con SQL y PostgreSQL", + "description": "En este curso, aprenderás a diseñar y gestionar bases de datos usando SQL con PostgreSQL, explorando las mejores prácticas y técnicas de optimización." + }, + { + "date": "2020", + "img": "placeholder.jpg", + "edition": "2", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Análisis de Datos en Entornos NoSQL", + "description": "Este curso aborda cómo realizar análisis de datos utilizando tecnologías NoSQL como MongoDB y Redis para aplicaciones que manejan grandes cantidades de datos no estructurados." + }, + { "date": "2021", - "img": "/assets/img/courses/fondo-cursos.png", - "edition": "11", - "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=256", - "title": "Desarrollo Frontend con HTML, CSS y JavaScript", // has description (2) - "description": "Este curso ha sido concebido como una introducción al diseño de aplicaciones Web en HTML5, CSS y JavaScript, tanto de tipo Web genérica, como para Android e iOS. Sus contenidos tienen como objetivo capacitar para la programación y el diseño de aplicaciones, utilizando HTML5, CSS y JavaScript en estos entornos.", - // "description": "Desde la teoría básica hasta la aplicación práctica en entornos web, los participantes adquirirán una comprensión profunda de cómo diseñar, implementar y gestionar bases de datos eficientes para satisfacer las necesidades cambiantes de las aplicaciones modernas.", "gradient": "bg-yellow-gradient", - }, - { + "img": "placeholder.jpg", + "edition": "1", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Seguridad en Bases de Datos Relacionales y No Relacionales", + "description": "Aprenderás a implementar medidas de seguridad en bases de datos tanto relacionales como no relacionales para proteger la integridad y privacidad de los datos." + }, + { + "date": "2023", + "img": "placeholder.jpg", + "edition": "3", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Optimización de Consultas en Bases de Datos Relacionales", + "description": "Este curso se enfoca en la optimización de consultas en bases de datos relacionales, mejorando el rendimiento de aplicaciones que manejan grandes cantidades de datos." + }, + { + "date": "2022", + "img": "placeholder.jpg", + "edition": "2", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Bases de Datos Multimodelo: Explorando Nuevas Tendencias", + "description": "Descubre cómo las bases de datos multimodelo combinan características de bases de datos relacionales, no relacionales y orientadas a grafos para crear soluciones más versátiles." + }, + { "date": "2021", - "img": "/assets/img/courses/fondo-cursos-png", + "img": "placeholder.jpg", "edition": "4", - "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=267", - "title": "Gestión de proyectos software con Git y GitHub", // has description - "description": "El objetivo principal de este MOOC es conocer y controlar Git y el servicio o plataforma GitHub (htto://github.com) para poder gestionar los proyectos y coordinar a los miembros integrantes de los equipos de trabajo con éxito.", - }, - { - "date": "2021", - "img": "/assets/img/courses/fondo-cursos.png", - "edition": "5", - "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=264", - "title": "Siete habilidades clave en la era digital", // has description -> https://innovacioneducativa.upm.es/sites/default/files/moocs/cataimg-2021-enero-con-portada.pdf - "description": "Estamos viviendo una revolución digital en la que los cambios se producen a un ritmo frenético. Las profesiones del mañana serán nuevas y no se conocen aún. Por ello es importante formarse en ciertas habilidades transversales que, independientemente del tipo del tipo de profesión que se desarrolle ahora o se vaya a desarrollar en el futuro, son esenciales para aprovechar las oportunidades del mundo digital. ", - }, - { - "date": "2018", - "img": "/assets/img/courses/fondo-cursos-png", - "edition": "2", - "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=51", - "title": "Introducción a LINUX como entorno de desarrollo de sistemas software", // has description -> https://innovacioneducativa.upm.es/sites/default/files/moocs/cataimg-2021-enero-con-portada.pdf - "description": "El objetivo del curso es proporcionar a los estudiantes los conocimientos teóricos y prácticos necesarios para empezar a utilizar el sistema operativo LINUX/UNIX, junto con un conjunto básico de herramientas y servicios en red, como entorno de soporte para el desarrollo de aplicaciones del software.", - }, + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Migración de Bases de Datos Relacionales a NoSQL", + "description": "Este curso enseña las mejores prácticas y estrategias para migrar sistemas de bases de datos relacionales tradicionales a entornos NoSQL." + } ]; diff --git a/placeholder-constants/parsePubs.js b/placeholder-constants/parsePubs.js deleted file mode 100644 index dd278aa..0000000 --- a/placeholder-constants/parsePubs.js +++ /dev/null @@ -1,2425 +0,0 @@ -// let bibtexData = `@article{barra2023empowering, -// author = {Barra, Enrique and López-Pernas, Sonsoles and Gordillo, Aldo and Pozo Huertas, Alejandro and Muñoz, Jose and Conde, Javier}, -// year = {2024}, -// month = {01}, -// pages = {1-7}, -// title = {Empowering Database Learning through Remote Educational Escape Rooms}, -// volume = {PP}, -// journal = {IEEE Internet Computing}, -// doi = {10.1109/MIC.2023.3333199} -// } - -// @article{10196480, -// author={López-Pernas, Sonsoles and Barra, Enrique and Gordillo, Aldo and Alonso, Álvaro and Quemada, Juan}, -// journal={IEEE Software}, -// title={Scaling Student Feedback in Software Engineering Massive Open Online Courses}, -// year={2023}, -// volume={40}, -// number={5}, -// pages={50-57}, -// doi={10.1109/MS.2023.3275035}} - -// @article{LOPEZFERNANDEZ2023100588, -// author = {Daniel López-Fernández and Aldo Gordillo and Raúl Lara-Cabrera and Javier Alegre}, -// journal = {Entertainment Computing}, -// title = {Comparing effectiveness of educational video games of different genres in computer science education}, -// year = {2023}, -// volume = {47}, -// pages = {100588}, -// issn = {1875-9521}, -// doi = {https://doi.org/10.1016/j.entcom.2023.100588}, -// } - -// @article{10058105, -// author={López-Fernández, Daniel and Gordillo, Aldo and Pérez, Jennifer and Tovar, Edmundo}, -// journal={IEEE Transactions on Education}, -// title={Learning and Motivational Impact of Game-Based Learning: Comparing Face-to-Face and Online Formats on Computer Science Education}, -// year={2023}, -// volume={66}, -// number={4}, -// pages={360-368}, -// doi={10.1109/TE.2023.3241099}} - -// @article{10042016, -// author={López-Fernández, Daniel and Mayor, Jesús and García-Pérez, Marta and Gordillo, Aldo}, -// journal={IEEE Computer Graphics and Applications}, -// title={Are Virtual Reality Serious Video Games More Effective Than Web Video Games?}, -// year={2023}, -// volume={43}, -// number={2}, -// pages={32-42}, -// doi={10.1109/MCG.2023.3244036}} - -// @article{9914622, -// author={López-Fernández, Daniel and Mayor, Jesus and Pérez, Jennifer and Gordillo, Aldo}, -// journal={IEEE Transactions on Games}, -// title={Learning and Motivational Impact of Using a Virtual Reality Serious Video Game to Learn Scrum}, -// year={2023}, -// volume={15}, -// number={3}, -// pages={430-439}, -// doi={10.1109/TG.2022.3213127}} - -// @article{9910460, -// author={López-Pernas, Sonsoles and Munoz-Arcentales, Andres and Aparicio, Carlos and Barra, Enrique and Gordillo, Aldo and Salvachúa, Joaquín and Quemada, Juan}, -// journal={IEEE Computer Graphics and Applications}, -// title={Educational Data Virtual Lab: Connecting the Dots Between Data Visualization and Analysis}, -// year={2022}, -// volume={42}, -// number={5}, -// pages={76-83}, -// doi={10.1109/MCG.2022.3189557}} - -// @article{10.1109/access.2022.3160230, -// doi = {10.1109/access.2022.3160230}, -// year = 2022, -// publisher = {Institute of Electrical and Electronics Engineers ({IEEE})}, -// volume = {10}, -// pages = {31578--31585}, -// author = {Tyni, Janne and Tarkiainen, Anni and López-Pernas, Sonsoles and Saqr, Mohammed and Kahila, Juho and Bednarik, Roman and Tedre, Matti}, -// title = {Games and Rewards: A Scientometric Study of Rewards in Educational and Serious Games}, -// journal = {IEEE Access} -// } - -// @article{10.1109/ACCESS.2022.3159674, -// doi = {10.1109/access.2022.3159674}, -// year = 2022, -// volume = {10}, -// pages = {32361--32380}, -// author = {Saqr,Mohammed and Poquet, Oleksandra and López-Pernas, Sonsoles}, -// title = {Networks in Education: A Travelogue Through Five Decades}, -// journal = {IEEE Access} -// } - -// @ARTICLE{10.18608/jla.2022.7415, -// title = "The curious case of centrality measures: A large-scale empirical -// investigation", -// author = "Saqr, Mohammed and López-Pernas, Sonsoles", -// journal = "Journal of Learning Analytics", -// volume = 9, -// pages = "13--31", -// year = 2022, -// doi = {10.18608/jla.2022.7415} -// } -// @article{10.1109/ACCESS.2022.3157609, -// title = "Computing education research compiled: Keyword trends, building -// blocks, creators, and dissemination", -// author = "Apiola, Mikko and Saqr, Mohammed and López-Pernas, Sonsoles and -// Tedre, Matti", -// journal = "IEEE Access", -// volume = 10, -// pages = {27041--27068}, -// doi = {10.1109/ACCESS.2022.3157609}, -// year = 2022 -// } - -// @article{10.1080/10494820.2022.2041045, -// title = {A learning analytics perspective on educational escape rooms}, -// author = {Sonsoles López-Pernas and Mohammed Saqr and Aldo Gordillo and Enrique Barra}, -// year = 2022, -// journal = {Interactive Learning Environments}, -// doi = {10.1080/10494820.2022.2041045} -// } - -// @article{10.1109/TE.2022.3142688, -// title = {Comparing the Effectiveness of Video-Based Learning and Game-Based Learning Using Teacher-Authored Video Games for Online Software Engineering Education}, -// author = {Gordillo, Aldo and López-Fernández, Daniel and Tovar, Edmundo}, -// year = 2022, -// journal = {IEEE Transactions on Education}, -// volume = {In press}, -// number = {}, -// pages = {}, -// doi = {10.1109/TE.2022.3142688} -// } - -// @article{10.1016/j.chb.2021.107123, -// title = {The nature and building blocks of educational technology research}, -// author = {Teemu Valtonen and Sonsoles López-Pernas and Mohammed Saqr and Henriikka Vartiainen and Erkko Tapio Sointu and Matti Tedre}, -// year = 2022, -// journal = {Computers in Human Behavior}, -// volume = 128, -// pages = 107123, -// doi = {10.1016/j.chb.2021.107123}, -// issn = {0747-5632} -// } - - -// @inproceedings{9637209, -// title = {A Scientometric Journey Through the FIE Bookshelf: 1982-2020}, -// author = {Apiola, Mikko and Tedre, Matti and López-Pernas, Sonsoles and Saqr, Mohammed and Daniels, Mats and Pears, Arnold}, -// year = 2021, -// booktitle = {2021 IEEE Frontiers in Education Conference (FIE)}, -// volume = {}, -// number = {}, -// pages = {1--9}, -// doi = {10.1109/FIE49875.2021.9637209} -// } -// @article{10.3390/s21217095, -// title = {Enabling Context-Aware Data Analytics in Smart Environments: An Open Source Reference Implementation}, -// author = {Munoz-Arcentales, Andres and López-Pernas, Sonsoles and Conde, Javier and Alonso, Álvaro and Salvachúa, Joaquín and Hierro, Juan José}, -// year = 2021, -// journal = {Sensors}, -// volume = 21, -// number = 21, -// doi = {10.3390/s21217095}, -// issn = {1424-8220}, -// article-number = 7095, -// pubmedid = 34770401 -// } - -// @article{10.1007/s11412-021-09356-4, -// title = {Modelling diffusion in computer-supported collaborative learning: a large scale learning analytics study}, -// author = {Mohammed Saqr and Sonsoles López-Pernas}, -// year = 2021, -// month = dec, -// journal = {International Journal of Computer-Supported Collaborative Learning}, -// volume = 16, -// number = 4, -// pages = {441--483}, -// doi = {10.1007/s11412-021-09356-4} -// } -// @article{10.1109/ACCESS.2021.3134844, -// title = {Bringing Synchrony and Clarity to Complex Multi-Channel Data: A Learning Analytics Study in Programming Education}, -// author = {López-Pernas, Sonsoles and Saqr, Mohammed}, -// year = 2021, -// journal = {IEEE Access}, -// volume = 9, -// number = {}, -// pages = {166531--166541}, -// doi = {10.1109/ACCESS.2021.3134844} -// } -// @article{10.1016/j.edurev.2022.100437, -// title = {How well centrality measures capture student achievement in computer-supported collaborative learning? – A systematic review and meta-analysis}, -// author = {Mohammed Saqr and Ramy Elmoazen and Matti Tedre and Sonsoles López-Pernas and Laura Hirsto}, -// year = 2022, -// journal = {Educational Research Review}, -// volume = 35, -// pages = 100437, -// doi = {10.1016/j.edurev.2022.100437}, -// issn = {1747-938X}, -// keywords = {Centrality measures, CSCL, Achievement, Social network analysis, Learning analytics, Predicting performance, Educational data mining}, -// } - -// @article{10.1109/TE.2021.3057849, -// title = {Comparing Traditional Teaching and Game-Based Learning Using Teacher-Authored Games on Computer Science Education}, -// author = {Gordillo, Aldo and López-Fernández, Daniel and Alarcón, Pedro P. and Tovar, Edmundo}, -// year = 2021, -// journal = {IEEE Transactions on Education}, -// volume = 64, -// number = 4, -// pages = {367 - 373}, -// doi = {10.1109/TE.2021.3057849} -// } -// @article{SAQR2021104325, -// title = {The longitudinal trajectories of online engagement over a full program}, -// author = {Saqr, Mohammed and López-Pernas, Sonsoles}, -// year = 2021, -// journal = {Computers & Education}, -// volume = 175, -// pages = 104325, -// doi = {https://doi.org/10.1016/j.compedu.2021.104325}, -// issn = {0360-1315}, -// url = {https://www.sciencedirect.com/science/article/pii/S0360131521002025} -// } -// @inproceedings{10.1007/978-3-030-86436-1_10, -// title = {The Dire Cost of Early Disengagement: A Four-Year Learning Analytics Study over a Full Program}, -// author = {Saqr, Mohammed and López-Pernas, Sonsoles}, -// year = 2021, -// booktitle = {Technology-Enhanced Learning for a Free, Safe, and Sustainable World}, -// publisher = {Springer International Publishing}, -// address = {Cham}, -// pages = {122--136}, -// isbn = {978-3-030-86436-1}, -// editor = {De Laet, Tinne and Klemke, Roland and Alario-Hoyos, Carlos and Hilliger, Isabel and Ortega-Arranz, Alejandro} -// } -// @inproceedings{9499920, -// title = {Idiographic learning analytics: A definition and a case study}, -// author = {Saqr, Mohammed and López-Pernas, Sonsoles}, -// year = 2021, -// booktitle = {Proceedings of the 2021 International Conference on Advanced Learning Technologies (ICALT)}, -// pages = {163--165}, -// doi = {10.1109/ICALT52272.2021.00056} -// } -// @article{su13158485, -// title = {Development of Teacher Digital Competence in the Area of E-Safety through Educational Video Games}, -// author = {Gordillo, Aldo and Barra, Enrique and López-Pernas, Sonsoles and Quemada, Juan}, -// year = 2021, -// journal = {Sustainability}, -// volume = 13, -// number = 15, -// doi = {10.3390/su13158485}, -// issn = {2071-1050}, -// url = {https://www.mdpi.com/2071-1050/13/15/8485}, -// article-number = 8485 -// } -// @article{9531643, -// title = {SGAME: An Authoring Tool to Easily Create Educational Video Games by Integrating SCORM-Compliant Learning Objects}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2021, -// journal = {IEEE Access}, -// volume = 9, -// number = {}, -// pages = {126414--126430}, -// doi = {10.1109/ACCESS.2021.3111513} -// } -// @article{9477556, -// title = {LEGO® Serious Play in Software Engineering Education}, -// author = {López-Fernández, Daniel and Gordillo, Aldo and Ortega, Fernando and Yagüe, Agustín and Tovar, Edmundo}, -// year = 2021, -// journal = {IEEE Access}, -// volume = 9, -// number = {}, -// pages = {103120--103131}, -// doi = {10.1109/ACCESS.2021.3095552} -// } -// @article{electronics10131523, -// title = {Bridging the Gap between Academia and Industry through Students’ Contributions to the FIWARE European Open-Source Initiative: A Pilot Study}, -// author = {Conde, Javier and López-Pernas, Sonsoles and Pozo, Alejandro and Munoz-Arcentales, Andres and Huecas, Gabriel and Alonso, Álvaro}, -// year = 2021, -// journal = {Electronics}, -// volume = 10, -// number = 13, -// doi = {10.3390/electronics10131523}, -// issn = {2079-9292}, -// url = {https://www.mdpi.com/2079-9292/10/13/1523}, -// article-number = 1523 -// } -// @article{su13094825, -// title = {Putting It All Together: Combining Learning Analytics Methods and Data Sources to Understand Students’ Approaches to Learning Programming}, -// author = {López-Pernas, Sonsoles and Saqr, Mohammed and Viberg, Olga}, -// year = 2021, -// journal = {Sustainability}, -// volume = 13, -// number = 9, -// doi = {10.3390/su13094825}, -// issn = {2071-1050}, -// url = {https://www.mdpi.com/2071-1050/13/9/4825}, -// article-number = 4825 -// } -// @article{9405675, -// title = {Comparing Face-to-Face and Remote Educational Escape Rooms for Learning Programming}, -// author = {López-Pernas, Sonsoles and Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2021, -// journal = {IEEE Access}, -// volume = 9, -// number = {}, -// pages = {59270--59285}, -// doi = {10.1109/ACCESS.2021.3073601} -// } -// @article{ijerph18083980, -// title = {User-Adapted Web Services by Extending the eIDAS Specification with Functional Attributes}, -// author = {Marco, Lourdes and Pozo, Alejandro and Huecas, Gabriel and Quemada, Juan and Alonso, Álvaro}, -// year = 2021, -// journal = {International Journal of Environmental Research and Public Health}, -// volume = 18, -// number = 8, -// doi = {10.3390/ijerph18083980}, -// issn = {1660-4601}, -// url = {https://www.mdpi.com/1660-4601/18/8/3980}, -// article-number = 3980, -// pubmedid = 33918919 -// } -// @inproceedings{Lopez-Pernas2021, -// title = {{Idiographic Learning Analytics: A Within-Person Ethical Perspective}}, -// author = {López-Pernas, Sonsoles and Saqr, Mohammed}, -// year = 2021, -// booktitle = {Companion Proceedings 11th International Conference on Learning Analytics {\&} Knowledge (LAK21)}, -// pages = {310--315} -// } -// @inproceedings{Saqr2021, -// title = {{Idiographic Learning Analytics: A single student (N=1) approach using psychological networks}}, -// author = {Saqr, Mohammed and López-Pernas, Sonsoles}, -// year = 2021, -// booktitle = {Companion Proceedings 11th International Conference on Learning Analytics {\&} Knowledge (LAK21)}, -// pages = {397--404}, -// } -// @article{9369393, -// title = {Escapp: A Web Platform for Conducting Educational Escape Rooms}, -// author = {López-Pernas, Sonsoles and Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2021, -// journal = {IEEE Access}, -// volume = 9, -// number = {}, -// pages = {38062--38077}, -// doi = {10.1109/ACCESS.2021.3063711} -// } -// @article{9391739, -// title = {Technology-Enhanced Educational Escape Rooms: A Road Map}, -// author = {López-Pernas, Sonsoles and Gordillo, Aldo and Barra, Enrique}, -// year = 2021, -// journal = {IT Professional}, -// volume = 23, -// number = 2, -// pages = {26--32}, -// doi = {10.1109/MITP.2021.3062749} -// } -// @article{9328278, -// title = {Use of a Simulated Social Network as an Educational Tool to Enhance Teacher Digital Competence}, -// author = {Gordillo, Aldo and Barra, Enrique and Garaizar, Pablo and López-Pernas, Sonsoles}, -// year = 2021, -// journal = {IEEE Revista Iberoamericana de Tecnologias del Aprendizaje}, -// volume = 16, -// number = 1, -// pages = {107--114}, -// doi = {10.1109/RITA.2021.3052686} -// } -// @article{9346030, -// title = {Modeling Digital Twin Data and Architecture: A Building Guide with FIWARE as Enabling Technology}, -// author = {J. Conde and A. Munoz-Arcentales and Á. Alonso and S. López-Pernas and J. Salvachúa}, -// year = {2021}, -// journal = {IEEE Internet Computing}, -// volume = {25}, -// number = {4}, -// pages = {}, -// doi = {10.1109/MIC.2021.3056923} -// } -// @article{9292916, -// title = {Evaluating an Educational Escape Room Conducted Remotely for Teaching Software Engineering}, -// author = {A. Gordillo and D. López-Fernández and S. López-Pernas and J. Quemada}, -// year = 2020, -// month = dec, -// issn = {2169-3536}, -// journal = {IEEE Access}, -// volume = {8}, -// pages = {225032--225051}, -// doi = {10.1109/ACCESS.2020.3044380} -// } -// @article{Pozo_2020, -// title = {Evaluation of an IoT Application-Scoped Access Control Model over a Publish/Subscribe Architecture Based on FIWARE}, -// author = {Pozo, Alejandro and Alonso, Álvaro and Salvachúa, Joaquín}, -// year = 2020, -// month = aug, -// journal = {Sensors}, -// publisher = {MDPI AG}, -// volume = 20, -// number = 15, -// pages = 4341, -// doi = {10.3390/s20154341} -// } -// @article{Barra_2020, -// title = {Automated Assessment in Programming Courses: A Case Study during the COVID-19 Era}, -// author = {Barra, Enrique and López-Pernas, Sonsoles and Alonso, Álvaro and Sánchez-Rada, Juan Fernando and Gordillo, Aldo and Quemada, Juan}, -// year = 2020, -// month = sep, -// journal = {Sustainability}, -// publisher = {MDPI AG}, -// volume = 12, -// number = 18, -// pages = 7451, -// doi = {10.3390/su12187451}, -// issn = {2071-1050}, -// url = {http://dx.doi.org/10.3390/su12187451} -// } -// @article{Vel_squez_2020, -// title = {Body Mass Index in Human Gait for Building Risk Assessment Using Graph Theory}, -// author = {Velásquez, Washington and Alvarez-Alvarado, Manuel S. and Munoz-Arcentales, Andres and López-Pernas, Sonsoles and Salvachúa, Joaquín}, -// year = 2020, -// month = may, -// journal = {Sensors}, -// publisher = {MDPI AG}, -// volume = 20, -// number = 10, -// pages = 2899, -// doi = {10.3390/s20102899}, -// issn = {1424-8220}, -// url = {http://dx.doi.org/10.3390/s20102899} -// } -// @inproceedings{Lopez-PernasJGB20, -// title = {Ediphy: {A} modular and extensible open-source web authoring tool for the creation of interactive learning resources}, -// author = {Sonsoles López-Pernas and Alfonso Jiménez and Aldo Gordillo and Enrique Barra and Lourdes Marco and Juan Quemada}, -// year = 2020, -// booktitle = {Proceedings of the 16th International Conference on Intelligent Environments, {IE} 2020, Madrid, Spain, July 20-23, 2020}, -// publisher = {{IEEE}}, -// pages = {115--121}, -// doi = {10.1109/IE49459.2020.9154949} -// } -// @article{su12093885, -// title = {Data Usage and Access Control in Industrial Data Spaces: Implementation Using FIWARE}, -// author = {Munoz-Arcentales, Andres and López-Pernas, Sonsoles and Pozo, Alejandro and Alonso, Álvaro and Salvachúa, Joaquín and Huecas, Gabriel}, -// year = 2020, -// journal = {Sustainability}, -// volume = 12, -// number = 9, -// doi = {10.3390/su12093885}, -// issn = {2071-1050}, -// url = {https://www.mdpi.com/2071-1050/12/9/3885}, -// article-number = 3885 -// } -// @article{Gordillo_2020, -// title={Examining the Usefulness of Quality Scores for Generating Learning Object Recommendations in Repositories of Open Educational Resources}, -// volume={10}, -// ISSN={2076-3417}, -// url={http://dx.doi.org/10.3390/app10134638}, -// DOI={10.3390/app10134638}, -// number={13}, -// journal={Applied Sciences}, -// author={Gordillo, Aldo and López-Fernández, Daniel and Verbert, Katrien}, -// year={2020} -// } -// @INPROCEEDINGS{9125173, -// author={S. {Martin} and A. {Gordillo} and E. {Sancristobal} and M. {Castro} and J. {Quemada}}, -// booktitle={Proceedings of the 2020 IEEE Global Engineering Education Conference (EDUCON)}, -// title={Analysis of management systems for virtual and remote labs}, -// year={2020}, -// pages={1632-1636}, -// url={http://dx.doi.org/10.1109/EDUCON45650.2020.9125173}, -// DOI={10.1109/EDUCON45650.2020.9125173}, -// isbn = {978-1-7281-0930-5}, -// issn = {2165-9567}, -// } -// @article{Alonso_2020, -// title = {Enhancing University Services by Extending the eIDAS European Specification with Academic Attributes}, -// author = {Alonso, Álvaro and Pozo, Alejandro and Gordillo, Aldo and López-Pernas, Sonsoles and Munoz-Arcentales, Andrés and Marco, Lourdes and Barra, Enrique}, -// year = 2020, -// month = jan, -// journal = {Sustainability}, -// volume = 12, -// number = 3, -// pages = 770, -// doi = {10.3390/su12030770}, -// issn = {2071-1050}, -// url = {http://dx.doi.org/10.3390/su12030770} -// } -// @article{8936344, -// title = {Analyzing Learning Effectiveness and Students’ Perceptions of an Educational Escape Room in a Programming Course in Higher Education}, -// author = {S. {López-Pernas} and A. {Gordillo} and E. {Barra} and J. {Quemada}}, -// year = 2019, -// month = dec, -// journal = {IEEE Access}, -// volume = 7, -// pages = {184221--184234}, -// doi = {10.1109/ACCESS.2019.2960312}, -// issn = {2169-3536}, -// keywords = {Computer science education;educational escape rooms;educational technology;engineering education} -// } -// @article{MUNOZARCENTALES2019590, -// title = {An Architecture for Providing Data Usage and Access Control in Data Sharing Ecosystems}, -// author = {Andres Munoz-Arcentales and Sonsoles López-Pernas and Alejandro Pozo and Álvaro Alonso and Joaquín Salvachúa and Gabriel Huecas}, -// year = 2019, -// journal = {Procedia Computer Science}, -// volume = 160, -// pages = {590--597}, -// doi = {https://doi.org/10.1016/j.procs.2019.11.042}, -// issn = {1877-0509}, -// url = {http://www.sciencedirect.com/science/article/pii/S1877050919317429}, -// note = {The 10th International Conference on Emerging Ubiquitous Systems and Pervasive Networks (EUSPN-2019) / The 9th International Conference on Current and Future Trends of Information and Communication Technologies in Healthcare (ICTH-2019) / Affiliated Workshops} -// } -// @inproceedings{GORDILLO2019STU, -// title = {Students’ Perceptions Toward the Use of Teacher-created Educational Games in a Secondary Education Setting}, -// author = {Gordillo, Aldo and López-Pernas, Sonsoles and Barra, Enrique}, -// year = 2019, -// month = 11, -// booktitle = {ICERI2019 Proceedings}, -// location = {Seville, Spain}, -// publisher = {IATED}, -// series = {12th annual International Conference of Education, Research and Innovation}, -// pages = {1986--1996}, -// doi = {10.21125/iceri.2019.0557}, -// isbn = {978-84-09-14755-7}, -// issn = {2340-1095}, -// url = {http://dx.doi.org/10.21125/iceri.2019.0557} -// } -// @inproceedings{LOPEZPERNAS2019IDE, -// title = {Identification and Analysis of Requirements for a Web Platform for Managing Educational Escape Rooms}, -// author = {López-Pernas, Sonsoles and Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2019, -// month = 11, -// booktitle = {ICERI2019 Proceedings}, -// location = {Seville, Spain}, -// publisher = {IATED}, -// series = {12th annual International Conference of Education, Research and Innovation}, -// pages = {4874--4883}, -// doi = {10.21125/iceri.2019.1191}, -// isbn = {978-84-09-14755-7}, -// issn = {2340-1095}, -// url = {http://dx.doi.org/10.21125/iceri.2019.1191} -// } -// @inproceedings{ALONSO2019EXT, -// title = {Extending the EIDAS European Specification for Supporting Academic Attributes}, -// author = {Alonso, Álvaro and Gordillo, Aldo and Pozo, Alejandro and López-Pernas, Sonsoles and Marco, Lourdes and Barra, Enrique}, -// year = 2019, -// month = 11, -// booktitle = {ICERI2019 Proceedings}, -// location = {Seville, Spain}, -// publisher = {IATED}, -// series = {12th annual International Conference of Education, Research and Innovation}, -// pages = {2008--2014}, -// doi = {10.21125/iceri.2019.0560}, -// isbn = {978-84-09-14755-7}, -// issn = {2340-1095}, -// url = {http://dx.doi.org/10.21125/iceri.2019.0560} -// } -// @inproceedings{QUEMADA2019AMM, -// title = {AMMIL: A Methodology for Developing Video-based Learning Courses}, -// author = {Quemada, Juan and Barra, Enrique and Gordillo, Aldo and Pavon, Santiago and Salvachua, Joaquín and Vazquez, Ignacio and López-Pernas, Sonsoles}, -// year = 2019, -// month = 11, -// booktitle = {ICERI2019 Proceedings}, -// location = {Seville, Spain}, -// publisher = {IATED}, -// series = {12th annual International Conference of Education, Research and Innovation}, -// pages = {4893--4901}, -// doi = {10.21125/iceri.2019.1195}, -// isbn = {978-84-09-14755-7}, -// issn = {2340-1095}, -// url = {http://dx.doi.org/10.21125/iceri.2019.1195} -// } -// @article{Gordillo_2019, -// title = {Effect of an Instructor-Centered Tool for Automatic Assessment of Programming Assignments on Students’ Perceptions and Performance}, -// author = {Gordillo, Aldo}, -// year = 2019, -// month = oct, -// journal = {Sustainability}, -// volume = 11, -// number = 20, -// pages = 5568, -// doi = {10.3390/su11205568}, -// issn = {2071-1050}, -// url = {http://dx.doi.org/10.3390/su11205568} -// } -// @article{app9183813, -// title = {An Identity Model for Providing Inclusive Services and Applications}, -// author = {Marco, Lourdes and Alonso, Álvaro and Quemada, Juan}, -// year = 2019, -// journal = {Applied Sciences}, -// volume = 9, -// number = 18, -// doi = {10.3390/app9183813}, -// issn = {2076-3417}, -// url = {https://www.mdpi.com/2076-3417/9/18/3813} -// } -// @article{article48236393514, -// title = {Effectiveness of MOOCs for teachers in safe ICT use training}, -// author = {Gordillo, Aldo and López-Pernas, Sonsoles and Barra, Enrique}, -// year = 2019, -// month = 10, -// journal = {Comunicar}, -// volume = 27, -// pages = {96--105}, -// doi = {10.3916/C61-2019-09} -// } -// @article{article8611, -// title = {Examining the use of an educational escape room for teaching programming in a higher education setting}, -// author = {López-Pernas, Sonsoles and Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2019, -// month = 3, -// journal = {IEEE Access}, -// volume = 7, -// pages = {31723--31737}, -// doi = {10.1109/ACCESS.2019.2902976} -// } -// @inproceedings{inproceedings7631, -// title = {Improval of an educational platform through the integration of an extensible e-learning authoring tool}, -// author = {López-Pernas, Sonsoles and Benito, Alberto and Marco, Lourdes and Gordillo, Aldo}, -// year = 2018, -// month = 11, -// booktitle = {Proceedings of the 11th International Conference of Education, Research and Innovation (ICERI 2018), At Seville}, -// pages = {10117--10124}, -// doi = {10.21125/iceri.2018.0898}, -// isbn = {978-84-09-05948-5}, -// issn = {2340-1095} -// } -// @inproceedings{inproceedings7816, -// title = {Accessibility review for web-based learning tools and materials}, -// author = {Marco, Lourdes and López-Pernas, Sonsoles and Alonso, Alvaro}, -// year = 2018, -// month = 11, -// booktitle = {Proceedings of the 11th annual International Conference of Education, Research and Innovation, At Seville}, -// pages = {2393--2402}, -// doi = {10.21125/iceri.2018.1525} -// } -// @inproceedings{inproceedings4357, -// title = {RESCORM: A boilerplate for creating SCORM-compliant React applications}, -// author = {Gordillo, Aldo and López-Pernas, Sonsoles and Barra, Enrique}, -// year = 2018, -// month = 11, -// booktitle = {Proceedings of the 11th annual International Conference of Education, Research and Innovation, At Seville}, -// pages = {8843--8853}, -// doi = {10.21125/iceri.2018.0632}, -// isbn = {978-84-09-05948-5}, -// issn = {2340-1095} -// } -// @article{article8073, -// title = {An easy to use open source authoring tool to create effective and reusable learning objects}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2017, -// month = 3, -// journal = {Computer Applications in Engineering Education}, -// volume = 25, -// pages = {188--199}, -// doi = {10.1002/cae.21789} -// } -// @article{article6842, -// title = {A hybrid recommendation model for learning object repositories}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2017, -// month = 3, -// journal = {IEEE Latin America Transactions}, -// volume = 15, -// pages = {462--473}, -// doi = {10.1109/TLA.2017.7867596} -// } -// @article{article7581, -// title = {Estimación de calidad de objetos de aprendizaje en repositorios de recursos educativos abiertos basada en las interacciones de los estudiantes}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2018, -// month = 1, -// journal = {Educacion XX1}, -// volume = 21, -// pages = {285--302}, -// doi = {10.5944/educxx1.20196} -// } -// @inproceedings{inproceedings2369, -// title = {An open source hybrid learning object recommender system based on Europeana}, -// author = {Gordillo, Aldo and Charleer, Sven and Verbert, Katrien}, -// year = 2018, -// month = 11, -// booktitle = {Proceedings of the 11th annual International Conference of Education, Research and Innovation, At Seville}, -// pages = {}, -// doi = {10.21125/iceri.2018.0634} -// } -// @inproceedings{inproceedings3463, -// title = {A model based on e-learning standards to combine, integrate and assemble learning objects}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2016, -// month = 7, -// booktitle = {Proceedings of the 8th annual International Conference on Education and New Learning Technologies (EDULEARN 2016), At Barcelona}, -// pages = {}, -// doi = {10.21125/edulearn.2016.2006} -// } -// @inproceedings{inproceedings8656, -// title = {Learning by doing: an experience with a novel e-learning platform and a learning object authoring tool in a teachers' course about e-Safety}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2016, -// month = 7, -// booktitle = {Proceedings of the 8th annual International Conference on Education and New Learning Technologies (EDULEARN 2016), At Barcelona}, -// pages = {}, -// doi = {10.21125/edulearn.2016.2008} -// } -// @inproceedings{inproceedings8067, -// title = {EducaInternet: A platform to teach and learn safe and responsible use of digital technologies}, -// author = {Barra, Enrique and Gordillo, Aldo and Eugenia Blas, Maria and Guijarro, Jesus and Vázquez, Ignacio}, -// year = 2015, -// month = 11, -// booktitle = {Proceedings of the International Conference of Education, Research and Innovation (ICERI), At Seville}, -// pages = {} -// } -// @inproceedings{inproceedings8175, -// title = {Design of an e-learning authoring tool user interface using mental models: A case study}, -// author = {Vázquez, Ignacio and Barra, Enrique and Gordillo, Aldo and Quemada, Juan}, -// year = 2015, -// month = 11, -// booktitle = {ICERI2015 Proceedings}, -// series = {8th International Conference of Education, Research and Innovation}, -// pages = {3232--3538}, -// isbn = {978-84-608-2657-6} -// } -// @article{article4613, -// title = {Enhancing web-based learning resources with existing and custom quizzes through an authoring tool}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2015, -// month = 11, -// journal = {Revista Iberoamericana de Tecnologias del Aprendizaje}, -// volume = 10, -// pages = {215--222}, -// doi = {10.1109/RITA.2015.2486318} -// } -// @inbook{inbook1492, -// title = {Plataforma social y colaborativa para la creación de recursos educativos abiertos (Open Educational Resources)}, -// author = {Barra, Enrique and Gordillo, Aldo and Quemada, Juan}, -// year = 2015, -// month = 9, -// booktitle = {Global e-learning}, -// pages = {239--256}, -// isbn = {978-8-44-542943-3}, -// edition = 2, -// chapter = {Plataforma social y colaborativa para la creación de recursos educativos abiertos (Open Educational Resources)} -// } -// @inproceedings{inproceedings1088, -// title = {The usefulness of usability and user experience evaluation methods on an e-Learning platform development from a developer’s perspective: A case study}, -// author = {Gordillo, Aldo and Barra, Enrique and Aguirre Herrera, Sandra and Quemada, Juan}, -// year = 2014, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference, FIE}, -// volume = 2015, -// pages = {}, -// doi = {10.1109/FIE.2014.7044340} -// } -// @inproceedings{inproceedings5378, -// title = {Enhancing web-based learning resources with quizzes through an authoring tool and an audience response system}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2014, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference, FIE}, -// volume = 2015, -// pages = {}, -// doi = {10.1109/FIE.2014.7044188} -// } -// @inproceedings{inproceedings1821, -// title = {A flexible open source web platform to facilitate learning object evaluation}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2014, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference, FIE}, -// volume = 2015, -// pages = {}, -// doi = {10.1109/FIE.2014.7044498}, -// isbn = {978-1-4799-3922-0} -// } -// @inproceedings{inproceedings2334, -// title = {Facilitating the creation of interactive multi-device learning objects using an online authoring tool}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2014, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference, FIE}, -// volume = 2015, -// pages = {}, -// doi = {10.1109/FIE.2014.7044497} -// } -// @inproceedings{inproceedings6414, -// title = {Towards a learning object pedagogical quality metric based on the LORI evaluation model}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2014, -// month = 10, -// booktitle = {Proceedings Frontiers in Education Conference, FIE}, -// volume = 2015, -// pages = {}, -// doi = {10.1109/FIE.2014.7044499} -// } -// @article{article8011, -// title = {Virtual Science Hub: An open source platform to enrich science teaching}, -// author = {Barra, Enrique and Gordillo, Aldo and Quemada, Juan}, -// year = 2014, -// month = 1, -// journal = {International Journal of Social, Education, Economics and Management Engineering}, -// volume = 8, -// pages = {741--746}, -// issn = {1307-6892} -// } -// @article{article9632, -// title = {Design, development and evaluation of a portable recording system to capture dynamic presentations using the teacher's tablet PC}, -// author = {Barra, Enrique and Carril, Abel and Gordillo, Aldo and Salvachúa, Joaquin and Quemada, Juan}, -// year = 2014, -// month = 1, -// journal = {International Journal of Social, Education, Economics and Management Engineering}, -// volume = 8, -// pages = {747--751}, -// issn = {1307-6892} -// } -// @inproceedings{inproceedings9492, -// title = {Enhanced recommendations for e-learning authoring tools based on a proactive context-aware recommender}, -// author = {Gallego, Daniel and Barra, Enrique and Gordillo, Aldo and Huecas, Gabriel}, -// year = 2013, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference, FIE}, -// pages = {}, -// doi = {10.1109/FIE.2013.6685060} -// } -// @inproceedings{inproceedings2790, -// title = {An online e-Learning authoring tool to create interactive multi-device learning objects using e-Infrastructure resources}, -// author = {Gordillo, Aldo and Barra, Enrique and Gallego, Daniel and Quemada, Juan}, -// year = 2013, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference, FIE}, -// pages = {}, -// doi = {10.1109/FIE.2013.6685169} -// } -// @inproceedings{inproceedings1298, -// title = {Integration of SCORM packages into web games}, -// author = {Barra, Enrique and Gordillo, Aldo and Gallego, Daniel and Quemada, Juan}, -// year = 2013, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference, FIE}, -// pages = {}, -// doi = {10.1109/FIE.2013.6684913} -// } -// @inproceedings{inproceedings5693, -// title = {A model for integrating learning object repository resources into web videoconference services}, -// author = {Gordillo, Aldo and Barra, Enrique and Gallego, Daniel and Quemada, Juan}, -// year = 2013, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference, FIE}, -// pages = {}, -// doi = {10.1109/FIE.2013.6684852} -// } -// @inproceedings{inproceedings5781, -// title = {The city as a learning gamified platform}, -// author = {Gordillo, Aldo and Gallego, Daniel and Barra, Enrique and Quemada, Juan}, -// year = 2013, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference, FIE}, -// pages = {}, -// doi = {10.1109/FIE.2013.6684850} -// } -// @inproceedings{inproceedings2271, -// title = {Enhancing K-12 science education through a multi-device web tool to facilitate content integration and e-Infrastructure access}, -// author = {Gordillo, Aldo and Barra, Enrique and Quemada, Juan}, -// year = 2013, -// month = 3, -// booktitle = {Proceedings of the International Technology, Education and Development Conference (INTED)}, -// publisher = {IATED}, -// series = {7th International Technology, Education and Development Conference}, -// pages = {5432--5440}, -// isbn = {978-84-616-2661-8}, -// issn = {2340-1079} -// } -// @article{article4900, -// title = {An Identity Framework for Providing Access to FIWARE OAuth 2.0-based Services according to the eIDAS European Regulation}, -// author = {Alonso, Alvaro and Pozo Huertas, Alejandro and Choque, Johnny and Bueno, Gloria and Salvachúa, Joaquin and Diez, Luis and Marin, Jorge and Luis Chas Alonso, Pedro}, -// year = 2019, -// month = 7, -// journal = {IEEE Access}, -// volume = 7, -// pages = {88435--88449}, -// doi = {10.1109/ACCESS.2019.2926556} -// } -// @article{article8868, -// title = {Industrial Data Space Architecture Implementation Using FIWARE}, -// author = {Alonso, Alvaro and Pozo Huertas, Alejandro and Manuel Cantera, José and de la Vega, Francisco and José Hierro, Juan}, -// year = 2018, -// month = 7, -// journal = {Sensors (Basel)}, -// volume = 18, -// pages = 2226, -// doi = {10.3390/s18072226} -// } -// @article{article1111, -// title = {IAACaaS: IoT application-scoped access control as a service}, -// author = {Alonso, Alvaro and Fernández, Federico and Marco, Lourdes and Salvachúa, Joaquin}, -// year = 2017, -// month = 10, -// journal = {Future Internet}, -// volume = 9, -// pages = 64, -// doi = {10.3390/fi9040064} -// } -// @article{article731, -// title = {A Methodology for Designing and Evaluating Cloud Scheduling Strategies in Distributed Videoconferencing Systems}, -// author = {Alonso, Alvaro and Aguado, Ignacio and Salvachúa, Joaquin and Rodríguez, Pedro}, -// year = 2017, -// month = 7, -// journal = {IEEE Transactions on Multimedia}, -// volume = {PP}, -// pages = {2282--2292}, -// doi = {10.1109/TMM.2017.2733301} -// } -// @inproceedings{inproceedings1743, -// title = {A model to enable application-scoped access control as a service for IoT using OAuth 2.0}, -// author = {Fernandez, Federico and Alonso, Alvaro and Marco, Lourdes and Salvachúa, Joaquin}, -// year = 2017, -// month = 3, -// booktitle = {Proceedings of the 20th Conference on Innovations in Clouds, Internet and Networks (ICIN)}, -// pages = {322--324}, -// doi = {10.1109/ICIN.2017.7899433} -// } -// @inproceedings{inproceedings4834, -// title = {A Metric to Estimate Resource Use in Cloud-Based Videoconferencing Distributed Systems}, -// author = {Alonso, Alvaro and Aguado, Ignacio and Salvachúa, Joaquin and Rodríguez, Pedro}, -// year = 2016, -// month = 8, -// booktitle = {Proceedings of the IEEE 4th International Conference on Future Internet of Things and Cloud (FiCloud)}, -// pages = {25--32}, -// doi = {10.1109/FiCloud.2016.12} -// } -// @inproceedings{inproceedings8973, -// title = {Enabling resource scheduling in cloud distributed videoconferencing systems}, -// author = {Alonso, Alvaro and Rodríguez, Pedro and Aguado, Ignacio and Salvachúa, Joaquin}, -// year = 2016, -// month = 3, -// booktitle = {Proceedings of The Seventh International Conferences on Cloud Computing, GRIDs, and Virtualization (CLOUD COMPUTING 2016)}, -// pages = {} -// } -// @article{article4844, -// title = {Materialising a new architecture for a distributed MCU in the Cloud}, -// author = {Rodríguez, Pedro and Alonso, Alvaro and Salvachúa, Joaquin and Cerviño Arriba, Javier}, -// year = 2015, -// month = 9, -// journal = {Computer Standards & Interfaces}, -// volume = 44, -// pages = {234--242}, -// doi = {10.1016/j.csi.2015.09.004} -// } -// @inproceedings{article9291, -// title = {dOTM: A Mechanism for Distributing Centralized Multi-party Video Conferencing in the Cloud}, -// author = {Rodríguez, Pedro and Alonso, Alvaro and Salvachúa, Joaquin and Cerviño Arriba, Javier}, -// year = 2014, -// month = 12, -// booktitle = {Proceedings of the International Conference on Future Internet of Things and Cloud (FiCloud 2014)}, -// pages = {61--67}, -// doi = {10.1109/FiCloud.2014.20} -// } -// @inproceedings{inproceedings1428, -// title = {Dynamic media stream mobility with TURN}, -// author = {Alonso, Alvaro and Rodríguez, Pedro and Salvachúa, Joaquin and Cerviño Arriba, Javier}, -// year = 2014, -// month = 12, -// booktitle = {Proceedings of the International Conference on Future Internet of Things and Cloud (FiCloud 2014)}, -// pages = {15--22}, -// doi = {10.1109/FiCloud.2014.13} -// } -// @inproceedings{inproceedings2678, -// title = {Adaptive cross-device videoconferencing solution for wireless networks based on QoS monitoring}, -// author = {Rodríguez, Pedro and Alonso, Alvaro and Salvachúa, Joaquin and Barra, Enrique and Cerviño Arriba, Javier}, -// year = 2013, -// month = 6, -// booktitle = {Proceedings of the Computer and Information Technology (WCCIT)}, -// pages = {1--6}, -// doi = {10.1109/WCCIT.2013.6618658}, -// isbn = {978-1-4799-0460-0} -// } -// @inproceedings{inproceedings7248, -// title = {Deploying a Multipoint Control Unit in the Cloud: Opportunities and Challenges}, -// author = {Rodríguez, Pedro and Salvachúa, Joaquin and Cerviño Arriba, Javier and Alonso, Alvaro}, -// year = 2013, -// month = 6, -// booktitle = {Proceedings of The Fourth International Conference on Cloud Computing, GRIDs, and Virtualization, IARIA}, -// pages = {}, -// isbn = {978-1-61208-271-4} -// } -// @article{article4633, -// title = {Cross-device Videoconferencing based on Adaptive Multimedia Streams}, -// author = {Alonso, Alvaro and Rodríguez, Pedro and Salvachúa, Joaquin and Barra, Enrique and Cerviño Arriba, Javier}, -// year = 2012, -// month = 12, -// journal = {Journal of Multimedia Processing and Technologies}, -// volume = 4, -// pages = {} -// } -// @inproceedings{inproceedings9962, -// title = {Wildfire Propagation Simulation Tool using Cellular Automata and GIS}, -// author = {Velásquez, Washington and Muñoz, Jose and Bohnert, Thomas and Salvachúa, Joaquin}, -// year = 2019, -// month = 6, -// booktitle = {Proceedings of the Cross-device Videoconferencing based on Adaptive Multimedia Streams}, -// pages = {} -// } -// @article{article4836, -// title = {Body Mass Index in Human Walking on Different Types of Soil using Graph Theory}, -// author = {Velásquez, Washington and Alvarez Alvarado, Manuel and Salvachúa, Joaquin}, -// year = 2018, -// month = 8, -// journal = {IEEE Access}, -// volume = {PP}, -// pages = {2169--3536}, -// doi = {10.1109/ACCESS.2018.2866557} -// } -// @inproceedings{inproceedings3106, -// title = {e-Health IoT Reactive Services for Elderly Care at Home in Smart City Built on an Emerging Fast Data Architecture}, -// author = {Jurado, Luis and Salvachúa, Joaquin}, -// year = 2018, -// month = 8, -// booktitle = {Proceedings of the International Conference on Parallel and Distributed Processing Techniques & Applications (PDPTA'18)}, -// pages = {}, -// isbn = {1-60132-487-1} -// } -// @inproceedings{inproceedings8169, -// title = {Survival Analysis of Elderly while Escaping from a Simulated Building}, -// author = {Velásquez, Washington and Chalen, Marjorie and Salvachúa, Joaquin}, -// year = 2018, -// month = 6, -// booktitle = {Proceedings of the International Symposium on Networks, Computers and Communications}, -// pages = {}, -// doi = {10.1109/ISNCC.2018.8530904} -// } -// @inproceedings{inproceedings5339, -// title = {Practical Approach of Fast-Data Architecture Applied to Alert Generation in Emergency Evacuation Systems}, -// author = {Muñoz, Jose and Velásquez, Washington and Salvachúa, Joaquin}, -// year = 2018, -// month = 6, -// booktitle = {Proceedings of the International Symposium on Networks, Computers and Communications}, -// pages = {}, -// doi = {10.1109/ISNCC.2018.8531069} -// } -// @inproceedings{inproceedings2875, -// title = {A Case Study: Ingestion Analysis of WSN Data in Databases using Docker}, -// author = {Velásquez, Washington and Muñoz, Jose and Salvachúa, Joaquin}, -// year = 2018, -// month = 4, -// booktitle = {Proceedings of the 2018 1st International Conference on Computer Applications & Information Security (ICCAIS)}, -// pages = {1--6}, -// doi = {10.1109/CAIS.2018.8441979} -// } -// @inproceedings{inproceedings1340, -// title = {Simulation of Scalability in IoT Applications}, -// author = {Jurado, Luis and Salvachúa, Joaquin}, -// year = 2018, -// month = 1, -// booktitle = {Proceedings of the 2018 International Conference on Information Networking (ICOIN)}, -// pages = {577--582}, -// doi = {10.1109/ICOIN.2018.8343184} -// } -// @inproceedings{inproceedings8887, -// title = {Survival Analysis of People with Cardiac Problems in a Simulated Earthquake Environment}, -// author = {Velásquez, Washington and Muñoz, Jose and Chalen, Marjorie and Salvachúa, Joaquin}, -// year = 2018, -// month = 1, -// booktitle = {Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC)}, -// pages = {702--706}, -// doi = {10.1109/CCWC.2018.8301618} -// } -// @inproceedings{inproceedings8556, -// title = {Resilient smart cities: An approach of damaged cities by natural risks}, -// author = {Velásquez, Washington and Muñoz, Jose and Yánez, Wendy and Salvachúa, Joaquin}, -// year = 2018, -// month = 1, -// booktitle = {Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC)}, -// pages = {591--597}, -// doi = {10.1109/CCWC.2018.8301649} -// } -// @inproceedings{inproceedings1186, -// title = {Fast-data architecture proposal to alert people in emergency}, -// author = {Velásquez, Washington and Muñoz, Jose and Salvachúa, Joaquin}, -// year = 2018, -// month = 1, -// booktitle = {Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC)}, -// pages = {165--168}, -// doi = {10.1109/CCWC.2018.8301721} -// } -// @inproceedings{inproceedings6744, -// title = {A distributed system model for managing data ingestion in a wireless sensor network}, -// author = {Velásquez, Washington and Muñoz, Jose and Salvachúa, Joaquin}, -// year = 2017, -// month = 1, -// booktitle = {Proceedings of the 2017 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC)}, -// pages = {}, -// doi = {10.1109/CCWC.2017.7868434} -// } -// @inproceedings{inproceedings7789, -// title = {Energy and Cost Considerations for Single Board Computers Usage in Citizen Science Scenarios}, -// author = {Verdugo, Pedro and Salvachúa, Joaquin and Huecas, Gabriel}, -// year = 2017, -// month = 1, -// booktitle = {Proceedings of the International Conference on Pervasive and Embedded Computing}, -// pages = {35--40}, -// doi = {10.5220/0006427200350040} -// } -// @inproceedings{inproceedings1131, -// title = {SDN enabled QoS provision for online streaming services in residential ISP networks}, -// author = {Trajkovska, Irena and Aeschlimann, Philipp and Marti, Christof and Bohnert, Thomas and Salvachúa, Joaquin}, -// year = 2014, -// month = 5, -// journal = {Digest of Technical Papers - IEEE International Conference on Consumer Electronics}, -// booktitle = {Proceedings of the2014 IEEE International Conference on Consumer Electronics (ICCE-TW)}, -// pages = {33--34}, -// doi = {10.1109/ICCE-TW.2014.6904089} -// } -// @inproceedings{inproceedings4722, -// title = {Real-time streaming in the cloud can increase the provider's profit and the P2P users' benefit}, -// author = {Trajkovska, Irena and Harsh, Piyush and Bohnert, Thomas and Salvachúa, Joaquin}, -// year = 2014, -// month = 5, -// booktitle = {Proceedings of the 2014 IEEE International Conference on Consumer Electronics (ICCE-TW)}, -// pages = {35--36}, -// doi = {10.1109/ICCE-TW.2014.6904090} -// } -// @inproceedings{inproceedings973, -// title = {P2P incentive model for QoS based streaming systems}, -// author = {Trajkovska, Irena and Rodríguez, Pedro and Cerviño Arriba, Javier and Harsh, Piyush and Salvachúa, Joaquin}, -// year = 2014, -// month = 1, -// journal = {2014 IEEE 11th Consumer Communications and Networking Conference, CCNC 2014}, -// pages = {281--286}, -// doi = {10.1109/CCNC.2014.6866584}, -// isbn = {978-1-4799-2355-7} -// } -// @inproceedings{inproceedings3254, -// title = {Billing model with discount incentive in a P2P-cloud multimedia streaming system}, -// author = {Trajkovska, Irena and Rodríguez, Pedro and Cerviño Arriba, Javier and Salvachúa, Joaquin}, -// year = 2013, -// month = 6, -// journal = {2013 World Congress on Computer and Information Technology, WCCIT 2013}, -// pages = {1--6}, -// doi = {10.1109/WCCIT.2013.6618669}, -// isbn = {978-1-4799-0460-0} -// } -// @article{article6174, -// title = {A Cost-Effective Methodology Applied to Videoconference Services over Hybrid Clouds}, -// author = {Cerviño Arriba, Javier and Rodríguez, Pedro and Trajkovska, Irena and Escribano, Fernando and Salvachúa, Joaquin}, -// year = 2013, -// month = 2, -// journal = {Mobile Networks and Applications}, -// volume = 18, -// pages = {103--109}, -// doi = {10.1007/s11036-012-0380-4} -// } -// @article{article8253, -// title = {Generating Awareness from Collaborative Working Environment using Social Data}, -// author = {Gallego, Daniel and Toro, Iván and Salvachúa, Joaquin}, -// year = 2012, -// month = 12, -// journal = {International Journal of Computer Information Systems and Industrial Management Applications}, -// volume = 4, -// pages = {} -// } -// @inproceedings{inproceedings433, -// title = {Social Stream, a social network framework}, -// author = {Tapiador, Antonio and Carrera, Diego and Salvachúa, Joaquin}, -// year = 2012, -// month = 12, -// booktitle = {Proceedings of the Future Generation Communication Technology Conference (FGCT)}, -// pages = {52--57}, -// doi = {10.1109/FGCT.2012.6476557}, -// isbn = {978-1-4673-5859-0} -// } -// @article{article9026, -// title = {Content Management in Ruby on Rails}, -// author = {Tapiador, Antonio and Salvachúa, Joaquin}, -// year = 2012, -// month = 9, -// journal = {arXiv e-prints}, -// pages = {}, -// eid = {arXiv:1209.3878} -// } -// @article{article3679, -// title = {An analysis of social network connect services}, -// author = {Tapiador, Antonio and Sánchez, Víctor and Salvachúa, Joaquin}, -// year = 2012, -// month = 7, -// journal = {arXiv e-prints}, -// pages = {}, -// eid = {arXiv:1207.5545} -// } -// @inproceedings{inproceedings1538, -// title = {SDP as a Service (SDPaaS): A New Revenue Stream for Operators}, -// author = {Sanchez, L.A.G. and Salvachúa, Joaquin}, -// year = 2012, -// month = 7, -// booktitle = {Proceedings of the Parallel and Distributed Processing with Applications (ISPA)}, -// pages = {442--447}, -// doi = {10.1109/ISPA.2012.64}, -// isbn = {978-1-4673-1631-6} -// } -// @article{article8944, -// title = {Tie-RBAC: an application of RBAC to social networks}, -// author = {Tapiador, Antonio and Carrera, Diego and Salvachúa, Joaquin}, -// year = 2012, -// month = 5, -// journal = {arXiv e-prints}, -// pages = {}, -// eid = {arXiv:1205.5720} -// } -// @inproceedings{inproceedings2595, -// title = {Adaptive Provisioning of Stream Processing Systems in the Cloud}, -// author = {Cerviño Arriba, Javier and Kalyvianaki, Evangelia and Salvachúa, Joaquin and Pietzuch, Peter}, -// year = 2012, -// month = 5, -// booktitle = {Proceedings of the 7th International Workshop on Self Managing Database Systems (SMDB'12)}, -// pages = {}, -// doi = {10.1109/ICDEW.2012.40} -// } -// @inbook{inbook1030, -// title = {Multimedia Services Offer Mixing Telco and Internet Assets}, -// author = {Galindo, Luis and Salvachúa, Joaquin}, -// year = 2012, -// month = 1, -// booktitle = {Grid and Cloud Computing}, -// pages = {}, -// doi = {10.4018/978-1-4666-0879-5.ch8.8} -// } -// @inproceedings{inproceedings2983, -// title = {Videoconference Capacity Leasing on Hybrid Clouds}, -// author = {Cerviño Arriba, Javier and Escribano, Fernando and Rodríguez, Pedro and Trajkovska, Irena and Salvachúa, Joaquin}, -// year = 2011, -// month = 8, -// booktitle = {Proceedings of the 2011 IEEE 4th International Conference on Cloud Computing, CLOUD 2011}, -// pages = {340--347}, -// doi = {10.1109/CLOUD.2011.51} -// } -// @inproceedings{inproceedings2392, -// title = {Testing a Cloud Provider Network for Hybrid P2P and Cloud Streaming Architectures}, -// author = {Cerviño Arriba, Javier and Rodríguez, Pedro and Trajkovska, Irena and Mozo, Alberto and Salvachúa, Joaquin}, -// year = 2011, -// month = 8, -// booktitle = {Proceedings of the 2011 IEEE 4th International Conference on Cloud Computing, CLOUD 2011}, -// pages = {356--363}, -// doi = {10.1109/CLOUD.2011.52} -// } -// @inbook{inbook8599, -// title = {Collaborative Content Generation Architectures for the Mobile Augmented Reality Environment}, -// author = {Gallego, Daniel and Toro, Iván and Salvachúa, Joaquin}, -// year = 2011, -// month = 1, -// booktitle = {Recent Trends of Mobile Collaborative Augmented Reality Systems}, -// pages = {83--97}, -// doi = {10.1007/978-1-4419-9845-3_6}, -// isbn = {978-1-44-199844-6} -// } -// @inproceedings{inproceedings5283, -// title = {Integrated study programs through e-Learning}, -// author = {Aguirre Herrera, Sandra and Quemada, Juan and Salvachúa, Joaquin}, -// year = 2010, -// month = 11, -// journal = {Proceedings - Frontiers in Education Conference}, -// booktitle = {Proceedings of the Frontiers in Education Conference (FIE), 2010 IEEE}, -// pages = {T3J-1}, -// doi = {10.1109/FIE.2010.5673116} -// } -// @inproceedings{inproceedings7601, -// title = {A novel P2P and cloud computing hybrid architecture for multimedia streaming with QoS cost functions}, -// author = {Trajkovska, Irena and Salvachúa, Joaquin and Mozo, Alberto}, -// year = 2010, -// month = 10, -// booktitle = {Proceedings of the 18th International Conference on Multimedea 2010}, -// pages = {1227--1230}, -// doi = {10.1145/1873951.1874193} -// } -// @inbook{inbook8936, -// title = {Extended Identity for Social Networks}, -// author = {Tapiador, Antonio and Fumero, Antonio and Salvachúa, Joaquin}, -// year = 2010, -// month = 10, -// booktitle = {Recent Trends and Developments in Social Software}, -// pages = {162--168}, -// doi = {10.1007/978-3-642-16581-8_17} -// } -// @inproceedings{inproceedings9974, -// title = {Generación de Contexto Colaborativo a partir de herramientas CSCW 2.0}, -// author = {Gallego, Daniel and Toro, Iván and Salvachúa, Joaquin}, -// year = 2010, -// month = 1, -// booktitle = {Proceedings of the IX Jornadas de Ingeniería Telemática, JITEL 2010}, -// pages = {} -// } -// @inproceedings{inproceedings6095, -// title = {VaaS: Videoconference as a service}, -// author = {Rodríguez, Pedro and Gallego, Daniel and Cerviño Arriba, Javier and Escribano, Fernando and Quemada, Juan and Salvachúa, Joaquin}, -// year = 2009, -// month = 12, -// booktitle = {Proceedings of the 5th International Conference on Collaborative Computing · CollaborateCom 2009}, -// pages = {1--11}, -// doi = {10.4108/ICST.COLLABORATECOM2009.8285} -// } -// @inproceedings{inproceedings9671, -// title = {Work in progress - Developing Joint Degrees through e-Learning systems}, -// author = {Aguirre Herrera, Sandra and Quemada, Juan and Salvachúa, Joaquin}, -// year = 2008, -// month = 11, -// journal = {Proceedings - Frontiers in Education Conference}, -// pages = {F4D-19}, -// doi = {10.1109/FIE.2008.4720474} -// } -// @article{article5948, -// title = {Scalable tag search in social network applications}, -// author = {Mozo, Alberto and Salvachúa, Joaquin}, -// year = 2008, -// month = 2, -// journal = {Computer Communications}, -// volume = 31, -// pages = {423--436}, -// doi = {10.1016/j.comcom.2007.08.035} -// } -// @inproceedings{inproceedings481, -// title = {La plataforma iTecSoft: Un caso de colaboración inter-organizativa 2.0}, -// author = {Salvachúa, Joaquin and Quemada, Juan and Aguirre Herrera, Sandra and Mozo, Alberto and Dujo, Antonio and Fumero, Antonio and González, Isidro and Macho, Juan and Alcántara, Fernando and Cerviño Arriba, Javier and Moreno, Diego}, -// year = 2008, -// month = 1, -// booktitle = {Actas de las XVIII Jornadas TELECOM I+D 2008}, -// pages = {} -// } -// @article{article2257, -// title = {Overview of the New User Centred Mobile Applications}, -// author = {Galindo, Luis and Salvachúa, Joaquin}, -// year = 2008, -// month = 1, -// journal = {Next Generation Mobile Applications, Services and Technologies, International Conference on}, -// volume = 0, -// pages = {167--173}, -// doi = {10.1109/NGMAST.2008.79}, -// isbn = {978-0-7695-3333-9} -// } -// @article{article8765, -// title = {La aplicación ISABEL: Actividades Educativas interactivas a través de Internet}, -// author = {Quemada, Juan and Huecas, Gabriel and Pavón, Santiago and Salvachúa, Joaquin}, -// year = 2008, -// month = 1, -// journal = {Bit}, -// pages = {40--42}, -// issn = 169 -// } -// @inproceedings{inproceedings772, -// title = {Demostrador de una arquitectura de videoconferencia en la Web 2.0.}, -// author = {Cerviño Arriba, Javier and Salvachúa, Joaquin and Pérez, Pedro and Huecas, Gabriel and Quemada, Juan}, -// year = 2008, -// month = 1, -// booktitle = {Actas de las XVIII Jornadas TELECOM I+D 2008}, -// pages = {} -// } -// @book{book2847, -// title = {Tangram: a robust and reliable directory system based on DHT algorithms}, -// author = {Salvachúa, Joaquin and Mozo, Alberto and Alvarino, Daniel and Renero, Jesus and Agundez, Jose}, -// year = 2007, -// month = 1, -// pages = {76--87}, -// isbn = {978-8-46-116634-3} -// } -// @inproceedings{inproceedings8455, -// title = {A Collaborative Environment Integration Layer for Activity Orientation}, -// author = {Quemada, Juan and Salvachúa, Joaquin and Robles, Tomas and Pastor, Encarna and Pavón, Santiago and Huecas, Gabriel}, -// year = 2006, -// month = 11, -// journal = {Proceedings of the International Conference on Collaborative Computing: Networking, Applications and Worksharing}, -// volume = 0, -// pages = {}, -// doi = {10.1109/COLCOM.2006.361836} -// } -// @article{article49, -// title = {Joint Degrees in E-Learning Systems: A Web Services Approach}, -// author = {Aguirre Herrera, Sandra and Salvachúa, Joaquin and Quemada, Juan and Fumero, Antonio and Tapiador, Antonio}, -// year = 2006, -// month = 11, -// pages = {}, -// doi = {10.1109/COLCOM.2006.361839} -// } -// @article{article8819, -// title = {A Web Collaboration Architecture}, -// author = {Tapiador, Antonio and Fumero, Antonio and Salvachúa, Joaquin and Aguirre Herrera, Sandra}, -// year = 2006, -// month = 11, -// journal = {International Conference on Collaborative Computing: Networking, Applications and Worksharing}, -// volume = 0, -// pages = 12, -// doi = {10.1109/COLCOM.2006.361841}, -// isbn = {1-4244-0428-2} -// } -// @inproceedings{inproceedings7272, -// title = {Tag Indexed DHT for Scalable Search Infrastructure in Social Network Applications}, -// author = {Mozo, Alberto and Salvachúa, Joaquin}, -// year = 2006, -// month = 10, -// booktitle = {Actas de las XVIII Jornadas TELECOM I+D 2008}, -// pages = {77--78}, -// doi = {10.1109/P2P.2006.43} -// } -// @inproceedings{inproceedings2194, -// title = {Building Blocks for a Smart Space for Learning^TM}, -// author = {Simon, Bernd and Sobernig, S. and Wild, Fridolin and Aguirre Herrera, Sandra and Brantner, Stefan and Dolog, Peter and Neumann, Gustaf and Huber, G. and Klobučar, Tomaž and Markus, S. and Miklos, Zoltan and Nejdl, Wolfgang and Olmedilla, D. and Salvachúa, Joaquin and Sintek, Michael and Zillinger, T.}, -// year = 2006, -// month = 8, -// booktitle = {Proceedings of the Advanced Learning Technologies}, -// pages = {309--313}, -// doi = {10.1109/ICALT.2006.1652431} -// } -// @inproceedings{inproceedings4324, -// title = {Next-Generation Educational Web}, -// author = {Fumero, Antonio and Aguirre Herrera, Sandra and Tapiador, Antonio and Salvachúa, Joaquin}, -// year = 2006, -// month = 6, -// booktitle = {Proceedings of the 2006 IEEE International Technology Management Conference (ICE)}, -// pages = {1--8}, -// doi = {10.1109/ICE.2006.7477106} -// } -// @article{article1336, -// title = {¿ Como puede ser el E-learning 2.0?}, -// author = {Salvachúa, Joaquin and Aguirre Herrera, Sandra and Fumero, Antonio and Tapiador, Antonio and Mozo, Alberto and Quemada, Juan}, -// year = 2006, -// month = 1, -// pages = {} -// } -// @inproceedings{inproceedings2976, -// title = {Transforming Information in RDF to Rewriting Logic}, -// author = {Verdejo, Alberto and Martí-Oliet, Narciso and Robles, Tomás and Salvachúa, Joaquin and Díaz, Luis and Margarita, Bradley}, -// year = 2005, -// month = 6, -// journal = {Lecture Notes in Computer Science}, -// booktitle = {Proceedings of the Formal Methods for Open Object-Based Distributed Systems, 7th IFIP WG 6.1 International Conference (FMOODS 2005)}, -// volume = 3535, -// pages = {227--242}, -// doi = {10.1007/11494881_15} -// } -// @inproceedings{inproceedings5052, -// title = {Isabel: an application for real time collaboration with a flexible floor control.}, -// author = {Quemada, Juan and Miguel, Tomas and Pavón, Santiago and Huecas, Gabriel and Robles, Tomás and Salvachúa, Joaquin and Ortiz, Diego and Sirvent, Vicente and Escribano, Fernando and Sedano, Javier}, -// year = 2005, -// month = 1, -// booktitle = {Proceedings of the 1st International Conference on Collaborative Computing: Networking, Applications and Worksharing}, -// pages = {}, -// doi = {10.1109/COLCOM.2005.1651238} -// } -// @inproceedings{inproceedings1051, -// title = {T.: Corner Stones of Semantic Interoperability Demonstrated in a Smart Space for Learning}, -// author = {Aguirre Herrera, Sandra and Brantner, Stefan and Hube, Gernot and Markus, Sascha and Miklos, Zoltan and Mozo, Alberto and Olmedilla, Daniel and Salvachúa, Joaquin and Simon, Bernd and Sobernig, Stefan and Zillinger, Thomas}, -// year = 2005, -// month = 1, -// booktitle = {Proceedings of the 2nd European Semantic Web Conference}, -// pages = {} -// } -// @inproceedings{inproceedings7217, -// title = {Improving LOM-Based Interoperability of Learning Repositories}, -// author = {Rivera, Germán and Simon, Bernd and Quemada, Juan and Salvachúa, Joaquin}, -// year = 2004, -// month = 10, -// booktitle = {Proceedings of the On the Move to Meaningful Internet Systems 2004: OTM 2004 Workshops: OTM Confederated International Workshops and Posters, GADA, JTRES, MIOS, WORM, WOSE, PhDS, and INTEROP 2004}, -// volume = 3292, -// pages = {690--699}, -// doi = {10.1007/978-3-540-30470-8_80} -// } -// @article{article1874, -// title = {EducaNext: A Framework for Sharing Live Educational}, -// author = {Isaias, Partially and Quemada, Juan and Huecas, Gabriel and Miguel, Tomas and Salvachúa, Joaquin and Fernandez, Blanca and Simon, Bernd and Wien, Wirtshaftsuniversitt and Maillet, Katherine and Law, Effie}, -// year = 2004, -// month = 5, -// pages = {} -// } -// @inproceedings{inproceedings1120, -// title = {EducaNext: A framework for sharing live educational resources with Isabel1}, -// author = {Quemada, Juan and Huecas, Gabriel and Miguel, Tomas and Salvachúa, Joaquin and Fernandez, Blanca and Simon, Bernd and Maillet, Katherine and Lai-Cong, Efiie}, -// year = 2004, -// month = 1, -// journal = {Thirteenth International World Wide Web Conference Proceedings, WWW2004}, -// booktitle = {Proceedings of the Proceedings of the 13th international conference on World Wide Web - Alternate Track Papers & Posters, WWW 2004}, -// pages = {11--18}, -// doi = {10.1145/1013367.1013370} -// } -// @article{article522, -// title = {Porting the session initiation protocol to IPv6}, -// author = {Robles, Tomas and Ortiz, R. and Salvachúa, Joaquin}, -// year = 2003, -// month = 6, -// journal = {Internet Computing, IEEE}, -// volume = 7, -// pages = {43--50}, -// doi = {10.1109/MIC.2003.1200300} -// } -// @inproceedings{inproceedings4559, -// title = {Isabel distribution of the Madrid Global IPv6 Summit 2002 over an IPv6 transition network.}, -// author = {Quemada, Juan and Miguel, Tomas and Castro, E. and Pavón, Santiago and Huecas, Gabriel and Robles, Tomas and Salvachúa, Joaquin and Apolinario, E. and Sedano, J. and Perea, M.J.}, -// year = 2003, -// month = 2, -// booktitle = {Proceedings of the 2003 Symposium on Applications and the Internet Workshops}, -// pages = {200--203}, -// doi = {10.1109/SAINTW.2003.1210156}, -// isbn = {0-7695-1873-7} -// } -// @inproceedings{inproceedings1955, -// title = {Elena: A Mediation Infrastructure for Educational Services}, -// author = {Simon, Bernd and Miklos, Zoltan and Nejdl, Wolfgang and Sintek, Michael and Salvachúa, Joaquin}, -// year = 2003, -// month = 1, -// booktitle = {Proceedings of the Twelfth International World Wide Web Conference- Alternate Paper Tracks}, -// pages = {} -// } -// @article{article4354, -// title = {Smart space for learning: A mediation infrastructure for learning services}, -// author = {Simon, Bernd and An, Zol and Os, Mikí and Nejdl, Wolfgang and Sintek, Michael and Salvachúa, Joaquin}, -// year = 2003, -// month = 1, -// booktitle = {WWW 2003}, -// pages = {} -// } -// @inbook{inbook3367, -// title = {Sharing Live Educational Resources in Universal with Isabel}, -// author = {Quemada, Juan and Salvachúa, Joaquin and Rodríguez, Blanca and Huecas, Gabriel}, -// year = 2003, -// month = 1, -// booktitle = {Computers and Education: Towards a Lifelong Learning Society}, -// pages = {}, -// doi = {10.1007/978-94-017-1122-7_10}, -// isbn = {978-90-481-6413-4} -// } -// @inproceedings{inproceedings7740, -// title = {Managing Distributed Conferences with ISABEL}, -// author = {Robles, Tomás and Munoz, Héctor and Quemada, Juan and Miguel, Tomas and Pavón, Santiago and Salvachúa, Joaquin and Huecas, Gabriel and Castro, Eva and Petit, Manuel}, -// year = 2000, -// month = 1, -// booktitle = {Proceedings of the Managing QoS in Multimedia Networks and Services: IEEE / IFIP TC6}, -// pages = {89--101}, -// doi = {10.1007/978-0-387-35532-0_7}, -// isbn = {978-1-4757-5713-2} -// } -// @article{article553, -// title = {Abc'95: A Tele-Education Case Study}, -// author = {Quemada, Juan and Miguel, Tomas and Azcorra, Arturo and Pavón, Santiago and Salvachúa, Joaquin and Moreno, Jose and Dit-upm, Moreno and Chas-Alonso, Pedro Luis and Acuña, Carlos and Rodríguez, Lidia and Lagarto, Vasco and Bastos, João and Fontes, Francisco and Domingues, Jose}, -// year = 1997, -// month = 5, -// pages = {} -// } -// @article{article6818, -// title = {ISABEL Experimental Distributed Multimedia Application Experiments over Broadband Networks}, -// author = {Quemada, Juan and Miguel, Tomas and Azcorra, Arturo and Pavón, Santiago and Salvachúa, Joaquin and Petit, Manuel and Chas-Alonso, Pedro Luis and Acuña, Carlos and Yamamoto, Lidia and Lagarto, Vasco and Vastos, Joao and Fontes, Francisco}, -// year = 1997, -// month = 5, -// booktitle = {Multimedia: Advanced Teleservices and High-Speed Communication Architectures}, -// pages = {}, -// doi = {10.1007/3-540-58494-3_29}, -// isbn = {978-3-540-49007-4} -// } -// @article{article3745, -// title = {Tele-service Creation with ISABEL in Heterogeneous Network Environments}, -// author = {Quemada, Juan and Miguel, Tomas and Azcorra, Arturo and Pavón, Santiago and Salvachúa, Joaquin and Petit, Manuel and Larrabeiti, David and Robles, Tomas and Huecas, Gabriel and Rodríguez, Daniel and Echevarrieta, Fernando and Castro, Eva}, -// year = 1997, -// month = 5, -// pages = {} -// } -// @article{article3760, -// title = {Tele-Education Experiences With The Isabel Application}, -// author = {Quemada, Juan and Miguel, Tomas and Azcorra, Arturo and Pavón, Santiago and Salvachúa, Joaquin and Petit, Manuel and Moreno, Jose and Dit-upm, Moreno and Chas-Alonso, Pedro Luis and Acuña, Carlos and Rodríguez, Lidia and Lagarto, Vasco and Bastos, João and Fontes, Francisco and Domingues, Jose}, -// year = 1997, -// month = 5, -// pages = {} -// } -// @inproceedings{inproceedings5956, -// title = {ISABEL: A CSCW application for the distribution of events}, -// author = {Quemada, Juan and Miguel, Tomas and Azcorra, Arturo and Pavón, Santiago and Salvachúa, Joaquin and Petit, Manuel and Larrabeiti, David and Robles, Tomás and Huecas, Gabriel}, -// year = 1996, -// month = 1, -// booktitle = {Multimedia Telecommunications and Applications}, -// pages = {137--153}, -// doi = {10.1007/BFb0020854}, -// isbn = {978-3-540-49680-9} -// } -// @inbook{inbook2479, -// title = {Λβ: a Virtual LOTOS Machine}, -// author = {Manas, Jose and Salvachúa, Joaquin}, -// year = 1992, -// month = 12, -// booktitle = {Formal Description Techniques, IV}, -// series = {IFIP Transactions C: Communication Systems}, -// pages = {441--456}, -// doi = {10.1016/B978-0-444-89402-1.50039-4}, -// isbn = {978-0-444-89402-1} -// } -// @inproceedings{inproceedings7430, -// title = {Tool Demonstration: A Cross Compiling Experiment: a PC Implementation of a LOTOS Spec}, -// author = {Manas, Jose and Salvachúa, Joaquin and Miguel, Tomas}, -// year = 1991, -// month = 1, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Fourth International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols, FORTE '91}, -// pages = {467--470}, -// doi = {10.1016/B978-0-444-89402-1.50042-4} -// } -// @inproceedings{inproceedings4968, -// title = {Lambda-beta: A Virtual LOTOS Machine.}, -// author = {Manas, Jose and Salvachúa, Joaquin}, -// year = 1991, -// month = 1, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Fourth International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols, FORTE '91}, -// pages = {441--456} -// } -// @inproceedings{inproceedings8801, -// title = {The SRTS Experience: Using TOPO for LOTOS Design and Realization.}, -// author = {Miguel, Tomas and Robles, Tomás and Salvachúa, Joaquin and Azcorra, Arturo}, -// year = 1990, -// month = 1, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Third International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols, FORTE '90}, -// pages = {383--394} -// } -// @article{article9592, -// title = {Mediadores e Interoperabilidad en Elearning}, -// author = {Aguirre Herrera, Sandra and Quemada, Juan and Salvachúa, Joaquin}, -// year = 2008, -// pages = {} -// } -// @article{inproceedings71143, -// title = {Desarrollo de Titulaciones Conjuntas en los Sistemas de E-Learning}, -// author = {Aguirre Herrera, Sandra and Salvachúa, Joaquin and Quemada, Juan and Fumero, Antonio and Tapiador, Antonio}, -// year = 2006, -// booktitle = {Proceedings of the 8th International Symposium on Computers in Education}, -// pages = {} -// } -// @article{inproceedings7743, -// title = {Uso del Web semántico para la interoperabilidad semántica de recursos educativos en Internet y redes P2P}, -// author = {Aguirre Herrera, Sandra and Salvachúa, Joaquin and Quemada, Juan and Mozo, Alberto}, -// year = 2005, -// booktitle = {Proceedings of the XV Jornadas TELECOM I+D 2005}, -// pages = {} -// } -// @inproceedings{inproceedings1877, -// title = {Opportunities and Challenges of Implementing P2P Streaming Applications in the Web}, -// author = {Trajkovska, Irena and Rodríguez, Pedro and Cerviño Arriba, Javier and Salvachúa, Joaquin}, -// year = 2012, -// booktitle = {Proceedings of the IADIS International Conference Web Based Communities and Social Media 2012}, -// pages = {}, -// isbn = {978-972-8939-72-4} -// } -// @inproceedings{inproceedings8554, -// title = {Advanced Videoconferencing Services Based on WebRTC}, -// author = {Rodríguez, Pedro and Cerviño Arriba, Javier and Trajkovska, Irena and Salvachúa, Joaquin}, -// year = 2012, -// booktitle = {Proceedings of the IADIS International Conference Web Based Communities and Social Media 2012}, -// pages = {}, -// isbn = {978-972-8939-72-4} -// } -// @article{article3165, -// title = {Topo: quick reference auxiliary toolswversion 3r2}, -// author = {Matins, J. and Miquel, T. and Robles, Tomas and Salvachúa, Joaquin and Huecas, Gabriel and Veiga, M.}, -// year = 1993, -// month = 9, -// journal = {Boletín de la Red Nacional de I+D RedIRIS}, -// volume = {66-67}, -// pages = {} -// } -// @article{article1930, -// title = {Definition of an advanced multimedia services description language using the Semantic Web}, -// author = {Salvachúa, Joaquin and Huecas, Gabriel and Robles, Tomas and Rodríguez, Blanca and Pavón, Santiago and Quemada, Juan}, -// year = 2003, -// month = 11, -// booktitle = {Proceedings of the 3rd International ANWIRE WORKSHOP on Adaptable Services}, -// pages = {} -// } -// @article{article1098, -// title = 2019, -// author = {Cerviño Arriba, Javier and Rodríguez, Pedro and Escribano, Fernando and Salvachúa, Joaquin}, -// year = 2009, -// month = 5, -// booktitle = {Libro de ponencias del V Congreso Iberoamericano de Telemática}, -// pages = {173--176}, -// isbn = {978-84-613-2679-2} -// } -// @article{article9762, -// title = {Marte 3.0: Una videoconferencia 2.0}, -// author = {Cerviño Arriba, Javier and Pérez, Pedro and Salvachúa, Joaquin and Huecas, Gabriel and Cantero, Fernando}, -// year = 2008, -// month = 9, -// booktitle = {Libro de Ponencias de la VII Jornadas de Ingeniería Telemática JITEL 2008}, -// pages = {209--216}, -// isbn = {978-84-612-5474-3} -// } -// @article{article6761, -// title = {Identidad Extendida en Redes Sociales}, -// author = {Dujo, Antonio and Fumero, Antonio and Salvachúa, Joaquin and Cerviño Arriba, Javier}, -// year = 2008, -// month = 9, -// booktitle = {Libro de Ponencias de la VII Jornadas de Ingeniería Telemática JITEL 2008}, -// pages = {293--296}, -// isbn = {978-84-612-5474-3} -// } -// @article{article5905, -// title = {Communication Network Model that supports a Sensing System based on Robustness Criteria}, -// author = {Cordova, Roberto and Marin-Garcia, Ignacio and Muñoz, Jose and Asanza, Victor and Velásquez, Washington}, -// year = 2018, -// month = 10, -// journal = {IEEE Latin America Transactions}, -// volume = 16, -// pages = 9, -// doi = {10.1109/TLA.2018.8795140} -// } -// @inproceedings{inproceedings4088, -// title = {Improve Customer Experience Based on Recommendation and Detection of a Pattern Change in Eating Habits}, -// author = {Muñoz, Jose and Montoya, Andreina and Chalen, Marjorie and Velásquez, Washington}, -// year = 2018, -// month = 1, -// booktitle = {Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC)}, -// pages = {221--225}, -// doi = {10.1109/CCWC.2018.8301622} -// } -// @article{article3227, -// title = {Geolocation and security perimeter for bicycle care within the university area}, -// author = {Alvarado, Aldo and Barahona, Bajana and Muñoz, Jose and Velásquez, Washington}, -// year = 2017, -// month = 6, -// journal = {IEEE Latin America Transactions}, -// volume = 15, -// pages = {1137--1143}, -// doi = {10.1109/TLA.2017.7932702} -// } -// @article{article2243, -// title = {Programa de educación tecnológico dirigido a la población urbano-marginal del norte de Guayaquil, Ecuador}, -// author = {Velásquez, Washington and Muñoz, Jose}, -// year = 2017, -// month = 1, -// journal = {Revista Caribeña de Ciencias Sociales}, -// pages = 10 -// } -// @inproceedings{inproceedings5515, -// title = {Proposal of a communication structure model for activating reactive signaling in an emergency evacuation systems}, -// author = {Muñoz, Jose and Yánez, Wendy and Velásquez, Washington}, -// year = 2017, -// month = 1, -// booktitle = {Proceedings of the 2017 IEEE 7th Annual Computing and Communication Workshop and Conference (CCWC)}, -// pages = {}, -// doi = {10.1109/CCWC.2017.7868348} -// } -// @article{article7140, -// title = {Using multimedia and peer assessment to promote collaborative e-learning}, -// author = {Barra, Enrique and Aguirre Herrera, Sandra and Pastor, Jose and Quemada, Juan}, -// year = 2014, -// month = 6, -// journal = {New Review of Hypermedia and Multimedia}, -// volume = 20, -// pages = {103--121}, -// doi = {10.1080/13614568.2013.857728} -// } -// @inproceedings{inproceedings1400, -// title = {Incorporating proactivity to context-aware recommender systems for e-learning}, -// author = {Gallego, Daniel and Barra, Enrique and Rodríguez, Pedro and Huecas, Gabriel}, -// year = 2013, -// month = 6, -// journal = {2013 World Congress on Computer and Information Technology, WCCIT 2013}, -// pages = {1--6}, -// doi = {10.1109/WCCIT.2013.6618700}, -// isbn = {978-1-4799-0460-0} -// } -// @inproceedings{inproceedings1907, -// title = {A model for generating proactive context-aware recommendations in e-Learning systems}, -// author = {Gallego, Daniel and Barra, Enrique and Aguirre Herrera, Sandra and Huecas, Gabriel}, -// year = 2012, -// month = 10, -// journal = {Proceedings - Frontiers in Education Conference}, -// pages = {1--6}, -// doi = {10.1109/FIE.2012.6462246} -// } -// @inproceedings{inproceedings6821, -// title = {A web tool to create educational content with gaming visualization}, -// author = {Barra, Enrique and Gallego, Daniel and Aguirre Herrera, Sandra and Quemada, Juan}, -// year = 2012, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference}, -// pages = {1--6}, -// doi = {10.1109/FIE.2012.6462237}, -// isbn = {978-1-4673-1353-7} -// } -// @inproceedings{inproceedings9828, -// title = {Facilitating the creation of K-12 interactive learning objects using a multi device web tool}, -// author = {Barra, Enrique and Gallego, Daniel and Aguirre Herrera, Sandra and Quemada, Juan}, -// year = 2012, -// month = 10, -// booktitle = {Proceedings of the Frontiers in Education Conference}, -// pages = {1--6}, -// doi = {10.1109/FIE.2012.6462236}, -// isbn = {978-1-4673-1353-7} -// } -// @article{article2348, -// title = {Mejorando el aprendizaje y la evaluación en e-learning usando recursos multimedia}, -// author = {Pastor, Jose and Aguirre Herrera, Sandra and Barra, Enrique and Quemada, Juan}, -// year = 2012, -// month = 1, -// journal = {Revista electrónica de ADA-Madrid}, -// volume = 6, -// pages = {1--11}, -// issn = {1988-5822} -// } -// @inproceedings{inproceedings6850, -// title = {Using lecture recordings to support curriculum changes in the European convergence process}, -// author = {Aguirre Herrera, Sandra and Barra, Enrique and Quemada, Juan and Pastor, Jose}, -// year = 2012, -// month = 1, -// booktitle = {Proceedings of the International Conference on Education and New Learning Technologies - EDULEARN 2012}, -// pages = {6986--6996}, -// isbn = {978-84-695-3491-5} -// } -// @inproceedings{inproceedings7175, -// title = {Improving teaching, learning and assessment in technology-enhanced learning using multimedia resources}, -// author = {Barra, Enrique and Aguirre Herrera, Sandra and Pastor, Jose and Quemada, Juan}, -// year = 2012, -// month = 1, -// booktitle = {Proceedings of the International Conference on Education and New Learning Technologies - EDULEARN 2012}, -// pages = {3532--3539}, -// isbn = {978-84-695-3491-5} -// } -// @inproceedings{inproceedings936, -// title = {Work in progress - Exploiting videoconferencing possibilities to promote the European convergence process}, -// author = {Barra, Enrique and Aguirre Herrera, Sandra and Quemada, Juan}, -// year = 2011, -// month = 10, -// booktitle = {Proceedings of the ASEE/IEEE The 41st annual Frontiers in Education Conference, FIE 2011}, -// pages = {}, -// doi = {10.1109/FIE.2011.6143012}, -// isbn = {978-1-612-84469-5} -// } -// @article{article6380, -// title = {Resource´s Relationships In The Design Of Collaborative Web Applications}, -// author = {Barra, Enrique and Mendo, Antonio and David, Hernández and Ruiz, Prieto and Tapiador, Antonio and Dujo, Del and Quemada, Juan}, -// year = 2010, -// pages = {} -// } -// @article{article1950, -// title = {Colaboración de herramientas mediante interfaces basadas en Servicios Web: la aplicación de videoconferencia Marte}, -// author = {García, Emilio and Cantero, Fernando and Cubo, Carlos and Pastor, Encarna and Barra, Enrique}, -// year = 2008, -// month = 9, -// booktitle = {Libro de Ponencias de la VII Jornadas de Ingeniería Telemática}, -// pages = {}, -// isbn = {978-84-612-5474-3} -// } -// @article{article8015, -// title = {Creación de una red superpuesta para el despliegue de servicios de colaboración.}, -// author = {Ruiz, David and Barra, Enrique and Pavón, Santiago and Cubo, Carlos and Castro, Jaime}, -// year = 2008, -// month = 9, -// booktitle = {Libro de Ponencias de la VII Jornadas de Ingeniería Telemática}, -// pages = {}, -// isbn = {978-84-612-5474-3} -// } -// @inproceedings{inproceedings7460, -// title = {A Quality of Service Assessment Technique for Large-Scale Management of Multimedia Flows}, -// author = {Morato, Daniel and Aracil, Javier and Hernández, José and López-Buedo, Sergio and López de Vergara Méndez, Jorge and Reviriego, Pedro and Huecas, Gabriel and Pavón, Santiago and Quemada, Juan}, -// year = 2007, -// month = 10, -// booktitle = {Real-Time Mobile Multimedia Services: 10th IFIP/IEEE International Conference on Management of Multimedia and Mobile Networks and Services, MMNS 2007}, -// volume = 4787, -// pages = {173--176}, -// doi = {10.1007/978-3-540-75869-3_15}, -// issn = {0302-9743} -// } -// @article{article6558, -// title = {Distributed Global Conferences Over Heterogeneous Networks}, -// author = {Robles, Tomas and Quemada, Juan and Miguel, Tomas and Pavón, Santiago and Petit, Manuel and Huecas, Gabriel and Velayos, Hector and Castro, Eva and Telemticos, Sistemas}, -// year = 2003, -// month = 7, -// booktitle = {Multimedia Internet Broadcasting: Quality, Technology and Interface}, -// pages = {53--72}, -// doi = {10.1007/978-1-4471-0327-1_4}, -// isbn = {978-1-4471-0327-1} -// } -// @inproceedings{inproceedings9864, -// title = {From LOTOS to Petri Nets through Iexpansion}, -// author = {Larrabeiti, David and Quemada, Juan and Pavón, Santiago}, -// year = 1996, -// month = 1, -// booktitle = {Proceedings of the Fourth International Conference on Formal Description Techniques: Theory, application and tools}, -// pages = {485--500}, -// doi = {10.1007/978-0-387-35079-0_31}, -// isbn = {978-0-12-79490-2} -// } -// @inbook{inbook5751, -// title = {The Lotosphere Design Methodology}, -// author = {Quemada, Juan and Azcorra, Arturo and Pavón, Santiago}, -// year = 1995, -// month = 1, -// booktitle = {LOTOSphere: Software Development with LOTOS}, -// pages = {29--58}, -// doi = {10.1007/978-1-4615-2203-4_2}, -// isbn = {978-1-4613-5924-1} -// } -// @inproceedings{inproceedings5189, -// title = {Compressing the State Space Representation of LOTOS Specifications.}, -// author = {Quemada, Juan and Larrabeiti, David and Pavón, Santiago}, -// year = 1993, -// month = 1, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Sixth International Conference on Formal Description Techniques - FORTE '93}, -// pages = {19--34}, -// isbn = {0-444-81773-5} -// } -// @inproceedings{inproceedings6614, -// title = {Inverse Expansion.}, -// author = {Pavón, Santiago and Hulström, M. and Quemada, Juan and Frutos Escrig, David and Ortega, Y.}, -// year = 1991, -// month = 11, -// booktitle = {Proceedings of the Fourth International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols (FORTE)}, -// pages = {297--312}, -// doi = {10.1016/B978-0-444-89402-1.50030-8}, -// isbn = {0-444-89402-0} -// } -// @inproceedings{inproceedings9766, -// title = {The Testing Functionalities of LOLA.}, -// author = {Pavón, Santiago and Llamas Nistal, Martín}, -// year = 1990, -// month = 1, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Third International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols: Formal Description Techniques, III}, -// series = {FORTE '90}, -// pages = {559--562}, -// isbn = {0-444-89024-6} -// } -// @inproceedings{inproceedings3542, -// title = {State Exploration by Transformation with LOLA.}, -// author = {Quemada, Juan and Pavón, Santiago and Fernandez, Angel}, -// year = 1989, -// month = 1, -// booktitle = {Automatic Verification Methods for Finite State Systems}, -// pages = {294--302}, -// doi = {10.1007/3-540-52148-8_25}, -// isbn = {978-3-540-46905-6} -// } -// @inproceedings{inproceedings9496, -// title = {Transforming LOTOS Specifications with LOLA - The Parameterised Expansion.}, -// author = {Quemada, Juan and Pavón, Santiago and Fernandez, Angel}, -// year = 1988, -// month = 9, -// booktitle = {Proceedings of the First International Conference on Formal Description Techniques}, -// pages = {45--54} -// } -// @article{article7797, -// title = {Monograph: IPv6 - More than A Protocol (published jointly with Novática*)}, -// author = {Miguel-Moro, P. and Pavón, Santiago and Geib, Rüdiger and Azañón-Teruel, Eduardo and Donaire-Arroyo, Sandra and Ferrándiz-Cancio, Aurora and Ralli Ucendo, Carlos and Bueno, Francisco and Soto-Campos, Ignacio and Calderón, María and Hugo, Dirk and Riou, Emmanuel}, -// year = 2005, -// month = 9, -// pages = {} -// } -// @article{article5744, -// title = {Diseño de una pasarela de acceso a sistemas propietarios de videoconferencia}, -// author = {Moreno, Diego and Pavón, Santiago and Huecas, Gabriel and Pérez, Pedro}, -// year = 2008, -// month = 9, -// booktitle = {Actas de las VII Jornadas de Ingeniería Telemática}, -// pages = {}, -// isbn = {978-84-612-5474-3} -// } -// @article{article367, -// title = {Proposal and Assessment of Algorithms for Power Consumption Reduction in Wireless Networks with E-Ink Displays}, -// author = {Sánchez de Rivera, Diego and Alcarria, Ramón and Martín, Diego and Huecas, Gabriel}, -// year = 2018, -// month = 12, -// journal = {Journal of Internet Technology}, -// volume = 19, -// pages = {2035--2046}, -// doi = {10.3966/160792642018121907007} -// } -// @inproceedings{inproceedings279, -// title = {An agile container-based approach to TaaS}, -// author = {Verdugo, Pedro and Salvachiua, Joaquin and Huecas, Gabriel}, -// year = 2017, -// month = 9, -// booktitle = {Proceedings of the 56th FITCE Congress}, -// pages = {10--15}, -// doi = {10.1109/FITCE.2017.8093000} -// } -// @book{book2630, -// title = {Apuntes de Teoría de la Información}, -// author = {Huecas, Gabriel}, -// year = 2016, -// month = 9, -// pages = {}, -// isbn = {978-84-7402-418-0} -// } -// @article{article1455, -// title = {Evaluating the Impact of Proactivity in the User Experience of a Context-aware Restaurant Recommender for Android Smartphones}, -// author = {Gallego, Daniel and Woerndl, Wolfgang and Huecas, Gabriel}, -// year = 2013, -// month = 10, -// journal = {Journal of Systems Architecture}, -// pages = {-}, -// doi = {10.1016/j.sysarc.2013.02.004} -// } -// @article{article8067, -// title = {Proactividad y contextualización: Futuro del diseño de sistemas recomendadores}, -// author = {Gallego, Daniel and Fumero, Antonio and Huecas, Gabriel}, -// year = 2013, -// month = 1, -// journal = {El Profesional de la Informacion}, -// volume = 22, -// pages = {19--25}, -// doi = {10.3145/epi.2013.ene.03} -// } -// @inproceedings{inproceedings4131, -// title = {An Empirical Case of a Context-Aware Mobile Recommender System in a Banking Environment}, -// author = {Gallego, Daniel and Huecas, Gabriel}, -// year = 2012, -// month = 6, -// journal = {Journal of Convergence}, -// volume = 3, -// pages = {13--20}, -// doi = {10.1109/MUSIC.2012.11}, -// isbn = {978-1-4673-1956-0} -// } -// @article{article6699, -// title = {Metaheurísticas de optimización combinatoria: uso de Simulated Annealing para un problema de calendarización}, -// author = {Díaz, Pilar and Huecas, Gabriel and García Manso, Almudena and Allende, J.}, -// year = 2007, -// month = 1, -// journal = {Tecnología y desarrollo}, -// volume = 5, -// pages = {}, -// issn = {1696-8085} -// } -// @book{book9418, -// title = {Programación En Java 2. Serie Schaum}, -// author = {Huecas, Gabriel and Allende, J. and Fernández-Manjón, Baltasar and Díaz, Pilar and Reinoso, Antonio and Sánchez-Cortés, Ricardo}, -// year = 2005, -// month = 6, -// pages = {}, -// isbn = {978-84-481-4591-0} -// } -// @article{article5841, -// title = {Modelling a distributed multimedia conference with rdf}, -// author = {Salvachúa, J. and Huecas, Gabriel and Rodríguez, B. and Quemada, Juan}, -// year = 2002, -// month = 1, -// pages = {} -// } -// @inproceedings{inproceedings1124, -// title = {Process calculi: E-LOTOS}, -// author = {Robles, Tomas and Huecas, Gabriel and Quemada, Juan and Verdejo, Alberto and Díaz, Luis}, -// year = 2001, -// month = 8, -// booktitle = {Formal methods for distributed processing}, -// pages = {77--104}, -// isbn = {0-521-77184-6} -// } -// @article{article3940, -// title = {Java 2 : Iniciación y Referencia}, -// author = {Allende, J. and Huecas, Gabriel}, -// year = 2001, -// month = 1, -// pages = {} -// } -// @book{book6918, -// title = {Java 2 Iniciación y Referencia}, -// author = {Huecas, Gabriel}, -// year = 2001, -// month = 1, -// pages = {}, -// isbn = {84-481-3180-0} -// } -// @inproceedings{inproceedings5592, -// title = {Development of a Validation System based on Formal Description Techniques: Application to an Ada Run Time System}, -// author = {Huecas, Gabriel and Robles, Tomás and Gonzalez, L. and Serrano, J.}, -// year = 1998, -// month = 1, -// booktitle = {Proceedings of the Joint International Conference onFormal Description Techniques and Protocol Specification, Testing and Verification: FORTE XI/PSTV XVIII'98 IFIP TC6 WG6.1}, -// pages = {283--307}, -// doi = {10.1007/978-0-387-35394-4_18}, -// isbn = {978-0-387-35394-4} -// } -// @article{article6108, -// title = {Conformance Testing on Complex Systems Using Lotos}, -// author = {Catalán, F. and González, I.M. and Huecas, Gabriel and Miguel, J. and Sánchez, M.L.}, -// year = 1995, -// month = 12, -// journal = {On-board Real-time Software - ISOBRTS}, -// volume = 375, -// pages = 163 -// } -// @inproceedings{inproceedings348, -// title = {Specification and Derivation of OSI Conformance Test Suites}, -// author = {Robles, Tomás and Manas, Jose and Huecas, Gabriel}, -// year = 1992, -// month = 1, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Fifth International Workshop on Protocol Test Systems V}, -// pages = {177--188}, -// isbn = {0-444-89980-4} -// } -// @inproceedings{inproceedings2394, -// title = {Specification of an ISDN Q.931 protocol entity using the LOTOS formal description technique}, -// author = {Huecas, Gabriel and Mariz, J.L. and Vinyes, J. and Vázquez, Enrique}, -// year = 1991, -// month = 6, -// booktitle = {Proceedings of the 6th Mediterranean Electrotechnical Conference}, -// pages = {522--525 vol.1}, -// doi = {10.1109/MELCON.1991.161891}, -// isbn = {0-87942-655-1} -// } -// @article{article5621, -// title = {ACM/Springer Mobile Networks and Applications (MONET) Special Issue on “Collaborative Computing: Networking, Applications and Worksharing”}, -// author = {Shi, Weisong and Joshi, James and Zhang, Tao and Park, Eun and Quemada, Juan}, -// year = 2012, -// month = 6, -// journal = {Mobile Networks and Applications}, -// volume = 17, -// pages = {}, -// doi = {10.1007/s11036-012-0371-5} -// } -// @article{article1995, -// title = {E-learning systems support of collaborative agreements: A theoretical model}, -// author = {Aguirre Herrera, Sandra and Quemada, Juan}, -// year = 2012, -// month = 1, -// journal = {Educational Technology & Society}, -// volume = 15, -// pages = {279--295}, -// issn = {1436-4522} -// } -// @inproceedings{inproceedings9357, -// title = {CyberAula 2.0: Integration of Moodle with videoconferencing and lecture recording services}, -// author = {Aguirre Herrera, Sandra and Quemada, Juan and Pastor, Jose and Martinez, Estibaliz and Mendiola, María and Machuca, Victoria and Portaencasa, Raquel}, -// year = 2011, -// month = 1, -// booktitle = {Proceedings of World Conference on Educational Multimedia, Hypermedia and Telecommunications, ED-MEDIA 2011}, -// pages = {}, -// isbn = {1-880094-85-X} -// } -// @article{article258, -// title = {SFDL: MVC Applied to Workflow Design}, -// author = {Moreno, Diego and García, Emilio and Aguirre Herrera, Sandra and Quemada, Juan}, -// year = 2010, -// month = 1, -// booktitle = {Proceedings of the International Conference e-Learning 2010 - IADIS}, -// pages = {} -// } -// @inproceedings{inproceedings4862, -// title = {Collaboration, Social Interaction and Social Protocols.}, -// author = {Quemada, Juan}, -// year = 2008, -// month = 9, -// booktitle = {Proceedings of 16th IEEE Workshop on Local and Metropolitan Area Networks}, -// pages = {}, -// doi = {10.1109/WETICE.2008.59}, -// isbn = {978-1-4244-2027-8} -// } -// @inproceedings{inproceedings5791, -// title = {Formal Description Techniques and Software Engineering: Some Reflections after 2 Decades of Research}, -// author = {Quemada, Juan}, -// year = 2004, -// month = 9, -// booktitle = {Formal Techniques for Networked and Distributed Systems - FORTE 2004}, -// pages = {33--42}, -// doi = {10.1007/978-3-540-30232-2_3}, -// isbn = {978-3-540-30232-2} -// } -// @article{article947, -// title = {A Use-Case Based Model for Learning Resources in Educational Mediators}, -// author = {Quemada, Juan and Simon, Bernd}, -// year = 2003, -// month = 10, -// journal = {Educational Technology & Society}, -// volume = 6, -// pages = {} -// } -// @article{article6319, -// title = {EducaNext: Un servicio de intercambio de recursos educativos}, -// author = {Quemada, Juan and Gallego, J.C. and Huecas, Gabriel}, -// year = 2003, -// month = 1, -// journal = {RedIRIS: boletín de la Red Nacional de I+D RedIRIS}, -// pages = {80--83}, -// issn = {1139-207X} -// } -// @article{article940, -// title = {Characterizing Termination in LOTOS via Testing}, -// author = {Frutos Escrig, David and Quemada, Juan}, -// year = 1999, -// month = 10, -// booktitle = {Protocol Specification, Testing and Verification XV: Proceedings of the Fifteenth IFIP WG6.1 International Symposium on Protocol Specification, Testing and Verification, Warsaw, Poland, June 1995}, -// pages = {237--250}, -// doi = {10.1007/978-0-387-34892-6_15}, -// isbn = {978-0-387-34892-6} -// } -// @inproceedings{inproceedings7290, -// title = {Specifying the ODP Trader: An Introduction to E-LOTOS}, -// author = {Lucero, Giovanny and Quemada, Juan}, -// year = 1997, -// month = 1, -// booktitle = {Formal Description Techniques and Protocol Specification, Testing and Verification: FORTE X / PSTV XVII '97}, -// pages = {127--142}, -// doi = {10.1007/978-0-387-35271-8_8} -// } -// @article{article109, -// title = {Towards the integrated configuration and management of multicast teleconferences based on IP over ATM}, -// author = {Larrabeiti, David and Agúndez, M. and Azcorra, Arturo and García, C. and Quemada, Juan and Miguel, Tomas and Petit, M.}, -// year = 1997, -// month = 1, -// pages = {} -// } -// @inproceedings{inproceedings9762, -// title = {Un nuevo enfoque para la verificación de relaciones basadas en la bisimulación}, -// author = {Fernández Iglesias, Manuel José and Llamas Nistal, Martín and Burguillo, Juan and Quemada, Juan}, -// year = 1997, -// month = 1, -// booktitle = {Actas de las V Jornadas de Concurrencia: actas de las Quintas Jornadas de Concurrencia}, -// pages = {307--320} -// } -// @inproceedings{inproceedings6207, -// title = {Direct Verification of Bisimulations}, -// author = {Llamas Nistal, Martín and Quemada, Juan and Fernández Iglesias, Manuel José}, -// year = 1996, -// month = 1, -// booktitle = {Formal Description Techniques IX: Theory, application and tools}, -// pages = {349--363}, -// doi = {10.1007/978-0-387-35079-0_22}, -// isbn = {978-0-387-35079-0} -// } -// @inbook{inbook571, -// title = {Time Extended LOTOS}, -// author = {Léonard, Luc and Leduc, Guy and Nieto, Carlos and Quemada, Juan and Rabay, Gualberto and Frutos Escrig, David and Díaz, Luis}, -// year = 1995, -// month = 9, -// booktitle = {Real-time Systems: Modeling, Design, and Applications}, -// series = {AMAST series in computing}, -// volume = 8, -// pages = {253--260}, -// isbn = {978-9-8127-0847-2} -// } -// @unknown{unknown540, -// title = {Belgian-Spanish Proposal for a Time Extended LOTOS}, -// author = {Léonard, Luc and Leduc, Guy and Frutos Escrig, David and Díaz, Luis and Nieto, Carlos and Quemada, Juan and Rabay, Gualberto}, -// year = 1995, -// month = 5, -// pages = {} -// } -// @inbook{inbook7547, -// title = {A Pragmatic Approach to Verification, Validation and Compilation}, -// author = {Miguel, Tomas and Azcorra, Arturo and Quemada, Juan and Manas, Jose}, -// year = 1995, -// month = 1, -// booktitle = {LOTOSphere: Software Development with LOTOS}, -// pages = {235--253}, -// doi = {10.1007/978-1-4615-2203-4_12}, -// isbn = {978-1-4613-5924-1} -// } -// @article{article5777, -// title = {A timed LOTOS extension}, -// author = {Quemada, Juan and Nieto, Carlos and Frutos Escrig, David and Díaz, Luis}, -// year = 1994, -// month = 1, -// booktitle = {Theories and Experiences for Real-Time System Development}, -// series = {AMAST Series in Computing}, -// volume = 2, -// pages = {239--363}, -// doi = {10.1142/9789812831583_0009}, -// isbn = {978-981-4501-46-0} -// } -// @inproceedings{inproceedings9188, -// title = {Normalización de expresiones LOTOs bajo equivalencia de prueba}, -// author = {Llamas Nistal, Martín and Fernández Iglesias, Manuel José and Quemada, Juan}, -// year = 1994, -// month = 1, -// booktitle = {Proceedings of the IX Simposium Nacional: Las Palmas de Gran Canaria}, -// pages = {1174--1178} -// } -// @article{article2207, -// title = {TIC: A timed calculus}, -// author = {Quemada, Juan and Frutos Escrig, David and Azcorra, Arturo}, -// year = 1993, -// month = 5, -// journal = {Formal Asp. Comput.}, -// volume = 5, -// pages = {224--252}, -// doi = {10.1007/BF01211556} -// } -// @article{article9598, -// title = {On tools for FDTs}, -// author = {Quemada, Juan}, -// year = 1993, -// month = 2, -// journal = {Computer Networks and ISDN Systems}, -// volume = 25, -// pages = {719--721}, -// doi = {10.1016/0169-7552(93)90044-5} -// } -// @inproceedings{inproceedings951, -// title = {Structuring Protocols using Exceptions in a LOTOS Extension}, -// author = {Quemada, Juan and Azcorra, Arturo}, -// year = 1992, -// month = 12, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification}, -// pages = {81--96}, -// doi = {10.1016/B978-0-444-89874-6.50012-X}, -// isbn = {0-444-89874-3} -// } -// @inproceedings{inproceedings749, -// title = {Development of Satellite Communication Networks Based on LOTOS}, -// author = {Fernandez, Angel and Nieto, Carlos and Vidaller, Leon and Quemada, Juan}, -// year = 1992, -// month = 12, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification}, -// pages = {179--192}, -// doi = {10.1016/B978-0-444-89874-6.50018-0}, -// isbn = {0-444-89874-3} -// } -// @inproceedings{inproceedings3657, -// title = {Compressed State Space Representation in LOTOS with the Interleaved Expansion}, -// author = {Quemada, Juan}, -// year = 1991, -// month = 1, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification}, -// pages = {19--35}, -// isbn = {0-444-89874-3} -// } -// @inproceedings{inproceedings1633, -// title = {TIC: A Timed Calculus for LOTOS.}, -// author = {Quemada, Juan and Azcorra, Arturo and Frutos Escrig, David}, -// year = 1989, -// month = 1, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification}, -// pages = {195--209}, -// isbn = {0-444-89874-3} -// } -// @article{article1852, -// title = {LOTOS based derivation methodology in the PRODAT project}, -// author = {Fernandez, Angel and Quemada, Juan and Vidaller, Leon and Nieto, Carlos}, -// year = 1988, -// month = 12, -// journal = {Annual Review in Automatic Programming}, -// volume = 14, -// pages = {7--13}, -// doi = {10.1016/0066-4138(88)90002-X} -// } -// @inproceedings{inproceedings1930, -// title = {Introduction of Quantitative Relative Time into LOTOS.}, -// author = {Quemada, Juan and Fernandez, Angel}, -// year = 1987, -// month = 1, -// booktitle = {Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification}, -// pages = {105--121}, -// isbn = {0-444-89874-3} -// } -// @article{article7540, -// title = {A building access control system with alarm monitoring}, -// author = {Vinyes, J. and Quemada, Juan and Fernandez, Angel}, -// year = 1983, -// month = 9, -// journal = {Microprocessing and Microprogramming}, -// volume = 12, -// number = 2, -// pages = {111--114}, -// doi = {10.1016/0165-6074(83)90188-6} -// } -// @inproceedings{inproceedings9400, -// title = {A 16-Channel Cassette Recorder and Telephone Transmitter with CRT Based Display for Clinical EEG 1}, -// author = {Quemada, Juan and García, Juan}, -// year = 1981, -// month = 11, -// journal = {Proceedings of the Annual Symposium on Computer Application in Medical Care}, -// pages = {1104--1107}, -// issn = {0195-4210} -// } -// @article{article5301, -// title = {TE-LOLA: A timed LOLA prototype}, -// author = {Rabay, Gualberto and Quemada, Juan}, -// year = 1996, -// month = 6, -// booktitle = {Proceedings of the International Workshop on applied Formal Methods}, -// pages = {85--95} -// } -// @article{article3586, -// title = {A Reflection of Metadata Standards based on Reference Scenarios}, -// author = {Simon, Bernd and Quemada, Juan}, -// year = 1999, -// booktitle = {Campus 2002}, -// pages = {241--250}, -// isbn = {978-3-83-096191-8} -// } -// @inproceedings{inproceedings547, -// title = {Extensiones de Lenguaje de Workflow para la Generación Dinámica de Vistas}, -// author = {Moreno, Diego and García, Emilio and Aguirre Herrera, Sandra and Quemada, Juan}, -// year = 2009, -// month = 5, -// booktitle = {Actas del V Congreso Iberoamericano de Telemática}, -// pages = {45--52} -// } -// @article{article757, -// title = {Nuevo modelo de punto de intercambio de tráfico en IPv6}, -// author = {García, Antonio and Rubio Guivernau, Jose and Fernández, David and Quemada, Juan and Morelli, Mario and Palet, Mario and Gómez, Antonio}, -// year = 2004, -// journal = {RedIRIS: boletín de la Red Nacional de I+D RedIRIS}, -// volume = {70--71}, -// pages = {69--74}, -// issn = {1139-207X} -// }` -// Function to fetch and parse BibTeX data -export async function fetchAndParseBibtexData() { - const response = await fetch('publications.bib'); - if (!response.ok) { - throw new Error('Failed to fetch BibTeX data'); - } - const bibtexData = await response.text(); - return parsePubs(bibtexData); -} - -function parsePubs(bibtexData) { - let bibObj = {}; - let lines = bibtexData.split('\n'); - for (let i = 0; i < lines.length; i++) { - let line = lines[i].trim(); - if (line.startsWith('@article')) { - bibObj['type'] = 'article'; - bibObj['key'] = line.split('{')[1].split(',')[0]; - } else if (line.includes('=')) { - let parts = line.split('='); - let key = parts[0].trim(); - let value = parts[1].trim().replace(/[{}]/g, ''); - bibObj[key] = value; - } - } - return bibObj; -} - -// Call fetchAndParseBibtexData asynchronously -fetchAndParseBibtexData() - .then(parsedPubs => { - // Once the BibTeX data is fetched and parsed, you can use it here - console.log(parsedPubs); - // You can also use parsedPubs in your React component if needed - }) - .catch(error => { - console.error('Error fetching and parsing BibTeX data:', error); - }); diff --git a/placeholder-constants/projects.js b/placeholder-constants/projects.js index 6a36180..bd7fef3 100644 --- a/placeholder-constants/projects.js +++ b/placeholder-constants/projects.js @@ -1,53 +1,153 @@ export const projects = [ { - id: "1", - date: "2023", - route: "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", - title: "Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", - center: "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", - description: "", - tags: "Aprendizaje Activo,Aprendizaje Autónomo,Investigación educativa,Aula Invertida,Gamificación", - category: "erg", - }, - { - id: "2", - date: "2023", - route: "http://ging.github.io/ediphy/", - title: "Ediphy", - center: "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", - description: "", - tags: "Aprendizaje Activo, Aprendizaje Autónomo,Investigación educativa, Aula Invertida, Gamificación", - category: "ind", - }, - { - id:"3", - date: "2023", - route: "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", - title: "Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", - center: "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", - description: "", - tags: "Aprendizaje Activo,Aprendizaje Autónomo,Investigación educativa, Aula Invertida,Gamificación", - category: "other", - }, - { - id:"4", - date: "2023", - route: "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", - title: "Utilización de escape rooms", - center: "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", - description: "", - tags: "Aprendizaje Activo,Aprendizaje, Gamificación,Trabajo en Equipo", - category: "other", - }, - { - id:"5", - date: "2023", - route: "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", - title: "Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", - center: "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", - description: "", - tags: "Aprendizaje Activo,Aprendizaje Autónomo,Investigación educativa,Aula Invertida,Gamificación", - category: "ind", - }, + "id": "1", + "date": "2023", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Este curso explora el uso de escape rooms y videojuegos como herramientas para fomentar el aprendizaje en entornos universitarios.", + "tags": "Aprendizaje Activo,Aprendizaje Autónomo,Investigación educativa,Aula Invertida,Gamificación", + "category": "erg" + }, + { + "id": "2", + "date": "2022", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Gamificación en la Educación Universitaria: Teoría y Práctica", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Conoce cómo aplicar los principios de la gamificación en el ámbito universitario para mejorar la motivación y el rendimiento de los estudiantes.", + "tags": "Gamificación,Aprendizaje Activo,Innovación educativa,Enseñanza Universitaria", + "category": "erg" + }, + { + "id": "3", + "date": "2021", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Aplicación de la Gamificación para Fomentar la Colaboración en Equipos", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Este curso enseña cómo utilizar la gamificación para fortalecer la colaboración entre los estudiantes en trabajos de equipo dentro del aula.", + "tags": "Gamificación,Trabajo en equipo,Colaboración,Aprendizaje Activo", + "category": "erg" + }, + { + "id": "4", + "date": "2023", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Diseño de Videojuegos Educativos para la Educación Superior", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Aprende a diseñar videojuegos educativos que motiven a los estudiantes universitarios y mejoren sus habilidades de resolución de problemas.", + "tags": "Videojuegos Educativos,Gamificación,Educación Universitaria,Aprendizaje Autónomo", + "category": "erg" + }, + { + "id": "5", + "date": "2022", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Escape Rooms Educativos: Fomentando el Pensamiento Crítico", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "En este curso, descubrirás cómo los escape rooms educativos pueden ser utilizados para desarrollar el pensamiento crítico en los estudiantes.", + "tags": "Escape Rooms,Aprendizaje Activo,Pensamiento Crítico,Innovación Educativa", + "category": "erg" + }, + { + "id": "6", + "date": "2021", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Gamificación y Aula Invertida en la Educación Superior", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Explora cómo combinar la gamificación con la metodología del aula invertida para promover un aprendizaje más participativo en la universidad.", + "tags": "Gamificación,Aula Invertida,Aprendizaje Activo,Innovación Educativa", + "category": "erg" + }, + { + "id": "7", + "date": "2023", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "El Uso de Juegos de Rol en la Educación Universitaria", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Este curso enseña cómo los juegos de rol pueden ser empleados para desarrollar habilidades sociales y de resolución de conflictos en los estudiantes universitarios.", + "tags": "Juegos de Rol,Gamificación,Educación Universitaria,Aprendizaje Activo", + "category": "erg" + }, + { + "id": "8", + "date": "2022", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Fomento de la Creatividad con Videojuegos Educativos", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Aprende cómo los videojuegos educativos pueden ser utilizados para fomentar la creatividad en los estudiantes universitarios.", + "tags": "Creatividad,Videojuegos Educativos,Innovación Educativa,Aprendizaje Activo", + "category": "erg" + }, + { + "id": "9", + "date": "2021", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Escape Rooms Virtuales para el Aprendizaje Autónomo", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Este curso explora el uso de escape rooms virtuales para potenciar el aprendizaje autónomo y la resolución de problemas en entornos universitarios.", + "tags": "Escape Rooms Virtuales,Aprendizaje Autónomo,Gamificación", + "category": "erg" + }, + { + "id": "10", + "date": "2023", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Gamificación y Realidad Aumentada en la Educación Superior", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Descubre cómo la combinación de la gamificación y la realidad aumentada puede enriquecer la experiencia de aprendizaje en la educación superior.", + "tags": "Gamificación,Realidad Aumentada,Innovación Educativa,Aprendizaje Activo", + "category": "erg" + }, + { + "id": "11", + "date": "2022", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Juegos Serios como Herramienta de Evaluación en la Educación Universitaria", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Este curso te muestra cómo los juegos serios pueden ser utilizados como una herramienta innovadora para la evaluación de competencias en la educación universitaria.", + "tags": "Juegos Serios,Evaluación,Gamificación,Innovación Educativa", + "category": "erg" + }, + { + "id": "12", + "date": "2021", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Diseño de Estrategias de Gamificación para el Aula Universitaria", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Este curso te enseña a diseñar e implementar estrategias de gamificación que fomenten la participación y el compromiso de los estudiantes universitarios.", + "tags": "Gamificación,Innovación Educativa,Estrategias de Aprendizaje,Aprendizaje Activo", + "category": "erg" + }, + { + "id": "13", + "date": "2023", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Aplicación de Herramientas Digitales para la Gamificación en la Universidad", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Aprende a utilizar herramientas digitales que faciliten la gamificación en entornos universitarios y potencien el aprendizaje activo.", + "tags": "Gamificación,Herramientas Digitales,Innovación Educativa,Aprendizaje Activo", + "category": "erg" + }, + { + "id": "14", + "date": "2022", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Uso de Narrativas en Videojuegos Educativos para el Aprendizaje", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Explora cómo el uso de narrativas en videojuegos educativos puede ayudar a los estudiantes universitarios a adquirir conocimientos y desarrollar habilidades de forma más efectiva.", + "tags": "Narrativas,Videojuegos Educativos,Aprendizaje Activo,Gamificación", + "category": "erg" + }, + { + "id": "15", + "date": "2021", + "route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", + "title": "Incorporación de Juegos de Mesa Educativos en el Aula Universitaria", + "center": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", + "description": "Este curso te enseña a diseñar y utilizar juegos de mesa educativos para motivar y comprometer a los estudiantes en el aula universitaria.", + "tags": "Juegos de Mesa,Gamificación,Innovación Educativa,Aprendizaje Activo", + "category": "erg" + } ]; \ No newline at end of file diff --git a/placeholder-constants/publications.js b/placeholder-constants/publications.js index a7a4344..239e279 100644 --- a/placeholder-constants/publications.js +++ b/placeholder-constants/publications.js @@ -1,3772 +1,146 @@ export const mypublications = [ { - date: [2024], - doi: "https://doi.org/10.1109/MIC.2023.3333199", - category: "article-journal", - author: - "Enrique Barra, Sonsoles López-Pernas, Aldo Gordillo, Alejandro Pozo Huertas, Jose Muñoz, and Javier Conde", - title: - "Empowering Database Learning through Remote Educational Escape Rooms", - journal: "IEEE Internet Computing", - year: "2024", - month: "1", - volume: "PP", - pages: "1-7", - content: - "Barra, E., López-Pernas, S., Gordillo, A., Pozo Huertas, A., Muñoz, J., & Conde, J. (2024). Empowering Database Learning through Remote Educational Escape Rooms. IEEE Internet Computing, PP, 1–7. https://doi.org/10.1109/MIC.2023.3333199", - }, - { - date: [2023], - doi: "https://doi.org/10.1016/j.entcom.2023.100588", - category: "article-journal", - author: - "Daniel López-Fernández, Aldo Gordillo, Raúl Lara-Cabrera, and Javier Alegre", - title: - "Comparing effectiveness of educational video games of different genres in computer science education", - journal: "Entertainment Computing", - year: "2023", - month: "undefined", - volume: "47", - pages: "100588", - content: - "López-Fernández, D., Gordillo, A., Lara-Cabrera, R., & Alegre, J. (2023). Comparing effectiveness of educational video games of different genres in computer science education. Entertainment Computing, 47, 100588. https://doi.org/https://doi.org/10.1016/j.entcom.2023.100588", - }, - { - date: [2023], - doi: "https://doi.org/10.1109/TE.2023.3241099", - category: "article-journal", - - title: - "Learning and Motivational Impact of Game-Based Learning: Comparing Face-to-Face and Online Formats on Computer Science Education", - author: - "Daniel López-Fernández, Aldo Gordillo, Jennifer Pérez, and Edmundo Tovar", - journal: "IEEE Transactions on Education", - year: "2023", - month: "undefined", - volume: "66", - pages: "360-368", - content: - "López-Fernández, D., Gordillo, A., Pérez, J., & Tovar, E. (2023). Learning and Motivational Impact of Game-Based Learning: Comparing Face-to-Face and Online Formats on Computer Science Education. IEEE Transactions on Education, 66(4), 360–368. https://doi.org/10.1109/TE.2023.3241099", - }, - { - date: [2023], - doi: "https://doi.org/10.1109/MCG.2023.3244036", - category: "article-journal", - author: - "Daniel López-Fernández, Jesús Mayor, Marta García-Pérez, and Aldo Gordillo", - title: - "Are Virtual Reality Serious Video Games More Effective Than Web Video Games?", - journal: "IEEE Computer Graphics and Applications", - year: "2023", - month: "undefined", - volume: "43", - pages: "32-42", - content: - "López-Fernández, D., Mayor, J., García-Pérez, M., & Gordillo, A. (2023). Are Virtual Reality Serious Video Games More Effective Than Web Video Games? IEEE Computer Graphics and Applications, 43(2), 32–42. https://doi.org/10.1109/MCG.2023.3244036", - }, - { - date: [2023], - doi: "https://doi.org/10.1109/TG.2022.3213127", - category: "article-journal", - author: - "Daniel López-Fernández, Jesus Mayor, Jennifer Pérez, and Aldo Gordillo", - title: - "Learning and Motivational Impact of Using a Virtual Reality Serious Video Game to Learn Scrum", - journal: "IEEE Transactions on Games", - year: "2023", - month: "undefined", - volume: "15", - pages: "430-439", - content: - "López-Fernández, D., Mayor, J., Pérez, J., & Gordillo, A. (2023). Learning and Motivational Impact of Using a Virtual Reality Serious Video Game to Learn Scrum. IEEE Transactions on Games, 15(3), 430–439. https://doi.org/10.1109/TG.2022.3213127", - }, - { - date: [2023], - doi: "https://doi.org/10.1109/MS.2023.3275035", - category: "article-journal", - author: - "Sonsoles López-Pernas, Enrique Barra, Aldo Gordillo, Álvaro Alonso, and Juan Quemada", - title: - "Scaling Student Feedback in Software Engineering Massive Open Online Courses", - journal: "IEEE Software", - year: "2023", - month: "undefined", - volume: "40", - pages: "50-57", - content: - "López-Pernas, S., Barra, E., Gordillo, A., Alonso, Á., & Quemada, J. (2023). Scaling Student Feedback in Software Engineering Massive Open Online Courses. IEEE Software, 40(5), 50–57. https://doi.org/10.1109/MS.2023.3275035", - }, - { - date: [2022], - doi: "https://doi.org/10.1109/ACCESS.2022.3157609", - category: "article-journal", - author: - "Mikko Apiola, Mohammed Saqr, Sonsoles López-Pernas, and Matti Tedre", - title: - "Computing education research compiled: Keyword trends, building blocks, creators, and dissemination", - journal: "IEEE Access", - year: "2022", - month: "undefined", - volume: "10", - pages: "27041-27068", - content: - "Apiola, M., Saqr, M., López-Pernas, S., & Tedre, M. (2022). Computing education research compiled: Keyword trends, building blocks, creators, and dissemination. IEEE Access, 10, 27041–27068. https://doi.org/10.1109/ACCESS.2022.3157609", - }, - { - date: [2022], - doi: "https://doi.org/10.1109/TE.2022.3142688", - category: "article-journal", - author: "Aldo Gordillo, Daniel López-Fernández, and Edmundo Tovar", - title: - "Comparing the Effectiveness of Video-Based Learning and Game-Based Learning Using Teacher-Authored Video Games for Online Software Engineering Education", - journal: "IEEE Transactions on Education", - year: "2022", - month: "undefined", - volume: "In press", - pages: "undefined", - content: - "Gordillo, A., López-Fernández, D., & Tovar, E. (2022). Comparing the Effectiveness of Video-Based Learning and Game-Based Learning Using Teacher-Authored Video Games for Online Software Engineering Education. IEEE Transactions on Education, In press. https://doi.org/10.1109/TE.2022.3142688", - }, - { - date: [2022], - doi: "https://doi.org/10.1109/MCG.2022.3189557", - category: "article-journal", - author: - "Sonsoles López-Pernas, Andres Munoz-Arcentales, Carlos Aparicio, Enrique Barra, Aldo Gordillo, Joaquín Salvachúa, and Juan Quemada", - title: - "Educational Data Virtual Lab: Connecting the Dots Between Data Visualization and Analysis", - journal: "IEEE Computer Graphics and Applications", - year: "2022", - month: "undefined", - volume: "42", - pages: "76-83", - content: - "López-Pernas, S., Munoz-Arcentales, A., Aparicio, C., Barra, E., Gordillo, A., Salvachúa, J., & Quemada, J. (2022). Educational Data Virtual Lab: Connecting the Dots Between Data Visualization and Analysis. IEEE Computer Graphics and Applications, 42(5), 76–83. https://doi.org/10.1109/MCG.2022.3189557", - }, - { - date: [2022], - doi: "https://doi.org/10.1080/10494820.2022.2041045", - category: "article-journal", - author: - "Sonsoles López-Pernas, Mohammed Saqr, Aldo Gordillo, and Enrique Barra", - title: "A learning analytics perspective on educational escape rooms", - journal: "Interactive Learning Environments", - year: "2022", - month: "undefined", - volume: "undefined", - pages: "undefined", - content: - "López-Pernas, S., Saqr, M., Gordillo, A., & Barra, E. (2022). A learning analytics perspective on educational escape rooms. Interactive Learning Environments. https://doi.org/10.1080/10494820.2022.2041045", - }, - { - date: [2022], - doi: "https://doi.org/10.1016/j.edurev.2022.100437", - category: "article-journal", - author: - "Mohammed Saqr, Ramy Elmoazen, Matti Tedre, Sonsoles López-Pernas, and Laura Hirsto", - title: - "How well centrality measures capture student achievement in computer-supported collaborative learning? – A systematic review and meta-analysis", - journal: "Educational Research Review", - year: "2022", - month: "undefined", - volume: "35", - pages: "100437", - content: - "Saqr, M., Elmoazen, R., Tedre, M., López-Pernas, S., & Hirsto, L. (2022). How well centrality measures capture student achievement in computer-supported collaborative learning? – A systematic review and meta-analysis. Educational Research Review, 35, 100437. https://doi.org/10.1016/j.edurev.2022.100437", - }, - { - date: [2022], - doi: "https://doi.org/10.18608/jla.2022.7415", - category: "article-journal", - author: "Mohammed Saqr, and Sonsoles López-Pernas", - title: - "The curious case of centrality measures: A large-scale empirical investigation", - journal: "Journal of Learning Analytics", - year: "2022", - month: "undefined", - volume: "9", - pages: "13-31", - content: - "Saqr, M., & López-Pernas, S. (2022). The curious case of centrality measures: A large-scale empirical investigation. Journal of Learning Analytics, 9, 13–31. https://doi.org/10.18608/jla.2022.7415", - }, - { - date: [2022], - doi: "https://doi.org/10.1109/access.2022.3159674", - category: "article-journal", - author: "Mohammed Saqr, Oleksandra Poquet, and Sonsoles López-Pernas", - title: "Networks in Education: A Travelogue Through Five Decades", - journal: "IEEE Access", - year: "2022", - month: "undefined", - volume: "10", - pages: "32361-32380", - content: - "Saqr, M., Poquet, O., & López-Pernas, S. (2022). Networks in Education: A Travelogue Through Five Decades. IEEE Access, 10, 32361–32380. https://doi.org/10.1109/access.2022.3159674", - }, - { - date: [2022], - doi: "https://doi.org/10.1109/access.2022.3160230", - category: "article-journal", - author: - "Janne Tyni, Anni Tarkiainen, Sonsoles López-Pernas, Mohammed Saqr, Juho Kahila, Roman Bednarik, and Matti Tedre", - title: - "Games and Rewards: A Scientometric Study of Rewards in Educational and Serious Games", - journal: "IEEE Access", - year: "2022", - month: "undefined", - volume: "10", - pages: "31578-31585", - content: - "Tyni, J., Tarkiainen, A., López-Pernas, S., Saqr, M., Kahila, J., Bednarik, R., & Tedre, M. (2022). Games and Rewards: A Scientometric Study of Rewards in Educational and Serious Games. IEEE Access, 10, 31578–31585. https://doi.org/10.1109/access.2022.3160230", - }, - { - date: [2022], - doi: "https://doi.org/10.1016/j.chb.2021.107123", - category: "article-journal", - author: - "Teemu Valtonen, Sonsoles López-Pernas, Mohammed Saqr, Henriikka Vartiainen, Erkko Tapio Sointu, and Matti Tedre", - title: "The nature and building blocks of educational technology research", - journal: "Computers in Human Behavior", - year: "2022", - month: "undefined", - volume: "128", - pages: "107123", - content: - "Valtonen, T., López-Pernas, S., Saqr, M., Vartiainen, H., Sointu, E. T., & Tedre, M. (2022). The nature and building blocks of educational technology research. Computers in Human Behavior, 128, 107123. https://doi.org/10.1016/j.chb.2021.107123", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/FIE49875.2021.9637209", - category: "paper-conference", - author: - "Mikko Apiola, Matti Tedre, Sonsoles López-Pernas, Mohammed Saqr, Mats Daniels, and Arnold Pears", - title: "A Scientometric Journey Through the FIE Bookshelf: 1982-2020", - journal: "2021 IEEE Frontiers in Education Conference (FIE)", - year: "2021", - month: "undefined", - volume: "undefined", - pages: "1-9", - content: - "Apiola, M., Tedre, M., López-Pernas, S., Saqr, M., Daniels, M., & Pears, A. (2021). A Scientometric Journey Through the FIE Bookshelf: 1982-2020. 2021 IEEE Frontiers in Education Conference (FIE), 1–9. https://doi.org/10.1109/FIE49875.2021.9637209", - }, - { - date: [2021], - doi: "https://doi.org/10.3390/electronics10131523", - category: "article-journal", - author: - "Javier Conde, Sonsoles López-Pernas, Alejandro Pozo, Andres Munoz-Arcentales, Gabriel Huecas, and Álvaro Alonso", - title: - "Bridging the Gap between Academia and Industry through Students’ Contributions to the FIWARE European Open-Source Initiative: A Pilot Study", - journal: "Electronics", - year: "2021", - month: "undefined", - volume: "10", - pages: "undefined", - content: - "Conde, J., López-Pernas, S., Pozo, A., Munoz-Arcentales, A., Huecas, G., & Alonso, Á. (2021). Bridging the Gap between Academia and Industry through Students’ Contributions to the FIWARE European Open-Source Initiative: A Pilot Study. Electronics, 10(13). https://doi.org/10.3390/electronics10131523", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/MIC.2021.3056923", - category: "article-journal", - author: - "J. Conde, A. Munoz-Arcentales, Á. Alonso, S. López-Pernas, and J. Salvachúa", - title: - "Modeling Digital Twin Data and Architecture: A Building Guide with FIWARE as Enabling Technology", - journal: "IEEE Internet Computing", - year: "2021", - month: "undefined", - volume: "25", - pages: "undefined", - content: - "Conde, J., Munoz-Arcentales, A., Alonso, Á., López-Pernas, S., & Salvachúa, J. (2021). Modeling Digital Twin Data and Architecture: A Building Guide with FIWARE as Enabling Technology. IEEE Internet Computing, 25(4). https://doi.org/10.1109/MIC.2021.3056923", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/RITA.2021.3052686", - category: "article-journal", - author: - "Aldo Gordillo, Enrique Barra, Pablo Garaizar, and Sonsoles López-Pernas", - title: - "Use of a Simulated Social Network as an Educational Tool to Enhance Teacher Digital Competence", - journal: "IEEE Revista Iberoamericana de Tecnologias del Aprendizaje", - year: "2021", - month: "undefined", - volume: "16", - pages: "107-114", - content: - "Gordillo, A., Barra, E., Garaizar, P., & López-Pernas, S. (2021). Use of a Simulated Social Network as an Educational Tool to Enhance Teacher Digital Competence. IEEE Revista Iberoamericana de Tecnologias Del Aprendizaje, 16(1), 107–114. https://doi.org/10.1109/RITA.2021.3052686", - }, - { - date: [2021], - doi: "https://doi.org/10.3390/su13158485", - category: "article-journal", - author: - "Aldo Gordillo, Enrique Barra, Sonsoles López-Pernas, and Juan Quemada", - title: - "Development of Teacher Digital Competence in the Area of E-Safety through Educational Video Games", - journal: "Sustainability", - year: "2021", - month: "undefined", - volume: "13", - pages: "undefined", - content: - "Gordillo, A., Barra, E., López-Pernas, S., & Quemada, J. (2021). Development of Teacher Digital Competence in the Area of E-Safety through Educational Video Games. Sustainability, 13(15). https://doi.org/10.3390/su13158485", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/ACCESS.2021.3111513", - category: "article-journal", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "SGAME: An Authoring Tool to Easily Create Educational Video Games by Integrating SCORM-Compliant Learning Objects", - journal: "IEEE Access", - year: "2021", - month: "undefined", - volume: "9", - pages: "126414-126430", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2021). SGAME: An Authoring Tool to Easily Create Educational Video Games by Integrating SCORM-Compliant Learning Objects. IEEE Access, 9, 126414–126430. https://doi.org/10.1109/ACCESS.2021.3111513", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/TE.2021.3057849", - category: "article-journal", - author: - "Aldo Gordillo, Daniel López-Fernández, Pedro P. Alarcón, and Edmundo Tovar", - title: - "Comparing Traditional Teaching and Game-Based Learning Using Teacher-Authored Games on Computer Science Education", - journal: "IEEE Transactions on Education", - year: "2021", - month: "undefined", - volume: "64", - pages: "367 - 373", - content: - "Gordillo, A., López-Fernández, D., Alarcón, P. P., & Tovar, E. (2021). Comparing Traditional Teaching and Game-Based Learning Using Teacher-Authored Games on Computer Science Education. IEEE Transactions on Education, 64(4), 367–373. https://doi.org/10.1109/TE.2021.3057849", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/ACCESS.2021.3095552", - category: "article-journal", - author: - "Daniel López-Fernández, Aldo Gordillo, Fernando Ortega, Agustín Yagüe, and Edmundo Tovar", - title: "LEGO® Serious Play in Software Engineering Education", - journal: "IEEE Access", - year: "2021", - month: "undefined", - volume: "9", - pages: "103120-103131", - content: - "López-Fernández, D., Gordillo, A., Ortega, F., Yagüe, A., & Tovar, E. (2021). LEGO® Serious Play in Software Engineering Education. IEEE Access, 9, 103120–103131. https://doi.org/10.1109/ACCESS.2021.3095552", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/MITP.2021.3062749", - category: "article-journal", - author: "Sonsoles López-Pernas, Aldo Gordillo, and Enrique Barra", - title: "Technology-Enhanced Educational Escape Rooms: A Road Map", - journal: "IT Professional", - year: "2021", - month: "undefined", - volume: "23", - pages: "26-32", - content: - "López-Pernas, S., Gordillo, A., & Barra, E. (2021). Technology-Enhanced Educational Escape Rooms: A Road Map. IT Professional, 23(2), 26–32. https://doi.org/10.1109/MITP.2021.3062749", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/ACCESS.2021.3073601", - category: "article-journal", - author: - "Sonsoles López-Pernas, Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "Comparing Face-to-Face and Remote Educational Escape Rooms for Learning Programming", - journal: "IEEE Access", - year: "2021", - month: "undefined", - volume: "9", - pages: "59270-59285", - content: - "López-Pernas, S., Gordillo, A., Barra, E., & Quemada, J. (2021a). Comparing Face-to-Face and Remote Educational Escape Rooms for Learning Programming. IEEE Access, 9, 59270–59285. https://doi.org/10.1109/ACCESS.2021.3073601", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/ACCESS.2021.3063711", - category: "article-journal", - author: - "Sonsoles López-Pernas, Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: "Escapp: A Web Platform for Conducting Educational Escape Rooms", - journal: "IEEE Access", - year: "2021", - month: "undefined", - volume: "9", - pages: "38062-38077", - content: - "López-Pernas, S., Gordillo, A., Barra, E., & Quemada, J. (2021b). Escapp: A Web Platform for Conducting Educational Escape Rooms. IEEE Access, 9, 38062–38077. https://doi.org/10.1109/ACCESS.2021.3063711", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/ACCESS.2021.3134844", - category: "article-journal", - author: "Sonsoles López-Pernas, and Mohammed Saqr", - title: - "Bringing Synchrony and Clarity to Complex Multi-Channel Data: A Learning Analytics Study in Programming Education", - journal: "IEEE Access", - year: "2021", - month: "undefined", - volume: "9", - pages: "166531-166541", - content: - "López-Pernas, S., & Saqr, M. (2021a). Bringing Synchrony and Clarity to Complex Multi-Channel Data: A Learning Analytics Study in Programming Education. IEEE Access, 9, 166531–166541. https://doi.org/10.1109/ACCESS.2021.3134844", - }, - { - date: [2021], - category: "paper-conference", - author: "Sonsoles López-Pernas, and Mohammed Saqr", - title: - "Idiographic Learning Analytics: A Within-Person Ethical Perspective", - journal: - "Companion Proceedings 11th International Conference on Learning Analytics & Knowledge (LAK21)", - year: "2021", - month: "undefined", - volume: "undefined", - pages: "310-315", - content: - "López-Pernas, S., & Saqr, M. (2021b). Idiographic Learning Analytics: A Within-Person Ethical Perspective. Companion Proceedings 11th International Conference on Learning Analytics & Knowledge (LAK21), 310–315.", - }, - { - date: [2021], - doi: "https://doi.org/10.3390/su13094825", - category: "article-journal", - author: "Sonsoles López-Pernas, Mohammed Saqr, and Olga Viberg", - title: - "Putting It All Together: Combining Learning Analytics Methods and Data Sources to Understand Students’ Approaches to Learning Programming", - journal: "Sustainability", - year: "2021", - month: "undefined", - volume: "13", - pages: "undefined", - content: - "López-Pernas, S., Saqr, M., & Viberg, O. (2021). Putting It All Together: Combining Learning Analytics Methods and Data Sources to Understand Students’ Approaches to Learning Programming. Sustainability, 13(9). https://doi.org/10.3390/su13094825", - }, - { - date: [2021], - doi: "https://doi.org/10.3390/ijerph18083980", - category: "article-journal", - author: - "Lourdes Marco, Alejandro Pozo, Gabriel Huecas, Juan Quemada, and Álvaro Alonso", - title: - "User-Adapted Web Services by Extending the eIDAS Specification with Functional Attributes", - journal: - "International Journal of Environmental Research and Public Health", - year: "2021", - month: "undefined", - volume: "18", - pages: "undefined", - content: - "Marco, L., Pozo, A., Huecas, G., Quemada, J., & Alonso, Á. (2021). User-Adapted Web Services by Extending the eIDAS Specification with Functional Attributes. International Journal of Environmental Research and Public Health, 18(8). https://doi.org/10.3390/ijerph18083980", - }, - { - date: [2021], - doi: "https://doi.org/10.3390/s21217095", - category: "article-journal", - author: - "Andres Munoz-Arcentales, Sonsoles López-Pernas, Javier Conde, Álvaro Alonso, Joaquín Salvachúa, and Juan José Hierro", - title: - "Enabling Context-Aware Data Analytics in Smart Environments: An Open Source Reference Implementation", - journal: "Sensors", - year: "2021", - month: "undefined", - volume: "21", - pages: "undefined", - content: - "Munoz-Arcentales, A., López-Pernas, S., Conde, J., Alonso, Á., Salvachúa, J., & Hierro, J. J. (2021). Enabling Context-Aware Data Analytics in Smart Environments: An Open Source Reference Implementation. Sensors, 21(21). https://doi.org/10.3390/s21217095", - }, - { - date: [2021], - doi: "https://doi.org/10.1109/ICALT52272.2021.00056", - category: "paper-conference", - author: "Mohammed Saqr, and Sonsoles López-Pernas", - title: "Idiographic learning analytics: A definition and a case study", - journal: - "Proceedings of the 2021 International Conference on Advanced Learning Technologies (ICALT)", - year: "2021", - month: "undefined", - volume: "undefined", - pages: "163-165", - content: - "Saqr, M., & López-Pernas, S. (2021a). Idiographic learning analytics: A definition and a case study. Proceedings of the 2021 International Conference on Advanced Learning Technologies (ICALT), 163–165. https://doi.org/10.1109/ICALT52272.2021.00056", - }, - { - date: [2021], - category: "paper-conference", - author: "Mohammed Saqr, and Sonsoles López-Pernas", - title: - "Idiographic Learning Analytics: A single student (N=1) approach using psychological networks", - journal: - "Companion Proceedings 11th International Conference on Learning Analytics & Knowledge (LAK21)", - year: "2021", - month: "undefined", - volume: "undefined", - pages: "397-404", - content: - "Saqr, M., & López-Pernas, S. (2021b). Idiographic Learning Analytics: A single student (N=1) approach using psychological networks. Companion Proceedings 11th International Conference on Learning Analytics & Knowledge (LAK21), 397–404.", - }, - { - date: [2021], - category: "paper-conference", - author: "Mohammed Saqr, and Sonsoles López-Pernas", - title: - "The Dire Cost of Early Disengagement: A Four-Year Learning Analytics Study over a Full Program", - journal: - "Technology-Enhanced Learning for a Free, Safe, and Sustainable World", - year: "2021", - month: "undefined", - volume: "undefined", - pages: "122-136", - content: - "Saqr, M., & López-Pernas, S. (2021c). The Dire Cost of Early Disengagement: A Four-Year Learning Analytics Study over a Full Program. In T. De Laet, R. Klemke, C. Alario-Hoyos, I. Hilliger, & A. Ortega-Arranz (Eds.), Technology-Enhanced Learning for a Free, Safe, and Sustainable World (pp. 122–136). Springer International Publishing.", - }, - { - date: [2021], - doi: "https://doi.org/10.1016/j.compedu.2021.104325", - category: "article-journal", - author: "Mohammed Saqr, and Sonsoles López-Pernas", - title: - "The longitudinal trajectories of online engagement over a full program", - journal: "Computers & Education", - year: "2021", - month: "undefined", - volume: "175", - pages: "104325", - content: - "Saqr, M., & López-Pernas, S. (2021d). The longitudinal trajectories of online engagement over a full program. Computers & Education, 175, 104325. https://doi.org/https://doi.org/10.1016/j.compedu.2021.104325", - }, - { - date: [2021, 12], - doi: "https://doi.org/10.1007/s11412-021-09356-4", - category: "article-journal", - author: "Mohammed Saqr, and Sonsoles López-Pernas", - title: - "Modelling diffusion in computer-supported collaborative learning: a large scale learning analytics study", - journal: - "International Journal of Computer-Supported Collaborative Learning", - year: "2021", - month: "12", - volume: "16", - pages: "441-483", - content: - "Saqr, M., & López-Pernas, S. (2021e). Modelling diffusion in computer-supported collaborative learning: a large scale learning analytics study. International Journal of Computer-Supported Collaborative Learning, 16(4), 441–483. https://doi.org/10.1007/s11412-021-09356-4", - }, - { - date: [2020, 1], - doi: "https://doi.org/10.3390/su12030770", - category: "article-journal", - author: - "Álvaro Alonso, Alejandro Pozo, Aldo Gordillo, Sonsoles López-Pernas, Andrés Munoz-Arcentales, Lourdes Marco, and Enrique Barra", - title: - "Enhancing University Services by Extending the eIDAS European Specification with Academic Attributes", - journal: "Sustainability", - year: "2020", - month: "1", - volume: "12", - pages: "770", - content: - "Alonso, Á., Pozo, A., Gordillo, A., López-Pernas, S., Munoz-Arcentales, A., Marco, L., & Barra, E. (2020). Enhancing University Services by Extending the eIDAS European Specification with Academic Attributes. Sustainability, 12(3), 770. https://doi.org/10.3390/su12030770", - }, - { - date: [2020, 9], - doi: "https://doi.org/10.3390/su12187451", - category: "article-journal", - author: - "Enrique Barra, Sonsoles López-Pernas, Álvaro Alonso, Juan Fernando Sánchez-Rada, Aldo Gordillo, and Juan Quemada", - title: - "Automated Assessment in Programming Courses: A Case Study during the COVID-19 Era", - journal: "Sustainability", - year: "2020", - month: "9", - volume: "12", - pages: "7451", - content: - "Barra, E., López-Pernas, S., Alonso, Á., Sánchez-Rada, J. F., Gordillo, A., & Quemada, J. (2020). Automated Assessment in Programming Courses: A Case Study during the COVID-19 Era. Sustainability, 12(18), 7451. https://doi.org/10.3390/su12187451", - }, - { - date: [2020, 12], - doi: "https://doi.org/10.1109/ACCESS.2020.3044380", - category: "article-journal", - author: "A. Gordillo, D. López-Fernández, S. López-Pernas, and J. Quemada", - title: - "Evaluating an Educational Escape Room Conducted Remotely for Teaching Software Engineering", - journal: "IEEE Access", - year: "2020", - month: "12", - volume: "8", - pages: "225032-225051", - content: - "Gordillo, A., López-Fernández, D., López-Pernas, S., & Quemada, J. (2020). Evaluating an Educational Escape Room Conducted Remotely for Teaching Software Engineering. IEEE Access, 8, 225032–225051. https://doi.org/10.1109/ACCESS.2020.3044380", - }, - { - date: [2020], - doi: "https://doi.org/10.3390/app10134638", - category: "article-journal", - author: "Aldo Gordillo, Daniel López-Fernández, and Katrien Verbert", - title: - "Examining the Usefulness of Quality Scores for Generating Learning Object Recommendations in Repositories of Open Educational Resources", - journal: "Applied Sciences", - year: "2020", - month: "undefined", - volume: "10", - pages: "undefined", - content: - "Gordillo, A., López-Fernández, D., & Verbert, K. (2020). Examining the Usefulness of Quality Scores for Generating Learning Object Recommendations in Repositories of Open Educational Resources. Applied Sciences, 10(13). https://doi.org/10.3390/app10134638", - }, - { - date: [2020], - doi: "https://doi.org/10.1109/IE49459.2020.9154949", - category: "paper-conference", - author: - "Sonsoles López-Pernas, Alfonso Jiménez, Aldo Gordillo, Enrique Barra, Lourdes Marco, and Juan Quemada", - title: - "Ediphy: A modular and extensible open-source web authoring tool for the creation of interactive learning resources", - journal: - "Proceedings of the 16th International Conference on Intelligent Environments, IE 2020, Madrid, Spain, July 20-23, 2020", - year: "2020", - month: "undefined", - volume: "undefined", - pages: "115-121", - content: - "López-Pernas, S., Jiménez, A., Gordillo, A., Barra, E., Marco, L., & Quemada, J. (2020). Ediphy: A modular and extensible open-source web authoring tool for the creation of interactive learning resources. Proceedings of the 16th International Conference on Intelligent Environments, IE 2020, Madrid, Spain, July 20-23, 2020, 115–121. https://doi.org/10.1109/IE49459.2020.9154949", - }, - { - date: [2020], - doi: "https://doi.org/10.1109/EDUCON45650.2020.9125173", - category: "paper-conference", - author: - "S. Martin, A. Gordillo, E. Sancristobal, M. Castro, and J. Quemada", - title: "Analysis of management systems for virtual and remote labs", - journal: - "Proceedings of the 2020 IEEE Global Engineering Education Conference (EDUCON)", - year: "2020", - month: "undefined", - volume: "undefined", - pages: "1632-1636", - content: - "Martin, S., Gordillo, A., Sancristobal, E., Castro, M., & Quemada, J. (2020). Analysis of management systems for virtual and remote labs. Proceedings of the 2020 IEEE Global Engineering Education Conference (EDUCON), 1632–1636. https://doi.org/10.1109/EDUCON45650.2020.9125173", - }, - { - date: [2020], - doi: "https://doi.org/10.3390/su12093885", - category: "article-journal", - author: - "Andres Munoz-Arcentales, Sonsoles López-Pernas, Alejandro Pozo, Álvaro Alonso, Joaquín Salvachúa, and Gabriel Huecas", - title: - "Data Usage and Access Control in Industrial Data Spaces: Implementation Using FIWARE", - journal: "Sustainability", - year: "2020", - month: "undefined", - volume: "12", - pages: "undefined", - content: - "Munoz-Arcentales, A., López-Pernas, S., Pozo, A., Alonso, Á., Salvachúa, J., & Huecas, G. (2020). Data Usage and Access Control in Industrial Data Spaces: Implementation Using FIWARE. Sustainability, 12(9). https://doi.org/10.3390/su12093885", - }, - { - date: [2020, 8], - doi: "https://doi.org/10.3390/s20154341", - category: "article-journal", - author: "Alejandro Pozo, Álvaro Alonso, and Joaquín Salvachúa", - title: - "Evaluation of an IoT Application-Scoped Access Control Model over a Publish/Subscribe Architecture Based on FIWARE", - journal: "Sensors", - year: "2020", - month: "8", - volume: "20", - pages: "4341", - content: - "Pozo, A., Alonso, Á., & Salvachúa, J. (2020). Evaluation of an IoT Application-Scoped Access Control Model over a Publish/Subscribe Architecture Based on FIWARE. Sensors, 20(15), 4341. https://doi.org/10.3390/s20154341", - }, - { - date: [2020, 5], - doi: "https://doi.org/10.3390/s20102899", - category: "article-journal", - author: - "Washington Velásquez, Manuel S. Alvarez-Alvarado, Andres Munoz-Arcentales, Sonsoles López-Pernas, and Joaquín Salvachúa", - title: - "Body Mass Index in Human Gait for Building Risk Assessment Using Graph Theory", - journal: "Sensors", - year: "2020", - month: "5", - volume: "20", - pages: "2899", - content: - "Velásquez, W., Alvarez-Alvarado, M. S., Munoz-Arcentales, A., López-Pernas, S., & Salvachúa, J. (2020). Body Mass Index in Human Gait for Building Risk Assessment Using Graph Theory. Sensors, 20(10), 2899. https://doi.org/10.3390/s20102899", - }, - { - date: [2019, 11], - doi: "https://doi.org/10.21125/iceri.2019.0560", - category: "paper-conference", - author: - "Álvaro Alonso, Aldo Gordillo, Alejandro Pozo, Sonsoles López-Pernas, Lourdes Marco, and Enrique Barra", - title: - "Extending the EIDAS European Specification for Supporting Academic Attributes", - journal: "ICERI2019 Proceedings", - year: "2019", - month: "11", - volume: "undefined", - pages: "2008-2014", - content: - "Alonso, Á., Gordillo, A., Pozo, A., López-Pernas, S., Marco, L., & Barra, E. (2019). Extending the EIDAS European Specification for Supporting Academic Attributes. ICERI2019 Proceedings, 2008–2014. https://doi.org/10.21125/iceri.2019.0560", - }, - { - date: [2019, 7], - doi: "https://doi.org/10.1109/ACCESS.2019.2926556", - category: "article-journal", - author: - "Alvaro Alonso, Alejandro Pozo Huertas, Johnny Choque, Gloria Bueno, Joaquin Salvachúa, Luis Diez, Jorge Marin, and Pedro Luis Chas Alonso", - title: - "An Identity Framework for Providing Access to FIWARE OAuth 2.0-based Services according to the eIDAS European Regulation", - journal: "IEEE Access", - year: "2019", - month: "7", - volume: "7", - pages: "88435-88449", - content: - "Alonso, A., Pozo Huertas, A., Choque, J., Bueno, G., Salvachúa, J., Diez, L., Marin, J., & Luis Chas Alonso, P. (2019). An Identity Framework for Providing Access to FIWARE OAuth 2.0-based Services according to the eIDAS European Regulation. IEEE Access, 7, 88435–88449. https://doi.org/10.1109/ACCESS.2019.2926556", - }, - { - date: [2019, 10], - doi: "https://doi.org/10.3390/su11205568", - category: "article-journal", - author: "and Aldo Gordillo", - title: - "Effect of an Instructor-Centered Tool for Automatic Assessment of Programming Assignments on Students’ Perceptions and Performance", - journal: "Sustainability", - year: "2019", - month: "10", - volume: "11", - pages: "5568", - content: - "Gordillo, A. (2019). Effect of an Instructor-Centered Tool for Automatic Assessment of Programming Assignments on Students’ Perceptions and Performance. Sustainability, 11(20), 5568. https://doi.org/10.3390/su11205568", - }, - { - date: [2019, 10], - doi: "https://doi.org/10.3916/C61-2019-09", - category: "article-journal", - author: "Aldo Gordillo, Sonsoles López-Pernas, and Enrique Barra", - title: "Effectiveness of MOOCs for teachers in safe ICT use training", - journal: "Comunicar", - year: "2019", - month: "10", - volume: "27", - pages: "96-105", - content: - "Gordillo, A., López-Pernas, S., & Barra, E. (2019a). Effectiveness of MOOCs for teachers in safe ICT use training. Comunicar, 27, 96–105. https://doi.org/10.3916/C61-2019-09", - }, - { - date: [2019, 11], - doi: "https://doi.org/10.21125/iceri.2019.0557", - category: "paper-conference", - author: "Aldo Gordillo, Sonsoles López-Pernas, and Enrique Barra", - title: - "Students’ Perceptions Toward the Use of Teacher-created Educational Games in a Secondary Education Setting", - journal: "ICERI2019 Proceedings", - year: "2019", - month: "11", - volume: "undefined", - pages: "1986-1996", - content: - "Gordillo, A., López-Pernas, S., & Barra, E. (2019b). Students’ Perceptions Toward the Use of Teacher-created Educational Games in a Secondary Education Setting. ICERI2019 Proceedings, 1986–1996. https://doi.org/10.21125/iceri.2019.0557", - }, - { - date: [2019, 3], - doi: "https://doi.org/10.1109/ACCESS.2019.2902976", - category: "article-journal", - author: - "Sonsoles López-Pernas, Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "Examining the use of an educational escape room for teaching programming in a higher education setting", - journal: "IEEE Access", - year: "2019", - month: "3", - volume: "7", - pages: "31723-31737", - content: - "López-Pernas, S., Gordillo, A., Barra, E., & Quemada, J. (2019a). Examining the use of an educational escape room for teaching programming in a higher education setting. IEEE Access, 7, 31723–31737. https://doi.org/10.1109/ACCESS.2019.2902976", - }, - { - date: [2019, 11], - doi: "https://doi.org/10.21125/iceri.2019.1191", - category: "paper-conference", - author: - "Sonsoles López-Pernas, Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "Identification and Analysis of Requirements for a Web Platform for Managing Educational Escape Rooms", - journal: "ICERI2019 Proceedings", - year: "2019", - month: "11", - volume: "undefined", - pages: "4874-4883", - content: - "López-Pernas, S., Gordillo, A., Barra, E., & Quemada, J. (2019b). Identification and Analysis of Requirements for a Web Platform for Managing Educational Escape Rooms. ICERI2019 Proceedings, 4874–4883. https://doi.org/10.21125/iceri.2019.1191", - }, - { - date: [2019, 12], - doi: "https://doi.org/10.1109/ACCESS.2019.2960312", - category: "article-journal", - author: "S. López-Pernas, A. Gordillo, E. Barra, and J. Quemada", - title: - "Analyzing Learning Effectiveness and Students’ Perceptions of an Educational Escape Room in a Programming Course in Higher Education", - journal: "IEEE Access", - year: "2019", - month: "12", - volume: "7", - pages: "184221-184234", - content: - "López-Pernas, S., Gordillo, A., Barra, E., & Quemada, J. (2019c). Analyzing Learning Effectiveness and Students’ Perceptions of an Educational Escape Room in a Programming Course in Higher Education. IEEE Access, 7, 184221–184234. https://doi.org/10.1109/ACCESS.2019.2960312", - }, - { - date: [2019], - doi: "https://doi.org/10.3390/app9183813", - category: "article-journal", - author: "Lourdes Marco, Álvaro Alonso, and Juan Quemada", - title: - "An Identity Model for Providing Inclusive Services and Applications", - journal: "Applied Sciences", - year: "2019", - month: "undefined", - volume: "9", - pages: "undefined", - content: - "Marco, L., Alonso, Á., & Quemada, J. (2019). An Identity Model for Providing Inclusive Services and Applications. Applied Sciences, 9(18). https://doi.org/10.3390/app9183813", - }, - { - date: [2019], - doi: "https://doi.org/10.1016/j.procs.2019.11.042", - category: "article-journal", - author: - "Andres Munoz-Arcentales, Sonsoles López-Pernas, Alejandro Pozo, Álvaro Alonso, Joaquín Salvachúa, and Gabriel Huecas", - title: - "An Architecture for Providing Data Usage and Access Control in Data Sharing Ecosystems", - journal: "Procedia Computer Science", - year: "2019", - month: "undefined", - volume: "160", - pages: "590-597", - content: - "Munoz-Arcentales, A., López-Pernas, S., Pozo, A., Alonso, Á., Salvachúa, J., & Huecas, G. (2019). An Architecture for Providing Data Usage and Access Control in Data Sharing Ecosystems. Procedia Computer Science, 160, 590–597. https://doi.org/https://doi.org/10.1016/j.procs.2019.11.042", - }, - { - date: [2019, 11], - doi: "https://doi.org/10.21125/iceri.2019.1195", - category: "paper-conference", - author: - "Juan Quemada, Enrique Barra, Aldo Gordillo, Santiago Pavon, Joaquín Salvachua, Ignacio Vazquez, and Sonsoles López-Pernas", - title: "AMMIL: A Methodology for Developing Video-based Learning Courses", - journal: "ICERI2019 Proceedings", - year: "2019", - month: "11", - volume: "undefined", - pages: "4893-4901", - content: - "Quemada, J., Barra, E., Gordillo, A., Pavon, S., Salvachua, J., Vazquez, I., & López-Pernas, S. (2019). AMMIL: A Methodology for Developing Video-based Learning Courses. ICERI2019 Proceedings, 4893–4901. https://doi.org/10.21125/iceri.2019.1195", - }, - { - date: [2019, 6], - category: "paper-conference", - author: - "Washington Velásquez, Jose Muñoz, Thomas Bohnert, and Joaquin Salvachúa", - title: - "Wildfire Propagation Simulation Tool using Cellular Automata and GIS", - journal: - "Proceedings of the Cross-device Videoconferencing based on Adaptive Multimedia Streams", - year: "2019", - month: "6", - volume: "undefined", - pages: "undefined", - content: - "Velásquez, W., Muñoz, J., Bohnert, T., & Salvachúa, J. (2019, June). Wildfire Propagation Simulation Tool using Cellular Automata and GIS. Proceedings of the Cross-Device Videoconferencing Based on Adaptive Multimedia Streams.", - }, - { - date: [2018, 7], - doi: "https://doi.org/10.3390/s18072226", - category: "article-journal", - author: - "Alvaro Alonso, Alejandro Pozo Huertas, José Manuel Cantera, Francisco Vega, and Juan José Hierro", - title: "Industrial Data Space Architecture Implementation Using FIWARE", - journal: "Sensors (Basel)", - year: "2018", - month: "7", - volume: "18", - pages: "2226", - content: - "Alonso, A., Pozo Huertas, A., Manuel Cantera, J., de la Vega, F., & José Hierro, J. (2018). Industrial Data Space Architecture Implementation Using FIWARE. Sensors (Basel), 18, 2226. https://doi.org/10.3390/s18072226", - }, - { - date: [2018, 10], - doi: "https://doi.org/10.1109/TLA.2018.8795140", - category: "article-journal", - author: - "Roberto Cordova, Ignacio Marin-Garcia, Jose Muñoz, Victor Asanza, and Washington Velásquez", - title: - "Communication Network Model that supports a Sensing System based on Robustness Criteria", - journal: "IEEE Latin America Transactions", - year: "2018", - month: "10", - volume: "16", - pages: "9", - content: - "Cordova, R., Marin-Garcia, I., Muñoz, J., Asanza, V., & Velásquez, W. (2018). Communication Network Model that supports a Sensing System based on Robustness Criteria. IEEE Latin America Transactions, 16, 9. https://doi.org/10.1109/TLA.2018.8795140", - }, - { - date: [2018, 1], - doi: "https://doi.org/10.5944/educxx1.20196", - category: "article-journal", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "Estimación de calidad de objetos de aprendizaje en repositorios de recursos educativos abiertos basada en las interacciones de los estudiantes", - journal: "Educacion XX1", - year: "2018", - month: "1", - volume: "21", - pages: "285-302", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2018). Estimación de calidad de objetos de aprendizaje en repositorios de recursos educativos abiertos basada en las interacciones de los estudiantes. Educacion XX1, 21, 285–302. https://doi.org/10.5944/educxx1.20196", - }, - { - date: [2018, 11], - doi: "https://doi.org/10.21125/iceri.2018.0634", - category: "paper-conference", - author: "Aldo Gordillo, Sven Charleer, and Katrien Verbert", - title: - "An open source hybrid learning object recommender system based on Europeana", - journal: - "Proceedings of the 11th annual International Conference of Education, Research and Innovation, At Seville", - year: "2018", - month: "11", - volume: "undefined", - pages: "undefined", - content: - "Gordillo, A., Charleer, S., & Verbert, K. (2018, November). An open source hybrid learning object recommender system based on Europeana. Proceedings of the 11th Annual International Conference of Education, Research and Innovation, At Seville. https://doi.org/10.21125/iceri.2018.0634", - }, - { - date: [2018, 11], - doi: "https://doi.org/10.21125/iceri.2018.0632", - category: "paper-conference", - author: "Aldo Gordillo, Sonsoles López-Pernas, and Enrique Barra", - title: - "RESCORM: A boilerplate for creating SCORM-compliant React applications", - journal: - "Proceedings of the 11th annual International Conference of Education, Research and Innovation, At Seville", - year: "2018", - month: "11", - volume: "undefined", - pages: "8843-8853", - content: - "Gordillo, A., López-Pernas, S., & Barra, E. (2018). RESCORM: A boilerplate for creating SCORM-compliant React applications. Proceedings of the 11th Annual International Conference of Education, Research and Innovation, At Seville, 8843–8853. https://doi.org/10.21125/iceri.2018.0632", - }, - { - date: [2018, 1], - doi: "https://doi.org/10.1109/ICOIN.2018.8343184", - category: "paper-conference", - author: "Luis Jurado, and Joaquin Salvachúa", - title: "Simulation of Scalability in IoT Applications", - journal: - "Proceedings of the 2018 International Conference on Information Networking (ICOIN)", - year: "2018", - month: "1", - volume: "undefined", - pages: "577-582", - content: - "Jurado, L., & Salvachúa, J. (2018a). Simulation of Scalability in IoT Applications. Proceedings of the 2018 International Conference on Information Networking (ICOIN), 577–582. https://doi.org/10.1109/ICOIN.2018.8343184", - }, - { - date: [2018, 8], - category: "paper-conference", - author: "Luis Jurado, and Joaquin Salvachúa", - title: - "e-Health IoT Reactive Services for Elderly Care at Home in Smart City Built on an Emerging Fast Data Architecture", - journal: - "Proceedings of the International Conference on Parallel and Distributed Processing Techniques & Applications (PDPTA'18)", - year: "2018", - month: "8", - volume: "undefined", - pages: "undefined", - content: - "Jurado, L., & Salvachúa, J. (2018b, August). e-Health IoT Reactive Services for Elderly Care at Home in Smart City Built on an Emerging Fast Data Architecture. Proceedings of the International Conference on Parallel and Distributed Processing Techniques & Applications (PDPTA’18).", - }, - { - date: [2018, 11], - doi: "https://doi.org/10.21125/iceri.2018.0898", - category: "paper-conference", - author: - "Sonsoles López-Pernas, Alberto Benito, Lourdes Marco, and Aldo Gordillo", - title: - "Improval of an educational platform through the integration of an extensible e-learning authoring tool", - journal: - "Proceedings of the 11th International Conference of Education, Research and Innovation (ICERI 2018), At Seville", - year: "2018", - month: "11", - volume: "undefined", - pages: "10117-10124", - content: - "López-Pernas, S., Benito, A., Marco, L., & Gordillo, A. (2018). Improval of an educational platform through the integration of an extensible e-learning authoring tool. Proceedings of the 11th International Conference of Education, Research and Innovation (ICERI 2018), At Seville, 10117–10124. https://doi.org/10.21125/iceri.2018.0898", - }, - { - date: [2018, 11], - doi: "https://doi.org/10.21125/iceri.2018.1525", - category: "paper-conference", - author: "Lourdes Marco, Sonsoles López-Pernas, and Alvaro Alonso", - title: "Accessibility review for web-based learning tools and materials", - journal: - "Proceedings of the 11th annual International Conference of Education, Research and Innovation, At Seville", - year: "2018", - month: "11", - volume: "undefined", - pages: "2393-2402", - content: - "Marco, L., López-Pernas, S., & Alonso, A. (2018). Accessibility review for web-based learning tools and materials. Proceedings of the 11th Annual International Conference of Education, Research and Innovation, At Seville, 2393–2402. https://doi.org/10.21125/iceri.2018.1525", - }, - { - date: [2018, 1], - doi: "https://doi.org/10.1109/CCWC.2018.8301622", - category: "paper-conference", - author: - "Jose Muñoz, Andreina Montoya, Marjorie Chalen, and Washington Velásquez", - title: - "Improve Customer Experience Based on Recommendation and Detection of a Pattern Change in Eating Habits", - journal: - "Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC)", - year: "2018", - month: "1", - volume: "undefined", - pages: "221-225", - content: - "Muñoz, J., Montoya, A., Chalen, M., & Velásquez, W. (2018). Improve Customer Experience Based on Recommendation and Detection of a Pattern Change in Eating Habits. Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC), 221–225. https://doi.org/10.1109/CCWC.2018.8301622", - }, - { - date: [2018, 6], - doi: "https://doi.org/10.1109/ISNCC.2018.8531069", - category: "paper-conference", - author: "Jose Muñoz, Washington Velásquez, and Joaquin Salvachúa", - title: - "Practical Approach of Fast-Data Architecture Applied to Alert Generation in Emergency Evacuation Systems", - journal: - "Proceedings of the International Symposium on Networks, Computers and Communications", - year: "2018", - month: "6", - volume: "undefined", - pages: "undefined", - content: - "Muñoz, J., Velásquez, W., & Salvachúa, J. (2018, June). Practical Approach of Fast-Data Architecture Applied to Alert Generation in Emergency Evacuation Systems. Proceedings of the International Symposium on Networks, Computers and Communications. https://doi.org/10.1109/ISNCC.2018.8531069", - }, - { - date: [2018, 12], - doi: "https://doi.org/10.3966/160792642018121907007", - category: "article-journal", - author: "Diego Rivera, Ramón Alcarria, Diego Martín, and Gabriel Huecas", - title: - "Proposal and Assessment of Algorithms for Power Consumption Reduction in Wireless Networks with E-Ink Displays", - journal: "Journal of Internet Technology", - year: "2018", - month: "12", - volume: "19", - pages: "2035-2046", - content: - "Sánchez de Rivera, D., Alcarria, R., Martín, D., & Huecas, G. (2018). Proposal and Assessment of Algorithms for Power Consumption Reduction in Wireless Networks with E-Ink Displays. Journal of Internet Technology, 19, 2035–2046. https://doi.org/10.3966/160792642018121907007", - }, - { - date: [2018, 8], - doi: "https://doi.org/10.1109/ACCESS.2018.2866557", - category: "article-journal", - author: - "Washington Velásquez, Manuel Alvarez Alvarado, and Joaquin Salvachúa", - title: - "Body Mass Index in Human Walking on Different categorys of Soil using Graph Theory", - journal: "IEEE Access", - year: "2018", - month: "8", - volume: "PP", - pages: "2169-3536", - content: - "Velásquez, W., Alvarez Alvarado, M., & Salvachúa, J. (2018). Body Mass Index in Human Walking on Different categorys of Soil using Graph Theory. IEEE Access, PP, 2169–3536. https://doi.org/10.1109/ACCESS.2018.2866557", - }, - { - date: [2018, 6], - doi: "https://doi.org/10.1109/ISNCC.2018.8530904", - category: "paper-conference", - author: "Washington Velásquez, Marjorie Chalen, and Joaquin Salvachúa", - title: - "Survival Analysis of Elderly while Escaping from a Simulated Building", - journal: - "Proceedings of the International Symposium on Networks, Computers and Communications", - year: "2018", - month: "6", - volume: "undefined", - pages: "undefined", - content: - "Velásquez, W., Chalen, M., & Salvachúa, J. (2018, June). Survival Analysis of Elderly while Escaping from a Simulated Building. Proceedings of the International Symposium on Networks, Computers and Communications. https://doi.org/10.1109/ISNCC.2018.8530904", - }, - { - date: [2018, 1], - doi: "https://doi.org/10.1109/CCWC.2018.8301618", - category: "paper-conference", - author: - "Washington Velásquez, Jose Muñoz, Marjorie Chalen, and Joaquin Salvachúa", - title: - "Survival Analysis of People with Cardiac Problems in a Simulated Earthquake Environment", - journal: - "Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC)", - year: "2018", - month: "1", - volume: "undefined", - pages: "702-706", - content: - "Velásquez, W., Muñoz, J., Chalen, M., & Salvachúa, J. (2018). Survival Analysis of People with Cardiac Problems in a Simulated Earthquake Environment. Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC), 702–706. https://doi.org/10.1109/CCWC.2018.8301618", - }, - { - date: [2018, 1], - doi: "https://doi.org/10.1109/CCWC.2018.8301721", - category: "paper-conference", - author: "Washington Velásquez, Jose Muñoz, and Joaquin Salvachúa", - title: "Fast-data architecture proposal to alert people in emergency", - journal: - "Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC)", - year: "2018", - month: "1", - volume: "undefined", - pages: "165-168", - content: - "Velásquez, W., Muñoz, J., & Salvachúa, J. (2018a). Fast-data architecture proposal to alert people in emergency. Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC), 165–168. https://doi.org/10.1109/CCWC.2018.8301721", - }, - { - date: [2018, 4], - doi: "https://doi.org/10.1109/CAIS.2018.8441979", - category: "paper-conference", - author: "Washington Velásquez, Jose Muñoz, and Joaquin Salvachúa", - title: - "A Case Study: Ingestion Analysis of WSN Data in Databases using Docker", - journal: - "Proceedings of the 2018 1st International Conference on Computer Applications & Information Security (ICCAIS)", - year: "2018", - month: "4", - volume: "undefined", - pages: "1-6", - content: - "Velásquez, W., Muñoz, J., & Salvachúa, J. (2018b). A Case Study: Ingestion Analysis of WSN Data in Databases using Docker. Proceedings of the 2018 1st International Conference on Computer Applications & Information Security (ICCAIS), 1–6. https://doi.org/10.1109/CAIS.2018.8441979", - }, - { - date: [2018, 1], - doi: "https://doi.org/10.1109/CCWC.2018.8301649", - category: "paper-conference", - author: - "Washington Velásquez, Jose Muñoz, Wendy Yánez, and Joaquin Salvachúa", - title: - "Resilient smart cities: An approach of damaged cities by natural risks", - journal: - "Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC)", - year: "2018", - month: "1", - volume: "undefined", - pages: "591-597", - content: - "Velásquez, W., Muñoz, J., Yánez, W., & Salvachúa, J. (2018). Resilient smart cities: An approach of damaged cities by natural risks. Proceedings of the 2018 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC), 591–597. https://doi.org/10.1109/CCWC.2018.8301649", - }, - { - date: [2017, 7], - doi: "https://doi.org/10.1109/TMM.2017.2733301", - category: "article-journal", - author: - "Alvaro Alonso, Ignacio Aguado, Joaquin Salvachúa, and Pedro Rodríguez", - title: - "A Methodology for Designing and Evaluating Cloud Scheduling Strategies in Distributed Videoconferencing Systems", - journal: "IEEE Transactions on Multimedia", - year: "2017", - month: "7", - volume: "PP", - pages: "2282-2292", - content: - "Alonso, A., Aguado, I., Salvachúa, J., & Rodríguez, P. (2017). A Methodology for Designing and Evaluating Cloud Scheduling Strategies in Distributed Videoconferencing Systems. IEEE Transactions on Multimedia, PP, 2282–2292. https://doi.org/10.1109/TMM.2017.2733301", - }, - { - date: [2017, 10], - doi: "https://doi.org/10.3390/fi9040064", - category: "article-journal", - author: - "Alvaro Alonso, Federico Fernández, Lourdes Marco, and Joaquin Salvachúa", - title: "IAACaaS: IoT application-scoped access control as a service", - journal: "Future Internet", - year: "2017", - month: "10", - volume: "9", - pages: "64", - content: - "Alonso, A., Fernández, F., Marco, L., & Salvachúa, J. (2017). IAACaaS: IoT application-scoped access control as a service. Future Internet, 9, 64. https://doi.org/10.3390/fi9040064", - }, - { - date: [2017, 6], - doi: "https://doi.org/10.1109/TLA.2017.7932702", - category: "article-journal", - author: - "Aldo Alvarado, Bajana Barahona, Jose Muñoz, and Washington Velásquez", - title: - "Geolocation and security perimeter for bicycle care within the university area", - journal: "IEEE Latin America Transactions", - year: "2017", - month: "6", - volume: "15", - pages: "1137-1143", - content: - "Alvarado, A., Barahona, B., Muñoz, J., & Velásquez, W. (2017). Geolocation and security perimeter for bicycle care within the university area. IEEE Latin America Transactions, 15, 1137–1143. https://doi.org/10.1109/TLA.2017.7932702", - }, - { - date: [2017, 3], - doi: "https://doi.org/10.1109/ICIN.2017.7899433", - category: "paper-conference", - author: - "Federico Fernandez, Alvaro Alonso, Lourdes Marco, and Joaquin Salvachúa", - title: - "A model to enable application-scoped access control as a service for IoT using OAuth 2.0", - journal: - "Proceedings of the 20th Conference on Innovations in Clouds, Internet and Networks (ICIN)", - year: "2017", - month: "3", - volume: "undefined", - pages: "322-324", - content: - "Fernandez, F., Alonso, A., Marco, L., & Salvachúa, J. (2017). A model to enable application-scoped access control as a service for IoT using OAuth 2.0. Proceedings of the 20th Conference on Innovations in Clouds, Internet and Networks (ICIN), 322–324. https://doi.org/10.1109/ICIN.2017.7899433", - }, - { - date: [2017, 3], - doi: "https://doi.org/10.1109/TLA.2017.7867596", - category: "article-journal", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: "A hybrid recommendation model for learning object repositories", - journal: "IEEE Latin America Transactions", - year: "2017", - month: "3", - volume: "15", - pages: "462-473", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2017a). A hybrid recommendation model for learning object repositories. IEEE Latin America Transactions, 15, 462–473. https://doi.org/10.1109/TLA.2017.7867596", - }, - { - date: [2017, 3], - doi: "https://doi.org/10.1002/cae.21789", - category: "article-journal", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "An easy to use open source authoring tool to create effective and reusable learning objects", - journal: "Computer Applications in Engineering Education", - year: "2017", - month: "3", - volume: "25", - pages: "188-199", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2017b). An easy to use open source authoring tool to create effective and reusable learning objects. Computer Applications in Engineering Education, 25, 188–199. https://doi.org/10.1002/cae.21789", - }, - { - date: [2017, 1], - doi: "https://doi.org/10.1109/CCWC.2017.7868348", - category: "paper-conference", - author: "Jose Muñoz, Wendy Yánez, and Washington Velásquez", - title: - "Proposal of a communication structure model for activating reactive signaling in an emergency evacuation systems", - journal: - "Proceedings of the 2017 IEEE 7th Annual Computing and Communication Workshop and Conference (CCWC)", - year: "2017", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Muñoz, J., Yánez, W., & Velásquez, W. (2017, January). Proposal of a communication structure model for activating reactive signaling in an emergency evacuation systems. Proceedings of the 2017 IEEE 7th Annual Computing and Communication Workshop and Conference (CCWC). https://doi.org/10.1109/CCWC.2017.7868348", - }, - { - date: [2017, 1], - category: "article-journal", - author: "Washington Velásquez, and Jose Muñoz", - title: - "Programa de educación tecnológico dirigido a la población urbano-marginal del norte de Guayaquil, Ecuador", - journal: "Revista Caribeña de Ciencias Sociales", - year: "2017", - month: "1", - volume: "undefined", - pages: "10", - content: - "Velásquez, W., & Muñoz, J. (2017). Programa de educación tecnológico dirigido a la población urbano-marginal del norte de Guayaquil, Ecuador. Revista Caribeña de Ciencias Sociales, 10.", - }, - { - date: [2017, 1], - doi: "https://doi.org/10.1109/CCWC.2017.7868434", - category: "paper-conference", - author: "Washington Velásquez, Jose Muñoz, and Joaquin Salvachúa", - title: - "A distributed system model for managing data ingestion in a wireless sensor network", - journal: - "Proceedings of the 2017 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC)", - year: "2017", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Velásquez, W., Muñoz, J., & Salvachúa, J. (2017, January). A distributed system model for managing data ingestion in a wireless sensor network. Proceedings of the 2017 IEEE 8th Annual Computing and Communication Workshop and Conference (CCWC). https://doi.org/10.1109/CCWC.2017.7868434", - }, - { - date: [2017, 9], - doi: "https://doi.org/10.1109/FITCE.2017.8093000", - category: "paper-conference", - author: "Pedro Verdugo, Joaquin Salvachiua, and Gabriel Huecas", - title: "An agile container-based approach to TaaS", - journal: "Proceedings of the 56th FITCE Congress", - year: "2017", - month: "9", - volume: "undefined", - pages: "10-15", - content: - "Verdugo, P., Salvachiua, J., & Huecas, G. (2017). An agile container-based approach to TaaS. Proceedings of the 56th FITCE Congress, 10–15. https://doi.org/10.1109/FITCE.2017.8093000", - }, - { - date: [2017, 1], - doi: "https://doi.org/10.5220/0006427200350040", - category: "paper-conference", - author: "Pedro Verdugo, Joaquin Salvachúa, and Gabriel Huecas", - title: - "Energy and Cost Considerations for Single Board Computers Usage in Citizen Science Scenarios", - journal: - "Proceedings of the International Conference on Pervasive and Embedded Computing", - year: "2017", - month: "1", - volume: "undefined", - pages: "35-40", - content: - "Verdugo, P., Salvachúa, J., & Huecas, G. (2017). Energy and Cost Considerations for Single Board Computers Usage in Citizen Science Scenarios. Proceedings of the International Conference on Pervasive and Embedded Computing, 35–40. https://doi.org/10.5220/0006427200350040", - }, - { - date: [2016, 8], - doi: "https://doi.org/10.1109/FiCloud.2016.12", - category: "paper-conference", - author: - "Alvaro Alonso, Ignacio Aguado, Joaquin Salvachúa, and Pedro Rodríguez", - title: - "A Metric to Estimate Resource Use in Cloud-Based Videoconferencing Distributed Systems", - journal: - "Proceedings of the IEEE 4th International Conference on Future Internet of Things and Cloud (FiCloud)", - year: "2016", - month: "8", - volume: "undefined", - pages: "25-32", - content: - "Alonso, A., Aguado, I., Salvachúa, J., & Rodríguez, P. (2016). A Metric to Estimate Resource Use in Cloud-Based Videoconferencing Distributed Systems. Proceedings of the IEEE 4th International Conference on Future Internet of Things and Cloud (FiCloud), 25–32. https://doi.org/10.1109/FiCloud.2016.12", - }, - { - date: [2016, 3], - category: "paper-conference", - author: - "Alvaro Alonso, Pedro Rodríguez, Ignacio Aguado, and Joaquin Salvachúa", - title: - "Enabling resource scheduling in cloud distributed videoconferencing systems", - journal: - "Proceedings of The Seventh International Conferences on Cloud Computing, GRIDs, and Virtualization (CLOUD COMPUTING 2016)", - year: "2016", - month: "3", - volume: "undefined", - pages: "undefined", - content: - "Alonso, A., Rodríguez, P., Aguado, I., & Salvachúa, J. (2016, March). Enabling resource scheduling in cloud distributed videoconferencing systems. Proceedings of The Seventh International Conferences on Cloud Computing, GRIDs, and Virtualization (CLOUD COMPUTING 2016).", - }, - { - date: [2016, 7], - doi: "https://doi.org/10.21125/edulearn.2016.2006", - category: "paper-conference", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "A model based on e-learning standards to combine, integrate and assemble learning objects", - journal: - "Proceedings of the 8th annual International Conference on Education and New Learning Technologies (EDULEARN 2016), At Barcelona", - year: "2016", - month: "7", - volume: "undefined", - pages: "undefined", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2016a, July). A model based on e-learning standards to combine, integrate and assemble learning objects. Proceedings of the 8th Annual International Conference on Education and New Learning Technologies (EDULEARN 2016), At Barcelona. https://doi.org/10.21125/edulearn.2016.2006", - }, - { - date: [2016, 7], - doi: "https://doi.org/10.21125/edulearn.2016.2008", - category: "paper-conference", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "Learning by doing: an experience with a novel e-learning platform and a learning object authoring tool in a teachers' course about e-Safety", - journal: - "Proceedings of the 8th annual International Conference on Education and New Learning Technologies (EDULEARN 2016), At Barcelona", - year: "2016", - month: "7", - volume: "undefined", - pages: "undefined", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2016b, July). Learning by doing: an experience with a novel e-learning platform and a learning object authoring tool in a teachers’ course about e-Safety. Proceedings of the 8th Annual International Conference on Education and New Learning Technologies (EDULEARN 2016), At Barcelona. https://doi.org/10.21125/edulearn.2016.2008", - }, - { - date: [2016, 9], - category: "book", - author: "and Gabriel Huecas", - title: "Apuntes de Teoría de la Información", - journal: "undefined", - year: "2016", - month: "9", - volume: "undefined", - pages: "undefined", - content: "Huecas, G. (2016). Apuntes de Teoría de la Información.", - }, - { - date: [2015, 11], - category: "paper-conference", - author: - "Enrique Barra, Aldo Gordillo, Maria Eugenia Blas, Jesus Guijarro, and Ignacio Vázquez", - title: - "EducaInternet: A platform to teach and learn safe and responsible use of digital technologies", - journal: - "Proceedings of the International Conference of Education, Research and Innovation (ICERI), At Seville", - year: "2015", - month: "11", - volume: "undefined", - pages: "undefined", - content: - "Barra, E., Gordillo, A., Eugenia Blas, M., Guijarro, J., & Vázquez, I. (2015, November). EducaInternet: A platform to teach and learn safe and responsible use of digital technologies. Proceedings of the International Conference of Education, Research and Innovation (ICERI), At Seville.", - }, - { - date: [2015, 9], - category: "chapter", - author: "Enrique Barra, Aldo Gordillo, and Juan Quemada", - title: - "Plataforma social y colaborativa para la creación de recursos educativos abiertos (Open Educational Resources)", - journal: "Global e-learning", - year: "2015", - month: "9", - volume: "undefined", - pages: "239-256", - content: - "Barra, E., Gordillo, A., & Quemada, J. (2015). Plataforma social y colaborativa para la creación de recursos educativos abiertos (Open Educational Resources). In Global e-learning (2nd ed., pp. 239–256).", - }, - { - date: [2015, 11], - doi: "https://doi.org/10.1109/RITA.2015.2486318", - category: "article-journal", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "Enhancing web-based learning resources with existing and custom quizzes through an authoring tool", - journal: "Revista Iberoamericana de Tecnologias del Aprendizaje", - year: "2015", - month: "11", - volume: "10", - pages: "215-222", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2015). Enhancing web-based learning resources with existing and custom quizzes through an authoring tool. Revista Iberoamericana de Tecnologias Del Aprendizaje, 10, 215–222. https://doi.org/10.1109/RITA.2015.2486318", - }, - { - date: [2015, 9], - doi: "https://doi.org/10.1016/j.csi.2015.09.004", - category: "article-journal", - author: - "Pedro Rodríguez, Alvaro Alonso, Joaquin Salvachúa, and Javier Cerviño Arriba", - title: - "Materialising a new architecture for a distributed MCU in the Cloud", - journal: "Computer Standards & Interfaces", - year: "2015", - month: "9", - volume: "44", - pages: "234-242", - content: - "Rodríguez, P., Alonso, A., Salvachúa, J., & Cerviño Arriba, J. (2015). Materialising a new architecture for a distributed MCU in the Cloud. Computer Standards & Interfaces, 44, 234–242. https://doi.org/10.1016/j.csi.2015.09.004", - }, - { - date: [2015, 11], - category: "paper-conference", - author: "Ignacio Vázquez, Enrique Barra, Aldo Gordillo, and Juan Quemada", - title: - "Design of an e-learning authoring tool user interface using mental models: A case study", - journal: "ICERI2015 Proceedings", - year: "2015", - month: "11", - volume: "undefined", - pages: "3232-3538", - content: - "Vázquez, I., Barra, E., Gordillo, A., & Quemada, J. (2015). Design of an e-learning authoring tool user interface using mental models: A case study. ICERI2015 Proceedings, 3232–3538.", - }, - { - date: [2014, 12], - doi: "https://doi.org/10.1109/FiCloud.2014.13", - category: "paper-conference", - author: - "Alvaro Alonso, Pedro Rodríguez, Joaquin Salvachúa, and Javier Cerviño Arriba", - title: "Dynamic media stream mobility with TURN", - journal: - "Proceedings of the International Conference on Future Internet of Things and Cloud (FiCloud 2014)", - year: "2014", - month: "12", - volume: "undefined", - pages: "15-22", - content: - "Alonso, A., Rodríguez, P., Salvachúa, J., & Cerviño Arriba, J. (2014). Dynamic media stream mobility with TURN. Proceedings of the International Conference on Future Internet of Things and Cloud (FiCloud 2014), 15–22. https://doi.org/10.1109/FiCloud.2014.13", - }, - { - date: [2014, 6], - doi: "https://doi.org/10.1080/13614568.2013.857728", - category: "article-journal", - author: - "Enrique Barra, Sandra Aguirre Herrera, Jose Pastor, and Juan Quemada", - title: - "Using multimedia and peer assessment to promote collaborative e-learning", - journal: "New Review of Hypermedia and Multimedia", - year: "2014", - month: "6", - volume: "20", - pages: "103-121", - content: - "Barra, E., Aguirre Herrera, S., Pastor, J., & Quemada, J. (2014). Using multimedia and peer assessment to promote collaborative e-learning. New Review of Hypermedia and Multimedia, 20, 103–121. https://doi.org/10.1080/13614568.2013.857728", - }, - { - date: [2014, 1], - category: "article-journal", - author: - "Enrique Barra, Abel Carril, Aldo Gordillo, Joaquin Salvachúa, and Juan Quemada", - title: - "Design, development and evaluation of a portable recording system to capture dynamic presentations using the teacher's tablet PC", - journal: - "International Journal of Social, Education, Economics and Management Engineering", - year: "2014", - month: "1", - volume: "8", - pages: "747-751", - content: - "Barra, E., Carril, A., Gordillo, A., Salvachúa, J., & Quemada, J. (2014). Design, development and evaluation of a portable recording system to capture dynamic presentations using the teacher’s tablet PC. International Journal of Social, Education, Economics and Management Engineering, 8, 747–751.", - }, - { - date: [2014, 1], - category: "article-journal", - author: "Enrique Barra, Aldo Gordillo, and Juan Quemada", - title: - "Virtual Science Hub: An open source platform to enrich science teaching", - journal: - "International Journal of Social, Education, Economics and Management Engineering", - year: "2014", - month: "1", - volume: "8", - pages: "741-746", - content: - "Barra, E., Gordillo, A., & Quemada, J. (2014). Virtual Science Hub: An open source platform to enrich science teaching. International Journal of Social, Education, Economics and Management Engineering, 8, 741–746.", - }, - { - date: [2014, 10], - doi: "https://doi.org/10.1109/FIE.2014.7044340", - category: "paper-conference", - author: - "Aldo Gordillo, Enrique Barra, Sandra Aguirre Herrera, and Juan Quemada", - title: - "The usefulness of usability and user experience evaluation methods on an e-Learning platform development from a developer’s perspective: A case study", - journal: "Proceedings of the Frontiers in Education Conference, FIE", - year: "2014", - month: "10", - volume: "2015", - pages: "undefined", - content: - "Gordillo, A., Barra, E., Aguirre Herrera, S., & Quemada, J. (2014). The usefulness of usability and user experience evaluation methods on an e-Learning platform development from a developer’s perspective: A case study. Proceedings of the Frontiers in Education Conference, FIE, 2015. https://doi.org/10.1109/FIE.2014.7044340", - }, - { - date: [2014, 10], - doi: "https://doi.org/10.1109/FIE.2014.7044498", - category: "paper-conference", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "A flexible open source web platform to facilitate learning object evaluation", - journal: "Proceedings of the Frontiers in Education Conference, FIE", - year: "2014", - month: "10", - volume: "2015", - pages: "undefined", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2014a). A flexible open source web platform to facilitate learning object evaluation. Proceedings of the Frontiers in Education Conference, FIE, 2015. https://doi.org/10.1109/FIE.2014.7044498", - }, - { - date: [2014, 10], - doi: "https://doi.org/10.1109/FIE.2014.7044188", - category: "paper-conference", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "Enhancing web-based learning resources with quizzes through an authoring tool and an audience response system", - journal: "Proceedings of the Frontiers in Education Conference, FIE", - year: "2014", - month: "10", - volume: "2015", - pages: "undefined", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2014b). Enhancing web-based learning resources with quizzes through an authoring tool and an audience response system. Proceedings of the Frontiers in Education Conference, FIE, 2015. https://doi.org/10.1109/FIE.2014.7044188", - }, - { - date: [2014, 10], - doi: "https://doi.org/10.1109/FIE.2014.7044497", - category: "paper-conference", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "Facilitating the creation of interactive multi-device learning objects using an online authoring tool", - journal: "Proceedings of the Frontiers in Education Conference, FIE", - year: "2014", - month: "10", - volume: "2015", - pages: "undefined", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2014c). Facilitating the creation of interactive multi-device learning objects using an online authoring tool. Proceedings of the Frontiers in Education Conference, FIE, 2015. https://doi.org/10.1109/FIE.2014.7044497", - }, - { - date: [2014, 10], - doi: "https://doi.org/10.1109/FIE.2014.7044499", - category: "paper-conference", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "Towards a learning object pedagogical quality metric based on the LORI evaluation model", - journal: "Proceedings Frontiers in Education Conference, FIE", - year: "2014", - month: "10", - volume: "2015", - pages: "undefined", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2014d). Towards a learning object pedagogical quality metric based on the LORI evaluation model. Proceedings Frontiers in Education Conference, FIE, 2015. https://doi.org/10.1109/FIE.2014.7044499", - }, - { - date: [2014, 12], - doi: "https://doi.org/10.1109/FiCloud.2014.20", - category: "paper-conference", - author: - "Pedro Rodríguez, Alvaro Alonso, Joaquin Salvachúa, and Javier Cerviño Arriba", - title: - "dOTM: A Mechanism for Distributing Centralized Multi-party Video Conferencing in the Cloud", - journal: - "Proceedings of the International Conference on Future Internet of Things and Cloud (FiCloud 2014)", - year: "2014", - month: "12", - volume: "undefined", - pages: "61-67", - content: - "Rodríguez, P., Alonso, A., Salvachúa, J., & Cerviño Arriba, J. (2014). dOTM: A Mechanism for Distributing Centralized Multi-party Video Conferencing in the Cloud. Proceedings of the International Conference on Future Internet of Things and Cloud (FiCloud 2014), 61–67. https://doi.org/10.1109/FiCloud.2014.20", - }, - { - date: [2014, 5], - doi: "https://doi.org/10.1109/ICCE-TW.2014.6904089", - category: "paper-conference", - author: - "Irena Trajkovska, Philipp Aeschlimann, Christof Marti, Thomas Bohnert, and Joaquin Salvachúa", - title: - "SDN enabled QoS provision for online streaming services in residential ISP networks", - journal: - "Proceedings of the2014 IEEE International Conference on Consumer Electronics (ICCE-TW)", - year: "2014", - month: "5", - volume: "undefined", - pages: "33-34", - content: - "Trajkovska, I., Aeschlimann, P., Marti, C., Bohnert, T., & Salvachúa, J. (2014). SDN enabled QoS provision for online streaming services in residential ISP networks. Proceedings of The2014 IEEE International Conference on Consumer Electronics (ICCE-TW), 33–34. https://doi.org/10.1109/ICCE-TW.2014.6904089", - }, - { - date: [2014, 5], - doi: "https://doi.org/10.1109/ICCE-TW.2014.6904090", - category: "paper-conference", - author: - "Irena Trajkovska, Piyush Harsh, Thomas Bohnert, and Joaquin Salvachúa", - title: - "Real-time streaming in the cloud can increase the provider's profit and the P2P users' benefit", - journal: - "Proceedings of the 2014 IEEE International Conference on Consumer Electronics (ICCE-TW)", - year: "2014", - month: "5", - volume: "undefined", - pages: "35-36", - content: - "Trajkovska, I., Harsh, P., Bohnert, T., & Salvachúa, J. (2014). Real-time streaming in the cloud can increase the provider’s profit and the P2P users’ benefit. Proceedings of the 2014 IEEE International Conference on Consumer Electronics (ICCE-TW), 35–36. https://doi.org/10.1109/ICCE-TW.2014.6904090", - }, - { - date: [2014, 1], - doi: "https://doi.org/10.1109/CCNC.2014.6866584", - category: "paper-conference", - author: - "Irena Trajkovska, Pedro Rodríguez, Javier Cerviño Arriba, Piyush Harsh, and Joaquin Salvachúa", - title: "P2P incentive model for QoS based streaming systems", - journal: - "2014 IEEE 11th Consumer Communications and Networking Conference, CCNC 2014", - year: "2014", - month: "1", - volume: "undefined", - pages: "281-286", - content: - "Trajkovska, I., Rodríguez, P., Cerviño Arriba, J., Harsh, P., & Salvachúa, J. (2014). P2P incentive model for QoS based streaming systems. 2014 IEEE 11th Consumer Communications and Networking Conference, CCNC 2014, 281–286. https://doi.org/10.1109/CCNC.2014.6866584", - }, - { - date: [2013, 10], - doi: "https://doi.org/10.1109/FIE.2013.6684913", - category: "paper-conference", - author: "Enrique Barra, Aldo Gordillo, Daniel Gallego, and Juan Quemada", - title: "Integration of SCORM packages into web games", - journal: "Proceedings of the Frontiers in Education Conference, FIE", - year: "2013", - month: "10", - volume: "undefined", - pages: "undefined", - content: - "Barra, E., Gordillo, A., Gallego, D., & Quemada, J. (2013, October). Integration of SCORM packages into web games. Proceedings of the Frontiers in Education Conference, FIE. https://doi.org/10.1109/FIE.2013.6684913", - }, - { - date: [2013, 2], - doi: "https://doi.org/10.1007/s11036-012-0380-4", - category: "article-journal", - author: - "Javier Cerviño Arriba, Pedro Rodríguez, Irena Trajkovska, Fernando Escribano, and Joaquin Salvachúa", - title: - "A Cost-Effective Methodology Applied to Videoconference Services over Hybrid Clouds", - journal: "Mobile Networks and Applications", - year: "2013", - month: "2", - volume: "18", - pages: "103-109", - content: - "Cerviño Arriba, J., Rodríguez, P., Trajkovska, I., Escribano, F., & Salvachúa, J. (2013). A Cost-Effective Methodology Applied to Videoconference Services over Hybrid Clouds. Mobile Networks and Applications, 18, 103–109. https://doi.org/10.1007/s11036-012-0380-4", - }, - { - date: [2013, 10], - doi: "https://doi.org/10.1109/FIE.2013.6685060", - category: "paper-conference", - author: "Daniel Gallego, Enrique Barra, Aldo Gordillo, and Gabriel Huecas", - title: - "Enhanced recommendations for e-learning authoring tools based on a proactive context-aware recommender", - journal: "Proceedings of the Frontiers in Education Conference, FIE", - year: "2013", - month: "10", - volume: "undefined", - pages: "undefined", - content: - "Gallego, D., Barra, E., Gordillo, A., & Huecas, G. (2013, October). Enhanced recommendations for e-learning authoring tools based on a proactive context-aware recommender. Proceedings of the Frontiers in Education Conference, FIE. https://doi.org/10.1109/FIE.2013.6685060", - }, - { - date: [2013, 6], - doi: "https://doi.org/10.1109/WCCIT.2013.6618700", - category: "paper-conference", - author: - "Daniel Gallego, Enrique Barra, Pedro Rodríguez, and Gabriel Huecas", - title: - "Incorporating proactivity to context-aware recommender systems for e-learning", - journal: - "2013 World Congress on Computer and Information Technology, WCCIT 2013", - year: "2013", - month: "6", - volume: "undefined", - pages: "1-6", - content: - "Gallego, D., Barra, E., Rodríguez, P., & Huecas, G. (2013). Incorporating proactivity to context-aware recommender systems for e-learning. 2013 World Congress on Computer and Information Technology, WCCIT 2013, 1–6. https://doi.org/10.1109/WCCIT.2013.6618700", - }, - { - date: [2013, 1], - doi: "https://doi.org/10.3145/epi.2013.ene.03", - category: "article-journal", - author: "Daniel Gallego, Antonio Fumero, and Gabriel Huecas", - title: - "Proactividad y contextualización: Futuro del diseño de sistemas recomendadores", - journal: "El Profesional de la Informacion", - year: "2013", - month: "1", - volume: "22", - pages: "19-25", - content: - "Gallego, D., Fumero, A., & Huecas, G. (2013). Proactividad y contextualización: Futuro del diseño de sistemas recomendadores. El Profesional de La Informacion, 22, 19–25. https://doi.org/10.3145/epi.2013.ene.03", - }, - { - date: [2013, 10], - doi: "https://doi.org/10.1016/j.sysarc.2013.02.004", - category: "article-journal", - author: "Daniel Gallego, Wolfgang Woerndl, and Gabriel Huecas", - title: - "Evaluating the Impact of Proactivity in the User Experience of a Context-aware Restaurant Recommender for Android Smartphones", - journal: "Journal of Systems Architecture", - year: "2013", - month: "10", - volume: "undefined", - pages: "-", - content: - "Gallego, D., Woerndl, W., & Huecas, G. (2013). Evaluating the Impact of Proactivity in the User Experience of a Context-aware Restaurant Recommender for Android Smartphones. Journal of Systems Architecture. https://doi.org/10.1016/j.sysarc.2013.02.004", - }, - { - date: [2013, 10], - doi: "https://doi.org/10.1109/FIE.2013.6684852", - category: "paper-conference", - author: "Aldo Gordillo, Enrique Barra, Daniel Gallego, and Juan Quemada", - title: - "A model for integrating learning object repository resources into web videoconference services", - journal: "Proceedings of the Frontiers in Education Conference, FIE", - year: "2013", - month: "10", - volume: "undefined", - pages: "undefined", - content: - "Gordillo, A., Barra, E., Gallego, D., & Quemada, J. (2013a, October). A model for integrating learning object repository resources into web videoconference services. Proceedings of the Frontiers in Education Conference, FIE. https://doi.org/10.1109/FIE.2013.6684852", - }, - { - date: [2013, 10], - doi: "https://doi.org/10.1109/FIE.2013.6685169", - category: "paper-conference", - author: "Aldo Gordillo, Enrique Barra, Daniel Gallego, and Juan Quemada", - title: - "An online e-Learning authoring tool to create interactive multi-device learning objects using e-Infrastructure resources", - journal: "Proceedings of the Frontiers in Education Conference, FIE", - year: "2013", - month: "10", - volume: "undefined", - pages: "undefined", - content: - "Gordillo, A., Barra, E., Gallego, D., & Quemada, J. (2013b, October). An online e-Learning authoring tool to create interactive multi-device learning objects using e-Infrastructure resources. Proceedings of the Frontiers in Education Conference, FIE. https://doi.org/10.1109/FIE.2013.6685169", - }, - { - date: [2013, 3], - category: "paper-conference", - author: "Aldo Gordillo, Enrique Barra, and Juan Quemada", - title: - "Enhancing K-12 science education through a multi-device web tool to facilitate content integration and e-Infrastructure access", - journal: - "Proceedings of the International Technology, Education and Development Conference (INTED)", - year: "2013", - month: "3", - volume: "undefined", - pages: "5432-5440", - content: - "Gordillo, A., Barra, E., & Quemada, J. (2013). Enhancing K-12 science education through a multi-device web tool to facilitate content integration and e-Infrastructure access. Proceedings of the International Technology, Education and Development Conference (INTED), 5432–5440.", - }, - { - date: [2013, 10], - doi: "https://doi.org/10.1109/FIE.2013.6684850", - category: "paper-conference", - author: "Aldo Gordillo, Daniel Gallego, Enrique Barra, and Juan Quemada", - title: "The city as a learning gamified platform", - journal: "Proceedings of the Frontiers in Education Conference, FIE", - year: "2013", - month: "10", - volume: "undefined", - pages: "undefined", - content: - "Gordillo, A., Gallego, D., Barra, E., & Quemada, J. (2013, October). The city as a learning gamified platform. Proceedings of the Frontiers in Education Conference, FIE. https://doi.org/10.1109/FIE.2013.6684850", - }, - { - date: [2013, 6], - doi: "https://doi.org/10.1109/WCCIT.2013.6618658", - category: "paper-conference", - author: - "Pedro Rodríguez, Alvaro Alonso, Joaquin Salvachúa, Enrique Barra, and Javier Cerviño Arriba", - title: - "Adaptive cross-device videoconferencing solution for wireless networks based on QoS monitoring", - journal: "Proceedings of the Computer and Information Technology (WCCIT)", - year: "2013", - month: "6", - volume: "undefined", - pages: "1-6", - content: - "Rodríguez, P., Alonso, A., Salvachúa, J., Barra, E., & Cerviño Arriba, J. (2013). Adaptive cross-device videoconferencing solution for wireless networks based on QoS monitoring. Proceedings of the Computer and Information Technology (WCCIT), 1–6. https://doi.org/10.1109/WCCIT.2013.6618658", - }, - { - date: [2013, 6], - category: "paper-conference", - author: - "Pedro Rodríguez, Joaquin Salvachúa, Javier Cerviño Arriba, and Alvaro Alonso", - title: - "Deploying a Multipoint Control Unit in the Cloud: Opportunities and Challenges", - journal: - "Proceedings of The Fourth International Conference on Cloud Computing, GRIDs, and Virtualization, IARIA", - year: "2013", - month: "6", - volume: "undefined", - pages: "undefined", - content: - "Rodríguez, P., Salvachúa, J., Cerviño Arriba, J., & Alonso, A. (2013, June). Deploying a Multipoint Control Unit in the Cloud: Opportunities and Challenges. Proceedings of The Fourth International Conference on Cloud Computing, GRIDs, and Virtualization, IARIA.", - }, - { - date: [2013, 6], - doi: "https://doi.org/10.1109/WCCIT.2013.6618669", - category: "paper-conference", - author: - "Irena Trajkovska, Pedro Rodríguez, Javier Cerviño Arriba, and Joaquin Salvachúa", - title: - "Billing model with discount incentive in a P2P-cloud multimedia streaming system", - journal: - "2013 World Congress on Computer and Information Technology, WCCIT 2013", - year: "2013", - month: "6", - volume: "undefined", - pages: "1-6", - content: - "Trajkovska, I., Rodríguez, P., Cerviño Arriba, J., & Salvachúa, J. (2013). Billing model with discount incentive in a P2P-cloud multimedia streaming system. 2013 World Congress on Computer and Information Technology, WCCIT 2013, 1–6. https://doi.org/10.1109/WCCIT.2013.6618669", - }, - { - date: [2012, 1], - category: "paper-conference", - author: - "Sandra Aguirre Herrera, Enrique Barra, Juan Quemada, and Jose Pastor", - title: - "Using lecture recordings to support curriculum changes in the European convergence process", - journal: - "Proceedings of the International Conference on Education and New Learning Technologies - EDULEARN 2012", - year: "2012", - month: "1", - volume: "undefined", - pages: "6986-6996", - content: - "Aguirre Herrera, S., Barra, E., Quemada, J., & Pastor, J. (2012). Using lecture recordings to support curriculum changes in the European convergence process. Proceedings of the International Conference on Education and New Learning Technologies - EDULEARN 2012, 6986–6996.", - }, - { - date: [2012, 1], - category: "article-journal", - author: "Sandra Aguirre Herrera, and Juan Quemada", - title: - "E-learning systems support of collaborative agreements: A theoretical model", - journal: "Educational Technology & Society", - year: "2012", - month: "1", - volume: "15", - pages: "279-295", - content: - "Aguirre Herrera, S., & Quemada, J. (2012). E-learning systems support of collaborative agreements: A theoretical model. Educational Technology & Society, 15, 279–295.", - }, - { - date: [2012, 12], - category: "article-journal", - author: - "Alvaro Alonso, Pedro Rodríguez, Joaquin Salvachúa, Enrique Barra, and Javier Cerviño Arriba", - title: - "Cross-device Videoconferencing based on Adaptive Multimedia Streams", - journal: "Journal of Multimedia Processing and Technologies", - year: "2012", - month: "12", - volume: "4", - pages: "undefined", - content: - "Alonso, A., Rodríguez, P., Salvachúa, J., Barra, E., & Cerviño Arriba, J. (2012). Cross-device Videoconferencing based on Adaptive Multimedia Streams. Journal of Multimedia Processing and Technologies, 4.", - }, - { - date: [2012, 1], - category: "paper-conference", - author: - "Enrique Barra, Sandra Aguirre Herrera, Jose Pastor, and Juan Quemada", - title: - "Improving teaching, learning and assessment in technology-enhanced learning using multimedia resources", - journal: - "Proceedings of the International Conference on Education and New Learning Technologies - EDULEARN 2012", - year: "2012", - month: "1", - volume: "undefined", - pages: "3532-3539", - content: - "Barra, E., Aguirre Herrera, S., Pastor, J., & Quemada, J. (2012). Improving teaching, learning and assessment in technology-enhanced learning using multimedia resources. Proceedings of the International Conference on Education and New Learning Technologies - EDULEARN 2012, 3532–3539.", - }, - { - date: [2012, 10], - doi: "https://doi.org/10.1109/FIE.2012.6462237", - category: "paper-conference", - author: - "Enrique Barra, Daniel Gallego, Sandra Aguirre Herrera, and Juan Quemada", - title: "A web tool to create educational content with gaming visualization", - journal: "Proceedings of the Frontiers in Education Conference", - year: "2012", - month: "10", - volume: "undefined", - pages: "1-6", - content: - "Barra, E., Gallego, D., Aguirre Herrera, S., & Quemada, J. (2012a). A web tool to create educational content with gaming visualization. Proceedings of the Frontiers in Education Conference, 1–6. https://doi.org/10.1109/FIE.2012.6462237", - }, - { - date: [2012, 10], - doi: "https://doi.org/10.1109/FIE.2012.6462236", - category: "paper-conference", - author: - "Enrique Barra, Daniel Gallego, Sandra Aguirre Herrera, and Juan Quemada", - title: - "Facilitating the creation of K-12 interactive learning objects using a multi device web tool", - journal: "Proceedings of the Frontiers in Education Conference", - year: "2012", - month: "10", - volume: "undefined", - pages: "1-6", - content: - "Barra, E., Gallego, D., Aguirre Herrera, S., & Quemada, J. (2012b). Facilitating the creation of K-12 interactive learning objects using a multi device web tool. Proceedings of the Frontiers in Education Conference, 1–6. https://doi.org/10.1109/FIE.2012.6462236", - }, - { - date: [2012, 5], - doi: "https://doi.org/10.1109/ICDEW.2012.40", - category: "paper-conference", - author: - "Javier Cerviño Arriba, Evangelia Kalyvianaki, Joaquin Salvachúa, and Peter Pietzuch", - title: "Adaptive Provisioning of Stream Processing Systems in the Cloud", - journal: - "Proceedings of the 7th International Workshop on Self Managing Database Systems (SMDB'12)", - year: "2012", - month: "5", - volume: "undefined", - pages: "undefined", - content: - "Cerviño Arriba, J., Kalyvianaki, E., Salvachúa, J., & Pietzuch, P. (2012, May). Adaptive Provisioning of Stream Processing Systems in the Cloud. Proceedings of the 7th International Workshop on Self Managing Database Systems (SMDB’12). https://doi.org/10.1109/ICDEW.2012.40", - }, - { - date: [2012, 1], - doi: "https://doi.org/10.4018/978-1-4666-0879-5.ch8.8", - category: "chapter", - author: "Luis Galindo, and Joaquin Salvachúa", - title: "Multimedia Services Offer Mixing Telco and Internet Assets", - journal: "Grid and Cloud Computing", - year: "2012", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Galindo, L., & Salvachúa, J. (2012). Multimedia Services Offer Mixing Telco and Internet Assets. In Grid and Cloud Computing. https://doi.org/10.4018/978-1-4666-0879-5.ch8.8", - }, - { - date: [2012, 10], - doi: "https://doi.org/10.1109/FIE.2012.6462246", - category: "paper-conference", - author: - "Daniel Gallego, Enrique Barra, Sandra Aguirre Herrera, and Gabriel Huecas", - title: - "A model for generating proactive context-aware recommendations in e-Learning systems", - journal: "Proceedings - Frontiers in Education Conference", - year: "2012", - month: "10", - volume: "undefined", - pages: "1-6", - content: - "Gallego, D., Barra, E., Aguirre Herrera, S., & Huecas, G. (2012). A model for generating proactive context-aware recommendations in e-Learning systems. Proceedings - Frontiers in Education Conference, 1–6. https://doi.org/10.1109/FIE.2012.6462246", - }, - { - date: [2012, 6], - doi: "https://doi.org/10.1109/MUSIC.2012.11", - category: "paper-conference", - author: "Daniel Gallego, and Gabriel Huecas", - title: - "An Empirical Case of a Context-Aware Mobile Recommender System in a Banking Environment", - journal: "Journal of Convergence", - year: "2012", - month: "6", - volume: "3", - pages: "13-20", - content: - "Gallego, D., & Huecas, G. (2012). An Empirical Case of a Context-Aware Mobile Recommender System in a Banking Environment. Journal of Convergence, 3, 13–20. https://doi.org/10.1109/MUSIC.2012.11", - }, - { - date: [2012, 12], - category: "article-journal", - author: "Daniel Gallego, Iván Toro, and Joaquin Salvachúa", - title: - "Generating Awareness from Collaborative Working Environment using Social Data", - journal: - "International Journal of Computer Information Systems and Industrial Management Applications", - year: "2012", - month: "12", - volume: "4", - pages: "undefined", - content: - "Gallego, D., Toro, I., & Salvachúa, J. (2012). Generating Awareness from Collaborative Working Environment using Social Data. International Journal of Computer Information Systems and Industrial Management Applications, 4.", - }, - { - date: [2012, 1], - category: "article-journal", - author: - "Jose Pastor, Sandra Aguirre Herrera, Enrique Barra, and Juan Quemada", - title: - "Mejorando el aprendizaje y la evaluación en e-learning usando recursos multimedia", - journal: "Revista electrónica de ADA-Madrid", - year: "2012", - month: "1", - volume: "6", - pages: "1-11", - content: - "Pastor, J., Aguirre Herrera, S., Barra, E., & Quemada, J. (2012). Mejorando el aprendizaje y la evaluación en e-learning usando recursos multimedia. Revista Electrónica de ADA-Madrid, 6, 1–11.", - }, - { - date: [2012], - category: "paper-conference", - author: - "Pedro Rodríguez, Javier Cerviño Arriba, Irena Trajkovska, and Joaquin Salvachúa", - title: "Advanced Videoconferencing Services Based on WebRTC", - journal: - "Proceedings of the IADIS International Conference Web Based Communities and Social Media 2012", - year: "2012", - month: "undefined", - volume: "undefined", - pages: "undefined", - content: - "Rodríguez, P., Cerviño Arriba, J., Trajkovska, I., & Salvachúa, J. (2012). Advanced Videoconferencing Services Based on WebRTC. Proceedings of the IADIS International Conference Web Based Communities and Social Media 2012.", - }, - { - date: [2012, 7], - doi: "https://doi.org/10.1109/ISPA.2012.64", - category: "paper-conference", - author: "L.A.G. Sanchez, and Joaquin Salvachúa", - title: "SDP as a Service (SDPaaS): A New Revenue Stream for Operators", - journal: - "Proceedings of the Parallel and Distributed Processing with Applications (ISPA)", - year: "2012", - month: "7", - volume: "undefined", - pages: "442-447", - content: - "Sanchez, L. A. G., & Salvachúa, J. (2012). SDP as a Service (SDPaaS): A New Revenue Stream for Operators. Proceedings of the Parallel and Distributed Processing with Applications (ISPA), 442–447. https://doi.org/10.1109/ISPA.2012.64", - }, - { - date: [2012, 6], - doi: "https://doi.org/10.1007/s11036-012-0371-5", - category: "article-journal", - author: "Weisong Shi, James Joshi, Tao Zhang, Eun Park, and Juan Quemada", - title: - "ACM/Springer Mobile Networks and Applications (MONET) Special Issue on “Collaborative Computing: Networking, Applications and Worksharing”", - journal: "Mobile Networks and Applications", - year: "2012", - month: "6", - volume: "17", - pages: "undefined", - content: - "Shi, W., Joshi, J., Zhang, T., Park, E., & Quemada, J. (2012). ACM/Springer Mobile Networks and Applications (MONET) Special Issue on “Collaborative Computing: Networking, Applications and Worksharing.” Mobile Networks and Applications, 17. https://doi.org/10.1007/s11036-012-0371-5", - }, - { - date: [2012, 5], - category: "article-journal", - author: "Antonio Tapiador, Diego Carrera, and Joaquin Salvachúa", - title: "Tie-RBAC: an application of RBAC to social networks", - journal: "arXiv e-prints", - year: "2012", - month: "5", - volume: "undefined", - pages: "undefined", - content: - "Tapiador, A., Carrera, D., & Salvachúa, J. (2012a). Tie-RBAC: an application of RBAC to social networks. arXiv E-Prints, Article arXiv:1205.5720.", - }, - { - date: [2012, 12], - doi: "https://doi.org/10.1109/FGCT.2012.6476557", - category: "paper-conference", - author: "Antonio Tapiador, Diego Carrera, and Joaquin Salvachúa", - title: "Social Stream, a social network framework", - journal: - "Proceedings of the Future Generation Communication Technology Conference (FGCT)", - year: "2012", - month: "12", - volume: "undefined", - pages: "52-57", - content: - "Tapiador, A., Carrera, D., & Salvachúa, J. (2012b). Social Stream, a social network framework. Proceedings of the Future Generation Communication Technology Conference (FGCT), 52–57. https://doi.org/10.1109/FGCT.2012.6476557", - }, - { - date: [2012, 9], - category: "article-journal", - author: "Antonio Tapiador, and Joaquin Salvachúa", - title: "Content Management in Ruby on Rails", - journal: "arXiv e-prints", - year: "2012", - month: "9", - volume: "undefined", - pages: "undefined", - content: - "Tapiador, A., & Salvachúa, J. (2012). Content Management in Ruby on Rails. arXiv E-Prints, Article arXiv:1209.3878.", - }, - { - date: [2012, 7], - category: "article-journal", - author: "Antonio Tapiador, Víctor Sánchez, and Joaquin Salvachúa", - title: "An analysis of social network connect services", - journal: "arXiv e-prints", - year: "2012", - month: "7", - volume: "undefined", - pages: "undefined", - content: - "Tapiador, A., Sánchez, V., & Salvachúa, J. (2012). An analysis of social network connect services. arXiv E-Prints, Article arXiv:1207.5545.", - }, - { - date: [2012], - category: "paper-conference", - author: - "Irena Trajkovska, Pedro Rodríguez, Javier Cerviño Arriba, and Joaquin Salvachúa", - title: - "Opportunities and Challenges of Implementing P2P Streaming Applications in the Web", - journal: - "Proceedings of the IADIS International Conference Web Based Communities and Social Media 2012", - year: "2012", - month: "undefined", - volume: "undefined", - pages: "undefined", - content: - "Trajkovska, I., Rodríguez, P., Cerviño Arriba, J., & Salvachúa, J. (2012). Opportunities and Challenges of Implementing P2P Streaming Applications in the Web. Proceedings of the IADIS International Conference Web Based Communities and Social Media 2012.", - }, - { - date: [2011, 1], - category: "paper-conference", - author: - "Sandra Aguirre Herrera, Juan Quemada, Jose Pastor, Estibaliz Martinez, María Mendiola, Victoria Machuca, and Raquel Portaencasa", - title: - "CyberAula 2.0: Integration of Moodle with videoconferencing and lecture recording services", - journal: - "Proceedings of World Conference on Educational Multimedia, Hypermedia and Telecommunications, ED-MEDIA 2011", - year: "2011", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Aguirre Herrera, S., Quemada, J., Pastor, J., Martinez, E., Mendiola, M., Machuca, V., & Portaencasa, R. (2011, January). CyberAula 2.0: Integration of Moodle with videoconferencing and lecture recording services. Proceedings of World Conference on Educational Multimedia, Hypermedia and Telecommunications, ED-MEDIA 2011.", - }, - { - date: [2011, 10], - doi: "https://doi.org/10.1109/FIE.2011.6143012", - category: "paper-conference", - author: "Enrique Barra, Sandra Aguirre Herrera, and Juan Quemada", - title: - "Work in progress - Exploiting videoconferencing possibilities to promote the European convergence process", - journal: - "Proceedings of the ASEE/IEEE The 41st annual Frontiers in Education Conference, FIE 2011", - year: "2011", - month: "10", - volume: "undefined", - pages: "undefined", - content: - "Barra, E., Aguirre Herrera, S., & Quemada, J. (2011, October). Work in progress - Exploiting videoconferencing possibilities to promote the European convergence process. Proceedings of the ASEE/IEEE The 41st Annual Frontiers in Education Conference, FIE 2011. https://doi.org/10.1109/FIE.2011.6143012", - }, - { - date: [2011, 8], - doi: "https://doi.org/10.1109/CLOUD.2011.51", - category: "paper-conference", - author: - "Javier Cerviño Arriba, Fernando Escribano, Pedro Rodríguez, Irena Trajkovska, and Joaquin Salvachúa", - title: "Videoconference Capacity Leasing on Hybrid Clouds", - journal: - "Proceedings of the 2011 IEEE 4th International Conference on Cloud Computing, CLOUD 2011", - year: "2011", - month: "8", - volume: "undefined", - pages: "340-347", - content: - "Cerviño Arriba, J., Escribano, F., Rodríguez, P., Trajkovska, I., & Salvachúa, J. (2011). Videoconference Capacity Leasing on Hybrid Clouds. Proceedings of the 2011 IEEE 4th International Conference on Cloud Computing, CLOUD 2011, 340–347. https://doi.org/10.1109/CLOUD.2011.51", - }, - { - date: [2011, 8], - doi: "https://doi.org/10.1109/CLOUD.2011.52", - category: "paper-conference", - author: - "Javier Cerviño Arriba, Pedro Rodríguez, Irena Trajkovska, Alberto Mozo, and Joaquin Salvachúa", - title: - "Testing a Cloud Provider Network for Hybrid P2P and Cloud Streaming Architectures", - journal: - "Proceedings of the 2011 IEEE 4th International Conference on Cloud Computing, CLOUD 2011", - year: "2011", - month: "8", - volume: "undefined", - pages: "356-363", - content: - "Cerviño Arriba, J., Rodríguez, P., Trajkovska, I., Mozo, A., & Salvachúa, J. (2011). Testing a Cloud Provider Network for Hybrid P2P and Cloud Streaming Architectures. Proceedings of the 2011 IEEE 4th International Conference on Cloud Computing, CLOUD 2011, 356–363. https://doi.org/10.1109/CLOUD.2011.52", - }, - { - date: [2011, 1], - doi: "https://doi.org/10.1007/978-1-4419-9845-3_6", - category: "chapter", - author: "Daniel Gallego, Iván Toro, and Joaquin Salvachúa", - title: - "Collaborative Content Generation Architectures for the Mobile Augmented Reality Environment", - journal: "Recent Trends of Mobile Collaborative Augmented Reality Systems", - year: "2011", - month: "1", - volume: "undefined", - pages: "83-97", - content: - "Gallego, D., Toro, I., & Salvachúa, J. (2011). Collaborative Content Generation Architectures for the Mobile Augmented Reality Environment. In Recent Trends of Mobile Collaborative Augmented Reality Systems (pp. 83–97). https://doi.org/10.1007/978-1-4419-9845-3_6", - }, - { - date: [2010, 11], - doi: "https://doi.org/10.1109/FIE.2010.5673116", - category: "paper-conference", - author: "Sandra Aguirre Herrera, Juan Quemada, and Joaquin Salvachúa", - title: "Integrated study programs through e-Learning", - journal: - "Proceedings of the Frontiers in Education Conference (FIE), 2010 IEEE", - year: "2010", - month: "11", - volume: "undefined", - pages: "T3J-1", - content: - "Aguirre Herrera, S., Quemada, J., & Salvachúa, J. (2010). Integrated study programs through e-Learning. Proceedings of the Frontiers in Education Conference (FIE), 2010 IEEE, T3J-1. https://doi.org/10.1109/FIE.2010.5673116", - }, - { - date: [2010], - category: "article-journal", - author: - "Enrique Barra, Antonio Mendo, Hernández David, Prieto Ruiz, Antonio Tapiador, Del Dujo, and Juan Quemada", - title: - "Resource´s Relationships In The Design Of Collaborative Web Applications", - journal: "undefined", - year: "2010", - month: "undefined", - volume: "undefined", - pages: "undefined", - content: - "Barra, E., Mendo, A., David, H., Ruiz, P., Tapiador, A., Dujo, D., & Quemada, J. (2010). Resource´s Relationships In The Design Of Collaborative Web Applications.", - }, - { - date: [2010, 1], - category: "paper-conference", - author: "Daniel Gallego, Iván Toro, and Joaquin Salvachúa", - title: - "Generación de Contexto Colaborativo a partir de herramientas CSCW 2.0", - journal: - "Proceedings of the IX Jornadas de Ingeniería Telemática, JITEL 2010", - year: "2010", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Gallego, D., Toro, I., & Salvachúa, J. (2010, January). Generación de Contexto Colaborativo a partir de herramientas CSCW 2.0. Proceedings of the IX Jornadas de Ingeniería Telemática, JITEL 2010.", - }, - { - date: [2010, 1], - category: "article-journal", - author: - "Diego Moreno, Emilio García, Sandra Aguirre Herrera, and Juan Quemada", - title: "SFDL: MVC Applied to Workflow Design", - journal: - "Proceedings of the International Conference e-Learning 2010 - IADIS", - year: "2010", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Moreno, D., García, E., Aguirre Herrera, S., & Quemada, J. (2010). SFDL: MVC Applied to Workflow Design. Proceedings of the International Conference E-Learning 2010 - IADIS.", - }, - { - date: [2010, 10], - doi: "https://doi.org/10.1007/978-3-642-16581-8_17", - category: "chapter", - author: "Antonio Tapiador, Antonio Fumero, and Joaquin Salvachúa", - title: "Extended Identity for Social Networks", - journal: "Recent Trends and Developments in Social Software", - year: "2010", - month: "10", - volume: "undefined", - pages: "162-168", - content: - "Tapiador, A., Fumero, A., & Salvachúa, J. (2010). Extended Identity for Social Networks. In Recent Trends and Developments in Social Software (pp. 162–168). https://doi.org/10.1007/978-3-642-16581-8_17", - }, - { - date: [2010, 10], - doi: "https://doi.org/10.1145/1873951.1874193", - category: "paper-conference", - author: "Irena Trajkovska, Joaquin Salvachúa, and Alberto Mozo", - title: - "A novel P2P and cloud computing hybrid architecture for multimedia streaming with QoS cost functions", - journal: - "Proceedings of the 18th International Conference on Multimedea 2010", - year: "2010", - month: "10", - volume: "undefined", - pages: "1227-1230", - content: - "Trajkovska, I., Salvachúa, J., & Mozo, A. (2010). A novel P2P and cloud computing hybrid architecture for multimedia streaming with QoS cost functions. Proceedings of the 18th International Conference on Multimedea 2010, 1227–1230. https://doi.org/10.1145/1873951.1874193", - }, - { - date: [2009, 5], - category: "article-journal", - author: - "Javier Cerviño Arriba, Pedro Rodríguez, Fernando Escribano, and Joaquin Salvachúa", - title: "2019", - journal: "Libro de ponencias del V Congreso Iberoamericano de Telemática", - year: "2009", - month: "5", - volume: "undefined", - pages: "173-176", - content: - "Cerviño Arriba, J., Rodríguez, P., Escribano, F., & Salvachúa, J. (2009). 2019. Libro de Ponencias Del V Congreso Iberoamericano de Telemática, 173–176.", - }, - { - date: [2009, 5], - category: "paper-conference", - author: - "Diego Moreno, Emilio García, Sandra Aguirre Herrera, and Juan Quemada", - title: - "Extensiones de Lenguaje de Workflow para la Generación Dinámica de Vistas", - journal: "Actas del V Congreso Iberoamericano de Telemática", - year: "2009", - month: "5", - volume: "undefined", - pages: "45-52", - content: - "Moreno, D., García, E., Aguirre Herrera, S., & Quemada, J. (2009). Extensiones de Lenguaje de Workflow para la Generación Dinámica de Vistas. Actas Del V Congreso Iberoamericano de Telemática, 45–52.", - }, - { - date: [2009, 12], - doi: "https://doi.org/10.4108/ICST.COLLABORATECOM2009.8285", - category: "paper-conference", - author: - "Pedro Rodríguez, Daniel Gallego, Javier Cerviño Arriba, Fernando Escribano, Juan Quemada, and Joaquin Salvachúa", - title: "VaaS: Videoconference as a service", - journal: - "Proceedings of the 5th International Conference on Collaborative Computing · CollaborateCom 2009", - year: "2009", - month: "12", - volume: "undefined", - pages: "1-11", - content: - "Rodríguez, P., Gallego, D., Cerviño Arriba, J., Escribano, F., Quemada, J., & Salvachúa, J. (2009). VaaS: Videoconference as a service. Proceedings of the 5th International Conference on Collaborative Computing · CollaborateCom 2009, 1–11. https://doi.org/10.4108/ICST.COLLABORATECOM2009.8285", - }, - { - date: [2008], - category: "article-journal", - author: "Sandra Aguirre Herrera, Juan Quemada, and Joaquin Salvachúa", - title: "Mediadores e Interoperabilidad en Elearning", - journal: "undefined", - year: "2008", - month: "undefined", - volume: "undefined", - pages: "undefined", - content: - "Aguirre Herrera, S., Quemada, J., & Salvachúa, J. (2008a). Mediadores e Interoperabilidad en Elearning.", - }, - { - date: [2008, 11], - doi: "https://doi.org/10.1109/FIE.2008.4720474", - category: "paper-conference", - author: "Sandra Aguirre Herrera, Juan Quemada, and Joaquin Salvachúa", - title: - "Work in progress - Developing Joint Degrees through e-Learning systems", - journal: "Proceedings - Frontiers in Education Conference", - year: "2008", - month: "11", - volume: "undefined", - pages: "F4D-19", - content: - "Aguirre Herrera, S., Quemada, J., & Salvachúa, J. (2008b). Work in progress - Developing Joint Degrees through e-Learning systems. Proceedings - Frontiers in Education Conference, F4D-19. https://doi.org/10.1109/FIE.2008.4720474", - }, - { - date: [2008, 9], - category: "article-journal", - author: - "Javier Cerviño Arriba, Pedro Pérez, Joaquin Salvachúa, Gabriel Huecas, and Fernando Cantero", - title: "Marte 3.0: Una videoconferencia 2.0", - journal: - "Libro de Ponencias de la VII Jornadas de Ingeniería Telemática JITEL 2008", - year: "2008", - month: "9", - volume: "undefined", - pages: "209-216", - content: - "Cerviño Arriba, J., Pérez, P., Salvachúa, J., Huecas, G., & Cantero, F. (2008). Marte 3.0: Una videoconferencia 2.0. Libro de Ponencias de La VII Jornadas de Ingeniería Telemática JITEL 2008, 209–216.", - }, - { - date: [2008, 1], - category: "paper-conference", - author: - "Javier Cerviño Arriba, Joaquin Salvachúa, Pedro Pérez, Gabriel Huecas, and Juan Quemada", - title: "Demostrador de una arquitectura de videoconferencia en la Web 2.0.", - journal: "Actas de las XVIII Jornadas TELECOM I+D 2008", - year: "2008", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Cerviño Arriba, J., Salvachúa, J., Pérez, P., Huecas, G., & Quemada, J. (2008, January). Demostrador de una arquitectura de videoconferencia en la Web 2.0. Actas de Las XVIII Jornadas TELECOM I+D 2008.", - }, - { - date: [2008, 9], - category: "article-journal", - author: - "Antonio Dujo, Antonio Fumero, Joaquin Salvachúa, and Javier Cerviño Arriba", - title: "Identidad Extendida en Redes Sociales", - journal: - "Libro de Ponencias de la VII Jornadas de Ingeniería Telemática JITEL 2008", - year: "2008", - month: "9", - volume: "undefined", - pages: "293-296", - content: - "Dujo, A., Fumero, A., Salvachúa, J., & Cerviño Arriba, J. (2008). Identidad Extendida en Redes Sociales. Libro de Ponencias de La VII Jornadas de Ingeniería Telemática JITEL 2008, 293–296.", - }, - { - date: [2008, 1], - doi: "https://doi.org/10.1109/NGMAST.2008.79", - category: "article-journal", - author: "Luis Galindo, and Joaquin Salvachúa", - title: "Overview of the New User Centred Mobile Applications", - journal: - "Next Generation Mobile Applications, Services and Technologies, International Conference on", - year: "2008", - month: "1", - volume: "0", - pages: "167-173", - content: - "Galindo, L., & Salvachúa, J. (2008). Overview of the New User Centred Mobile Applications. Next Generation Mobile Applications, Services and Technologies, International Conference On, 0, 167–173. https://doi.org/10.1109/NGMAST.2008.79", - }, - { - date: [2008, 9], - category: "article-journal", - author: - "Emilio García, Fernando Cantero, Carlos Cubo, Encarna Pastor, and Enrique Barra", - title: - "Colaboración de herramientas mediante interfaces basadas en Servicios Web: la aplicación de videoconferencia Marte", - journal: "Libro de Ponencias de la VII Jornadas de Ingeniería Telemática", - year: "2008", - month: "9", - volume: "undefined", - pages: "undefined", - content: - "García, E., Cantero, F., Cubo, C., Pastor, E., & Barra, E. (2008). Colaboración de herramientas mediante interfaces basadas en Servicios Web: la aplicación de videoconferencia Marte. Libro de Ponencias de La VII Jornadas de Ingeniería Telemática.", - }, - { - date: [2008, 9], - category: "article-journal", - author: "Diego Moreno, Santiago Pavón, Gabriel Huecas, and Pedro Pérez", - title: - "Diseño de una pasarela de acceso a sistemas propietarios de videoconferencia", - journal: "Actas de las VII Jornadas de Ingeniería Telemática", - year: "2008", - month: "9", - volume: "undefined", - pages: "undefined", - content: - "Moreno, D., Pavón, S., Huecas, G., & Pérez, P. (2008). Diseño de una pasarela de acceso a sistemas propietarios de videoconferencia. Actas de Las VII Jornadas de Ingeniería Telemática.", - }, - { - date: [2008, 2], - doi: "https://doi.org/10.1016/j.comcom.2007.08.035", - category: "article-journal", - author: "Alberto Mozo, and Joaquin Salvachúa", - title: "Scalable tag search in social network applications", - journal: "Computer Communications", - year: "2008", - month: "2", - volume: "31", - pages: "423-436", - content: - "Mozo, A., & Salvachúa, J. (2008). Scalable tag search in social network applications. Computer Communications, 31, 423–436. https://doi.org/10.1016/j.comcom.2007.08.035", - }, - { - date: [2008, 9], - doi: "https://doi.org/10.1109/WETICE.2008.59", - category: "paper-conference", - author: "and Juan Quemada", - title: "Collaboration, Social Interaction and Social Protocols.", - journal: - "Proceedings of 16th IEEE Workshop on Local and Metropolitan Area Networks", - year: "2008", - month: "9", - volume: "undefined", - pages: "undefined", - content: - "Quemada, J. (2008, September). Collaboration, Social Interaction and Social Protocols. Proceedings of 16th IEEE Workshop on Local and Metropolitan Area Networks. https://doi.org/10.1109/WETICE.2008.59", - }, - { - date: [2008, 1], - category: "article-journal", - author: - "Juan Quemada, Gabriel Huecas, Santiago Pavón, and Joaquin Salvachúa", - title: - "La aplicación ISABEL: Actividades Educativas interactivas a través de Internet", - journal: "Bit", - year: "2008", - month: "1", - volume: "undefined", - pages: "40-42", - content: - "Quemada, J., Huecas, G., Pavón, S., & Salvachúa, J. (2008). La aplicación ISABEL: Actividades Educativas interactivas a través de Internet. Bit, 40–42.", - }, - { - date: [2008, 9], - category: "article-journal", - author: - "David Ruiz, Enrique Barra, Santiago Pavón, Carlos Cubo, and Jaime Castro", - title: - "Creación de una red superpuesta para el despliegue de servicios de colaboración.", - journal: "Libro de Ponencias de la VII Jornadas de Ingeniería Telemática", - year: "2008", - month: "9", - volume: "undefined", - pages: "undefined", - content: - "Ruiz, D., Barra, E., Pavón, S., Cubo, C., & Castro, J. (2008). Creación de una red superpuesta para el despliegue de servicios de colaboración. Libro de Ponencias de La VII Jornadas de Ingeniería Telemática.", - }, - { - date: [2008, 1], - category: "paper-conference", - author: - "Joaquin Salvachúa, Juan Quemada, Sandra Aguirre Herrera, Alberto Mozo, Antonio Dujo, Antonio Fumero, Isidro González, Juan Macho, Fernando Alcántara, Javier Cerviño Arriba, and Diego Moreno", - title: - "La plataforma iTecSoft: Un caso de colaboración inter-organizativa 2.0", - journal: "Actas de las XVIII Jornadas TELECOM I+D 2008", - year: "2008", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Salvachúa, J., Quemada, J., Aguirre Herrera, S., Mozo, A., Dujo, A., Fumero, A., González, I., Macho, J., Alcántara, F., Cerviño Arriba, J., & Moreno, D. (2008, January). La plataforma iTecSoft: Un caso de colaboración inter-organizativa 2.0. Actas de Las XVIII Jornadas TELECOM I+D 2008.", - }, - { - date: [2007, 1], - category: "article-journal", - author: "Pilar Díaz, Gabriel Huecas, Almudena García Manso, and J. Allende", - title: - "Metaheurísticas de optimización combinatoria: uso de Simulated Annealing para un problema de calendarización", - journal: "Tecnología y desarrollo", - year: "2007", - month: "1", - volume: "5", - pages: "undefined", - content: - "Díaz, P., Huecas, G., García Manso, A., & Allende, J. (2007). Metaheurísticas de optimización combinatoria: uso de Simulated Annealing para un problema de calendarización. Tecnología y Desarrollo, 5.", - }, - { - date: [2007, 10], - doi: "https://doi.org/10.1007/978-3-540-75869-3_15", - category: "paper-conference", - author: - "Daniel Morato, Javier Aracil, José Hernández, Sergio López-Buedo, Jorge Vergara Méndez, Pedro Reviriego, Gabriel Huecas, Santiago Pavón, and Juan Quemada", - title: - "A Quality of Service Assessment Technique for Large-Scale Management of Multimedia Flows", - journal: - "Real-Time Mobile Multimedia Services: 10th IFIP/IEEE International Conference on Management of Multimedia and Mobile Networks and Services, MMNS 2007", - year: "2007", - month: "10", - volume: "4787", - pages: "173-176", - content: - "Morato, D., Aracil, J., Hernández, J., López-Buedo, S., López de Vergara Méndez, J., Reviriego, P., Huecas, G., Pavón, S., & Quemada, J. (2007). A Quality of Service Assessment Technique for Large-Scale Management of Multimedia Flows. Real-Time Mobile Multimedia Services: 10th IFIP/IEEE International Conference on Management of Multimedia and Mobile Networks and Services, MMNS 2007, 4787, 173–176. https://doi.org/10.1007/978-3-540-75869-3_15", - }, - { - date: [2007, 1], - category: "book", - author: - "Joaquin Salvachúa, Alberto Mozo, Daniel Alvarino, Jesus Renero, and Jose Agundez", - title: - "Tangram: a robust and reliable directory system based on DHT algorithms", - journal: "undefined", - year: "2007", - month: "1", - volume: "undefined", - pages: "76-87", - content: - "Salvachúa, J., Mozo, A., Alvarino, D., Renero, J., & Agundez, J. (2007). Tangram: a robust and reliable directory system based on DHT algorithms (pp. 76–87).", - }, - { - date: [2006], - category: "article-journal", - author: - "Sandra Aguirre Herrera, Joaquin Salvachúa, Juan Quemada, Antonio Fumero, and Antonio Tapiador", - title: "Desarrollo de Titulaciones Conjuntas en los Sistemas de E-Learning", - journal: - "Proceedings of the 8th International Symposium on Computers in Education", - year: "2006", - month: "undefined", - volume: "undefined", - pages: "undefined", - content: - "Aguirre Herrera, S., Salvachúa, J., Quemada, J., Fumero, A., & Tapiador, A. (2006a). Desarrollo de Titulaciones Conjuntas en los Sistemas de E-Learning. Proceedings of the 8th International Symposium on Computers in Education.", - }, - { - date: [2006, 11], - doi: "https://doi.org/10.1109/COLCOM.2006.361839", - category: "article-journal", - author: - "Sandra Aguirre Herrera, Joaquin Salvachúa, Juan Quemada, Antonio Fumero, and Antonio Tapiador", - title: "Joint Degrees in E-Learning Systems: A Web Services Approach", - journal: "undefined", - year: "2006", - month: "11", - volume: "undefined", - pages: "undefined", - content: - "Aguirre Herrera, S., Salvachúa, J., Quemada, J., Fumero, A., & Tapiador, A. (2006b). Joint Degrees in E-Learning Systems: A Web Services Approach. https://doi.org/10.1109/COLCOM.2006.361839", - }, - { - date: [2006, 6], - doi: "https://doi.org/10.1109/ICE.2006.7477106", - category: "paper-conference", - author: - "Antonio Fumero, Sandra Aguirre Herrera, Antonio Tapiador, and Joaquin Salvachúa", - title: "Next-Generation Educational Web", - journal: - "Proceedings of the 2006 IEEE International Technology Management Conference (ICE)", - year: "2006", - month: "6", - volume: "undefined", - pages: "1-8", - content: - "Fumero, A., Aguirre Herrera, S., Tapiador, A., & Salvachúa, J. (2006). Next-Generation Educational Web. Proceedings of the 2006 IEEE International Technology Management Conference (ICE), 1–8. https://doi.org/10.1109/ICE.2006.7477106", - }, - { - date: [2006, 10], - doi: "https://doi.org/10.1109/P2P.2006.43", - category: "paper-conference", - author: "Alberto Mozo, and Joaquin Salvachúa", - title: - "Tag Indexed DHT for Scalable Search Infrastructure in Social Network Applications", - journal: "Actas de las XVIII Jornadas TELECOM I+D 2008", - year: "2006", - month: "10", - volume: "undefined", - pages: "77-78", - content: - "Mozo, A., & Salvachúa, J. (2006). Tag Indexed DHT for Scalable Search Infrastructure in Social Network Applications. Actas de Las XVIII Jornadas TELECOM I+D 2008, 77–78. https://doi.org/10.1109/P2P.2006.43", - }, - { - date: [2006, 11], - doi: "https://doi.org/10.1109/COLCOM.2006.361836", - category: "paper-conference", - author: - "Juan Quemada, Joaquin Salvachúa, Tomas Robles, Encarna Pastor, Santiago Pavón, and Gabriel Huecas", - title: - "A Collaborative Environment Integration Layer for Activity Orientation", - journal: - "Proceedings of the International Conference on Collaborative Computing: Networking, Applications and Worksharing", - year: "2006", - month: "11", - volume: "0", - pages: "undefined", - content: - "Quemada, J., Salvachúa, J., Robles, T., Pastor, E., Pavón, S., & Huecas, G. (2006). A Collaborative Environment Integration Layer for Activity Orientation. Proceedings of the International Conference on Collaborative Computing: Networking, Applications and Worksharing, 0. https://doi.org/10.1109/COLCOM.2006.361836", - }, - { - date: [2006, 1], - category: "article-journal", - author: - "Joaquin Salvachúa, Sandra Aguirre Herrera, Antonio Fumero, Antonio Tapiador, Alberto Mozo, and Juan Quemada", - title: "¿ Como puede ser el E-learning 2.0?", - journal: "undefined", - year: "2006", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Salvachúa, J., Aguirre Herrera, S., Fumero, A., Tapiador, A., Mozo, A., & Quemada, J. (2006). ¿ Como puede ser el E-learning 2.0?", - }, - { - date: [2006, 8], - doi: "https://doi.org/10.1109/ICALT.2006.1652431", - category: "paper-conference", - author: - "Bernd Simon, S. Sobernig, Fridolin Wild, Sandra Aguirre Herrera, Stefan Brantner, Peter Dolog, Gustaf Neumann, G. Huber, Tomaž Klobučar, S. Markus, Zoltan Miklos, Wolfgang Nejdl, D. Olmedilla, Joaquin Salvachúa, Michael Sintek, and T. Zillinger", - title: "Building Blocks for a Smart Space for Learning^TM", - journal: "Proceedings of the Advanced Learning Technologies", - year: "2006", - month: "8", - volume: "undefined", - pages: "309-313", - content: - "Simon, B., Sobernig, S., Wild, F., Aguirre Herrera, S., Brantner, S., Dolog, P., Neumann, G., Huber, G., Klobučar, T., Markus, S., Miklos, Z., Nejdl, W., Olmedilla, D., Salvachúa, J., Sintek, M., & Zillinger, T. (2006). Building Blocks for a Smart Space for Learning^TM. Proceedings of the Advanced Learning Technologies, 309–313. https://doi.org/10.1109/ICALT.2006.1652431", - }, - { - date: [2006, 11], - doi: "https://doi.org/10.1109/COLCOM.2006.361841", - category: "article-journal", - author: - "Antonio Tapiador, Antonio Fumero, Joaquin Salvachúa, and Sandra Aguirre Herrera", - title: "A Web Collaboration Architecture", - journal: - "International Conference on Collaborative Computing: Networking, Applications and Worksharing", - year: "2006", - month: "11", - volume: "0", - pages: "12", - content: - "Tapiador, A., Fumero, A., Salvachúa, J., & Aguirre Herrera, S. (2006). A Web Collaboration Architecture. International Conference on Collaborative Computing: Networking, Applications and Worksharing, 0, 12. https://doi.org/10.1109/COLCOM.2006.361841", - }, - { - date: [2005, 1], - category: "paper-conference", - author: - "Sandra Aguirre Herrera, Stefan Brantner, Gernot Hube, Sascha Markus, Zoltan Miklos, Alberto Mozo, Daniel Olmedilla, Joaquin Salvachúa, Bernd Simon, Stefan Sobernig, and Thomas Zillinger", - title: - "T.: Corner Stones of Semantic Interoperability Demonstrated in a Smart Space for Learning", - journal: "Proceedings of the 2nd European Semantic Web Conference", - year: "2005", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Aguirre Herrera, S., Brantner, S., Hube, G., Markus, S., Miklos, Z., Mozo, A., Olmedilla, D., Salvachúa, J., Simon, B., Sobernig, S., & Zillinger, T. (2005, January). T.: Corner Stones of Semantic Interoperability Demonstrated in a Smart Space for Learning. Proceedings of the 2nd European Semantic Web Conference.", - }, - { - date: [2005], - category: "article-journal", - author: - "Sandra Aguirre Herrera, Joaquin Salvachúa, Juan Quemada, and Alberto Mozo", - title: - "Uso del Web semántico para la interoperabilidad semántica de recursos educativos en Internet y redes P2P", - journal: "Proceedings of the XV Jornadas TELECOM I+D 2005", - year: "2005", - month: "undefined", - volume: "undefined", - pages: "undefined", - content: - "Aguirre Herrera, S., Salvachúa, J., Quemada, J., & Mozo, A. (2005). Uso del Web semántico para la interoperabilidad semántica de recursos educativos en Internet y redes P2P. Proceedings of the XV Jornadas TELECOM I+D 2005.", - }, - { - date: [2005, 6], - category: "book", - author: - "Gabriel Huecas, J. Allende, Baltasar Fernández-Manjón, Pilar Díaz, Antonio Reinoso, and Ricardo Sánchez-Cortés", - title: "Programación En Java 2. Serie Schaum", - journal: "undefined", - year: "2005", - month: "6", - volume: "undefined", - pages: "undefined", - content: - "Huecas, G., Allende, J., Fernández-Manjón, B., Díaz, P., Reinoso, A., & Sánchez-Cortés, R. (2005). Programación En Java 2. Serie Schaum.", - }, - { - date: [2005, 9], - category: "article-journal", - author: - "P. Miguel-Moro, Santiago Pavón, Rüdiger Geib, Eduardo Azañón-Teruel, Sandra Donaire-Arroyo, Aurora Ferrándiz-Cancio, Carlos Ralli Ucendo, Francisco Bueno, Ignacio Soto-Campos, María Calderón, Dirk Hugo, and Emmanuel Riou", - title: - "Monograph: IPv6 - More than A Protocol (published jointly with Novática*)", - journal: "undefined", - year: "2005", - month: "9", - volume: "undefined", - pages: "undefined", - content: - "Miguel-Moro, P., Pavón, S., Geib, R., Azañón-Teruel, E., Donaire-Arroyo, S., Ferrándiz-Cancio, A., Ralli Ucendo, C., Bueno, F., Soto-Campos, I., Calderón, M., Hugo, D., & Riou, E. (2005). Monograph: IPv6 - More than A Protocol (published jointly with Novática*).", - }, - { - date: [2005, 1], - doi: "https://doi.org/10.1109/COLCOM.2005.1651238", - category: "paper-conference", - author: - "Juan Quemada, Tomas Miguel, Santiago Pavón, Gabriel Huecas, Tomás Robles, Joaquin Salvachúa, Diego Ortiz, Vicente Sirvent, Fernando Escribano, and Javier Sedano", - title: - "Isabel: an application for real time collaboration with a flexible floor control.", - journal: - "Proceedings of the 1st International Conference on Collaborative Computing: Networking, Applications and Worksharing", - year: "2005", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Quemada, J., Miguel, T., Pavón, S., Huecas, G., Robles, T., Salvachúa, J., Ortiz, D., Sirvent, V., Escribano, F., & Sedano, J. (2005, January). Isabel: an application for real time collaboration with a flexible floor control. Proceedings of the 1st International Conference on Collaborative Computing: Networking, Applications and Worksharing. https://doi.org/10.1109/COLCOM.2005.1651238", - }, - { - date: [2005, 6], - doi: "https://doi.org/10.1007/11494881_15", - category: "paper-conference", - author: - "Alberto Verdejo, Narciso Martí-Oliet, Tomás Robles, Joaquin Salvachúa, Luis Díaz, and Bradley Margarita", - title: "Transforming Information in RDF to Rewriting Logic", - journal: - "Proceedings of the Formal Methods for Open Object-Based Distributed Systems, 7th IFIP WG 6.1 International Conference (FMOODS 2005)", - year: "2005", - month: "6", - volume: "3535", - pages: "227-242", - content: - "Verdejo, A., Martí-Oliet, N., Robles, T., Salvachúa, J., Díaz, L., & Margarita, B. (2005). Transforming Information in RDF to Rewriting Logic. Proceedings of the Formal Methods for Open Object-Based Distributed Systems, 7th IFIP WG 6.1 International Conference (FMOODS 2005), 3535, 227–242. https://doi.org/10.1007/11494881_15", - }, - { - date: [2004], - category: "article-journal", - author: - "Antonio García, Jose Rubio Guivernau, David Fernández, Juan Quemada, Mario Morelli, Mario Palet, and Antonio Gómez", - title: "Nuevo modelo de punto de intercambio de tráfico en IPv6", - journal: "RedIRIS: boletín de la Red Nacional de I+D RedIRIS", - year: "2004", - month: "undefined", - volume: "70–71", - pages: "69-74", - content: - "García, A., Rubio Guivernau, J., Fernández, D., Quemada, J., Morelli, M., Palet, M., & Gómez, A. (2004). Nuevo modelo de punto de intercambio de tráfico en IPv6. RedIRIS: Boletín de La Red Nacional de I+D RedIRIS, 70–71, 69–74.", - }, - { - date: [2004, 5], - category: "article-journal", - author: - "Partially Isaias, Juan Quemada, Gabriel Huecas, Tomas Miguel, Joaquin Salvachúa, Blanca Fernandez, Bernd Simon, Wirtshaftsuniversitt Wien, Katherine Maillet, and Effie Law", - title: "EducaNext: A Framework for Sharing Live Educational", - journal: "undefined", - year: "2004", - month: "5", - volume: "undefined", - pages: "undefined", - content: - "Isaias, P., Quemada, J., Huecas, G., Miguel, T., Salvachúa, J., Fernandez, B., Simon, B., Wien, W., Maillet, K., & Law, E. (2004). EducaNext: A Framework for Sharing Live Educational.", - }, - { - date: [2004, 9], - doi: "https://doi.org/10.1007/978-3-540-30232-2_3", - category: "paper-conference", - author: "and Juan Quemada", - title: - "Formal Description Techniques and Software Engineering: Some Reflections after 2 Decades of Research", - journal: - "Formal Techniques for Networked and Distributed Systems - FORTE 2004", - year: "2004", - month: "9", - volume: "undefined", - pages: "33-42", - content: - "Quemada, J. (2004). Formal Description Techniques and Software Engineering: Some Reflections after 2 Decades of Research. Formal Techniques for Networked and Distributed Systems - FORTE 2004, 33–42. https://doi.org/10.1007/978-3-540-30232-2_3", - }, - { - date: [2004, 1], - doi: "https://doi.org/10.1145/1013367.1013370", - category: "paper-conference", - author: - "Juan Quemada, Gabriel Huecas, Tomas Miguel, Joaquin Salvachúa, Blanca Fernandez, Bernd Simon, Katherine Maillet, and Efiie Lai-Cong", - title: - "EducaNext: A framework for sharing live educational resources with Isabel1", - journal: - "Proceedings of the Proceedings of the 13th international conference on World Wide Web - Alternate Track Papers & Posters, WWW 2004", - year: "2004", - month: "1", - volume: "undefined", - pages: "11-18", - content: - "Quemada, J., Huecas, G., Miguel, T., Salvachúa, J., Fernandez, B., Simon, B., Maillet, K., & Lai-Cong, E. (2004). EducaNext: A framework for sharing live educational resources with Isabel1. Proceedings of the Proceedings of the 13th International Conference on World Wide Web - Alternate Track Papers & Posters, WWW 2004, 11–18. https://doi.org/10.1145/1013367.1013370", - }, - { - date: [2004, 10], - doi: "https://doi.org/10.1007/978-3-540-30470-8_80", - category: "paper-conference", - author: "Germán Rivera, Bernd Simon, Juan Quemada, and Joaquin Salvachúa", - title: "Improving LOM-Based Interoperability of Learning Repositories", - journal: - "Proceedings of the On the Move to Meaningful Internet Systems 2004: OTM 2004 Workshops: OTM Confederated International Workshops and Posters, GADA, JTRES, MIOS, WORM, WOSE, PhDS, and INTEROP 2004", - year: "2004", - month: "10", - volume: "3292", - pages: "690-699", - content: - "Rivera, G., Simon, B., Quemada, J., & Salvachúa, J. (2004). Improving LOM-Based Interoperability of Learning Repositories. Proceedings of the On the Move to Meaningful Internet Systems 2004: OTM 2004 Workshops: OTM Confederated International Workshops and Posters, GADA, JTRES, MIOS, WORM, WOSE, PhDS, and INTEROP 2004, 3292, 690–699. https://doi.org/10.1007/978-3-540-30470-8_80", - }, - { - date: [2003, 1], - category: "article-journal", - author: "Juan Quemada, J.C. Gallego, and Gabriel Huecas", - title: "EducaNext: Un servicio de intercambio de recursos educativos", - journal: "RedIRIS: boletín de la Red Nacional de I+D RedIRIS", - year: "2003", - month: "1", - volume: "undefined", - pages: "80-83", - content: - "Quemada, J., Gallego, J. C., & Huecas, G. (2003). EducaNext: Un servicio de intercambio de recursos educativos. RedIRIS: Boletín de La Red Nacional de I+D RedIRIS, 80–83.", - }, - { - date: [2003, 2], - doi: "https://doi.org/10.1109/SAINTW.2003.1210156", - category: "paper-conference", - author: - "Juan Quemada, Tomas Miguel, E. Castro, Santiago Pavón, Gabriel Huecas, Tomas Robles, Joaquin Salvachúa, E. Apolinario, J. Sedano, and M.J. Perea", - title: - "Isabel distribution of the Madrid Global IPv6 Summit 2002 over an IPv6 transition network.", - journal: - "Proceedings of the 2003 Symposium on Applications and the Internet Workshops", - year: "2003", - month: "2", - volume: "undefined", - pages: "200-203", - content: - "Quemada, J., Miguel, T., Castro, E., Pavón, S., Huecas, G., Robles, T., Salvachúa, J., Apolinario, E., Sedano, J., & Perea, M. J. (2003). Isabel distribution of the Madrid Global IPv6 Summit 2002 over an IPv6 transition network. Proceedings of the 2003 Symposium on Applications and the Internet Workshops, 200–203. https://doi.org/10.1109/SAINTW.2003.1210156", - }, - { - date: [2003, 1], - doi: "https://doi.org/10.1007/978-94-017-1122-7_10", - category: "chapter", - author: - "Juan Quemada, Joaquin Salvachúa, Blanca Rodríguez, and Gabriel Huecas", - title: "Sharing Live Educational Resources in Universal with Isabel", - journal: "Computers and Education: Towards a Lifelong Learning Society", - year: "2003", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Quemada, J., Salvachúa, J., Rodríguez, B., & Huecas, G. (2003). Sharing Live Educational Resources in Universal with Isabel. In Computers and Education: Towards a Lifelong Learning Society. https://doi.org/10.1007/978-94-017-1122-7_10", - }, - { - date: [2003, 10], - category: "article-journal", - author: "Juan Quemada, and Bernd Simon", - title: - "A Use-Case Based Model for Learning Resources in Educational Mediators", - journal: "Educational Technology & Society", - year: "2003", - month: "10", - volume: "6", - pages: "undefined", - content: - "Quemada, J., & Simon, B. (2003). A Use-Case Based Model for Learning Resources in Educational Mediators. Educational Technology & Society, 6.", - }, - { - date: [2003, 6], - doi: "https://doi.org/10.1109/MIC.2003.1200300", - category: "article-journal", - author: "Tomas Robles, R. Ortiz, and Joaquin Salvachúa", - title: "Porting the session initiation protocol to IPv6", - journal: "Internet Computing, IEEE", - year: "2003", - month: "6", - volume: "7", - pages: "43-50", - content: - "Robles, T., Ortiz, R., & Salvachúa, J. (2003). Porting the session initiation protocol to IPv6. Internet Computing, IEEE, 7, 43–50. https://doi.org/10.1109/MIC.2003.1200300", - }, - { - date: [2003, 7], - doi: "https://doi.org/10.1007/978-1-4471-0327-1_4", - category: "article-journal", - author: - "Tomas Robles, Juan Quemada, Tomas Miguel, Santiago Pavón, Manuel Petit, Gabriel Huecas, Hector Velayos, Eva Castro, and Sistemas Telemticos", - title: "Distributed Global Conferences Over Heterogeneous Networks", - journal: - "Multimedia Internet Broadcasting: Quality, Technology and Interface", - year: "2003", - month: "7", - volume: "undefined", - pages: "53-72", - content: - "Robles, T., Quemada, J., Miguel, T., Pavón, S., Petit, M., Huecas, G., Velayos, H., Castro, E., & Telemticos, S. (2003). Distributed Global Conferences Over Heterogeneous Networks. Multimedia Internet Broadcasting: Quality, Technology and Interface, 53–72. https://doi.org/10.1007/978-1-4471-0327-1_4", - }, - { - date: [2003, 11], - category: "article-journal", - author: - "Joaquin Salvachúa, Gabriel Huecas, Tomas Robles, Blanca Rodríguez, Santiago Pavón, and Juan Quemada", - title: - "Definition of an advanced multimedia services description language using the Semantic Web", - journal: - "Proceedings of the 3rd International ANWIRE WORKSHOP on Adaptable Services", - year: "2003", - month: "11", - volume: "undefined", - pages: "undefined", - content: - "Salvachúa, J., Huecas, G., Robles, T., Rodríguez, B., Pavón, S., & Quemada, J. (2003). Definition of an advanced multimedia services description language using the Semantic Web. Proceedings of the 3rd International ANWIRE WORKSHOP on Adaptable Services.", - }, - { - date: [2003, 1], - category: "article-journal", - author: - "Bernd Simon, Zol An, Mikí Os, Wolfgang Nejdl, Michael Sintek, and Joaquin Salvachúa", - title: - "Smart space for learning: A mediation infrastructure for learning services", - journal: "WWW 2003", - year: "2003", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Simon, B., An, Z., Os, M., Nejdl, W., Sintek, M., & Salvachúa, J. (2003). Smart space for learning: A mediation infrastructure for learning services. WWW 2003.", - }, - { - date: [2003, 1], - category: "paper-conference", - author: - "Bernd Simon, Zoltan Miklos, Wolfgang Nejdl, Michael Sintek, and Joaquin Salvachúa", - title: "Elena: A Mediation Infrastructure for Educational Services", - journal: - "Proceedings of the Twelfth International World Wide Web Conference- Alternate Paper Tracks", - year: "2003", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Simon, B., Miklos, Z., Nejdl, W., Sintek, M., & Salvachúa, J. (2003, January). Elena: A Mediation Infrastructure for Educational Services. Proceedings of the Twelfth International World Wide Web Conference- Alternate Paper Tracks.", - }, - { - date: [2002, 1], - category: "article-journal", - author: "J. Salvachúa, Gabriel Huecas, B. Rodríguez, and Juan Quemada", - title: "Modelling a distributed multimedia conference with rdf", - journal: "undefined", - year: "2002", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Salvachúa, J., Huecas, G., Rodríguez, B., & Quemada, J. (2002). Modelling a distributed multimedia conference with rdf.", - }, - { - date: [2001, 1], - category: "article-journal", - author: "J. Allende, and Gabriel Huecas", - title: "Java 2 : Iniciación y Referencia", - journal: "undefined", - year: "2001", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Allende, J., & Huecas, G. (2001). Java 2 : Iniciación y Referencia.", - }, - { - date: [2001, 1], - category: "book", - author: "and Gabriel Huecas", - title: "Java 2 Iniciación y Referencia", - journal: "undefined", - year: "2001", - month: "1", - volume: "undefined", - pages: "undefined", - content: "Huecas, G. (2001). Java 2 Iniciación y Referencia.", - }, - { - date: [2001, 8], - category: "paper-conference", - author: - "Tomas Robles, Gabriel Huecas, Juan Quemada, Alberto Verdejo, and Luis Díaz", - title: "Process calculi: E-LOTOS", - journal: "Formal methods for distributed processing", - year: "2001", - month: "8", - volume: "undefined", - pages: "77-104", - content: - "Robles, T., Huecas, G., Quemada, J., Verdejo, A., & Díaz, L. (2001). Process calculi: E-LOTOS. Formal Methods for Distributed Processing, 77–104.", - }, - { - date: [2000, 1], - doi: "https://doi.org/10.1007/978-0-387-35532-0_7", - category: "paper-conference", - author: - "Tomás Robles, Héctor Munoz, Juan Quemada, Tomas Miguel, Santiago Pavón, Joaquin Salvachúa, Gabriel Huecas, Eva Castro, and Manuel Petit", - title: "Managing Distributed Conferences with ISABEL", - journal: - "Proceedings of the Managing QoS in Multimedia Networks and Services: IEEE / IFIP TC6", - year: "2000", - month: "1", - volume: "undefined", - pages: "89-101", - content: - "Robles, T., Munoz, H., Quemada, J., Miguel, T., Pavón, S., Salvachúa, J., Huecas, G., Castro, E., & Petit, M. (2000). Managing Distributed Conferences with ISABEL. Proceedings of the Managing QoS in Multimedia Networks and Services: IEEE / IFIP TC6, 89–101. https://doi.org/10.1007/978-0-387-35532-0_7", - }, - { - date: [1999, 10], - doi: "https://doi.org/10.1007/978-0-387-34892-6_15", - category: "article-journal", - author: "David Frutos Escrig, and Juan Quemada", - title: "Characterizing Termination in LOTOS via Testing", - journal: - "Protocol Specification, Testing and Verification XV: Proceedings of the Fifteenth IFIP WG6.1 International Symposium on Protocol Specification, Testing and Verification, Warsaw, Poland, June 1995", - year: "1999", - month: "10", - volume: "undefined", - pages: "237-250", - content: - "Frutos Escrig, D., & Quemada, J. (1999). Characterizing Termination in LOTOS via Testing. Protocol Specification, Testing and Verification XV: Proceedings of the Fifteenth IFIP WG6.1 International Symposium on Protocol Specification, Testing and Verification, Warsaw, Poland, June 1995, 237–250. https://doi.org/10.1007/978-0-387-34892-6_15", - }, - { - date: [1999], - category: "article-journal", - author: "Bernd Simon, and Juan Quemada", - title: "A Reflection of Metadata Standards based on Reference Scenarios", - journal: "Campus 2002", - year: "1999", - month: "undefined", - volume: "undefined", - pages: "241-250", - content: - "Simon, B., & Quemada, J. (1999). A Reflection of Metadata Standards based on Reference Scenarios. Campus 2002, 241–250.", - }, - { - date: [1998, 1], - doi: "https://doi.org/10.1007/978-0-387-35394-4_18", - category: "paper-conference", - author: "Gabriel Huecas, Tomás Robles, L. Gonzalez, and J. Serrano", - title: - "Development of a Validation System based on Formal Description Techniques: Application to an Ada Run Time System", - journal: - "Proceedings of the Joint International Conference onFormal Description Techniques and Protocol Specification, Testing and Verification: FORTE XI/PSTV XVIII'98 IFIP TC6 WG6.1", - year: "1998", - month: "1", - volume: "undefined", - pages: "283-307", - content: - "Huecas, G., Robles, T., Gonzalez, L., & Serrano, J. (1998). Development of a Validation System based on Formal Description Techniques: Application to an Ada Run Time System. Proceedings of the Joint International Conference onFormal Description Techniques and Protocol Specification, Testing and Verification: FORTE XI/PSTV XVIII’98 IFIP TC6 WG6.1, 283–307. https://doi.org/10.1007/978-0-387-35394-4_18", - }, - { - date: [1997, 1], - category: "paper-conference", - author: - "Manuel José Fernández Iglesias, Martín Llamas Nistal, Juan Burguillo, and Juan Quemada", - title: - "Un nuevo enfoque para la verificación de relaciones basadas en la bisimulación", - journal: - "Actas de las V Jornadas de Concurrencia: actas de las Quintas Jornadas de Concurrencia", - year: "1997", - month: "1", - volume: "undefined", - pages: "307-320", - content: - "Fernández Iglesias, M. J., Llamas Nistal, M., Burguillo, J., & Quemada, J. (1997). Un nuevo enfoque para la verificación de relaciones basadas en la bisimulación. Actas de Las V Jornadas de Concurrencia: Actas de Las Quintas Jornadas de Concurrencia, 307–320.", - }, - { - date: [1997, 1], - category: "article-journal", - author: - "David Larrabeiti, M. Agúndez, Arturo Azcorra, C. García, Juan Quemada, Tomas Miguel, and M. Petit", - title: - "Towards the integrated configuration and management of multicast teleconferences based on IP over ATM", - journal: "undefined", - year: "1997", - month: "1", - volume: "undefined", - pages: "undefined", - content: - "Larrabeiti, D., Agúndez, M., Azcorra, A., García, C., Quemada, J., Miguel, T., & Petit, M. (1997). Towards the integrated configuration and management of multicast teleconferences based on IP over ATM.", - }, - { - date: [1997, 1], - doi: "https://doi.org/10.1007/978-0-387-35271-8_8", - category: "paper-conference", - author: "Giovanny Lucero, and Juan Quemada", - title: "Specifying the ODP Trader: An Introduction to E-LOTOS", - journal: - "Formal Description Techniques and Protocol Specification, Testing and Verification: FORTE X / PSTV XVII '97", - year: "1997", - month: "1", - volume: "undefined", - pages: "127-142", - content: - "Lucero, G., & Quemada, J. (1997). Specifying the ODP Trader: An Introduction to E-LOTOS. Formal Description Techniques and Protocol Specification, Testing and Verification: FORTE X / PSTV XVII ’97, 127–142. https://doi.org/10.1007/978-0-387-35271-8_8", - }, - { - date: [1997, 5], - category: "article-journal", - author: - "Juan Quemada, Tomas Miguel, Arturo Azcorra, Santiago Pavón, Joaquin Salvachúa, Jose Moreno, Moreno Dit-upm, Pedro Luis Chas-Alonso, Carlos Acuña, Lidia Rodríguez, Vasco Lagarto, João Bastos, Francisco Fontes, and Jose Domingues", - title: "Abc'95: A Tele-Education Case Study", - journal: "undefined", - year: "1997", - month: "5", - volume: "undefined", - pages: "undefined", - content: - "Quemada, J., Miguel, T., Azcorra, A., Pavón, S., Salvachúa, J., Moreno, J., Dit-upm, M., Chas-Alonso, P. L., Acuña, C., Rodríguez, L., Lagarto, V., Bastos, J., Fontes, F., & Domingues, J. (1997). Abc’95: A Tele-Education Case Study.", - }, - { - date: [1997, 5], - doi: "https://doi.org/10.1007/3-540-58494-3_29", - category: "article-journal", - author: - "Juan Quemada, Tomas Miguel, Arturo Azcorra, Santiago Pavón, Joaquin Salvachúa, Manuel Petit, Pedro Luis Chas-Alonso, Carlos Acuña, Lidia Yamamoto, Vasco Lagarto, Joao Vastos, and Francisco Fontes", - title: - "ISABEL Experimental Distributed Multimedia Application Experiments over Broadband Networks", - journal: - "Multimedia: Advanced Teleservices and High-Speed Communication Architectures", - year: "1997", - month: "5", - volume: "undefined", - pages: "undefined", - content: - "Quemada, J., Miguel, T., Azcorra, A., Pavón, S., Salvachúa, J., Petit, M., Chas-Alonso, P. L., Acuña, C., Yamamoto, L., Lagarto, V., Vastos, J., & Fontes, F. (1997). ISABEL Experimental Distributed Multimedia Application Experiments over Broadband Networks. Multimedia: Advanced Teleservices and High-Speed Communication Architectures. https://doi.org/10.1007/3-540-58494-3_29", - }, - { - date: [1997, 5], - category: "article-journal", - author: - "Juan Quemada, Tomas Miguel, Arturo Azcorra, Santiago Pavón, Joaquin Salvachúa, Manuel Petit, David Larrabeiti, Tomas Robles, Gabriel Huecas, Daniel Rodríguez, Fernando Echevarrieta, and Eva Castro", - title: - "Tele-service Creation with ISABEL in Heterogeneous Network Environments", - journal: "undefined", - year: "1997", - month: "5", - volume: "undefined", - pages: "undefined", - content: - "Quemada, J., Miguel, T., Azcorra, A., Pavón, S., Salvachúa, J., Petit, M., Larrabeiti, D., Robles, T., Huecas, G., Rodríguez, D., Echevarrieta, F., & Castro, E. (1997). Tele-service Creation with ISABEL in Heterogeneous Network Environments.", - }, - { - date: [1997, 5], - category: "article-journal", - author: - "Juan Quemada, Tomas Miguel, Arturo Azcorra, Santiago Pavón, Joaquin Salvachúa, Manuel Petit, Jose Moreno, Moreno Dit-upm, Pedro Luis Chas-Alonso, Carlos Acuña, Lidia Rodríguez, Vasco Lagarto, João Bastos, Francisco Fontes, and Jose Domingues", - title: "Tele-Education Experiences With The Isabel Application", - journal: "undefined", - year: "1997", - month: "5", - volume: "undefined", - pages: "undefined", - content: - "Quemada, J., Miguel, T., Azcorra, A., Pavón, S., Salvachúa, J., Petit, M., Moreno, J., Dit-upm, M., Chas-Alonso, P. L., Acuña, C., Rodríguez, L., Lagarto, V., Bastos, J., Fontes, F., & Domingues, J. (1997). Tele-Education Experiences With The Isabel Application.", - }, - { - date: [1996, 1], - doi: "https://doi.org/10.1007/978-0-387-35079-0_31", - category: "paper-conference", - author: "David Larrabeiti, Juan Quemada, and Santiago Pavón", - title: "From LOTOS to Petri Nets through Iexpansion", - journal: - "Proceedings of the Fourth International Conference on Formal Description Techniques: Theory, application and tools", - year: "1996", - month: "1", - volume: "undefined", - pages: "485-500", - content: - "Larrabeiti, D., Quemada, J., & Pavón, S. (1996). From LOTOS to Petri Nets through Iexpansion. Proceedings of the Fourth International Conference on Formal Description Techniques: Theory, Application and Tools, 485–500. https://doi.org/10.1007/978-0-387-35079-0_31", - }, - { - date: [1996, 1], - doi: "https://doi.org/10.1007/978-0-387-35079-0_22", - category: "paper-conference", - author: - "Martín Llamas Nistal, Juan Quemada, and Manuel José Fernández Iglesias", - title: "Direct Verification of Bisimulations", - journal: "Formal Description Techniques IX: Theory, application and tools", - year: "1996", - month: "1", - volume: "undefined", - pages: "349-363", - content: - "Llamas Nistal, M., Quemada, J., & Fernández Iglesias, M. J. (1996). Direct Verification of Bisimulations. Formal Description Techniques IX: Theory, Application and Tools, 349–363. https://doi.org/10.1007/978-0-387-35079-0_22", - }, - { - date: [1996, 1], - doi: "https://doi.org/10.1007/BFb0020854", - category: "paper-conference", - author: - "Juan Quemada, Tomas Miguel, Arturo Azcorra, Santiago Pavón, Joaquin Salvachúa, Manuel Petit, David Larrabeiti, Tomás Robles, and Gabriel Huecas", - title: "ISABEL: A CSCW application for the distribution of events", - journal: "Multimedia Telecommunications and Applications", - year: "1996", - month: "1", - volume: "undefined", - pages: "137-153", - content: - "Quemada, J., Miguel, T., Azcorra, A., Pavón, S., Salvachúa, J., Petit, M., Larrabeiti, D., Robles, T., & Huecas, G. (1996). ISABEL: A CSCW application for the distribution of events. Multimedia Telecommunications and Applications, 137–153. https://doi.org/10.1007/BFb0020854", - }, - { - date: [1996, 6], - category: "article-journal", - author: "Gualberto Rabay, and Juan Quemada", - title: "TE-LOLA: A timed LOLA protocategory", - journal: - "Proceedings of the International Workshop on applied Formal Methods", - year: "1996", - month: "6", - volume: "undefined", - pages: "85-95", - content: - "Rabay, G., & Quemada, J. (1996). TE-LOLA: A timed LOLA protocategory. Proceedings of the International Workshop on Applied Formal Methods, 85–95.", - }, - { - date: [1995, 12], - category: "article-journal", - author: - "F. Catalán, I.M. González, Gabriel Huecas, J. Miguel, and M.L. Sánchez", - title: "Conformance Testing on Complex Systems Using Lotos", - journal: "On-board Real-time Software - ISOBRTS", - year: "1995", - month: "12", - volume: "375", - pages: "163", - content: - "Catalán, F., González, I. M., Huecas, G., Miguel, J., & Sánchez, M. L. (1995). Conformance Testing on Complex Systems Using Lotos. On-Board Real-Time Software - ISOBRTS, 375, 163.", - }, - { - date: [1995, 5], - category: "article-journal", - author: - "Luc Léonard, Guy Leduc, David Frutos Escrig, Luis Díaz, Carlos Nieto, Juan Quemada, and Gualberto Rabay", - title: "Belgian-Spanish Proposal for a Time Extended LOTOS", - journal: "undefined", - year: "1995", - month: "5", - volume: "undefined", - pages: "undefined", - content: - "Léonard, L., Leduc, G., Frutos Escrig, D., Díaz, L., Nieto, C., Quemada, J., & Rabay, G. (1995). Belgian-Spanish Proposal for a Time Extended LOTOS.", - }, - { - date: [1995, 9], - category: "chapter", - author: - "Luc Léonard, Guy Leduc, Carlos Nieto, Juan Quemada, Gualberto Rabay, David Frutos Escrig, and Luis Díaz", - title: "Time Extended LOTOS", - journal: "Real-time Systems: Modeling, Design, and Applications", - year: "1995", - month: "9", - volume: "8", - pages: "253-260", - content: - "Léonard, L., Leduc, G., Nieto, C., Quemada, J., Rabay, G., Frutos Escrig, D., & Díaz, L. (1995). Time Extended LOTOS. In Real-time Systems: Modeling, Design, and Applications (Vol. 8, pp. 253–260).", - }, - { - date: [1995, 1], - doi: "https://doi.org/10.1007/978-1-4615-2203-4_12", - category: "chapter", - author: "Tomas Miguel, Arturo Azcorra, Juan Quemada, and Jose Manas", - title: "A Pragmatic Approach to Verification, Validation and Compilation", - journal: "LOTOSphere: Software Development with LOTOS", - year: "1995", - month: "1", - volume: "undefined", - pages: "235-253", - content: - "Miguel, T., Azcorra, A., Quemada, J., & Manas, J. (1995). A Pragmatic Approach to Verification, Validation and Compilation. In LOTOSphere: Software Development with LOTOS (pp. 235–253). https://doi.org/10.1007/978-1-4615-2203-4_12", - }, - { - date: [1995, 1], - doi: "https://doi.org/10.1007/978-1-4615-2203-4_2", - category: "chapter", - author: "Juan Quemada, Arturo Azcorra, and Santiago Pavón", - title: "The Lotosphere Design Methodology", - journal: "LOTOSphere: Software Development with LOTOS", - year: "1995", - month: "1", - volume: "undefined", - pages: "29-58", - content: - "Quemada, J., Azcorra, A., & Pavón, S. (1995). The Lotosphere Design Methodology. In LOTOSphere: Software Development with LOTOS (pp. 29–58). https://doi.org/10.1007/978-1-4615-2203-4_2", - }, - { - date: [1994, 1], - category: "paper-conference", - author: - "Martín Llamas Nistal, Manuel José Fernández Iglesias, and Juan Quemada", - title: "Normalización de expresiones LOTOs bajo equivalencia de prueba", - journal: - "Proceedings of the IX Simposium Nacional: Las Palmas de Gran Canaria", - year: "1994", - month: "1", - volume: "undefined", - pages: "1174-1178", - content: - "Llamas Nistal, M., Fernández Iglesias, M. J., & Quemada, J. (1994). Normalización de expresiones LOTOs bajo equivalencia de prueba. Proceedings of the IX Simposium Nacional: Las Palmas de Gran Canaria, 1174–1178.", - }, - { - date: [1994, 1], - doi: "https://doi.org/10.1142/9789812831583_0009", - category: "article-journal", - author: "Juan Quemada, Carlos Nieto, David Frutos Escrig, and Luis Díaz", - title: "A timed LOTOS extension", - journal: "Theories and Experiences for Real-Time System Development", - year: "1994", - month: "1", - volume: "2", - pages: "239-363", - content: - "Quemada, J., Nieto, C., Frutos Escrig, D., & Díaz, L. (1994). A timed LOTOS extension. Theories and Experiences for Real-Time System Development, 2, 239–363. https://doi.org/10.1142/9789812831583_0009", - }, - { - date: [1993, 9], - category: "article-journal", - author: - "J. Matins, T. Miquel, Tomas Robles, Joaquin Salvachúa, Gabriel Huecas, and M. Veiga", - title: "Topo: quick reference auxiliary toolswversion 3r2", - journal: "Boletín de la Red Nacional de I+D RedIRIS", - year: "1993", - month: "9", - volume: "66-67", - pages: "undefined", - content: - "Matins, J., Miquel, T., Robles, T., Salvachúa, J., Huecas, G., & Veiga, M. (1993). Topo: quick reference auxiliary toolswversion 3r2. Boletín de La Red Nacional de I+D RedIRIS, 66–67.", - }, - { - date: [1993, 2], - doi: "https://doi.org/10.1016/0169-7552(93)90044-5", - category: "article-journal", - author: "and Juan Quemada", - title: "On tools for FDTs", - journal: "Computer Networks and ISDN Systems", - year: "1993", - month: "2", - volume: "25", - pages: "719-721", - content: - "Quemada, J. (1993). On tools for FDTs. Computer Networks and ISDN Systems, 25, 719–721. https://doi.org/10.1016/0169-7552(93)90044-5", - }, - { - date: [1993, 5], - doi: "https://doi.org/10.1007/BF01211556", - category: "article-journal", - author: "Juan Quemada, David Frutos Escrig, and Arturo Azcorra", - title: "TIC: A timed calculus", - journal: "Formal Asp. Comput.", - year: "1993", - month: "5", - volume: "5", - pages: "224-252", - content: - "Quemada, J., Frutos Escrig, D., & Azcorra, A. (1993). TIC: A timed calculus. Formal Asp. Comput., 5, 224–252. https://doi.org/10.1007/BF01211556", - }, - { - date: [1993, 1], - category: "paper-conference", - author: "Juan Quemada, David Larrabeiti, and Santiago Pavón", - title: - "Compressing the State Space Representation of LOTOS Specifications.", - journal: - "Proceedings of the IFIP TC6/WG6.1 Sixth International Conference on Formal Description Techniques - FORTE '93", - year: "1993", - month: "1", - volume: "undefined", - pages: "19-34", - content: - "Quemada, J., Larrabeiti, D., & Pavón, S. (1993). Compressing the State Space Representation of LOTOS Specifications. Proceedings of the IFIP TC6/WG6.1 Sixth International Conference on Formal Description Techniques - FORTE ’93, 19–34.", - }, - { - date: [1992, 12], - doi: "https://doi.org/10.1016/B978-0-444-89874-6.50018-0", - category: "paper-conference", - author: "Angel Fernandez, Carlos Nieto, Leon Vidaller, and Juan Quemada", - title: "Development of Satellite Communication Networks Based on LOTOS", - journal: - "Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification", - year: "1992", - month: "12", - volume: "undefined", - pages: "179-192", - content: - "Fernandez, A., Nieto, C., Vidaller, L., & Quemada, J. (1992). Development of Satellite Communication Networks Based on LOTOS. Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification, 179–192. https://doi.org/10.1016/B978-0-444-89874-6.50018-0", - }, - { - date: [1992, 12], - doi: "https://doi.org/10.1016/B978-0-444-89402-1.50039-4", - category: "chapter", - author: "Jose Manas, and Joaquin Salvachúa", - title: "Λβ: a Virtual LOTOS Machine", - journal: "Formal Description Techniques, IV", - year: "1992", - month: "12", - volume: "undefined", - pages: "441-456", - content: - "Manas, J., & Salvachúa, J. (1992). Λβ: a Virtual LOTOS Machine. In Formal Description Techniques, IV (pp. 441–456). https://doi.org/10.1016/B978-0-444-89402-1.50039-4", - }, - { - date: [1992, 12], - doi: "https://doi.org/10.1016/B978-0-444-89874-6.50012-X", - category: "paper-conference", - author: "Juan Quemada, and Arturo Azcorra", - title: "Structuring Protocols using Exceptions in a LOTOS Extension", - journal: - "Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification", - year: "1992", - month: "12", - volume: "undefined", - pages: "81-96", - content: - "Quemada, J., & Azcorra, A. (1992). Structuring Protocols using Exceptions in a LOTOS Extension. Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification, 81–96. https://doi.org/10.1016/B978-0-444-89874-6.50012-X", - }, - { - date: [1992, 1], - category: "paper-conference", - author: "Tomás Robles, Jose Manas, and Gabriel Huecas", - title: "Specification and Derivation of OSI Conformance Test Suites", - journal: - "Proceedings of the IFIP TC6/WG6.1 Fifth International Workshop on Protocol Test Systems V", - year: "1992", - month: "1", - volume: "undefined", - pages: "177-188", - content: - "Robles, T., Manas, J., & Huecas, G. (1992). Specification and Derivation of OSI Conformance Test Suites. Proceedings of the IFIP TC6/WG6.1 Fifth International Workshop on Protocol Test Systems V, 177–188.", - }, - { - date: [1991, 6], - doi: "https://doi.org/10.1109/MELCON.1991.161891", - category: "paper-conference", - author: "Gabriel Huecas, J.L. Mariz, J. Vinyes, and Enrique Vázquez", - title: - "Specification of an ISDN Q.931 protocol entity using the LOTOS formal description technique", - journal: "Proceedings of the 6th Mediterranean Electrotechnical Conference", - year: "1991", - month: "6", - volume: "undefined", - pages: "522-525 vol.1", - content: - "Huecas, G., Mariz, J. L., Vinyes, J., & Vázquez, E. (1991). Specification of an ISDN Q.931 protocol entity using the LOTOS formal description technique. Proceedings of the 6th Mediterranean Electrotechnical Conference, 522–525 vol.1. https://doi.org/10.1109/MELCON.1991.161891", - }, - { - date: [1991, 1], - category: "paper-conference", - author: "Jose Manas, and Joaquin Salvachúa", - title: "Lambda-beta: A Virtual LOTOS Machine.", - journal: - "Proceedings of the IFIP TC6/WG6.1 Fourth International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols, FORTE '91", - year: "1991", - month: "1", - volume: "undefined", - pages: "441-456", - content: - "Manas, J., & Salvachúa, J. (1991). Lambda-beta: A Virtual LOTOS Machine. Proceedings of the IFIP TC6/WG6.1 Fourth International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols, FORTE ’91, 441–456.", - }, - { - date: [1991, 1], - doi: "https://doi.org/10.1016/B978-0-444-89402-1.50042-4", - category: "paper-conference", - author: "Jose Manas, Joaquin Salvachúa, and Tomas Miguel", - title: - "Tool Demonstration: A Cross Compiling Experiment: a PC Implementation of a LOTOS Spec", - journal: - "Proceedings of the IFIP TC6/WG6.1 Fourth International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols, FORTE '91", - year: "1991", - month: "1", - volume: "undefined", - pages: "467-470", - content: - "Manas, J., Salvachúa, J., & Miguel, T. (1991). Tool Demonstration: A Cross Compiling Experiment: a PC Implementation of a LOTOS Spec. Proceedings of the IFIP TC6/WG6.1 Fourth International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols, FORTE ’91, 467–470. https://doi.org/10.1016/B978-0-444-89402-1.50042-4", - }, - { - date: [1991, 11], - doi: "https://doi.org/10.1016/B978-0-444-89402-1.50030-8", - category: "paper-conference", - author: - "Santiago Pavón, M. Hulström, Juan Quemada, David Frutos Escrig, and Y. Ortega", - title: "Inverse Expansion.", - journal: - "Proceedings of the Fourth International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols (FORTE)", - year: "1991", - month: "11", - volume: "undefined", - pages: "297-312", - content: - "Pavón, S., Hulström, M., Quemada, J., Frutos Escrig, D., & Ortega, Y. (1991). Inverse Expansion. Proceedings of the Fourth International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols (FORTE), 297–312. https://doi.org/10.1016/B978-0-444-89402-1.50030-8", - }, - { - date: [1991, 1], - category: "paper-conference", - author: "and Juan Quemada", - title: - "Compressed State Space Representation in LOTOS with the Interleaved Expansion", - journal: - "Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification", - year: "1991", - month: "1", - volume: "undefined", - pages: "19-35", - content: - "Quemada, J. (1991). Compressed State Space Representation in LOTOS with the Interleaved Expansion. Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification, 19–35.", - }, - { - date: [1990, 1], - category: "paper-conference", - author: "Tomas Miguel, Tomás Robles, Joaquin Salvachúa, and Arturo Azcorra", - title: "The SRTS Experience: Using TOPO for LOTOS Design and Realization.", - journal: - "Proceedings of the IFIP TC6/WG6.1 Third International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols, FORTE '90", - year: "1990", - month: "1", - volume: "undefined", - pages: "383-394", - content: - "Miguel, T., Robles, T., Salvachúa, J., & Azcorra, A. (1990). The SRTS Experience: Using TOPO for LOTOS Design and Realization. Proceedings of the IFIP TC6/WG6.1 Third International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols, FORTE ’90, 383–394.", - }, - { - date: [1990, 1], - category: "paper-conference", - author: "Santiago Pavón, and Martín Llamas Nistal", - title: "The Testing Functionalities of LOLA.", - journal: - "Proceedings of the IFIP TC6/WG6.1 Third International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols: Formal Description Techniques, III", - year: "1990", - month: "1", - volume: "undefined", - pages: "559-562", - content: - "Pavón, S., & Llamas Nistal, M. (1990). The Testing Functionalities of LOLA. Proceedings of the IFIP TC6/WG6.1 Third International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols: Formal Description Techniques, III, 559–562.", - }, - { - date: [1989, 1], - category: "paper-conference", - author: "Juan Quemada, Arturo Azcorra, and David Frutos Escrig", - title: "TIC: A Timed Calculus for LOTOS.", - journal: - "Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification", - year: "1989", - month: "1", - volume: "undefined", - pages: "195-209", - content: - "Quemada, J., Azcorra, A., & Frutos Escrig, D. (1989). TIC: A Timed Calculus for LOTOS. Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification, 195–209.", - }, - { - date: [1989, 1], - doi: "https://doi.org/10.1007/3-540-52148-8_25", - category: "paper-conference", - author: "Juan Quemada, Santiago Pavón, and Angel Fernandez", - title: "State Exploration by Transformation with LOLA.", - journal: "Automatic Verification Methods for Finite State Systems", - year: "1989", - month: "1", - volume: "undefined", - pages: "294-302", - content: - "Quemada, J., Pavón, S., & Fernandez, A. (1989). State Exploration by Transformation with LOLA. Automatic Verification Methods for Finite State Systems, 294–302. https://doi.org/10.1007/3-540-52148-8_25", - }, - { - date: [1988, 12], - doi: "https://doi.org/10.1016/0066-4138(88)90002-X", - category: "article-journal", - author: "Angel Fernandez, Juan Quemada, Leon Vidaller, and Carlos Nieto", - title: "LOTOS based derivation methodology in the PRODAT project", - journal: "Annual Review in Automatic Programming", - year: "1988", - month: "12", - volume: "14", - pages: "7-13", - content: - "Fernandez, A., Quemada, J., Vidaller, L., & Nieto, C. (1988). LOTOS based derivation methodology in the PRODAT project. Annual Review in Automatic Programming, 14, 7–13. https://doi.org/10.1016/0066-4138(88)90002-X", - }, - { - date: [1988, 9], - category: "paper-conference", - author: "Juan Quemada, Santiago Pavón, and Angel Fernandez", - title: - "Transforming LOTOS Specifications with LOLA - The Parameterised Expansion.", - journal: - "Proceedings of the First International Conference on Formal Description Techniques", - year: "1988", - month: "9", - volume: "undefined", - pages: "45-54", - content: - "Quemada, J., Pavón, S., & Fernandez, A. (1988). Transforming LOTOS Specifications with LOLA - The Parameterised Expansion. Proceedings of the First International Conference on Formal Description Techniques, 45–54.", - }, - { - date: [1987, 1], - category: "paper-conference", - author: "Juan Quemada, and Angel Fernandez", - title: "Introduction of Quantitative Relative Time into LOTOS.", - journal: - "Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification", - year: "1987", - month: "1", - volume: "undefined", - pages: "105-121", - content: - "Quemada, J., & Fernandez, A. (1987). Introduction of Quantitative Relative Time into LOTOS. Proceedings of the IFIP TC6/WG6.1 Twelth International Symposium on Protocol Specification, Testing and Verification, 105–121.", - }, - { - date: [1983, 9], - doi: "https://doi.org/10.1016/0165-6074(83)90188-6", - category: "article-journal", - author: "J. Vinyes, Juan Quemada, and Angel Fernandez", - title: "A building access control system with alarm monitoring", - journal: "Microprocessing and Microprogramming", - year: "1983", - month: "9", - volume: "12", - pages: "111-114", - content: - "Vinyes, J., Quemada, J., & Fernandez, A. (1983). A building access control system with alarm monitoring. Microprocessing and Microprogramming, 12(2), 111–114. https://doi.org/10.1016/0165-6074(83)90188-6", - }, - { - date: [1981, 11], - category: "paper-conference", - author: "Juan Quemada, and Juan García", - title: - "A 16-Channel Cassette Recorder and Telephone Transmitter with CRT Based Display for Clinical EEG 1", - journal: - "Proceedings of the Annual Symposium on Computer Application in Medical Care", - year: "1981", - month: "11", - volume: "undefined", - pages: "1104-1107", - content: - "Quemada, J., & García, J. (1981). A 16-Channel Cassette Recorder and Telephone Transmitter with CRT Based Display for Clinical EEG 1. Proceedings of the Annual Symposium on Computer Application in Medical Care, 1104–1107.", - }, + "date": [2024], + "doi": "https://doi.org/10.1109/MIC.2024.3341234", + "category": "article-journal", + "author": "Ana Pérez, Miguel Torres, Luisa Sánchez, Roberto García, and Elena Flores", + "title": "Integrating AI into Educational Platforms: Challenges and Opportunities", + "journal": "IEEE Internet Computing", + "year": "2024", + "month": "2", + "volume": "29", + "pages": "8-15", + "content": "Pérez, A., Torres, M., Sánchez, L., García, R., & Flores, E. (2024). Integrating AI into Educational Platforms: Challenges and Opportunities. IEEE Internet Computing, 29, 8–15. https://doi.org/10.1109/MIC.2024.3341234" + }, + { + "date": [2023], + "doi": "https://doi.org/10.1109/MIC.2023.3321123", + "category": "article-journal", + "author": "Carlos Gómez, Laura Martínez, and José Herrera", + "title": "Blockchain Technologies in E-learning Systems", + "journal": "IEEE Transactions on Learning Technologies", + "year": "2023", + "month": "11", + "volume": "31", + "pages": "32-40", + "content": "Gómez, C., Martínez, L., & Herrera, J. (2023). Blockchain Technologies in E-learning Systems. IEEE Transactions on Learning Technologies, 31, 32–40. https://doi.org/10.1109/MIC.2023.3321123" + }, + { + "date": [2022], + "doi": "https://doi.org/10.1109/MIC.2022.3315456", + "category": "article-journal", + "author": "Marta López, Javier Ruiz, and Ana Morales", + "title": "Exploring Virtual Reality in Remote Education Environments", + "journal": "IEEE Access", + "year": "2022", + "month": "9", + "volume": "34", + "pages": "21-29", + "content": "López, M., Ruiz, J., & Morales, A. (2022). Exploring Virtual Reality in Remote Education Environments. IEEE Access, 34, 21–29. https://doi.org/10.1109/MIC.2022.3315456" + }, + { + "date": [2024], + "doi": "https://doi.org/10.1109/MIC.2024.3349788", + "category": "article-journal", + "author": "Luis Fernández, Pablo Castillo, and Isabel García", + "title": "A Comparative Study of Cloud Computing Platforms for Educational Use", + "journal": "IEEE Cloud Computing", + "year": "2024", + "month": "3", + "volume": "12", + "pages": "101-110", + "content": "Fernández, L., Castillo, P., & García, I. (2024). A Comparative Study of Cloud Computing Platforms for Educational Use. IEEE Cloud Computing, 12, 101–110. https://doi.org/10.1109/MIC.2024.3349788" + }, + { + "date": [2023], + "doi": "https://doi.org/10.1109/MIC.2023.3332020", + "category": "article-journal", + "author": "María Navarro, Tomás Pérez, and Carmen Ruiz", + "title": "Data Analytics in Educational Applications: Insights and Future Directions", + "journal": "IEEE Internet of Things Journal", + "year": "2023", + "month": "10", + "volume": "17", + "pages": "45-53", + "content": "Navarro, M., Pérez, T., & Ruiz, C. (2023). Data Analytics in Educational Applications: Insights and Future Directions. IEEE Internet of Things Journal, 17, 45–53. https://doi.org/10.1109/MIC.2023.3332020" + }, + { + "date": [2021], + "doi": "https://doi.org/10.1109/MIC.2021.3313456", + "category": "article-journal", + "author": "David Jiménez, Beatriz Romero, and Juan Ortega", + "title": "Machine Learning Techniques for Adaptive E-learning Systems", + "journal": "IEEE Transactions on Education", + "year": "2021", + "month": "5", + "volume": "27", + "pages": "77-85", + "content": "Jiménez, D., Romero, B., & Ortega, J. (2021). Machine Learning Techniques for Adaptive E-learning Systems. IEEE Transactions on Education, 27, 77–85. https://doi.org/10.1109/MIC.2021.3313456" + }, + { + "date": [2024], + "doi": "https://doi.org/10.1109/MIC.2024.3350123", + "category": "article-journal", + "author": "Jorge Álvarez, Marta Herrera, and Diego Velasco", + "title": "Enhancing Student Engagement Through Augmented Reality", + "journal": "IEEE Computer Graphics and Applications", + "year": "2024", + "month": "4", + "volume": "15", + "pages": "22-30", + "content": "Álvarez, J., Herrera, M., & Velasco, D. (2024). Enhancing Student Engagement Through Augmented Reality. IEEE Computer Graphics and Applications, 15, 22–30. https://doi.org/10.1109/MIC.2024.3350123" + }, + { + "date": [2022], + "doi": "https://doi.org/10.1109/MIC.2022.3315678", + "category": "article-journal", + "author": "Pedro García, Inés Muñoz, and Carlos Sánchez", + "title": "Cybersecurity Education Using Gamified Simulations", + "journal": "IEEE Security & Privacy", + "year": "2022", + "month": "6", + "volume": "19", + "pages": "65-72", + "content": "García, P., Muñoz, I., & Sánchez, C. (2022). Cybersecurity Education Using Gamified Simulations. IEEE Security & Privacy, 19, 65–72. https://doi.org/10.1109/MIC.2022.3315678" + }, + { + "date": [2021], + "doi": "https://doi.org/10.1109/MIC.2021.3304447", + "category": "article-journal", + "author": "Carmen López, Francisco Varela, and Silvia Gómez", + "title": "Hybrid Learning Models: Combining In-Person and Virtual Classes", + "journal": "IEEE Education Society", + "year": "2021", + "month": "8", + "volume": "10", + "pages": "38-45", + "content": "López, C., Varela, F., & Gómez, S. (2021). Hybrid Learning Models: Combining In-Person and Virtual Classes. IEEE Education Society, 10, 38–45. https://doi.org/10.1109/MIC.2021.3304447" + }, + { + "date": [2024], + "doi": "https://doi.org/10.1109/MIC.2024.3356789", + "category": "article-journal", + "author": "Laura Hernández, Daniel Pérez, and Oscar Santos", + "title": "Personalized Learning Pathways Using Artificial Intelligence", + "journal": "IEEE Artificial Intelligence", + "year": "2024", + "month": "5", + "volume": "21", + "pages": "16-23", + "content": "Hernández, L., Pérez, D., & Santos, O. (2024). Personalized Learning Pathways Using Artificial Intelligence. IEEE Artificial Intelligence, 21, 16–23. https://doi.org/10.1109/MIC.2024.3356789" + }, { + "date": [2023], + "doi": "https://doi.org/10.1109/MIC.2023.3339988", + "category": "article-journal", + "author": "Federico Ramos, Lucía Vega, and Sara Morales", + "title": "Data Privacy Issues in Online Education Platforms", + "journal": "IEEE Privacy & Security", + "year": "2023", + "month": "11", + "volume": "31", + "pages": "32-40", + "content": "Gómez, C., Martínez, L., & Herrera, J. (2023). Blockchain Technologies in E-learning Systems. IEEE Transactions on Learning Technologies, 31, 32–40. https://doi.org/10.1109/MIC.2023.3321123" + } ]; const newAttribute = "stroke"; diff --git a/placeholder-constants/tools.js b/placeholder-constants/tools.js index 5b906f8..6cf4d1d 100644 --- a/placeholder-constants/tools.js +++ b/placeholder-constants/tools.js @@ -1,77 +1,138 @@ export const mytools = [ { - img: "/assets/img/logos/sgame.svg", - route: "https://sgame.etsisi.upm.es/", - title: "SGAME", - description: "descripciónde la herramienta", - translationKey: "tools.toolCards.description.1", - github: "https://github.com/CyberAula/sgame_platform", - key:"1", + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "SGAME", + "description": "descripciónde la herramienta", + "translationKey": "tools.toolCards.description.1", + "github": "https://github.com/CyberAula/sgame_platform", + "key": "1" }, { - img: "/assets/img/logos/escapp.svg", - route: "https://escape.dit.upm.es/", - title: "Educational Escape Rooms", - description: "descripciónde la herramienta", - translationKey: "tools.toolCards.description.2", - github: "https://github.com/ging/escapp", - key:"2", + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "CyberSim", + "description": "Simulación de ciberseguridad educativa", + "translationKey": "tools.toolCards.description.2", + "github": "https://github.com/CyberAula/cybersim_platform", + "key": "2" }, { - img: "/assets/img/logos/school.svg", - route: "https://cyberaula.github.io/quiz-converter/", - title: "QUIZ converter", - description: "descripciónde la herramienta", - translationKey: "tools.toolCards.description.3", - github: "https://github.com/CyberAula/quiz-converter", - key:"3", - + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "DataLearn", + "description": "Plataforma para el aprendizaje de análisis de datos", + "translationKey": "tools.toolCards.description.3", + "github": "https://github.com/CyberAula/datalearn_platform", + "key": "3" }, { - img: "/assets/img/logos/school.svg", - route: "https://sonsoles.me/RESCORM-quiz-generator/", - title: "RESCORM Quiz generator", - description: "descripciónde la herramienta", - translationKey: "tools.toolCards.description.4", - github: "https://github.com/sonsoleslp/RESCORM-quiz-generator", - key:"4", + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "GameDevLab", + "description": "Laboratorio para el desarrollo de videojuegos educativos", + "translationKey": "tools.toolCards.description.4", + "github": "https://github.com/CyberAula/gamedevlab_platform", + "key": "4" }, { - img: "/assets/img/logos/codeditor.png", - route: "https://github.com/agordillo/CODEditor", - title: "CODEditor", - description: "descripciónde la herramienta", - translationKey: "tools.toolCards.description.3", - github: "https://github.com/agordillo/CODEditor", - key:"5", + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "AI Tutor", + "description": "Tutoría personalizada mediante inteligencia artificial", + "translationKey": "tools.toolCards.description.5", + "github": "https://github.com/CyberAula/aitutor_platform", + "key": "5" }, { - img: "/assets/img/logos/loep.svg", - route: "https://github.com/agordillo/LOEP", - title: "LOEP", - description: "descripciónde la herramienta", - translationKey: "tools.toolCards.description.3", - github: "https://github.com/agordillo/LOEP", - key:"6", + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "EduTrack", + "description": "Seguimiento avanzado del progreso del estudiante", + "translationKey": "tools.toolCards.description.6", + "github": "https://github.com/CyberAula/edutrack_platform", + "key": "6" }, { - img: "/assets/img/logos/europeana.png", - route: "https://github.com/agordillo/EuropeanaRS", - title: "EuropeanaRS", - description: "descripciónde la herramienta", - translationKey: "tools.toolCards.description.3", - github: "https://github.com/agordillo/EuropeanaRS", - key:"7", + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "QuizMaster", + "description": "Herramienta para la creación de cuestionarios interactivos", + "translationKey": "tools.toolCards.description.7", + "github": "https://github.com/CyberAula/quizmaster_platform", + "key": "7" }, - { - img: "/assets/img/logos/rescorm.svg", - route: "https://github.com/agordillo/RESCORM", - title: "RESCORM", - description: "descripciónde la herramienta", - translationKey: "tools.toolCards.description.3", - github: "https://github.com/agordillo/RESCORM", - key:"8", + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "CodeBuilder", + "description": "Plataforma para enseñar a programar de forma interactiva", + "translationKey": "tools.toolCards.description.8", + "github": "https://github.com/CyberAula/codebuilder_platform", + "key": "8" }, + { + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "MathSolver", + "description": "Herramienta de solución interactiva de problemas matemáticos", + "translationKey": "tools.toolCards.description.9", + "github": "https://github.com/CyberAula/mathsolver_platform", + "key": "9" + }, + { + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "LangLearn", + "description": "Plataforma para el aprendizaje de idiomas con juegos", + "translationKey": "tools.toolCards.description.10", + "github": "https://github.com/CyberAula/langlearn_platform", + "key": "10" + }, + { + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "HistQuest", + "description": "Juego educativo para aprender historia de forma divertida", + "translationKey": "tools.toolCards.description.11", + "github": "https://github.com/CyberAula/histquest_platform", + "key": "11" + }, + { + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "BioLab", + "description": "Simulación interactiva para la enseñanza de biología", + "translationKey": "tools.toolCards.description.12", + "github": "https://github.com/CyberAula/biolab_platform", + "key": "12" + }, + { + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "EcoSim", + "description": "Simulación de ecosistemas y sostenibilidad en el aula", + "translationKey": "tools.toolCards.description.13", + "github": "https://github.com/CyberAula/ecosim_platform", + "key": "13" + }, + { + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "RoboticsLab", + "description": "Plataforma educativa para la enseñanza de robótica", + "translationKey": "tools.toolCards.description.14", + "github": "https://github.com/CyberAula/roboticslab_platform", + "key": "14" + }, + { + "img": "logo_sm_boiler.svg", + "route": "https://sgame.etsisi.upm.es/", + "title": "PhysicsPlay", + "description": "Plataforma interactiva para el aprendizaje de física", + "translationKey": "tools.toolCards.description.15", + "github": "https://github.com/CyberAula/physicsplay_platform", + "key": "15" + } ];