CINXE.COM

Thermal Science and Engineering Progress

<html> <head> <meta charset="UTF-8"> <title>Thermal Science and Engineering Progress</title> <meta name="viewport" content="width=device-width, user-scalable=no" /> <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700' rel='stylesheet' type='text/css' /> <link href='./gridcss/gridv2.css' rel='stylesheet' type='text/css' /> <link href='./gridcss/sjr.css?2021' rel='stylesheet' type='text/css' /> <link href='./gridcss/sjrjournal.css' rel='stylesheet' type='text/css' /> <link href='./wp_comments_css/comments-styles.css' rel='stylesheet' type='text/css' /><!-- WP Comments styles --> <link href='./gridcss/comments.css' rel='stylesheet' type='text/css' /> <link rel="shortcut icon" href="favicon.ico" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff"> <link href='./multisitebar/multisite.css' rel='stylesheet' type='text/css' /> <script src="./js/raceme.min.js"></script> <script src="./js/papaparse.min.js"></script> <script src="./js/Dataset.min.js"></script> <script src="./js/Axis.min.js"></script> <script src="./js/Elements.min.js"></script> <script src="./js/Frame.min.js"></script> <script src="./js/Properties.min.js"></script> <script src="./js/View.min.js"></script> <script src="./js/Utils.min.js"></script> <!-- <script src="./js/Player.min.js"></script>--> <script src="./js/Legend.min.js"></script> <script src="./js/tooltip.min.js"></script> <!--<script src="./js/cola.min.js"></script>--> <script src="./gridcss/gridv2.js"></script> <script src="./js/mainmenu.js"></script> <script src="./js/related_journals.js?v=2"></script> <script src="./js/dropdown.js?v=1"></script> <script type="text/javascript"> main(function () { if (by('id:join_conversation')) { by('id:join_conversation').clic(function (e) { e.preventDefault(); by('id:wp-comments-response').animate(1000).ease('inout').topOffset(0); return false; }); } var settings_sjr={ general: { padding:10, default_shape:"none", default_width:3, default_area:400, default_color:"rgb(231, 118, 66)" }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"SJR", property:"axis_y", show_title:false, show_ticks:false, show_line:false, show_grid_lines:true }, { variable:"Year", property:"connection" }, { variable:"SJR", property:"tooltip" }, { variable:"Year", property:"tooltip", tooltip_format:" ([value])" } ] }; var settings_totaldocs={ general: { padding:10, default_shape:"none", default_width:3, default_area:400, default_color:"rgb(122,195,106)" }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Documents", property:"axis_y", show_title:false, show_ticks:false, show_line:false, show_grid_lines:true }, { variable:"Year", property:"connection" }, { variable:"Documents", property:"tooltip", tooltip_format:"[value]" }, { variable:"Year", property:"tooltip", tooltip_format:" ([value])" } ] }; var settings_citesperdoc={ general: { padding:10, default_shape:"none", default_width:3, filter_alpha:0, default_area:50, legend_position:"bottom", colors:{'Cites / Doc. (2 years)':'rgb(56, 133, 200)','Cites / Doc. (3 years)':'rgb(127, 180, 224)','Cites / Doc. (4 years)':'rgb(191, 218, 240)'} }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Value", property:"axis_y", show_title:false, show_ticks:false, show_line:false, show_grid_lines:true }, { variable:"Year", property:"connection" }, { variable:"Cites per document", property:"color", legend:true, label:"" }, { variable:"Cites per document", property:"tooltip" }, { variable:"Value", property:"tooltip", tooltip_format:": [value]" } ], filters:[ { "variable":"Cites per document" } ] }; var settings_quartiles={ general:{ padding:10, default_area:500, default_alpha:0.9, colors:{'Q1':'rgb(164, 207, 99)','Q2':'rgb(232, 213, 89)','Q3':'rgb(251, 163,83)','Q4':'rgb(221,90,78)'}, default_shape:"filled rectangle", default_border_width:1 }, grammar: [ { variable:"Year", property:"axis_x", show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Category", property:"axis_y", show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Quartile", property:"color" }, { variable:"Quartile", property:"tooltip" } ] }; var settings_citesselfcites={ general: { padding:10, default_shape:"none", default_width:3, default_area:400, default_color:"rgb(231, 118, 66)", colors:{"Total Cites":"rgb(122,195,106)","Self Cites":"rgb(237, 125, 115)"} }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Value", property:"axis_y", padding:0, show_title:false, show_ticks:false, show_line:false }, { "variable":"Cites", "property":"color" }, { variable:"Cites", property:"tooltip" }, { variable:"Year", property:"tooltip", tooltip_format:" ([value])" }, { variable:"Year", property:"connection", connection_type:"line", alpha:0.8 }, { variable:"Value", property:"tooltip", tooltip_format:": [value]" } ] }; var settings_extcitesperdoc={ general: { padding:10, default_shape:"none", default_width:3, default_area:400, default_color:"rgb(231, 118, 66)", colors:{"External Cites per document":"rgb(122,195,106)","Cites per document":"rgb(56, 133, 200)"} }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Value", property:"axis_y", show_title:false, show_ticks:false, show_line:false, show_grid_lines:true }, { "variable":"Cites", "property":"color" }, { variable:"Year", property:"connection" }, { variable:"Cites", property:"tooltip" }, { variable:"Year", property:"tooltip", tooltip_format:" ([value])" }, { variable:"Value", property:"tooltip", tooltip_format:": [value]" } ] }; var settings_international={ general: { padding:10, default_shape:"none", default_width:3, default_area:400, default_color:"rgb(122,195,106)" }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"International Collaboration", property:"axis_y", show_title:false, show_ticks:false, show_line:false, show_grid_lines:true }, { variable:"Year", property:"connection" }, { variable:"International Collaboration", property:"tooltip", tooltip_format:"[value]%" }, { variable:"Year", property:"tooltip", tooltip_format:" ([value])" } ] }; var settings_citable={ general: { padding:10, default_shape:"none", default_width:1, default_area:400, default_color:"rgb(231, 118, 66)", colors:{"Citable documents":"rgb(122,195,106)","Non-citable documents":"rgb(237, 125, 115)"}, bar_width:0.6 }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Value", property:"axis_y", padding:0, show_title:false, show_ticks:false, show_line:false }, { "variable":"Documents", "property":"color" }, { variable:"Documents", property:"tooltip" }, { variable:"Year", property:"tooltip", tooltip_format:" ([value])" }, { variable:"Year", property:"connection", connection_type:"both", alpha:0.8 }, { variable:"Value", property:"tooltip", tooltip_format:": [value]" } ] }; var settings_uncited={ general: { padding:10, default_shape:"none", default_width:1, default_area:400, default_color:"rgb(231, 118, 66)", colors:{"Cited documents":"rgb(122,195,106)","Uncited documents":"rgb(237, 125, 115)"}, bar_width:0.6 }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Value", property:"axis_y", padding:0, show_title:false, show_ticks:false, show_line:false }, { "variable":"Documents", "property":"color" }, { variable:"Documents", property:"tooltip" }, { variable:"Year", property:"tooltip", tooltip_format:" ([value])" }, { variable:"Year", property:"connection", connection_type:"both", alpha:0.8 }, { variable:"Value", property:"tooltip", tooltip_format:": [value]" } ] }; var settings_female={ general: { padding:10, default_shape:"none", default_width:3, default_area:400, default_color:"rgb(122,195,106)" }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Female Percent", property:"axis_y", show_title:false, show_ticks:false, show_line:false, show_grid_lines:true }, { variable:"Year", property:"connection" }, { variable:"Female Percent", property:"tooltip", tooltip_format:"[value]%" }, { variable:"Year", property:"tooltip", tooltip_format:" ([value])" } ] }; var settings_overton={ general: { padding:10, default_shape:"none", default_width:3, default_area:400, default_color:"rgb(231, 118, 66)", colors:{"Overton":"rgb(122,195,106)"} }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Value", property:"axis_y", show_title:false, show_ticks:false, show_line:false, show_grid_lines:true }, { "variable":"Documents", "property":"color" }, { variable:"Year", property:"connection" }, { variable:"Documents", property:"tooltip" }, { variable:"Year", property:"tooltip", tooltip_format:" ([value])" }, { variable:"Value", property:"tooltip", tooltip_format:": [value]" } ] }; var settings_sdg={ general: { padding:10, default_shape:"none", default_width:3, default_area:400, default_color:"rgb(231, 118, 66)" }, grammar: [ { variable:"Year", property:"axis_x", legend:false, show_title:false, show_ticks:false, show_line:false, padding:0 }, { variable:"Value", property:"axis_y", show_title:false, show_ticks:false, show_line:false, show_grid_lines:true }, { "variable":"Documents", "property":"color" }, { variable:"Year", property:"connection" }, { variable:"Documents", property:"tooltip" }, { variable:"Year", property:"tooltip", tooltip_format:" ([value])" }, { variable:"Value", property:"tooltip", tooltip_format:": [value]" } ] }; //var datasjr="Year;SJR\n1999;0.499\n2000;0.165\n2001;0.162\n2002;0.123\n2003;0.109\n2004;0.134\n2005;0.217\n2006;0.15\n2007;0.352\n2008;0.182\n2009;0.294\n2010;0.771\n2011;0.188\n2012;0.439\n2013;0.475"; var datasjr = "Year;SJR\n2018;0.907\n2019;1.043\n2020;1.146\n2021;1.025\n2022;0.942\n2023;0.936"; var dssjr=new viz.Dataset({ data:datasjr, datatypes:{ 'Year':'YYYY' } }).done(function () { new viz.View('svgsjr', this, settings_sjr); }); var datatotaldocs = "Year;Documents\n2017;70\n2018;181\n2019;149\n2020;289\n2021;288\n2022;345\n2023;630"; var dstotaldocs=new viz.Dataset({data:datatotaldocs,datatypes:{'Year':'YYYY'}}) .done(function () { new viz.View('svgtotaldocs', this, settings_totaldocs); }); //var datacitesperdoc="Cites per document;Year;Value\nCites / Doc. (4 years);1999;0.2\nCites / Doc. (4 years);2000;0.15\nCites / Doc. (4 years);2001;0.2\nCites / Doc. (4 years);2002;0.12\nCites / Doc. (4 years);2003;0.09\nCites / Doc. (4 years);2004;0.09\nCites / Doc. (4 years);2005;0.18\nCites / Doc. (4 years);2006;0.1\nCites / Doc. (4 years);2007;0.28\nCites / Doc. (4 years);2008;0.17\nCites / Doc. (4 years);2009;0.39\nCites / Doc. (4 years);2010;0.82\nCites / Doc. (4 years);2011;0.48\nCites / Doc. (4 years);2012;0.55\nCites / Doc. (4 years);2013;0.55\nCites / Doc. (3 years);1999;0.2\nCites / Doc. (3 years);2000;0.17\nCites / Doc. (3 years);2001;0.24\nCites / Doc. (3 years);2002;0.13\nCites / Doc. (3 years);2003;0.06\nCites / Doc. (3 years);2004;0.07\nCites / Doc. (3 years);2005;0.2\nCites / Doc. (3 years);2006;0.11\nCites / Doc. (3 years);2007;0.24\nCites / Doc. (3 years);2008;0.14\nCites / Doc. (3 years);2009;0.37\nCites / Doc. (3 years);2010;0.95\nCites / Doc. (3 years);2011;0.43\nCites / Doc. (3 years);2012;0.6\nCites / Doc. (3 years);2013;0.45\nCites / Doc. (2 years);1999;0.19\nCites / Doc. (2 years);2000;0.23\nCites / Doc. (2 years);2001;0.11\nCites / Doc. (2 years);2002;0.1\nCites / Doc. (2 years);2003;0\nCites / Doc. (2 years);2004;0.09\nCites / Doc. (2 years);2005;0.22\nCites / Doc. (2 years);2006;0.11\nCites / Doc. (2 years);2007;0.23\nCites / Doc. (2 years);2008;0.13\nCites / Doc. (2 years);2009;0.28\nCites / Doc. (2 years);2010;0.86\nCites / Doc. (2 years);2011;0.48\nCites / Doc. (2 years);2012;0.5\nCites / Doc. (2 years);2013;0.49"; var datacitesperdoc = "Cites per document;Year;Value\nCites / Doc. (4 years);2017;0.000\nCites / Doc. (4 years);2018;4.343\nCites / Doc. (4 years);2019;4.155\nCites / Doc. (4 years);2020;4.995\nCites / Doc. (4 years);2021;5.035\nCites / Doc. (4 years);2022;5.483\nCites / Doc. (4 years);2023;5.563\nCites / Doc. (3 years);2017;0.000\nCites / Doc. (3 years);2018;4.343\nCites / Doc. (3 years);2019;4.155\nCites / Doc. (3 years);2020;4.995\nCites / Doc. (3 years);2021;5.081\nCites / Doc. (3 years);2022;5.274\nCites / Doc. (3 years);2023;5.559\nCites / Doc. (2 years);2017;0.000\nCites / Doc. (2 years);2018;4.343\nCites / Doc. (2 years);2019;4.155\nCites / Doc. (2 years);2020;4.915\nCites / Doc. (2 years);2021;4.607\nCites / Doc. (2 years);2022;5.192\nCites / Doc. (2 years);2023;5.536"; var dscitesperdoc=new viz.Dataset({ data:datacitesperdoc, datatypes:{ 'Year':'YYYY' } }).done(function () { new viz.ViewGroup(this).add('svgcitesperdoc',settings_citesperdoc); }); //var dataquartiles="Category;Year;Quartile\nArts and Humanities (miscellaneous);1999;Q2\nArts and Humanities (miscellaneous);2000;Q3\nArts and Humanities (miscellaneous);2001;Q3\nArts and Humanities (miscellaneous);2002;Q3\nArts and Humanities (miscellaneous);2003;Q3\nArts and Humanities (miscellaneous);2004;Q3\nArts and Humanities (miscellaneous);2005;Q3\nArts and Humanities (miscellaneous);2006;Q3\nArts and Humanities (miscellaneous);2007;Q2\nArts and Humanities (miscellaneous);2008;Q3\nArts and Humanities (miscellaneous);2009;Q2\nArts and Humanities (miscellaneous);2010;Q2\nArts and Humanities (miscellaneous);2011;Q3\nArts and Humanities (miscellaneous);2012;Q2\nArts and Humanities (miscellaneous);2013;Q2\nBuilding and Construction;1999;Q1\nBuilding and Construction;2000;Q3\nBuilding and Construction;2001;Q2\nBuilding and Construction;2002;Q4\nBuilding and Construction;2003;Q4\nBuilding and Construction;2004;Q2\nBuilding and Construction;2005;Q2\nBuilding and Construction;2006;Q3\nBuilding and Construction;2007;Q3\nBuilding and Construction;2008;Q2\nBuilding and Construction;2009;Q3\nBuilding and Construction;2010;Q4\nBuilding and Construction;2011;Q3\nBuilding and Construction;2012;Q2\nBuilding and Construction;2013;Q1\nCivil and Structural Engineering;1999;Q1\nCivil and Structural Engineering;2000;Q2\nCivil and Structural Engineering;2001;Q2\nCivil and Structural Engineering;2002;Q1\nCivil and Structural Engineering;2003;Q2\nCivil and Structural Engineering;2004;Q3\nCivil and Structural Engineering;2005;Q3\nCivil and Structural Engineering;2006;Q4\nCivil and Structural Engineering;2007;Q3\nCivil and Structural Engineering;2008;Q2\nCivil and Structural Engineering;2009;Q2\nCivil and Structural Engineering;2010;Q2\nCivil and Structural Engineering;2011;Q1\nCivil and Structural Engineering;2012;Q2\nCivil and Structural Engineering;2013;Q1\nMechanical Engineering;1999;Q4\nMechanical Engineering;2000;Q4\nMechanical Engineering;2001;Q3\nMechanical Engineering;2002;Q3\nMechanical Engineering;2003;Q2\nMechanical Engineering;2004;Q2\nMechanical Engineering;2005;Q3\nMechanical Engineering;2006;Q3\nMechanical Engineering;2007;Q3\nMechanical Engineering;2008;Q2\nMechanical Engineering;2009;Q2\nMechanical Engineering;2010;Q3\nMechanical Engineering;2011;Q3\nMechanical Engineering;2012;Q2\nMechanical Engineering;2013;Q2"; var dataquartiles = "Category;Year;Quartile\nFluid Flow and Transfer Processes;2018;Q1\nFluid Flow and Transfer Processes;2019;Q1\nFluid Flow and Transfer Processes;2020;Q1\nFluid Flow and Transfer Processes;2021;Q1\nFluid Flow and Transfer Processes;2022;Q1\nFluid Flow and Transfer Processes;2023;Q1"; var dsquartiles=new viz.Dataset({data:dataquartiles,datatypes:{'Year':'YYYY'}}) .done(function () { new viz.View('svgquartiles', this, settings_quartiles); }); //var datacitesselfcites="Cites;Year;Value\nSelf Cites;1999;1\nSelf Cites;2000;2\nSelf Cites;2001;1\nSelf Cites;2002;3\nSelf Cites;2003;0\nSelf Cites;2004;0\nSelf Cites;2005;8\nSelf Cites;2006;3\nSelf Cites;2007;4\nSelf Cites;2008;3\nSelf Cites;2009;1\nSelf Cites;2010;10\nSelf Cites;2011;3\nSelf Cites;2012;15\nSelf Cites;2013;4\nExternal Cites;1999;10\nExternal Cites;2000;7\nExternal Cites;2001;12\nExternal Cites;2002;3\nExternal Cites;2003;3\nExternal Cites;2004;3\nExternal Cites;2005;3\nExternal Cites;2006;3\nExternal Cites;2007;11\nExternal Cites;2008;6\nExternal Cites;2009;23\nExternal Cites;2010;43\nExternal Cites;2011;25\nExternal Cites;2012;29\nExternal Cites;2013;35\n"; var datacitesselfcites = "Cites;Year;Value\nSelf Cites;2017;0\nSelf Cites;2018;70\nSelf Cites;2019;47\nSelf Cites;2020;234\nSelf Cites;2021;261\nSelf Cites;2022;297\nSelf Cites;2023;525\nTotal Cites;2017;0\nTotal Cites;2018;304\nTotal Cites;2019;1043\nTotal Cites;2020;1998\nTotal Cites;2021;3145\nTotal Cites;2022;3829\nTotal Cites;2023;5125"; var dscitesselfcites=new viz.Dataset({data:datacitesselfcites,datatypes:{'Year':'YYYY'}}) .done(function () { new viz.View('svgcitesselfcites', this, settings_citesselfcites); }); //var dataextcitesperdoc="Cites;Year;Value\nExternal Cites per document;1999;0.18\nExternal Cites per document;2000;0.13\nExternal Cites per document;2001;0.21\nExternal Cites per document;2002;0.06\nExternal Cites per document;2003;0.06\nExternal Cites per document;2004;0.06\nExternal Cites per document;2005;0.05\nExternal Cites per document;2006;0.054\nExternal Cites per document;2007;0.16\nExternal Cites per document;2008;0.08\nExternal Cites per document;2009;0.32\nExternal Cites per document;2010;0.71\nExternal Cites per document;2011;0.35\nExternal Cites per document;2012;0.36\nExternal Cites per document;2013;0.37\nCites per document;1999;0.2\nCites per document;2000;0.17\nCites per document;2001;0.24\nCites per document;2002;0.13\nCites per document;2003;0.06\nCites per document;2004;0.07\nCites per document;2005;0.2\nCites per document;2006;0.11\nCites per document;2007;0.24\nCites per document;2008;0.14\nCites per document;2009;0.37\nCites per document;2010;0.95\nCites per document;2011;0.43\nCites per document;2012;0.6\nCites per document;2013;0.45"; var dataextcitesperdoc = "Cites;Year;Value\nExternal Cites per document;2017;0\nExternal Cites per document;2018;3.343\nExternal Cites per document;2019;3.968\nExternal Cites per document;2020;4.410\nExternal Cites per document;2021;4.659\nExternal Cites per document;2022;4.865\nExternal Cites per document;2023;4.989\nCites per document;2017;0.000\nCites per document;2018;4.343\nCites per document;2019;4.155\nCites per document;2020;4.995\nCites per document;2021;5.081\nCites per document;2022;5.274\nCites per document;2023;5.559"; var dsextcitesperdoc=new viz.Dataset({data:dataextcitesperdoc,datatypes:{'Year':'YYYY'}}) .done(function () { new viz.View('svgexternalcitesperdoc', this, settings_extcitesperdoc); }); //var datainternationalcollaboration="Year;International Collaboration\n1999;0\n2000;5\n2001;0\n2002;5.88\n2003;17.65\n2004;10\n2005;5.56\n2006;3.57\n2007;4.55\n2008;25\n2009;16.67\n2010;9.38\n2011;20.69\n2012;15.63\n2013;13.33"; var datainternationalcollaboration = "Year;International Collaboration\n2017;25.71\n2018;24.86\n2019;25.50\n2020;30.10\n2021;31.94\n2022;31.59\n2023;24.44"; var dsinternationalcollaboration=new viz.Dataset({data:datainternationalcollaboration,datatypes:{'Year':'YYYY'}}) .done(function () { new viz.View('svginternational', this, settings_international); }); //var datacitabledocuments="Documents;Year;Value\nNon-citable documents;1999;0\nNon-citable documents;2000;0\nNon-citable documents;2001;1\nNon-citable documents;2002;1\nNon-citable documents;2003;1\nNon-citable documents;2004;0\nNon-citable documents;2005;0\nNon-citable documents;2006;1\nNon-citable documents;2007;3\nNon-citable documents;2008;5\nNon-citable documents;2009;5\nNon-citable documents;2010;4\nNon-citable documents;2011;5\nNon-citable documents;2012;6\nNon-citable documents;2013;7\nCitable documents;1999;55\nCitable documents;2000;52\nCitable documents;2001;54\nCitable documents;2002;47\nCitable documents;2003;48\nCitable documents;2004;46\nCitable documents;2005;54\nCitable documents;2006;54\nCitable documents;2007;63\nCitable documents;2008;63\nCitable documents;2009;65\nCitable documents;2010;56\nCitable documents;2011;65\nCitable documents;2012;73\nCitable documents;2013;86"; var datacitabledocuments = "Documents;Year;Value\nNon-citable documents;2017;0\nNon-citable documents;2018;1\nNon-citable documents;2019;4\nNon-citable documents;2020;5\nNon-citable documents;2021;4\nNon-citable documents;2022;2\nNon-citable documents;2023;1\nCitable documents;2017;0\nCitable documents;2018;69\nCitable documents;2019;247\nCitable documents;2020;395\nCitable documents;2021;615\nCitable documents;2022;724\nCitable documents;2023;921"; var dscitable=new viz.Dataset({data:datacitabledocuments,datatypes:{'Year':'YYYY'}}) .done(function () { new viz.View('svgcitable',this,settings_citable); }); //var datauncited="Documents;Year;Value\nUncited documents;1999;47\nUncited documents;2000;45\nUncited documents;2001;48\nUncited documents;2002;42\nUncited documents;2003;46\nUncited documents;2004;43\nUncited documents;2005;45\nUncited documents;2006;49\nUncited documents;2007;54\nUncited documents;2008;60\nUncited documents;2009;55\nUncited documents;2010;33\nUncited documents;2011;50\nUncited documents;2012;51\nUncited documents;2013;67\nCited documents;1999;8\nCited documents;2000;7\nCited documents;2001;7\nCited documents;2002;6\nCited documents;2003;3\nCited documents;2004;3\nCited documents;2005;9\nCited documents;2006;6\nCited documents;2007;12\nCited documents;2008;8\nCited documents;2009;15\nCited documents;2010;27\nCited documents;2011;20\nCited documents;2012;28\nCited documents;2013;26"; var datauncited = "Documents;Year;Value\nUncited documents;2017;0\nUncited documents;2018;12\nUncited documents;2019;49\nUncited documents;2020;50\nUncited documents;2021;83\nUncited documents;2022;99\nUncited documents;2023;98\nCited documents;2017;0\nCited documents;2018;58\nCited documents;2019;202\nCited documents;2020;350\nCited documents;2021;536\nCited documents;2022;627\nCited documents;2023;824"; var dsuncited=new viz.Dataset({data:datauncited,datatypes:{'Year':'YYYY'}}) .done(function () { new viz.View('svguncited',this,settings_uncited); }) var datafemale = "Year;Female Percent\n2017;16.87\n2018;21.04\n2019;16.24\n2020;13.91\n2021;17.96\n2022;18.52\n2023;23.79"; var dsdatafemale=new viz.Dataset({data:datafemale,datatypes:{'Year':'YYYY'}}) .done(function () { new viz.View('svgfemale', this, settings_female); }); var dataoverton = "Documents;Year;Value\nOverton;2017;2\nOverton;2018;4\nOverton;2019;0\nOverton;2020;2\nOverton;2021;1\nOverton;2022;0\nOverton;2023;0"; var dsoverton=new viz.Dataset({data:dataoverton,datatypes:{'Year':'YYYY'}}) .done(function () { new viz.View('svgoverton', this, settings_overton); }); var datasdg = "Documents;Year;Value\nSDG;2018;77\nSDG;2019;50\nSDG;2020;96\nSDG;2021;90\nSDG;2022;125\nSDG;2023;228"; var dssdg=new viz.Dataset({data:datasdg,datatypes:{'Year':'YYYY'}}) .done(function () { new viz.View('svgsdg', this, settings_sdg); }); }); </script> <script type="text/javascript"> window.blockScreen={ start:function () { if (!by('id:blockscreen')) { var bs=new Grape('div','html').id('blockscreen').addTo(by('body').item(0)); bs.seed.innerHTML='<div class="spinner"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div>'; } }, end:function () { if (by('id:blockscreen')) by('id:blockscreen').remove(); } } </script> <script type="text/javascript"> var id_page_original = 21100842663; </script> <!-- JS ENCARGADO DE GESTIONAR LOS COMENTARIOS DE SCIMAGOJR EN WORDPRESS --> <script src="./js/wp-control-comments.js?2024"></script> <!-- cookieconsent --> <!--<script src="js/countries_cookie.js"></script> <script src="js/cookieconsent.js?v=6"></script> **** --> <!-- To check analytics or marketing or both cookies --> <!--<script src="js/checkcookiescategories.js?v=3"></script> **** --> <!-- end cookie consent --> <aside class="multisitebar"> <div class="multisitebar_central"> <div class="siteslinks"> <a href="https://www.scimagojr.com" class="sjrlink currentsite"><img src="multisitebar/sjr.png" alt="SCImago Journal & Country Rank" /><span class="multisite_tooltip">SCImago Journal Country & Rank</span></a> <a href="https://www.scimagoir.com" class="scimagoirlink"><img src="multisitebar/sir.png" alt="SCImago Institutions Rankings" /><span class="multisite_tooltip">SCImago Institutions Rankings</span></a> <a href="https://www.scimagomedia.com" class="scimagomedialink"><img src="multisitebar/scimagomedia.png" alt="SCImago Media Rankings" /><span class="multisite_tooltip">SCImago Media Rankings</span></a> <a href="https://www.scimagoiber.com" class="siriberlink"><img src="multisitebar/siriber.png" alt="SCImago Iber" /><span class="multisite_tooltip">SCImago Iber</span></a> <a href="https://www.scimagorc.com" class="srcrlink"><img src="multisitebar/srcr.png" alt="SCImago Research Centers Ranking" /><span class="multisite_tooltip">SCImago Research Centers Ranking</span></a> <a href="https://www.graphica.app" class="graphicalink"><img src="multisitebar/graphica.png" alt="SCImago Graphica" /><span class="multisite_tooltip">SCImago Graphica</span></a> <a href="https://www.scimagoepi.com" class="epilink"><img src="multisitebar/epi.png" alt="Ediciones Profesionales de la Información " /><span class="multisite_tooltip">Ediciones Profesionales de la Informaci&oacute;n</span></a> </div> <div id="multisitebar_scimagolablink"> <a href="https://www.scimagolab.com"><img src="multisitebar/scimagolab_mobile.png" alt="SCImago Lab" class="multisitebar_scimagolablink_mobile" /><img class="multisitebar_scimagolablink_desktop" src="multisitebar/scimagolab.png" alt="SCImago Lab" /></a> </div> </div> </aside> <!-- <div class="related_sites"><span class="related_sites_text">also developed by scimago:</span> <a href="https://www.scimagoir.com"><img src="./img/siricon.png" alt="" />Scimago Institutions Rankings</a></div> --> <div class='header'><a href=".\" title="home"> <img id="logo" src="./img/logo.png" alt="SJR" /> <div id="tag">Scimago Journal &amp; Country Rank</div> </a> <form id="searchbox" action="journalsearch.php" method="get"> <input type="text" name="q" value="Enter Journal Title, ISSN or Publisher Name" id="searchinput" onfocus="if(this.value == 'Enter Journal Title, ISSN or Publisher Name') { this.value = ''; }" onblur="if (this.value=='') {this.value='Enter Journal Title, ISSN or Publisher Name';}"> <input type="submit" id="searchbutton" value="" /> </form> </div> <div id='menu_boton' style='cursor: pointer;'><img src='./img/menu.png' alt='menu'> menu</div><div id='mainmenu'><ul><li><a href='index.php'>Home</a></li><li><a href='journalrank.php'>Journal Rankings</a></li><li><a href='countryrank.php'>Country Rankings</a></li><li><a href='viztools.php'>Viz Tools</a></li><li><a href='help.php'>Help</a></li><li><a href='aboutus.php'>About Us</a></li></div> <script defer data-domain="scimagojr.com" src="https://plausible.scimago.es/js/script.js"></script> <style> .ad-zone{ height: 10px; } .container-msg-blocker{ width: 50%; position: fixed; color: white; z-index: 9; padding: 30px; background: #282828; margin-left: auto; margin-right: auto; border-radius:3px; text-align: center; width:400px; max-width: calc(100% - 60px); margin-left: calc(50% - 200px); line-height: 180%; } #msg_adblock_title, #msg_adblock_title2, #adblock_name{ font-size: 26px; margin-bottom: 0; } #adblock_name{ letter-spacing: 0.4px; } .hidebt{ display: none; } input#refresh-page{ background-color: rgb(231, 118, 66); color: white; padding: 8px; padding-left: 26px; padding-right: 26px; font-weight: 300; font-size: 15px; border-radius: 3px; transition: background-color ease 0.25s; border-color: transparent; cursor: pointer; text-transform: uppercase; letter-spacing: 0.3px; } #refresh-page:hover{ background-color: rgb(239, 131, 81); transition: background-color ease 0.25s; } </style> <script type="text/javascript"> window.addEventListener("load", function() { let x = document.querySelector(".ad-zone"); let x_height = x.offsetHeight; let msg = document.getElementById("msg") let msg_ad_title = document.getElementById("msg_adblock_title"); let adblock_name = document.getElementById("adblock_name"); let msg_ad_title2 = document.getElementById("msg_adblock_title2"); let msg_ad_footer = document.getElementById("msg_adblock_footer"); let wraper_msg = document.getElementById("wrap-blocker"); let refresh_bt = document.getElementById("refresh-page"); if(x_height){ /*//msg.innerText = "No Adblocker detected"*/ } else{ msg_ad_title.innerText = "Welcome. Please, turn your"; adblock_name.innerText = "ADBLOCK"; msg_ad_title2.innerText = " off!"; msg.innerText = "It looks like you're using an ad blocker. That's okay--who doesn't? But without advertising income, we can't keep making this site awesome."; msg_adblock_footer.innerText="Thank You!"; if(wraper_msg){ wraper_msg.classList.add("container-msg-blocker"); if(refresh_bt) refresh_bt.classList.remove("hidebt"); } } }); </script> <div id="wrap-blocker"><p id="msg_adblock_title"></p> <p><strong id="adblock_name"></strong><span id="msg_adblock_title2"></span></p> <p id="msg" ></p> <p id="msg_adblock_footer"></p> <input type="button" value="Refresh" onClick="window.location.reload()" id="refresh-page" class="hidebt"> </div> <div class="ad-zone"> </div> <!--<script data-ad-client="ca-pub-7636113250813806" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> --> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7636113250813806" crossorigin="anonymous"></script> </head> <body> <script> window.addEventListener("load", init_comments, true); function init_comments(){ callOutsideComments(parseInt(id_page_original)); } </script> <div class="text_body" style="width:100%;padding-bottom:10px; text-align: center!important; overflow:hidden;"> <!--<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>--> <!-- Top en Journals --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7636113250813806" data-ad-slot="3843785478" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <div class="background"> <div class="journaldescription colblock"> <h1> Thermal Science and Engineering Progress </h1> <div class="journalgrid"> <div> <h2>Country</h2> <p> <a href="journalrank.php?country=GB" title="view journal rank of United Kingdom">United Kingdom</a> <br /><br /><a class="sirlink" href="https://www.scimagoir.com/rankings.php?country=GBR" title="visit SCImago Institutions Rankings - United Kingdom"><img src="img/sir_white.png" alt="">Universities and research institutions in United Kingdom</a> <br /><a class="sirlink" href="https://www.scimagomedia.com/rankings.php?country=United Kingdom" title="visit SCImago Media Rankings - United Kingdom"><img src="img/media_white.png" alt="">Media Ranking in United Kingdom</a> </p> </div> <div> <h2>Subject Area and Category</h2> <p><ul style="padding-left:0px"><li style="display: inline-block;"><a href="journalrank.php?area=1500" title="view journal rank from Chemical Engineering">Chemical Engineering</a><ul class="treecategory"><li><a href="journalrank.php?category=1507" title="view journal rank from Fluid Flow and Transfer Processes">Fluid Flow and Transfer Processes</a></li></ul></li></ul></p> </div> <div> <h2>Publisher</h2> <p> <a href="journalsearch.php?q=Elsevier Ltd&amp;tip=pub" title="view all publisher's journals">Elsevier Ltd</a> <br /> </p> </div> <div> <h2>H-Index</h2> <p class="hindexnumber">56</p> </div> <div> <h2>Publication type</h2> <p>Journals</p> </div> <div> <h2>ISSN</h2> <p>24519049</p> </div> <div> <h2>Coverage</h2> <p>2017-2023</p> </div> <div> <h2>Information</h2> <p><a href="https://www.sciencedirect.com/journal/thermal-science-and-engineering-progress" target="_blank" id="question_journal">Homepage</a></p> <p><a href="https://www.editorialmanager.com/tsep/default.aspx" target="_blank" id="question_journal">How to publish in this journal</a></p> </div> <div class="blank"></div> <div class="fullwidth"> <h2>Scope</h2> Thermal Science and Engineering Progress (TSEP) publishes original, high-quality research articles that span activities ranging from fundamental scientific research and discussion of the more controversial thermodynamic theories, to developments in thermal engineering that are in many instances examples of the way scientists and engineers are addressing the challenges facing a growing population – smart cities and global warming – maximising thermodynamic efficiencies and minimising all heat losses. It is intended that these will be of current relevance and interest to industry, academia and other practitioners. It is evident that many specialised journals in thermal and, to some extent, in fluid disciplines tend to focus on topics that can be classified as fundamental in nature, or are ‘applied’ and near-market. Thermal Science and Engineering Progress will bridge the gap between these two areas, allowing authors to make an easy choice, should they or a journal editor feel that their papers are ‘out of scope’ when considering other journals. The range of topics covered by Thermal Science and Engineering Progress addresses the rapid rate of development being made in thermal transfer processes as they affect traditional fields, and important growth in the topical research areas of aerospace, thermal biological and medical systems, electronics and nano-technologies, renewable energy systems, food production (including agriculture), and the need to minimise man-made thermal impacts on climate change. Review articles on appropriate topics for TSEP are encouraged, although until TSEP is fully established, these will be limited in number. Before submitting such articles, please contact one of the Editors, or a member of the Editorial Advisory Board with an outline of your proposal and your expertise in the area of your review. <a class="join_comments_button" href="#wp-comments-response" id="join_conversation"><img src="img/comments_icon_black.png" alt="" />Join the conversation about this journal</a> </div> </div> </div> </div> <div class="dashboard"> <div class="cell100x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> Quartiles </div> </div> <div class="cellcontent"> <div class="cellslide" id="svgquartiles"> </div> <div class="cellslide"> <p> The set of journals have been ranked according to their SJR and divided into four equal groups, four quartiles. Q1 (green) comprises the quarter of the journals with the highest values, Q2 (yellow) the second highest values, Q3 (orange) the third highest values and Q4 (red) the lowest values. </p> <table><thead><tr><th>Category</th><th>Year</th><th>Quartile</th></tr></thead><tbody> <tr><td>Fluid Flow and Transfer Processes</td><td>2018</td><td>Q1</td></tr> <tr><td>Fluid Flow and Transfer Processes</td><td>2019</td><td>Q1</td></tr> <tr><td>Fluid Flow and Transfer Processes</td><td>2020</td><td>Q1</td></tr> <tr><td>Fluid Flow and Transfer Processes</td><td>2021</td><td>Q1</td></tr> <tr><td>Fluid Flow and Transfer Processes</td><td>2022</td><td>Q1</td></tr> <tr><td>Fluid Flow and Transfer Processes</td><td>2023</td><td>Q1</td></tr> </tbody></table> </div> </div> </div> </div> <!-- Google Adsense in-article --> <div class="text_body" style="width:100%;padding-bottom:10px; text-align: center!important; overflow: hidden;"> <ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-7636113250813806" data-ad-slot="7673314149"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <!-- INICIO Revistas relacionadas --> <div id="related_journals"> </div> <!-- END Revistas relacionadas --> <div class="dashboard"> <div class="cell1x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> <div class="legendblock" style="background-color:rgb(231, 118, 66)"></div>SJR </div> </div> <div class="cellcontent"> <div class="cellslide" id="svgsjr"> </div> <div class="cellslide"> <p> The SJR is a size-independent prestige indicator that ranks journals by their 'average prestige per article'. It is based on the idea that 'all citations are not created equal'. SJR is a measure of scientific influence of journals that accounts for both the number of citations received by a journal and the importance or prestige of the journals where such citations come from It measures the scientific influence of the average article in a journal, it expresses how central to the global scientific discussion an average article of the journal is. </p> <table><thead><tr><th>Year</th><th>SJR</th></tr></thead><tbody> <tr><td>2018</td><td>0.907</td></tr> <tr><td>2019</td><td>1.043</td></tr> <tr><td>2020</td><td>1.146</td></tr> <tr><td>2021</td><td>1.025</td></tr> <tr><td>2022</td><td>0.942</td></tr> <tr><td>2023</td><td>0.936</td></tr> </tbody></table> </div> </div> </div> <div class="cell1x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> <div class="legendblock" style="background-color:rgb(122,195,106)"></div>Total Documents </div> </div> <div class="cellcontent"> <div class="cellslide" id="svgtotaldocs"> </div> <div class="cellslide"> <p> Evolution of the number of published documents. All types of documents are considered, including citable and non citable documents. </p> <table><thead><tr><th>Year</th><th>Documents</th></tr></thead><tbody> <tr><td>2017</td><td>70</td></tr> <tr><td>2018</td><td>181</td></tr> <tr><td>2019</td><td>149</td></tr> <tr><td>2020</td><td>289</td></tr> <tr><td>2021</td><td>288</td></tr> <tr><td>2022</td><td>345</td></tr> <tr><td>2023</td><td>630</td></tr> </tbody></table> </div> </div> </div> <div class="cell1x2 dynamiccell"> <div class="cellheader"> <div class="celltitle"> Citations per document </div> </div> <div class="cellcontent"> <div class="cellslide" id="svgcitesperdoc"> </div> <div class="cellslide"> <p> This indicator counts the number of citations received by documents from a journal and divides them by the total number of documents published in that journal. The chart shows the evolution of the average number of times documents published in a journal in the past two, three and four years have been cited in the current year. The two years line is equivalent to journal impact factor &#8482; (Thomson Reuters) metric. </p> <table><thead><tr><th>Cites per document</th><th>Year</th><th>Value</th></tr></thead><tbody> <tr><td>Cites / Doc. (4 years)</td><td>2017</td><td>0.000</td></tr> <tr><td>Cites / Doc. (4 years)</td><td>2018</td><td>4.343</td></tr> <tr><td>Cites / Doc. (4 years)</td><td>2019</td><td>4.155</td></tr> <tr><td>Cites / Doc. (4 years)</td><td>2020</td><td>4.995</td></tr> <tr><td>Cites / Doc. (4 years)</td><td>2021</td><td>5.035</td></tr> <tr><td>Cites / Doc. (4 years)</td><td>2022</td><td>5.483</td></tr> <tr><td>Cites / Doc. (4 years)</td><td>2023</td><td>5.563</td></tr> <tr><td>Cites / Doc. (3 years)</td><td>2017</td><td>0.000</td></tr> <tr><td>Cites / Doc. (3 years)</td><td>2018</td><td>4.343</td></tr> <tr><td>Cites / Doc. (3 years)</td><td>2019</td><td>4.155</td></tr> <tr><td>Cites / Doc. (3 years)</td><td>2020</td><td>4.995</td></tr> <tr><td>Cites / Doc. (3 years)</td><td>2021</td><td>5.081</td></tr> <tr><td>Cites / Doc. (3 years)</td><td>2022</td><td>5.274</td></tr> <tr><td>Cites / Doc. (3 years)</td><td>2023</td><td>5.559</td></tr> <tr><td>Cites / Doc. (2 years)</td><td>2017</td><td>0.000</td></tr> <tr><td>Cites / Doc. (2 years)</td><td>2018</td><td>4.343</td></tr> <tr><td>Cites / Doc. (2 years)</td><td>2019</td><td>4.155</td></tr> <tr><td>Cites / Doc. (2 years)</td><td>2020</td><td>4.915</td></tr> <tr><td>Cites / Doc. (2 years)</td><td>2021</td><td>4.607</td></tr> <tr><td>Cites / Doc. (2 years)</td><td>2022</td><td>5.192</td></tr> <tr><td>Cites / Doc. (2 years)</td><td>2023</td><td>5.536</td></tr> </tbody></table> </div> </div> </div> <div class="cell1x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> <div class="legendblock" style="background-color:rgb(122,195,106)"></div>Total Cites&emsp;<div class="legendblock" style="background-color:rgb(237, 125, 115)"></div>Self-Cites </div> </div> <div class="cellcontent"> <div class="cellslide" id="svgcitesselfcites"> </div> <div class="cellslide"> <p> Evolution of the total number of citations and journal's self-citations received by a journal's published documents during the three previous years.<br/> Journal Self-citation is defined as the number of citation from a journal citing article to articles published by the same journal. </p> <table><thead><tr><th>Cites</th><th>Year</th><th>Value</th></tr></thead><tbody> <tr><td>Self Cites</td><td>2017</td><td>0</td></tr> <tr><td>Self Cites</td><td>2018</td><td>70</td></tr> <tr><td>Self Cites</td><td>2019</td><td>47</td></tr> <tr><td>Self Cites</td><td>2020</td><td>234</td></tr> <tr><td>Self Cites</td><td>2021</td><td>261</td></tr> <tr><td>Self Cites</td><td>2022</td><td>297</td></tr> <tr><td>Self Cites</td><td>2023</td><td>525</td></tr> <tr><td>Total Cites</td><td>2017</td><td>0</td></tr> <tr><td>Total Cites</td><td>2018</td><td>304</td></tr> <tr><td>Total Cites</td><td>2019</td><td>1043</td></tr> <tr><td>Total Cites</td><td>2020</td><td>1998</td></tr> <tr><td>Total Cites</td><td>2021</td><td>3145</td></tr> <tr><td>Total Cites</td><td>2022</td><td>3829</td></tr> <tr><td>Total Cites</td><td>2023</td><td>5125</td></tr> </tbody></table> </div> </div> </div> <div class="cell1x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> <div class="legendblock" style="background-color:rgb(122,195,106)"></div>External Cites per Doc&emsp;<div class="legendblock" style="background-color:rgb(56, 133, 200)"></div>Cites per Doc </div> </div> <div class="cellcontent"> <div class="cellslide" id="svgexternalcitesperdoc"> </div> <div class="cellslide"> <p> Evolution of the number of total citation per document and external citation per document (i.e. journal self-citations removed) received by a journal's published documents during the three previous years. External citations are calculated by subtracting the number of self-citations from the total number of citations received by the journal’s documents. </p> <table><thead><tr><th>Cites</th><th>Year</th><th>Value</th></tr></thead><tbody> <tr><td>External Cites per document</td><td>2017</td><td>0</td></tr> <tr><td>External Cites per document</td><td>2018</td><td>3.343</td></tr> <tr><td>External Cites per document</td><td>2019</td><td>3.968</td></tr> <tr><td>External Cites per document</td><td>2020</td><td>4.410</td></tr> <tr><td>External Cites per document</td><td>2021</td><td>4.659</td></tr> <tr><td>External Cites per document</td><td>2022</td><td>4.865</td></tr> <tr><td>External Cites per document</td><td>2023</td><td>4.989</td></tr> <tr><td>Cites per document</td><td>2017</td><td>0.000</td></tr> <tr><td>Cites per document</td><td>2018</td><td>4.343</td></tr> <tr><td>Cites per document</td><td>2019</td><td>4.155</td></tr> <tr><td>Cites per document</td><td>2020</td><td>4.995</td></tr> <tr><td>Cites per document</td><td>2021</td><td>5.081</td></tr> <tr><td>Cites per document</td><td>2022</td><td>5.274</td></tr> <tr><td>Cites per document</td><td>2023</td><td>5.559</td></tr> </tbody></table> </div> </div> </div> <div class="cell1x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> <div class="legendblock" style="background-color:rgb(122,195,106)"></div>% International Collaboration </div> </div> <div class="cellcontent"> <div class="cellslide" id="svginternational"> </div> <div class="cellslide"> <p> International Collaboration accounts for the articles that have been produced by researchers from several countries. The chart shows the ratio of a journal's documents signed by researchers from more than one country; that is including more than one country address. </p> <table><thead><tr><th>Year</th><th>International Collaboration</th></tr></thead><tbody> <tr><td>2017</td><td>25.71</td></tr> <tr><td>2018</td><td>24.86</td></tr> <tr><td>2019</td><td>25.50</td></tr> <tr><td>2020</td><td>30.10</td></tr> <tr><td>2021</td><td>31.94</td></tr> <tr><td>2022</td><td>31.59</td></tr> <tr><td>2023</td><td>24.44</td></tr> </tbody></table> </div> </div> </div> <!-- <div class="cell1x1 dynamiccell"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6599342188870735" data-ad-slot="2518688028" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> --> <div class="cell1x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> <div class="legendblock" style="background-color:rgb(122,195,106)"></div>Citable documents&emsp;<div class="legendblock" style="background-color:rgb(237, 125, 115)"></div>Non-citable documents </div> </div> <div class="cellcontent"> <div class="cellslide" id="svgcitable"> </div> <div class="cellslide"> <p>Not every article in a journal is considered primary research and therefore "citable", this chart shows the ratio of a journal's articles including substantial research (research articles, conference papers and reviews) in three year windows vs. those documents other than research articles, reviews and conference papers.</p> <table><thead><tr><th>Documents</th><th>Year</th><th>Value</th></tr></thead><tbody> <tr><td>Non-citable documents</td><td>2017</td><td>0</td></tr> <tr><td>Non-citable documents</td><td>2018</td><td>1</td></tr> <tr><td>Non-citable documents</td><td>2019</td><td>4</td></tr> <tr><td>Non-citable documents</td><td>2020</td><td>5</td></tr> <tr><td>Non-citable documents</td><td>2021</td><td>4</td></tr> <tr><td>Non-citable documents</td><td>2022</td><td>2</td></tr> <tr><td>Non-citable documents</td><td>2023</td><td>1</td></tr> <tr><td>Citable documents</td><td>2017</td><td>0</td></tr> <tr><td>Citable documents</td><td>2018</td><td>69</td></tr> <tr><td>Citable documents</td><td>2019</td><td>247</td></tr> <tr><td>Citable documents</td><td>2020</td><td>395</td></tr> <tr><td>Citable documents</td><td>2021</td><td>615</td></tr> <tr><td>Citable documents</td><td>2022</td><td>724</td></tr> <tr><td>Citable documents</td><td>2023</td><td>921</td></tr> </tbody></table> </div> </div> </div> <div class="cell1x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> <div class="legendblock" style="background-color:rgb(122,195,106)"></div>Cited documents&emsp;<div class="legendblock" style="background-color:rgb(237, 125, 115)"></div>Uncited documents </div> </div> <div class="cellcontent"> <div class="cellslide" id="svguncited"> </div> <div class="cellslide"> <p>Ratio of a journal's items, grouped in three years windows, that have been cited at least once vs. those not cited during the following year.</p> <table><thead><tr><th>Documents</th><th>Year</th><th>Value</th></tr></thead><tbody> <tr><td>Uncited documents</td><td>2017</td><td>0</td></tr> <tr><td>Uncited documents</td><td>2018</td><td>12</td></tr> <tr><td>Uncited documents</td><td>2019</td><td>49</td></tr> <tr><td>Uncited documents</td><td>2020</td><td>50</td></tr> <tr><td>Uncited documents</td><td>2021</td><td>83</td></tr> <tr><td>Uncited documents</td><td>2022</td><td>99</td></tr> <tr><td>Uncited documents</td><td>2023</td><td>98</td></tr> <tr><td>Cited documents</td><td>2017</td><td>0</td></tr> <tr><td>Cited documents</td><td>2018</td><td>58</td></tr> <tr><td>Cited documents</td><td>2019</td><td>202</td></tr> <tr><td>Cited documents</td><td>2020</td><td>350</td></tr> <tr><td>Cited documents</td><td>2021</td><td>536</td></tr> <tr><td>Cited documents</td><td>2022</td><td>627</td></tr> <tr><td>Cited documents</td><td>2023</td><td>824</td></tr> </tbody></table> </div> </div> </div> <div class="cell1x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> <div class="legendblock" style="background-color:rgb(122,195,106)"></div>% Female Authors </div> </div> <div class="cellcontent"> <div class="cellslide" id="svgfemale"> </div> <div class="cellslide"> <p> Evolution of the percentage of female authors. </p> <table><thead><tr><th>Year</th><th>Female Percent</th></tr></thead><tbody> <tr><td>2017</td><td>16.87</td></tr> <tr><td>2018</td><td>21.04</td></tr> <tr><td>2019</td><td>16.24</td></tr> <tr><td>2020</td><td>13.91</td></tr> <tr><td>2021</td><td>17.96</td></tr> <tr><td>2022</td><td>18.52</td></tr> <tr><td>2023</td><td>23.79</td></tr> </tbody></table> </div> </div> </div> <div class="cell1x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> <div class="legendblock" style="background-color:rgb(122,195,106)"></div>Documents cited by public policy (Overton) </div> </div> <div class="cellcontent"> <div class="cellslide" id="svgoverton"> </div> <div class="cellslide"> <p> Evolution of the number of documents cited by public policy documents according to Overton database. </p> <table><thead><tr><th>Documents</th><th>Year</th><th>Value</th></tr></thead><tbody> <tr><td>Overton</td><td>2017</td><td>2</td></tr> <tr><td>Overton</td><td>2018</td><td>4</td></tr> <tr><td>Overton</td><td>2019</td><td>0</td></tr> <tr><td>Overton</td><td>2020</td><td>2</td></tr> <tr><td>Overton</td><td>2021</td><td>1</td></tr> <tr><td>Overton</td><td>2022</td><td>0</td></tr> <tr><td>Overton</td><td>2023</td><td>0</td></tr> </tbody></table> </div> </div> </div> <div class="cell1x1 dynamiccell"> <div class="cellheader"> <div class="celltitle"> <div class="legendblock" style="background-color:rgb(122,195,106)"></div>Documents related to SDGs (UN) </div> </div> <div class="cellcontent"> <div class="cellslide" id="svgsdg"> </div> <div class="cellslide"> <p> Evolution of the number of documents related to Sustainable Development Goals defined by United Nations. Available from 2018 onwards. </p> <table><thead><tr><th>Documents</th><th>Year</th><th>Value</th></tr></thead><tbody> <tr><td>SDG</td><td>2018</td><td>77</td></tr> <tr><td>SDG</td><td>2019</td><td>50</td></tr> <tr><td>SDG</td><td>2020</td><td>96</td></tr> <tr><td>SDG</td><td>2021</td><td>90</td></tr> <tr><td>SDG</td><td>2022</td><td>125</td></tr> <tr><td>SDG</td><td>2023</td><td>228</td></tr> </tbody></table> </div> </div> </div> <div class="cell1x1 transparentcell"> <img src="https://www.scimagojr.com/journal_img.php?id=21100842663" alt="Scimago Journal &amp; Country Rank" class="imgwidget"/> <div class="widgetlegend"><div class="titlewidget">Show this widget in your own website</div><br /> Just copy the code below and paste within your html code: <input id="embed_code" name="embed_code" readonly="" onClick="this.select();" value="<a href=&quot;https://www.scimagojr.com/journalsearch.php?q=21100842663&amp;amp;tip=sid&amp;amp;exact=no&quot; title=&quot;SCImago Journal &amp;amp; Country Rank&quot;><img border=&quot;0&quot; src=&quot;https://www.scimagojr.com/journal_img.php?id=21100842663&quot; alt=&quot;SCImago Journal &amp;amp; Country Rank&quot; /></a>" size="25" /> </div> </div> <div class="cell1x1 transparentcell" style='overflow: hidden;'> <img src='img/graphica_mockup.png' alt='' style='position: absolute;display: block;float: none;max-width: 100%;max-height: 100%;top:0px;right: -60px;'/> <div style='position: absolute;left: 0px;top: 0px;max-width: 52%;padding: 12px;text-shadow: 1px 1px 0px white, -1px -1px 0px white;'> <img src='img/logo_graphica.png' alt='' style='width: 48px;vertical-align: middle;float: none;'/> <strong>SCImago Graphica</strong><br/> <div style='padding-left: 12px;padding-top: 12px;'>Explore, visually communicate and make sense of data with our <strong><a href="https://www.graphica.app">new data visualization tool</a></strong>. </div> </div> </div> </div> <div class="text_body" style="padding-left: 18px;padding-right: 18px"><div style=" text-align: center; padding: 16px; display: block; margin: auto; color: rgb(45 45 45); ">Metrics based on Scopus&reg; data as of March 2024</div> </div> <!-- Google Adsense in-article --> <div class="text_body" style="width:100%;padding-bottom:10px; text-align: center!important; overflow: hidden;"> <ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-7636113250813806" data-ad-slot="7673314149"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <!-- SECTION COMMENTS --> <div class="background" style="padding-bottom: 32px;"> <div id="wp-comments-response"><div class="lds-dual-ring"></div><div class="LoadingCommentsLabel">Loading comments…</div></div> <div id="container-form-comment"> <div id="respond-comment-scimagojr" class="hide"> <div id="feedback_insert_comment"></div> <h3>Leave a comment</h3> <form id="form-submit-comment-scimagojr" > <p> <label for="comment-scimagojr-name-user">Name</label> <input id="comment-scimagojr-name-user" name="comment-scimagojr-name-user" type="text" size="20"/> <span class="validation-form-messaje nonDisplay" id="nombre-validation">* Required</span> </p> <p> <label for="comment-scimagojr-email-user">Email<br /><span class="emailnote">(will not be published)</span></label> <input id="comment-scimagojr-email-user" name="comment-scimagojr-email-user" type="text" size="30"/> <span class="validation-form-messaje nonDisplay" id="email-validation">* Required</span> </p> <p> <textarea id="comment-scimagojr" name="comment-scimagojr" cols="45" rows="8" aria-required="true"></textarea> <span class="validation-form-messaje nonDisplay" id="textarea-validation">* Required</span> </p> <p class="form-submit"> <div id="html_element"></div> <span class="validation-form-messaje nonDisplay" id="captcha-validation" >* Required</span> <button type="button" id="cancel_reply" class="hide" >Cancel</button> <input name="submit-comment-scimagojr" type="button" id="submit-comment-scimagojr" class="submit" onclick="addEventsListenerForm()" value="Submit"> <input type="hidden" name="comment_scimagojr_post_ID" value="" id="comment_scimagojr_post_ID"> <input type="hidden" name="comment_scimagojr_parent" id="comment_scimagojr_parent" value="0"> </p> <p class="comments_rules">The users of Scimago Journal &amp; Country Rank have the possibility to dialogue through comments linked to a specific journal. The purpose is to have a forum in which general doubts about the processes of publication in the journal, experiences and other issues derived from the publication of papers are resolved. For topics on particular articles, maintain the dialogue through the usual channels with your editor. </p> </form> <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer> </script> </div> </div> </div> <!-- END SECTION COMMENTS--> <div class="foot"> <div class="colblock"> <a href="http://www.scimagolab.com" class="logofooter" >Developed by:<br /><img src="./img/logo_footer.png" alt="Scimago Lab" /></a> <a href="http://www.scopus.com" class="logofooter" >Powered by:<br /><img src="./img/scopus.png" alt="Powered by scopus" /></a> <p>Follow us on <a href="https://twitter.com/ScimagoJR">@ScimagoJR</a><br /><br /><a href="http://www.scimagolab.com">Scimago Lab</a>, Copyright 2007-2024. Data Source: <a href="http://www.scopus.com">Scopus&reg;</a></p> <img src="./img/estmodusinrebus.png" alt="" id="tagline" title="Est modus in rebus (There is a proper measure in things). Horatio." alt="Est modus in rebus (There is a proper measure in things). Horatio."/> <!--<p><a class="nav-link ccb__edit" href="#">Cookie settings</a></p> <p><a href="https://www.scimagojr.com/cookie-policies.php">Cookie Policy</a></p>--> <p><a href="https://www.scimagojr.com/legal-notice.php">Legal Notice</a></p> <p><a href="https://www.scimagojr.com/privacy-policy.php">Privacy Policy</a></p> </div> </div> </body> </html>

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