Academic and Research Bits
Abstract
Dr. Isaac Lera is an Associate Professor at the Department of Mathematical and Computer Science of the University of the Balearic Islands (UIB), where he occasionally manages to make computers behave. His research explores resource optimization across the Cloud Continuum, system performance, and generative AI architectures. He has served as co–principal investigator in three national R&D projects and authored several papers that have received a decent number of citations — 1,935, according to Scopus. His h-index is 18, when I've wrote this so several years ago. Furthermore, he directed the Master’s in Big Data Analysis and co-directed the Artificial Intelligence Applications Laboratory (LAIA@UIB). Between teaching, research, and the occasional debugging marathon, he continues to explore how intelligent systems — and academics — can be just a bit more autonomous.
        # Academic links and identifiers
        version: "3.9"
        services:
  
        
          github:
            container_name: github
            image: github/latest
        
              healthcheck:
                test: ["CMD", "curl", "-f", "https://github.com/wisaaco"]
                interval: 30s
                status: running
        
            links:
              - https://github.com/wisaaco
      
          orcid:
            container_name: orcid
            image: orcid/latest
        
            links:
              - http://orcid.org/0000-0002-2826-5970
      
          researchgate:
            container_name: researchgate
            image: researchgate/latest
        
            links:
              - https://www.researchgate.net/profile/Isaac_Lera
      
          google schoolar:
            container_name: google schoolar
            image: google schoolar/latest
        
            links:
              - https://scholar.google.es/citations?user=cLVksYoAAAAJ
      
          dblp:
            container_name: dblp
            image: dblp/latest
        
            links:
              - https://dblp.org/pid/53/3569.html
      
          zotero:
            container_name: zotero
            image: zotero/latest
        
            links:
              - https://www.zotero.org/isaaclera/library
      
      
    