CINXE.COM
MIAR 2025 live. Information Matrix for the Analysis of Journals
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <link rel="stylesheet" href="https://miar.ub.edu/jscss/bootstrap3/css/tether.css" type="text/css" /> <link rel="stylesheet" href="https://miar.ub.edu/jscss/font-awesome5.7.2/css/all.min.css" type="text/css" /> <link rel="stylesheet" href="https://miar.ub.edu/jscss/bootstrap3/css/bootstrap.min.css"> <link rel="stylesheet" href="https://miar.ub.edu/jscss/bootstrap-select/css/bootstrap-select.min.css" type="text/css" /> <link rel="stylesheet" href="https://miar.ub.edu/jscss/DataTables.1.10.18/datatables.min.css" type="text/css" /> <link rel="stylesheet" href="https://miar.ub.edu/jscss/DataTables.1.10.18/Buttons-1.5.6/css/buttons.dataTables.min.css" type="text/css" /> <link rel="stylesheet" href="https://miar.ub.edu/miar/jscss/directorios.css" type="text/css" /><link rel="stylesheet" href="https://miar.ub.edu/miar/jscss/directorio_miar.css" type="text/css" /><link rel="shortcut icon" href="https://miar.ub.edu/miar/fotos/favicon.png" type="image/x-icon" /> <base href="https://miar.ub.edu/" /> <title>MIAR 2025 live. Information Matrix for the Analysis of Journals</title> <script type="text/javascript"> function base64_encode (data) { // http://kevin.vanzonneveld.net // + original by: Tyler Akins (http://rumkin.com) // + improved by: Bayron Guevara // + improved by: Thunder.m // + improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net) // + bugfixed by: Pellentesque Malesuada // + improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net) // + improved by: Rafał Kukawski (http://kukawski.pl) // * example 1: base64_encode('Kevin van Zonneveld'); // * returns 1: 'S2V2aW4gdmFuIFpvbm5ldmVsZA==' // mozilla has this native // - but breaks in 2.0.0.12! //if (typeof this.window['btoa'] == 'function') { // return btoa(data); //} var b64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; var o1, o2, o3, h1, h2, h3, h4, bits, i = 0, ac = 0, enc = "", tmp_arr = []; if (!data) {return data;} do { // pack three octets into four hexets o1 = data.charCodeAt(i++); o2 = data.charCodeAt(i++); o3 = data.charCodeAt(i++); bits = o1 << 16 | o2 << 8 | o3; h1 = bits >> 18 & 0x3f; h2 = bits >> 12 & 0x3f; h3 = bits >> 6 & 0x3f; h4 = bits & 0x3f; tmp_arr[ac++] = b64.charAt(h1) + b64.charAt(h2) + b64.charAt(h3) + b64.charAt(h4); } while (i < data.length); enc = tmp_arr.join(''); var r = data.length % 3; return (r ? enc.slice(0, r - 3) : enc) + '==='.slice(r || 3); } </script> <script type="text/javascript">function externo(URL) {v_consul=window.open(URL,"consulta","resizable=1;menubar=yes,scrollbars=yes,status=yes,toolbar=yes,directories=0,location=0,width=700,height=400" );v_consul.focus();}</script> <script type="text/javascript">function indices(form) {document.location = "indices/"+form.campo[form.campo.selectedIndex].value;};</script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-0VEP2BX1R5"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-0VEP2BX1R5'); </script><script src="https://miar.ub.edu/jscss/jquery-3.3.1.min.js"></script> <script type="text/javascript" src="https://miar.ub.edu/jscss/bootstrap3/js/tether.js"></script> <script src="https://miar.ub.edu/jscss/bootstrap3/js/bootstrap.min.js"></script> <script type="text/javascript" src="https://miar.ub.edu/jscss/DataTables.1.10.18/datatables.min.js"></script> <script type="text/javascript" src="https://miar.ub.edu/jscss/DataTables.1.10.18/intl.js"></script> <script type="text/javascript" src="https://miar.ub.edu/jscss/DataTables.1.10.18/Buttons-1.5.6/js/dataTables.buttons.min.js"></script> <script type="text/javascript" src="https://miar.ub.edu/jscss/DataTables.1.10.18/Buttons-1.5.6/js/buttons.colVis.min.js"></script> <script type="text/javascript" src="https://miar.ub.edu/jscss/DataTables.1.10.18/Buttons-1.5.6/js/buttons.print.min.js"></script> <script type="text/javascript" src="https://miar.ub.edu/jscss/DataTables.1.10.18/Buttons-1.5.6/js/buttons.html5.min.js"></script> <script type="text/javascript" src="https://miar.ub.edu/jscss/DataTables.1.10.18/Buttons-1.5.6/js/pdfmake.min.js"></script> <script type="text/javascript" src="https://miar.ub.edu/jscss/DataTables.1.10.18/Buttons-1.5.6/js/vfs_fonts.js"></script> <script type="text/javascript" src="https://miar.ub.edu/jscss/DataTables.1.10.18/Buttons-1.5.6/js/jszip.min.js"></script> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://miar.matomo.cloud/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src='//cdn.matomo.cloud/miar.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:2834113,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> </head><body > <script type="text/javascript" src="/gtb/publib/ckeditor/ckeditor.js"></script> <div id="contenedor"><div id="cabecera"> <div class="row"> <div class="col-md-5" id="logotipo"><a href="https://miar.ub.edu/" title="miar"><img alt="logo" class="img-responsive" src="https://miar.ub.edu/miar/fotos/miar.png" /></a></div><div class="col-md-7"><h4>Information Matrix for the Analysis of Journals</h4><span id="version">Versión 2025 live</span></div></div></div> <nav class="navbar navbar-default p0-opciones"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Menú</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="https://miar.ub.edu/">Home</a></li> <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About MIAR<span class="caret"></span></a> <ul class="dropdown-menu"><li><a href="https://miar.ub.edu/about-miar">About MIAR</a></li> <li><a href="databases/GRUPO/G">Sources</a></li> <li><a href="https://miar.ub.edu/about-us">MIAR team</a></li> </ul></li><li><a href="/search">Search</a></li> <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Graphs ...<span class="caret"></span></a> <ul class="dropdown-menu"><li><a href="/stats/PAIS">by country</a></li> <li><a href="/stats/FECHA_INICIO">by date</a></li> </ul></li><li><a href="/form/suggest">Suggest journal</a></li> <li><a href="/form/contact">Contact</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="/idioma/es">Español</a></li> <li><a href="/idioma/ca">Català</a></li> </ul> </div> </div> </nav><h2 id="pagina_titulo">MIAR Team</h2> <div id="pagina_contenido"><div> <table> <tbody> <tr> <td style= vertical-align:top ><img src= ../miar/fotos/team/marta.png style= height:94px;margin:10px /></td> <td> <div><strong>Marta Somoza-Fernández, </strong>graduated in contemporary history (1989) and cultural anthropology (1995), and a PhD in documentation (2009) from the University of Barcelona (UB). She oversaw the <em>Servei de Teledocumentació de l’Àrea de Ciències de la Salu</em>t UB library until 2002. Since 1999, she has been a professor in the <em>Departament de Biblioteconomia i Documentació</em> at the UB. Her research focuses on documentary databases, information retrieval, bibliometric studies, and user training..</div> <div> </div> <div class= rteright ><em>Facultad de Información y Medios Audiovisuales de la Universidad de Barcelona </em></div> <div class= rteright ><em>Melcior de Palau 140, 08014 Barcelona, España</em></div> <div class= rteright ><em><a href= mailto:msomoza@ub.edu >msomoza@ub.edu</a></em></div> <div class= rteright ><a href= http://orcid.org/0000-0002-4769-9010 target= _blank >orcid.org/0000-0002-4769-9010</a></div> </td> </tr> </tbody> </table> <div class= rteright > <hr /> <p> </p> </div> <table> <tbody> <tr> <td style= vertical-align:top ><img src= ../miar/fotos/team/josep-manuel.png style= height:94px;margin:10px /></td> <td> <div><strong>Josep-Manuel Rodríguez-Gairín</strong>, Professor at the Faculty of Information and Audiovisual Media of the University of Barcelona, he is also the coordinator of the computer labs and the technological advisor there. He has developed the infrastructure of <em>Temaria: Revistas digitales de biblioteconomía y documentación; BiD: Textos universitaris de biblioteconomia i documentació; MIAR: Matriz de información para la evaluación de revistas; Alehoop: Recursos en línia per elaborar treballs de recerca; EXIT: Directorio de expertos en el tratamiento de la información; IraLIS: International registry of authors-links to identify scientists</em>. Member of <em>Ciepi, ThinkEPI</em> and the Technical Council of de <em>E-LIS</em>. Founder of the company <em>Kronosdoc</em>, dedicated to consulting and development of document management programs.</div> <div> </div> <div class= rteright ><em>Facultad de Información y Medios Audiovisuales de la Universidad de Barcelona </em></div> <div class= rteright ><em>Melcior de Palau 140, 08014 Barcelona, España</em></div> <div class= rteright ><em><a href= mailto:rodriguez.gairin@ub.edu >rodriguez.gairin@ub.edu</a></em></div> <div class= rteright ><a href= http://orcid.org/0000-0001-8375-7911 target= _blank >orcid.org/0000-0001-8375-7911</a></div> </td> </tr> </tbody> </table> <div class= rteright > <hr /> <p> </p> </div> <table> <tbody> <tr> <td style= vertical-align:top ><img src= ../miar/fotos/team/cristobal.png style= height:94px;margin:10px /></td> <td> <div><strong>Cristóbal Urbano</strong>, Professor at the Department of Library Science, Documentation and Media at the University of Barcelona (UB). He is member of the consolidated research group <em>Cultura, Biblioteques i Continguts Digitals (CBCD) (SGR 2021-00282, Generalitat de Catalunya)</em> and researcher at the <em>Centre de Recerca en Informació, Comunicació i Cultura (CRICC)</em> of the UB, where he develops studies on information consumption in the digital environment, analysis of scientific communication in humanities and social sciences, academic digital content management and digital analytics.</div> <div> </div> <div class= rteright ><em>Facultad de Información y Medios Audiovisuales de la Universidad de Barcelona </em></div> <div class= rteright ><em>Melcior de Palau 140, 08014 Barcelona, España</em></div> <div class= rteright ><em><a href= mailto:urbano@ub.edu >urbano@ub.edu</a></em></div> <div class= rteright ><a href= http://orcid.org/0000-0003-0935-6436 target= _blank >orcid.org/0000-0003-0935-6436</a></div> </td> </tr> </tbody> </table> <div class= rteright > <hr /> <p> </p> </div> <table> <tbody> <tr> <td style= vertical-align:top ><img src= ../miar/fotos/team/AnaCarballo.png style= height:94px;margin:10px /></td> <td> <div><strong>Ana Carballo-Garcia</strong>, graduated in Information and Documentation from the Faculty of Information and Audiovisual Media at the University of Barcelona. An enthusiast of knowledge and library and information science, with a particular interest in designing information systems and data management. Her professional perspective is in the process of enrichment through pursuing a Master in Data Science. She is part of the MIAR team, in the role of supporting system management and in charge of user service..</div> <div> </div> <div class= rteright ><em>Facultad de Información y Medios Audiovisuales de la Universidad de Barcelona </em></div> <div class= rteright ><em>Melcior de Palau 140, 08014 Barcelona, España</em></div> <div class= rteright ><a href= mailto:anacarballo@ub.edu ><em>anacarballo@ub.edu </em></a></div> <div class= rteright ><a href= http://orcid.org/0000-0002-5468-0342 >orcid.org/0000-0002-5468-0342 </a></div> </td> </tr> </tbody> </table> <h2>Awards and publications</h2> <p>MIAR was recognized in 2012 with the Álvaro Pérez de Ugena Award, granted by the <i>Sociedad Latina de Comunicación Social</i> to projects of special merit and relevance for the field of communication research. More information about the Álvaro Pérez de Ugena Awards: <a href= http://www.revistalatinacs.org/13SLCS/Segovia-dragos.pdf > http://www.revistalatinacs.org/13SLCS/Segovia-dragos.pdf </a></p> <p>MIAR has been present as an object of study or as a source of data in some publications such as:</p> <ul> <li> <p>Rafols, I. and Muthu, M. and Rodríguez-Gairín, J. M. and Somoza-Fernández, M., and Urbano, C. Why coverage matters: Invisibility of agricultural research from the Global South may be an obstacle to development. 2023. Recuperado a partir de <a href= https://www.leidenmadtrics.nl/articles/why-coverage-matters-invisibility-of-agricultural-research-from-the-global-south-may-be-an-obstacle-to-development >https://www.leidenmadtrics.nl/articles/why-coverage-matters-invisibility-of-agricultural-research-from-the-global-south-may-be-an-obstacle-to-development</a></p> </li> <li> <p>Urbano, C. and Rodrigues, R.S and Somoza-Fernández, M. and Rodríguez-Gairín, J.M . Why are new journals created? An international analysis of Information and Documentation titles (2013-2018). El Profesional de la Información, 2020, vol. 29, n. 4. <a href= http://hdl.handle.net/2445/170316 >http://hdl.handle.net/2445/170316</a></p> </li> <li> <p>Somoza-Fernández, Marta and Rodríguez-Gairín, Josep-Manuel and Urbano, Cristóbal.Journal Coverage of the Emerging Sources Citation Index (ESCI). Learned Publishing, 2018, vol. 31, n. 3, pp. 199-204. DOI: <a href= https://onlinelibrary.wiley.com/doi/10.1002/leap.1160 >10.1002/leap.1160</a></p> </li> <li> <p>Somoza-Fernández, M. and Guallar, J. and Rodríguez-Gairín, J.M. and Abadal, E. Presencia de revistas españolas en bases de datos internacionales. En Revistas científicas. Situación actual y retos de futuro. Edicions Universitat de Barcelona. 2017, pp. 161-168. Recuperado a partir de <a href= http://www.publicacions.ub.edu/ficha.aspx?cod=08744 >http://www.publicacions.ub.edu/ficha.aspx?cod=08744</a></p> </li> <li>Somoza-Fernández, Marta and Rodríguez-Gairín, Josep-Manuel and Urbano, Cristóbal. <a href= https://doi.org/10.3145/epi.2016.sep.03 target= _blank >Presence of alleged predatory journals in bibliographic databases: Analysis of Beall’s list</a>. El profesional de la información, 2016, vol. 25, n. 5, pp. 730-737.<br /> </li> <li>Rodríguez-Gairín, Josep-Manuel and Somoza-Fernández, Marta and Urbano, Cristóbal <a href= http://eprints.rclis.org/16145/ target= _blank >MIAR: hacia un entorno colaborativo de editores, autores y evaluadores de revistas</a>. El profesional de la información, 2011, vol. 20, n. 5, pp. 589-595.<br /> </li> <li>Urbano, Cristóbal and Somoza-Fernández, Marta and Rodríguez-Gairín, Josep-Manuel and Ardanuy, Jordi and Guardiola, Elena and Pons, Amadeu and Borrego, Ángel and Brucart, Josep-Maria and Cosculluela, Antoni. <a href= http://eprints.rclis.org/6267/ target= _blank >MIAR : una base de datos para la identificación y la evaluación de la difusión secundaria de revistas de humanidades y ciencias sociales</a>., 2005 . In Jornadas Españolas de Indicadores para la Evaluación de la Ciencia y la Tecnología (1s : 2005 : Madrid), Madrid (Spain), 14-15 April 2005.</li> </ul> </div></div><div id="myModal" class="modal fade"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button></div><div class="modal-body"><p>Cargando...</p></div><div class="modal-footer"><button type="button" class="btn btn-default" data-dismiss="modal">Close</button></div></div></div></div> <div id="pie" class="row"> <div id="peupagina" class="col-md-8"> <a href="https://www.ub.edu/portal/web/informacio-mitjans-audiovisuals" target="_new"><img alt="" src="https://miar.ub.edu/miar/fotos/logo_fima.png" class = "img-responsive" style="width: 300px;float:left;" /></a> Amb el suport del Grup de recerca consolidat “Cultura, Biblioteques i Continguts Digitals (CBCD)” (SGR 2021-00282/ Generalitat de Catalunya), adscrit al Centre de Recerca en Informació Comunicació i Cultura (CRICC): <a href="https://fima.ub.edu/grups/cricc/productes" target="_blank"> https://fima.ub.edu/grups/cricc/productes</a> </div> <div id="siteinfo" class="col-md-4"> <a href="http://miar.ub.edu/about-us">Equip MIAR 2025</a><br /> <a href="https://www.ub.edu/portal/web/informacio-mitjans-audiovisuals/">Facultat d'Informació i Mitjans Audiovisuals</a><br /> <a href="http://www.ub.edu/">Universitat de Barcelona</a><br /> Melcior de Palau, 140 08014 Barcelona<br /> a/e: <a href="http://miar.ub.edu/form/contact">miar(at)ub.edu</a> </div> </div></div> </body></html>