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&oacute;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&uacute;</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">What is MIAR?</h2> <div id="pagina_contenido"><p>MIAR is a matrix of data from more than 100 international indexing and abstracting databases (citation, multidisciplinary or specialised databases) and journal repertoires, which is developed with the purpose of providing useful information for the identification of scientific journals and the analysis of their diffusion. The system works through the elaboration of a correspondence matrix between the journals, identified by their ISSN, and the databases and directories that index or include them.</p> <p>MIAR has more than 48,000 journal records, but <a href= http://miar.ub.edu/search >a search in MIAR</a> using a valid ISSN number will return information on the diffusion of any journal in the world at the <a href= http://miar.ub.edu/databases/GRUPO/E >sources analysed by MIAR</a>, whether or not it has its own record in MIAR.</p> <p>If a journal passes the MIAR inclusion threshold (which consists of the journal being present in at least one of the sources analysed), the record for that journal with which it will be registered will contain a series of descriptive data on the publication as well as the link to the websites of the sources in which it is found to be present. Journals are grouped into broad scientific fields, further subdivided into more specific academic fields.</p> <p>For the journals included in MIAR, each and every one of the sources in which their presence is traced is reported in detail, indicating the date of verification. As a summary of the journal's diffusion, the expression cN+mN+eN+xN describes the N occurrences observed in the four categories of sources analysed: citation databases (c), multidisciplinary (m), specialised (e) and evaluation resources (x).</p> <p>The expression cN+mN+eN+xN replaces the <a href= /about-miar#nota >ICDS<sup>*</sup></a> indicator used by MIAR until 2021. The new way of presenting diffusion through this expression is clearer and more descriptive, although it is generated from the same information that fed the ICDS, as it reports the number and type of sources where a journal is present. This change responds to the desire to make MIAR an aggregator of information from different sources, with the aim of supporting authors, publishers and other agents who need to identify, characterise and analyse journals, but without calculating any bibliometric indicator from the information collected.</p> <p>MIAR welcomes contributions from editors, authors and readers, who may <a href= http://miar.ub.edu/form/suggest >suggest new journals</a>, or make contact to <a href= http://miar.ub.edu/form/contact >report errors, ask questions or give feedback</a>.</p> <p>The MIAR Live version is updated semesterly (end of June and end of December) based on the data available for each information source. A closing edition is also provided for every year since 2008.</p> <hr /> <p><a name= nota >* Note on the ICDS</a>: The ICDS (Composite Index of Secondary Diffusion) is offered for each journal in case of the closed annual editions of MIAR for the years 2008 to 2021. It was an indicator designed as a synthetic way of showing the diffusion of a journal in different scientific databases of international scope, or otherwise in repertories of evaluation of periodicals. A high ICDS meant that the journal was present in different sources of information of international relevance. The following criteria were used to calculate the ICDS:</p> <ul> <li>If the journal appeared in the citation indexes of the Web of Science Core Collections (AHCI, SCIE, SSCI or ESCI) or in Scopus, a score of 3.5 was assigned.</li> <li>If the journal appeared in the Web of Science flagship citation indexes (AHCI, SCIE or SSCI) and simultaneously in Scopus, a score of +1 was assigned. </li> <li>If the journal appeared in a single indexing and abstracting database (specialised or multidisciplinary), or in DOAJ, a score of +3 was assigned. However, if the journal was included in two or more specialised or multidisciplinary databases, a total of 5 points (3+2) was assigned.</li> <li>If it did not appear in any indexing database but in the Latindex catalogue (not to be confused with the Latindex directory) or in an evaluation directory (CARHUS Plus, ERIHPlus, REDIB or FECYT quality seal), a score of 2.5 was assigned.</li> <li>If it appeared only in DIALNET, 0.4 points were assigned. </li> <li>Finally, the calculation was completed with the journal's survival index, calculated as the logarithm of the total number of years of life of the title since the beginning of its publication, considering a maximum of 30 years in the calculation.</li> </ul></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">&times;</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>

Pages: 1 2 3 4 5 6 7 8 9 10