{"id":702,"date":"2022-03-29T11:08:04","date_gmt":"2022-03-29T11:08:04","guid":{"rendered":"http:\/\/www.ia.urjc.es\/GIA\/?page_id=702"},"modified":"2022-06-04T07:48:47","modified_gmt":"2022-06-04T07:48:47","slug":"projects","status":"publish","type":"page","link":"http:\/\/www.ia.urjc.es\/GIA\/projects\/","title":{"rendered":"Research"},"content":{"rendered":"\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p>The Artificial Intelligence research group at URJC is dedicated to the study of foundations and applications of AI. Its main objective is to develop the tools, knowledge, and skills necessary to enable the successful design, development, and evaluation of explainable and trustworthy Artificial Intelligence solutions, especially in the context of large-scale open distributed systems.<\/p>\n\n\n\n<p>The group&#8217;s activities in the fields of R&amp;D&amp;I are carried out within the framework of the&nbsp;<a href=\"http:\/\/www.cetinia.urjc.es\/\">Centre&nbsp;for Intelligent Information Technologies (CETINIA)<\/a>&nbsp;of University Rey Juan Carlos. These are reflected by the following active projects:<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<style>\t\n    ul li { margin-bottom: 5px; line-height: 1.25;}      \n[data-toggle=\"collapse\"].collapsed .if-not-collapsed {\n  display: none;\n}\n[data-toggle=\"collapse\"]:not(.collapsed) .if-collapsed {\n  display: none;\n}\n\t    <\/style>\n\n<div id=\"listprojects\">\n\t    <\/div>\n\n\t<script src=\"http:\/\/platon.etsii.urjc.es\/data-web-GIA\/gia-projects.js?1\"><\/script>\n\n\t<script>\n\t  function open_positions(id) {\n\t      var message = \" \";\n\t      var tfg_temp = [];\n\t      var phd_temp = [];\n\t      var postdoc_temp = [];\n\n\t      for (var i = 0; i < tfg.length; i++) \n\t\t  if (tfg[i].project_id == id) { tfg_temp.push(tfg[i]); }\n\n\t      for (var i = 0; i < phd.length; i++) \n\t\t  if (phd[i].project_id == id) { phd_temp.push(phd[i]); }\n\n\t      for (var i = 0; i < postdoc.length; i++) \n\t\t  if (postdoc[i].project_id == id) { postdoc_temp.push(postdoc[i]); }\n\t      \n\t      if (tfg_temp.length > 0) {\n\t\t  message += \"<strong>Curricular Internships (TFG\/TFM)<\/strong> <ul>\";\n\t\t  for (var i = 0; i < tfg_temp.length; i++) {\n\t\t      message += `\n<li>\n<a href=\"..\/tfgs\/#${tfg_temp[i].project_id}_${tfg_temp[i].id}\">\n ${tfg_temp[i].title}\n<\/a>\n <\/li>\n`;\n\t\t  }\n\t\t  message += \"<\/ul>\";\n\t      }\n\n\t      if (phd_temp.length > 0) {\n\t\t  message += \"<strong>Ph.D. Students<\/strong> <ul>\";\n\t\t  for (var i = 0; i < phd_temp.length; i++) {\n\t\t      message += `\n<li>\n<a href=\"..\/phds\/#${phd_temp[i].project_id}_${phd_temp[i].id}\">\n ${phd_temp[i].title}\n<\/a>\n <\/li>\n`;\n\t\t  }\n\t\t  message += \"<\/ul>\";\n\t      }\n\t      \n\t      if (postdoc_temp.length > 0) {\n\t\t  message += \"<strong>Post-doctoral Researchers<\/strong> <ul>\";\n\t\t  for (var i = 0; i < postdoc_temp.length; i++) {\n\t\t      message += `\n<li>\n<a href=\"..\/postdoc\/#${postdoc_temp[i].project_id}_${postdoc_temp[i].id}\">\n ${postdoc_temp[i].title}\n<\/a>\n <\/li>\n`;\n\t\t  }\n\t\t  message += \"<\/ul>\";\n\t      }\n\t      \n\t      return message;\t      \n\t  }\n\n\t  function inicia() {\n\n\t      var element_listprojects = document.getElementById(\"listprojects\");\n\t      for (var i = 0; i < project.length; i++) {\n\t\t  \n\t\t if (i%3==0) element_listprojects.innerHTML +=`<div class=\"row\">`;\n\n\t\t  if (project[i].more_data || open_positions(project[i].id) !== \" \") {\n\t\t      if (project[i].more_data) extra = project[i].more_data + \"<br>\";\n\t\t      else extra = \"\";\n\t\t      \n\t\t      collapse_text = `\n<div id=\"project_${i}\" class=\"collapse\">\n${extra}\n<br>\n<div>`\n\t\t      + open_positions(project[i].id) + `\n<\/div>\n<\/div>\n<p>\n<a class=\"collapsed pull-right\" href=\"#project_${i}\" data-toggle=\"collapse\">\n  <span class=\"if-collapsed\">Read more<\/span>\n  <span class=\"if-not-collapsed\">[-]<\/span>\n<\/a>\n<\/p>\n`;\n\n\t\t  } else collapse_text = \"\";\n\t\t  \n\t\t  element_listprojects.innerHTML += `\n<div class=\"col-lg-4\" id=\"${project[i].id}\">\n<div class=\"has-very-light-gray-background-color\" style= \"line-height: 1.25;\">\n<img decoding=\"async\" src=\"http:\/\/platon.etsii.urjc.es\/data-web-GIA\/images\/${project[i].img}\" \nstyle=\"   width:100%;    height:200px;    object-fit: cover;    overflow: hidden;\">\n<div style=\"margin: 0px 20px 20px;\">\n<center><h4 style=\"margin: 10px 0px 10px;\"><strong>${project[i].title}<\/strong><\/h4><\/center>\n<div style=\"margin: 0px 0px 20px;\">\n${project[i].data}\n${collapse_text}\n<\/div>\n&nbsp\n<\/div><\/div><\/div>`;\n\t\t  \n\t\tif ( (i+1)%3==0 ) element_listprojects.innerHTML += `<\/div>`;\n\n\t      }\n\t  }\n\t  \n\t      inicia();\n\t  \n\t  <\/script>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\"><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<p>A list of selected completed projects is available on the <a href=\"http:\/\/www.ia.urjc.es\/GIA\/projects\/completed-projects\/\">this page<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Artificial Intelligence research group at URJC is dedicated to the study of foundations and applications of AI. Its main objective is to develop the tools, knowledge, and skills necessary to enable the successful design, development, and evaluation of explainable and trustworthy Artificial Intelligence solutions, especially in the context of large-scale open distributed systems. The [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":347,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"languages":[5],"post_translationss":[],"class_list":["post-702","page","type-page","status-publish","has-post-thumbnail","hentry"],"guten_post_layout_featured_media_urls":{"full":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version.jpg",1880,560,false],"thumbnail":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-150x150.jpg",150,150,true],"medium":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-300x89.jpg",300,89,true],"medium_large":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-768x229.jpg",768,229,true],"large":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-1024x305.jpg",1024,305,true],"1536x1536":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-1536x458.jpg",1536,458,true],"2048x2048":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version.jpg",1880,560,false],"guten_post_layout_landscape_large":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-1200x560.jpg",1200,560,true],"guten_post_layout_portrait_large":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-1200x560.jpg",1200,560,true],"guten_post_layout_square_large":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-1200x560.jpg",1200,560,true],"guten_post_layout_landscape":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-600x400.jpg",600,400,true],"guten_post_layout_portrait":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-600x560.jpg",600,560,true],"guten_post_layout_square":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version-600x560.jpg",600,560,true],"business-consultr-1920-1200":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version.jpg",1880,560,false],"business-consultr-1920-750":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version.jpg",1880,560,false],"business-consultr-1920-850":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version.jpg",1880,560,false],"business-consultr-1170-760":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version.jpg",1170,349,false],"business-consultr-390-320":["http:\/\/www.ia.urjc.es\/GIA\/wp-content\/uploads\/2020\/10\/Artificial-Intelligence-child-page-website-version.jpg",390,116,false]},"_links":{"self":[{"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/pages\/702"}],"collection":[{"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/comments?post=702"}],"version-history":[{"count":46,"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/pages\/702\/revisions"}],"predecessor-version":[{"id":915,"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/pages\/702\/revisions\/915"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/media\/347"}],"wp:attachment":[{"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/media?parent=702"}],"wp:term":[{"taxonomy":"language","embeddable":true,"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/languages?post=702"},{"taxonomy":"post_translations","embeddable":true,"href":"http:\/\/www.ia.urjc.es\/GIA\/wp-json\/wp\/v2\/post_translationss?post=702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}