CINXE.COM

Наноиндустрия - научно-технический журнал - Выпуск №5/2024

<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Наноиндустрия - научно-технический журнал - Выпуск №5/2024</title> <meta name="keywords" content="..."> <meta name="description" content="..."> <meta property="og:image" content="/images/ready/13/845_231796.jpg" /> <meta name="google-site-verification" content="pap9O8svXd463ZRJljz84DznVDF1lsudTEDdeXr0YNg" /> <meta name="yandex-verification" content="ef99478fa637f6d9" /> <link href="https://www.nanoindustry.su/main8.css" rel="STYLESHEET" type="text/css" /> <link rel="icon" href="/favicon_nano.ico" type="image/x-icon"> <link rel="shortcut icon" href="/favicon_nano.ico" type="image/x-icon"> <script type="text/javascript" src="https://www.nanoindustry.su/js/jquery.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/jquery.dimensions.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/browser.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/supermodal.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/foto.js"></script> <script type="text/javascript">//<![CDATA[ var redirectMode=0; var modalAjaxSgn=-1; // Возвращает значение куки function getCookie(name) { var matches = document.cookie.match(new RegExp( "(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)" )); // return matches ? decodeURIComponent(matches[1]) : ''; return matches ? matches[1] : ''; } function get_with_www(url){ var s=url+'/'; if (s.match(/^https?\:\/\/[^\.\?]+\.[^\.\?]+(\/|\?)/i)) url=url.replace(/^http\:\/\//i,'http://www.').replace(/^https\:\/\//i,'https://www.'); return url; } // Редирект на url с www function redirect_mode(){ if (0) return false; var url=document.location.href; var url2=get_with_www(url); if (url!=url2) { redirectMode=1; document.location.href=url2; }; }; redirect_mode(); $(document).ready(function(){ if (redirectMode) return false; $('#smpLoginForm').attr('action',get_with_www($('#smpLoginForm').attr('action'))); if ($('#BlockTaggedArticles').length==0) $('#BlockArticles').show(); if ($('#BlockTaggedReports').length==0) $('#BlockReports').show(); if ($('#BlockTaggedEvents').length==0) $('#BlockEvents').show(); if ($('#BlockTaggedNews').length==0 && $('#BlockNews a.hidden').length) $('#BlockNews').show(); modalAjaxDone (); $('a.a_link').each(function(n,el) { $(el).attr('href', $(el).attr('data-href')); }); $('#DOM_loading').hide(); $('#DOM_ready').show(); $('#reklama_links_1').css('height',$('#reklama_links_2').height()+'px'); $(window).resize(function(){ resize_win(); }); ysearch_focus(0); $('div.panel_left, div.panel_right').addClass('height100'); $('div.panel_left').prepend( '<div class="height100" style="position:absolute; left:0px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/shadow_left.png) repeat-y left top; width:10px"></div>'+ '<a class="ui" href="javascript:void(0)" onclick="this.blur(); return panel_hide()">'+ '<div class="height100" style="position:absolute; right:-14px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/bg_bar_left.gif) repeat-y left top; width:14px">'+ '<img src="/img/tsphera/arrow_col_left.gif" width="6" height="9" alt=""'+ ' style="position:absolute; right:4px; top:327px; border:none" /></div></a>'+ '<div class="height100" style="position:absolute; right:-24px; top:0px;'+ ' background:url(/img/tsphera/shadow_left.png) repeat-y left top; width:10px"></div>' ); $('div.panel_right').prepend( '<div class="height100" style="position:absolute; right:0px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/shadow_right.png) repeat-y right top; width:10px"></div>'+ '<a class="ui" href="javascript:void(0)" onclick="this.blur(); return panel_hide()">'+ '<div class="height100" style="position:absolute; left:-14px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/bg_bar_right.gif) repeat-y right top; width:14px">'+ '<img src="/img/tsphera/arrow_col_right.gif" width="6" height="9" alt=""'+ ' style="position:absolute; left:4px; top:327px; border:none" /></div></a>'+ '<div class="height100" style="position:absolute; left:-24px; top:0px;'+ ' background:url(/img/tsphera/shadow_right.png) repeat-y right top; width:10px"></div>' ); $('a.panel').attr('href','javascript:void(0)').click(function(){ var id=$(this).blur().attr('name'); var el=$('#'+id); var side = $(el).hasClass('panel_left') ? 'left' : 'right'; if ($(el).filter(':visible').length>0) { $(this).removeClass('lite'); $(el).animate(side=='left' ? {left:'39px'} : {right:'0px'},400,function(){ $(this).css('visibility','hidden'); $('#'+side+'_hidden_col').css('visibility','visible'); }); return false; }; $('a.panel').filter('.lite').removeClass('lite'); $(this).addClass('lite'); $('div.panel_left:visible').animate({left:'39px'},400,function(){ $(this).css('visibility','hidden'); if (side=='right') $('#left_hidden_col').css('visibility','visible'); resize_win(); }); $('div.panel_right:visible').animate({right:'0px'},400,function(){ $(this).css('visibility','hidden'); if (side=='left') $('#right_hidden_col').css('visibility','visible'); resize_win(); }); $('#'+side+'_hidden_col').css('visibility','hidden'); $(el).css('visibility','visible').animate(side=='left' ? {left:'191px'} : {right:'191px'}, 400, resize_win ); return false; }); setTimeout("resize_win()", 100); }); function panel_hide () { $('a.panel').filter('.lite').click(); return false; }; function resize_win() { var h=$('body').height(); $('.height100').css('min-height', '1px'); $.each($('.height100'),function(n,el){ var h2=$(el).height(); h=h<h2 ? h2 : h; }); $('.height100').css('min-height', h+'px'); }; // AJAX-запрос с окрытием и обновлением модального окна function modalAjaxStart (url, params, func, nocancel, nowait) { if (!nowait && nocancel) { $('div.modalHeader div:first, div.modalFooter div:first').html(''); $('div.modalContent div:first').html('<div align="center"><img class="antibot_img middle" src="/img/tsphera/wait.gif" width="$CodeX;" height="$CodeY;" alt="" /></div>'); if ($('#superModalOverlay').css('display')=='none') superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width=350;height=200;closeEsc=0"); superModalTune(); }; if (!nowait && !nocancel) { $('div.modalHeader div:first').html(''); $('div.modalContent div:first').html('<div align="center"><img class="antibot_img middle" src="/img/tsphera/wait.gif" width="$CodeX;" height="$CodeY;" alt="" /></div>'); $('div.modalFooter div:first').html('<input type="submit" onclick="modalAjaxDone(); return false" value=" Отмена " />'); if ($('#superModalOverlay').css('display')=='none') superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width=350;height=200;closeEsc=1"); superModalTune(modalAjaxDone); }; var el=$('div.modalContent div:first'); $.getJSON(url, params, function (obj) { if ($('div.modalContent').css('display')=='none') { modalAjaxDone(); if (typeof func === 'function') func(obj); return false; } if (obj.result!=0) { $('div.modalHeader div:first, div.modalFooter div:first').html(''); $('div.modalContent div:first').html('<div style="text-align:center"><span class="bigger2 error">Извините, внутренняя ошибка сервера</span><span class="norm"><br><br><a class="ui" target="_top" href="https://www.nanoindustry.su/">Наноиндустрия</a></span></div>'); if ($('#superModalOverlay').css('display')=='none') superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width=500;height=250;closeEsc=1"); superModalTune(modalAjaxDone); return false; } if (obj.sgn==modalAjaxSgn) { if (obj.header!=='undefined') $('div.modalHeader div:first').html(obj.header); if (obj.content!=='undefined') $(el).html(obj.content); if (obj.footer!=='undefined') $('div.modalFooter div:first').html(obj.footer); superModalTune(modalAjaxDone); // $('div.modalHeader, div.modalContent, div.modalFooter').find('input').addClass('input_ie6hack'); }; if (typeof func === 'function') func(obj); }); return false; }; function modalAjaxDone () { modalAjaxSgn=-1; if ($('#superModalOverlay').css('display')!='none') superModalClose(); $('div.modalContent, div.modalHeader, div.modalFooter').remove(); $('<div class="modalHeader" style="display:none"><div style="padding:20px 20px 15px 20px" align="center"></div></div><div class="modalContent" style="display:none"><div style="padding:0 20px 0 20px"></div></div><div class="modalFooter" style="display:none"><div style="padding:20px 20px 20px 20px" align="center"></div></div>').appendTo('body'); return false; }; function superModalShowAndTune (w,h,esc) { superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width="+w+";height="+h+";closeEsc="+esc); superModalTune(); }; function ysearch_focus(f) { if (f) $('#ysearch_div').css('background','#f5f5f5'); if (!f && !$('#ysearch_input').val().match(/\S/)) $('#ysearch_div').css('background','#f5f5f5 url(/img/tsphera/ysearch_small.gif) no-repeat 6px 6px'); }; function popup_arrow(o) { o=$(o).blur().find('img'); var s=$(o).attr('src'); $(o).attr('src','/img/tsphera/arrow_small_'+(s.match(/dn\.gif/) ? 'up' : 'dn')+'.gif'); resize_win(); return false; }; //]]></script> <style> div.smap { display:none; } </style> </head> <body> <!-- Картинка/текст для социалок --> <div style="display:none"> <img src="/images/ready/13/845_231796.jpg" /> <p>ШЕЛЕПИН НИКОЛАЙ АЛЕКСЕЕВИЧ,<br> ДОКТОР ТЕХНИЧЕСКИХ НАУК, ПЕРВЫЙ ЗАМЕСТИТЕЛЬ ГЕНЕРАЛЬНОГО ДИРЕКТОРА НИИМЭ<br> НИИ МОЛЕКУЛЯРНОЙ ЭЛЕКТРОНИКИ. БОЛЕЕ ПОЛУВЕКА НА ПЕРЕДНЕМ КРАЕ ОТЕЧЕСТВЕННОЙ МИКРОЭЛЕКТРОНИКИ<br> ВЛИЯНИЕ ГИДРОТЕРМАЛЬНОГО НАНОКРЕМНЕЗЕМА НА ПРОРАЩИВАНИЕ СЕМЯН ПШЕНИЦЫ<br> Исследование посвящено изучению нанотехнологических аспектов применения гидротермального нанокремнезема для получения микрозелени растений<br> ИНТЕГРАЦИЯ МЕТОДОВ СЗМ И МАТРИЧНОЙ ТЕХНОЛОГИИ ОПТИЧЕСКИХ СУПЕРЛИНЗ<br> Наблюдение живой природы с нанометровым пространственным разрешением имеет первостепенное значение для понимания многих фундаментальных процессов<br> ИЗМЕРЕНИЯ РАЗМЕРОВ НАНОЧАСТИЦ КРЕМНИЯ МЕТОДАМИ ДИНАМИЧЕСКОГО РАССЕЯНИЯ СВЕТА<br> В работе проведено сравнение методов динамического рассеяния света и акустической спектроскопии. Выявлены преимущества<br> </p> </div> <!-- Конец Картинка/текст для социалок --> <div class="smap"><a href="/sitemap.xml">sitemap</a></div> <!-- ПРЕДУПРЕЖДЕНИЕ О КУКИС --> <script> $(document).ready(function(){ if (getCookie('lama_Cw')!='1') $('#CookieWarning').show(); }); function cookie_warning_off () { var date = new Date(new Date().getTime() + 365*24*60*60*1000); document.cookie = 'lama_Cw=1; path=/; expires=' + date.toUTCString(); }; </script> <div id="CookieWarning" style="display:none; position:fixed; left:0px; bottom:20px; right:0px; z-index:1000000000"> <div style="margin:auto; width:490px; padding:0 15px 0 15px; background:#333; border:#fff 1px solid"> <div style="float:left; width:388px; text-align:center; padding:15px 0 15px 0"><span class="smaller1" style="color:#999"> Наш сайт использует cookies. Продолжая просмотр, вы даёте согласие на обработку персональных данных и соглашаетесь с нашей <a href="/page/politica_sec" style="color:#999; text-decoration:underline">Политикой Конфиденциальности</a> </span></div> <div style="float:right; width:100px; text-align:right; padding:20px 0 5px 0"> <span class="smaller1" onclick="$('#CookieWarning').hide(); cookie_warning_off()" style="background:#555; border:#999 1px solid; display:inline-block; padding:8px 10px 8px 10px; color:#fff; cursor:pointer">Согласен</span> </div> <div style="clear:both"></div> </div></div> <!-- /ПРЕДУПРЕЖДЕНИЕ О КУКИС --> <div id="DOM_loading" align="center"><br></div><div id="DOM_ready" align="center" style="display:none"><div style="width:970px; position:relative; left:0px; top:0px" align="left"> <!-- ЛЕВАЯ КОЛОНКА --> <div class="height100" align="left" style="width:190px; float:left; border-right:#969c9d 1px solid; background:#fff url(/img/tsphera/bg_1.jpg) no-repeat left top; position:relative; left:0px; top:0xp; z-index:4"> <!-- МЕНЮ "ГЛАВНАЯ/RUS/ENG" --> <!--noindex--> <div style="padding:6px 10px 15px 16px"><span class="smaller1"> <div style="float:left"><a class="title ui" target="_top" href="https://www.nanoindustry.su/">Home</a></div> <div style="float:right" align="right"><a class="title ui" target="_top" href="https://www.nanoindustry.su/"><img src="/img/tsphera/lang_ru.png" style="width:23px; height:14px; border:none; margin-right:4px; vertical-align:middle" alt="" />rus</a></div> <div style="clear:both"></div> </span></div> <!--/noindex--> <!-- Конец МЕНЮ "ГЛАВНАЯ/RUS/ENG" --> <!-- ИМПАКТ-ФАКТОР РИНЦ --> <!-- Конец ИМПАКТ-ФАКТОР РИНЦ --> <!-- ПОИСК --> <script> function ysearch_submit() { var f=document.yandex_search_form; f.searchid.value= $(f).find('input[name=yandex_search_area]:checked').val()=='1' ? 1510549 : 2065416; f.submit(); return false; }; </script> <div style="padding:0px 10px 10px 16px"> <form name="yandex_search_form" method="get" action="https://www.nanoindustry.su/page/ysearch" onsubmit="return ysearch_submit()"> <input type="hidden" name="searchid" value="1510549" /> <span class="smaller1 std">Search:</span> <div id="ysearch_div" style="border:#c8c8c8 1px solid; padding:3px 5px 3px 5px; background:#f5f5f5"> <input type="text" id="ysearch_input" name="text" onfocus="ysearch_focus(true)" onblur="ysearch_focus(false)" class="middle" maxlength="255" style="width:150px; background:transparent; border:none; font-size:12px; color:#000" value="" /></div> <div style="height:3px"></div> <span class="smaller2 std middle"> <label class="middle"><input name="yandex_search_area" class="box" type="radio" value="2" checked="checked" /> on-site search</label><br> <label class="middle"><input name="yandex_search_area" class="box" type="radio" value="1" /> search all "TECHNOSPHERA" sites</label> </span> </form> </div> <!-- Конец ПОИСК --> <!-- МЕНЮ --> <!--noindex--> <div style="padding:0px 10px 10px 15px" align="right"><span class="bigger1 std"> <span class="smaller1"><a class="panel title ui" name="panel_auth">Sign in</a></span> <div style="height:20px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_en?lang=en">Nanoindustry</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1903?lang=en">Editorial policy</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/editorial_collegium?lang=en">Editorial collegium</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1900?lang=en">Editorial board</a> <div style="height:10px"></div> <a class="panel title ui" name="panel_menu_articles_annotations_en">Articles annotations</a> <div style="height:10px"></div> <a class="panel title ui" name="panel_menu_for_authors_en">For authors</a> <div style="height:10px"></div> <a class="panel title ui" name="panel_menu_for_reviewers_en">For reviewers</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1897?lang=en">Publisher</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/tsphera_en?lang=en">TECHNOSPHERA</a> <div style="height:10px"></div> </span></div> <!--/noindex--> <!-- Конец МЕНЮ --> <!-- СОЦСЕТИ --> <!--noindex--> <script> var socialnet_count=0; function socialnet_add (site, title, src, href, name) { if (site!='nano' && site!='*') return false; if (!name) name=''; socialnet_count++; if (socialnet_count==1) document.write('<div align="left" style="padding:0 5px 10px 15px"><span class="smaller1" style="vertical-align:middle">'); document.write( '<a class="ui" rel="nofollow" target="_blank" href="'+href+'"><img src="'+src+'" title="'+title+'" alt="" style="display:inline-block; width:24px; height:24px; border:none; margin:5px; vertical-align:middle" /> '+name+'</a><br>' ); }; // Команды для размещения ссылок вводите ниже (всё, что выше - не редактировать!): socialnet_add( '*', 'Telegram', '/files/page_attach/0/53.png', 'https://t.me/TS_pub', 'TS_pub' ); socialnet_add( '*', 'ВКонтакте', '/files/page_attach/0/51.png', 'https://www.vk.com/technospheramag', 'technospheramag' ); socialnet_add( '*', 'Одноклассники', '/files/page_attach/0/52.png', 'https://ok.ru/group/53337117491357', 'technospheramag' ); socialnet_add( '*', 'Youtube', '/files/page_attach/0/48.png', 'https://www.youtube.com/c/ТЕХНОСФЕРА_РИЦ', 'ТЕХНОСФЕРА_РИЦ' ); if (socialnet_count>0) document.write('</span></div>'); <!--/noindex--> </script> <!-- /СОЦСЕТИ --> <!-- РЕКЛАМА СЛЕВА --> <div style="padding:30px 0 40px 0" align="center"><div style="width:164px; overflow:hidden; padding-bottom:10px"><!--noindex--><div style="position:relative; overflow:hidden; width:164px; height:260px"><div style="position:relative; z-index:1"><img title="Монолит" src="/images/adv/10/72_hqy7v.jpeg" style="display:block; width:164px; height:260px; border:none" alt="" /></div><a class="a_link" rel="nofollow" target="_top" href="" data-href="/cgi-bin/tsphera/p_adv.pl?id=1072&sgn=20059&erid=LdtCKAJLk" style="position:absolute; left:0; right:0; top:0; bottom:0; z-index:3"></a></div><!--/noindex--></div></div> <!-- Конец РЕКЛАМА СЛЕВА --> <!-- КОПИРАЙТ --> <div style="padding:0px 10px 10px 20px" align="left"><span class="smaller1 std"> &copy; 2001-2024<br> <a class="ui" target="_top" href="https://www.technosphera.ru">JSC "TECHNOSPHERA".</a><br> All rights reserved.<br> Phone +7 (495) 234-0110<br> <a href="https://www.technosphera.ru/page/OFERTA">Оферта</a> <br /> <br /> <!-- Yandex.Metrika informer --> <a href="https://metrika.yandex.ru/stat/?id=10321768&amp;from=informer" target="_blank" rel="nofollow"><img src="https://informer.yandex.ru/informer/10321768/3_1_FFFFFFFF_EFEFEFFF_0_pageviews" style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрика: данные за сегодня (просмотры, визиты и уникальные посетители)" class="ym-advanced-informer" data-cid="10321768" data-lang="ru" /></a> <!-- /Yandex.Metrika informer --> <!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(10321768, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/10321768" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter --> <br> <a href="http://r8w.ru"> R&W</a> </span></div> <!-- Конец КОПИРАЙТ --> </div> <!-- Конец ЛЕВАЯ КОЛОНКА --> <!-- ЛЕВАЯ СВЕРНУТАЯ ФАЛЬШ-КОЛОНКА --> <div id="left_hidden_col" class="height100" style="width:22px; float:left; position:relative; left:0px; top:0px; background:#d0cecf url(/img/tsphera/bg_bar_left.gif) repeat-y right top; z-index:2">&nbsp;<!-- img src="/img/tsphera/arrow_col_right.gif" width="6" height="9" alt="" style="position:absolute; right:4px; top:327px" / --> <div class="height100" style="position:absolute; right:-10px; top:0px; background:url(/img/tsphera/shadow_left.png) repeat-y left top; width:10px"></div> </div> <!-- Конец ЛЕВАЯ СВЕРНУТАЯ ФАЛЬШ-КОЛОНКА --> <!-- ПРАВАЯ КОЛОНКА --> <div class="height100" align="left" style="width:190px; float:right; border-left:#969c9d 1px solid; background:#fff url(/img/tsphera/bg_2.jpg) no-repeat right top; position:relative; left:0px; top:0xp; z-index:4"> <div style="padding:0px 3px 10px 15px" align="left"> <!-- ISSN --> <div style="padding:15px 0 25px"><span class="norm std">ISSN 1993-8578<br>ISSN 2687-0282 (online)</span></div> <!-- /ISSN --> <!-- АНГЛИЙСКАЯ ВЕРСИЯ --> <!--noindex--> <!-- BOOK ORDER (ТЕХНОСФЕРА) --> <!-- /BOOK ORDER (ТЕХНОСФЕРА) --> <!-- SUBSCRIBE --> <div style="padding-bottom:25px"><span class="norm"> <span class="bigger2 std">Subscribe:</span> <div style="height:6px"></div> <a href="https://www.nanoindustry.su/journal/order/">Print version</a> <div style="height:6px"></div> <a href="https://www.nanoindustry.su/journal/order/?digit=1">E-version</a> <div style="height:6px"></div> <a href="https://www.nanoindustry.su/account/?act=dlv">News</a> </span></div> <!-- /SUBSCRIBE --> <!-- RIGHT COLUMN (ENGLISH) --> <!-- ARTICLES --> <div id="BlockArticles" style="display:none"> <span class="bigger1 std">Articles</span> <div style="height:8px"></div> <span class="smaller3"><a class="gray ui" href="https://www.nanoindustry.su/journal/2024/7">Nanoindustry, #7-8/2024</a></span><br> <span class="smaller1"><a class="hidden" href="https://www.nanoindustry.su/journal/article/10718?lang=en">Annual Index of Papers 2024</a></span> <div style="height:8px"></div> <span class="smaller3"><a class="gray ui" href="https://www.nanoindustry.su/journal/2024/7">Nanoindustry, #7-8/2024</a></span><br> <span class="smaller1"><a class="hidden" href="https://www.nanoindustry.su/journal/article/10710?lang=en">INFLUENCE OF PLASTIC DEFORMATION ON STRUCTURE AND PROPERTIES OF BIORESORBABLE ZINC ALLOY Zn-0.8Li-0.1Mn</a></span> <div style="height:8px"></div> <span class="smaller3"><a class="gray ui" href="https://www.nanoindustry.su/journal/2024/7">Nanoindustry, #7-8/2024</a></span><br> <span class="smaller1"><a class="hidden" href="https://www.nanoindustry.su/journal/article/10719?lang=en">STABILITY OF PROPERTIES AND DEGRADATION MECHANISMS OF MULTILAYER TRANSPARENT CONDUCTIVE STRUCTURES DURING THEIR &quot;DAMP HEAT&quot; TESTING</a></span> <div style="height:8px"></div> <span class="smaller3"><a class="gray ui" href="https://www.nanoindustry.su/journal/2024/5">Nanoindustry, #5/2024</a></span><br> <span class="smaller1"><a class="hidden" href="https://www.nanoindustry.su/journal/article/en/10517?lang=en">DEVELOPMENT OF A WIDE-FIELD SCANNERPROFILOMETER AND NEW METHODS OF HARDNESS MEASUREMENT FOR THE FIRST EARTH SATELLITE ATOMIC FORCE MICROSCOPE IN THE WORLD</a></span> <div style="height:8px"></div> <span class="smaller3"><a class="gray ui" href="https://www.nanoindustry.su/journal/2024/2">Nanoindustry, #2/2024</a></span><br> <span class="smaller1"><a class="hidden" href="https://www.nanoindustry.su/journal/article/10296?lang=en">OBSERVATION OF CHANGES IN MORPHOLOGY OF HIGH-TEMPERATURE METAL FILMS IN A SCANNING PROBE MICROSCOPE DURING WARMING UP IN OPEN SPACE CONDITIONS</a></span> <div style="height:25px"></div></div> <!-- /ARTICLES --> <!-- /RIGHT COLUMN (ENGLISH) --> <!--/noindex--> <!-- /АНГЛИЙСКАЯ ВЕРСИЯ --> </div> </div> <!-- Конец ПРАВАЯ КОЛОНКА --> <!-- ПРАВАЯ СВЕРНУТАЯ ФАЛЬШ-КОЛОНКА --> <div id="right_hidden_col" class="height100" style="width:22px; float:right; position:relative; left:0px; top:0px; background:#d0cecf url(/img/tsphera/bg_bar_right.gif) repeat-y left top; z-index:2">&nbsp;<!-- img src="/img/tsphera/arrow_col_left.gif" width="6" height="9" alt="" style="position:absolute; left:4px; top:327px" / --> <div class="height100" style="position:absolute; left:-10px; top:0px; background:url(/img/tsphera/shadow_right.png) repeat-y right top; width:10px"></div> </div> <!-- Конец ПРАВАЯ СВЕРНУТАЯ ФАЛЬШ-КОЛОНКА --> <!-- ПАНЕЛЬ "АВТОРИЗАЦИЯ" --> <!--noindex--> <div id="panel_auth" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <script type="text/javascript">//<![CDATA[ function smpValidLoginForm() { var v={ status: 0 }; var f=document.smpLoginForm; if (!f.login_email.value.match(/\S/) || !f.login_password.value.match(/\S/)) v.status=1; return v; }; function do_login() { var res=smpValidLoginForm(); if (res.status==1) $('#login_alert').html('Введите e-mail и пароль'); return res.status==0; }; //]]></script> <span class="bigger2">Sign in:</span><br><br> <form name="smpLoginForm" id="smpLoginForm" method="post" action="https://www.nanoindustry.su/account/" onsubmit="return do_login()"> <input type="hidden" name="act" value="login" /><input type="hidden" name="redirect" value="/journal/2020/5/annotations/" /> Your e-mail:<br> <input type="text" name="login_email" class="smaller1" maxlength="64" value="" style="width:90px" onfocus="$('#login_alert').html('&nbsp;')" /> <div style="height:10px"></div> Password:<br> <input type="password" name="login_password" autocomplete="off" class="smaller1" maxlength="64" value="" style="width:90px" onfocus="$('#login_alert').html('&nbsp;')" /> <div style="height:10px"></div> <span class="smaller1"><div><label><input type="checkbox" class="box" name="login_store" value="1" /> - Keep me signed in on this computer</label></div></span> <div style="height:10px"></div> <input type="submit" class="button_smaller1" value=" Log in " /> <div style="height:10px"></div> <span id="login_alert" class="smaller1 error">&nbsp;</span> <div style="height:20px"></div> <a class="title ui" href="https://www.nanoindustry.su/account/reg/">Create your account</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/account/password/">Forgot your password?</a> </form> </span></div></div> <!--/noindex--> <!-- Конец ПАНЕЛЬ "АВТОРИЗАЦИЯ" --> <!-- ПАНЕЛЬ "КНИГИ" (слева, Техносфера) --> <!-- Конец ПАНЕЛЬ "КНИГИ" (слева, Техносфера) --> <!-- ПАНЕЛЬ "АРХИВ ЖУРНАЛА" --> <!--noindex--> <div id="panel_archive" class="panel_left"> <div style="padding-top:60px" align="center"><span class="bigger1 std"> <span class="bigger2">Архив журнала:</span><br><br> <span style="line-height:150%"> <a class="title ui" href="https://www.nanoindustry.su/journal/2024">2024</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2023">2023</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2022">2022</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2021">2021</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2020">2020</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2019">2019</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2018">2018</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2017">2017</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2016">2016</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2015">2015</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2014">2014</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2013">2013</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2012">2012</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2011">2011</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2010">2010</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2009">2009</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2008">2008</a><br><a class="title ui" href="https://www.nanoindustry.su/journal/2007">2007</a><br> </span></span></div></div> <!--/noindex--> <!-- Конец ПАНЕЛЬ "АРХИВ ЖУРНАЛА" --> <!-- ПАНЕЛИ РУБРИК ТИПОВЫХ НА АНГЛ.ЯЗЫКЕ --> <!--noindex--> <div id="panel_menu_for_authors_en" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">FOR AUTHORS:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/info_for_authors?lang=en">Instruction to authors</a> <div style="height:10px"></div> </span></div></div> <div id="panel_menu_for_reviewers_en" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">FOR REVIEWERS:</span><br><br> </span></div></div> <!--/noindex--> <!-- /ПАНЕЛИ РУБРИК ТИПОВЫХ НА АНГЛ.ЯЗЫКЕ --> <!-- ПАНЕЛЬ ВЫПУСКОВ ЖУРНАЛОВ НА АНГЛ.ЯЗЫКЕ --> <!--noindex--> <div id="panel_menu_articles_annotations_en" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Articles annotations:</span><br><br> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2024</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2024/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2023</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2023/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2022</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2022/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2021</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2021/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2020</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2020/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2019</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/3/annotations?lang=en">Issue #3-4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2019/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/num/572/annotations?lang=en">Special issue</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2018</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/7/annotations?lang=en">Issue #7-8</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2018/9/annotations?lang=en">Issue #9</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2017</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2017/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2016</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2016/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2015</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2015/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2014</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2014/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2013</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2013/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2012</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/7/annotations?lang=en">Issue #7</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2012/8/annotations?lang=en">Issue #8</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2011</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2011/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2010</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2010/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2009</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2009/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2008</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2008/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> </div></div> <div class="_item" style="padding-bottom:10px"> <span class="bigger2 a" onclick="$(this).parents('div._item').find('div._list').toggle(); resize_win()">2007</span> <div class="_list" style="display:none; padding-top:5px"> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/1/annotations?lang=en">Issue #1</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/2/annotations?lang=en">Issue #2</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/3/annotations?lang=en">Issue #3</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/4/annotations?lang=en">Issue #4</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/5/annotations?lang=en">Issue #5</a> <div style="height:5px"></div> <a class="title ui" href="https://www.nanoindustry.su/journal/2007/6/annotations?lang=en">Issue #6</a> <div style="height:5px"></div> </div></div> </span></div></div> <!--/noindex--> <!-- /ПАНЕЛЬ ВЫПУСКОВ ЖУРНАЛОВ НА АНГЛ.ЯЗЫКЕ --> <!-- ПАНЕЛИ РУБРИК ТИПОВЫХ СТРАНИЦ --> <!--noindex--> <div id="panel_menu_mediadata" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Медиаданные:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/nano_about">О журнале</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/about_publications">О публикациях</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/rubricator">Предметная область и рубрикатор</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/editors">Редакционная коллегия</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_editors">Редакционный совет</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_distribution">Распространение</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/founder">Учредитель</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1890">Издатель</a> <div style="height:10px"></div> <a class="title ui" href="/journal/plan/">План издания</a> <div style="height:10px"></div> </span></div></div> <div id="panel_menu_policy" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Редакционная политика:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/1885">Редакционная политика РИЦ «ТЕХНОСФЕРА»</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1945">Редакционная политика журнала &quot;НАНОИНДУСТРИЯ&quot;</a> <div style="height:10px"></div> </span></div></div> <div id="panel_menu_adv" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Реклама:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/nano_advjournal">В журнале</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_advsite">На сайте</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_adv">Отдел рекламы</a> <div style="height:10px"></div> </span></div></div> <div id="panel_menu_authors" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Авторам:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/strategy">Стратегия оформления</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/sci_metrics">Наукометрия</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/applicant_for_sci">Соискателям учёной степени</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_to_authors">Требования к статьям и рецензирование</a> <div style="height:10px"></div> </span></div></div> <div id="panel_menu_contacts" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Контакты:</span><br><br> <a class="title ui" href="https://www.nanoindustry.su/page/dep_distribution">Распространение</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/map">Адрес</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/dep_editorial_nano">Редакция</a> <div style="height:10px"></div> <a class="title ui" href="/feedback/">Написать письмо</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/social_networks">Соцсети</a> <div style="height:10px"></div> </span></div></div> <!--/noindex--> <!-- /ПАНЕЛИ РУБРИК ТИПОВЫХ СТРАНИЦ --> <!-- ПАНЕЛЬ "ЖУРНАЛЫ" --> <!--noindex--> <div id="panel_journals" class="panel_left"> <div style="padding-top:60px" align="center"><span class="norm std"> <span class="bigger2">Журналы:</span><br><br> <a class="title ui" target="_top" href="https://www.electronics.ru/">Электроника НТБ</a> <div style="height:10px"></div> <a class="title ui" target="_top" href="https://www.nanoindustry.su/">Наноиндустрия</a> <div style="height:10px"></div> <a class="title ui" target="_top" href="https://www.lastmile.su/">Первая миля</a> <div style="height:10px"></div> <a class="title ui" target="_top" href="https://www.photonics.su/">Фотоника</a> <div style="height:10px"></div> <a class="title ui" target="_top" href="https://www.j-analytics.ru/">Аналитика</a> <div style="height:10px"></div> <a class="title ui" target="_top" href="https://www.stankoinst.ru/">Станкоинструмент</a> <div style="height:10px"></div> </span></div></div> <!--/noindex--> <!-- Конец ПАНЕЛЬ "ЖУРНАЛЫ" --> <!-- ПАНЕЛЬ "КАТАЛОГ ПРЕДПРИЯТИЙ" --> <!-- Конец ПАНЕЛЬ "КАТАЛОГ ПРЕДПРИЯТИЙ" --> <!-- ПАНЕЛЬ "КНИГИ - ХИТЫ ПРОДАЖ" (ТЕХНОСФЕРА) --> <!-- Конец ПАНЕЛЬ "КНИГИ - ХИТЫ ПРОДАЖ" (ТЕХНОСФЕРА) --> <!-- ПАНЕЛЬ "КНИГИ" (ЖУРНАЛ) --> <!--noindex--> <div id="panel_books" class="panel_right"> <div style="padding-top:60px" align="center"> <span class="bigger2 std">Книги по нанотехнологиям</span> <div style="padding:20px 3px 0px 0px" align="left"> <div style="float:left" align="right"><a href="https://www.technosphera.ru/lib/book/64"><img src="/images/ready/14/511_995899.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/64">читать книгу</a></span></div> <div style="float:right; width:132px; padding-top:5px"> <span class="smaller2 gray">Родунер Э.</span> <div style="height:8px"></div> <span class="smaller1"><a class="hidden" href="https://www.technosphera.ru/lib/book/64">Размерные эффекты в наноматериалах</a></span> </div> <div style="clear:both"></div> </div> <div style="padding:20px 3px 0px 0px" align="left"> <div style="float:left" align="right"><a href="https://www.technosphera.ru/lib/book/249"><img src="/images/ready/12/508_636121.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/249">читать книгу</a></span></div> <div style="float:right; width:132px; padding-top:5px"> <span class="smaller2 gray">Суминов И.В.,Белкин П.Н., Эпельфельд А.В., Людин В.Б., Крит Б.Л., Борисов A.M.</span> <div style="height:8px"></div> <span class="smaller1"><a class="hidden" href="https://www.technosphera.ru/lib/book/249">Плазменно-электролитическое модифицирование поверхности металлов и сплавов. В 2-х томах. Т.2</a></span> </div> <div style="clear:both"></div> </div> <div style="padding:20px 3px 0px 0px" align="left"> <div style="float:left" align="right"><a href="https://www.technosphera.ru/lib/book/549"><img src="/images/ready/12/806_474165.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/549">читать книгу</a></span></div> <div style="float:right; width:132px; padding-top:5px"> <span class="smaller2 gray">Акчурин Р.Х., Мармалюк А.А.</span> <div style="height:8px"></div> <span class="smaller1"><a class="hidden" href="https://www.technosphera.ru/lib/book/549">МОС-гидридная эпитаксия в технологии материалов фотоники и электроники</a></span> </div> <div style="clear:both"></div> </div> <div style="padding:25px 3px 10px 15px" align="left"> <span class="bigger2 std">Другие серии книг:</span> <div style="height:4px"></div> <span class="smaller1"> <a class="title ui" href="https://www.technosphera.ru/lib/6"><b>Мир материалов и технологий</b></a><br> <a class="title ui" href="https://www.technosphera.ru/lib/22">Библиотека Института стратегий развития</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/1">Мир математики</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/2">Мир физики и техники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/3">Мир биологии и медицины</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/4">Мир химии</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/5">Мир наук о Земле</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/7">Мир электроники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/8">Мир программирования</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/9">Мир связи</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/10">Мир строительства</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/11">Мир цифровой обработки</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/12">Мир экономики</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/13">Мир дизайна</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/14">Мир увлечений</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/15">Мир робототехники и мехатроники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/16">Для кофейников</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/17">Мир радиоэлектроники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/18">Библиотечка «КВАНТ»</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/19">Умный дом</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/20">Мировые бренды</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/21">Вне серий</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/23">Библиотека климатехника</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/24">Мир транспорта</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/25">Мир фотоники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/26">Мир станкостроения</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/27">Мир метрологии</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/28">Мир энергетики</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/29">Книги, изданные при поддержке РФФИ</a><br> </span></div></div></div> <!--/noindex--> <!-- Конец ПАНЕЛЬ "КНИГИ" (ЖУРНАЛ) --> <!-- ОСНОВНАЯ КОЛОНКА --> <div class="height100" align="left" style="width:540px; overflow:visible; float:left; position:relative; left:0px; top:0px; z-index:1"><div align="left" style="width:544px; overflow:hidden; position:relative; left:0px; top:0px; background:#fff url(/img/tsphera/bg_logo_nano.jpg) no-repeat left top"><a class="ui" target="_top" href="https://www.nanoindustry.su/"><div style="height:136px"></div></a> <!-- РЕКЛАМА ГЛАВНАЯ --> <!--noindex--> <div style="height:20px"></div> <!-- Конец РЕКЛАМА ГЛАВНАЯ --> <!-- ЗАГОЛОВОК --> <div class="title" align="center"><span class="bigger3 std"> Content & Annotations of Issue #5/2020 </span></div> <!-- Конец ЗАГОЛОВОК --> <style> div.content0 { padding-top:20px; } div.content1 { float:left; width:240px; padding-top:20px; } div.content2 { float:right; width:240px; padding-top:20px; } </style> <div class="content"> <div class="content0"><span class="bigger2 std">Competent opinion</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8396"><span class="norm"><b>N.A.Shelepin</b></span><br>MERI. More than semi-century at the forward edge of domestic microelectronics</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2020.13.5.248.254</span> </div> <div style="clear:both"></div> <div class="content0"><span class="bigger2 std">Nanotechnology</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8400"><span class="norm"><b>M.D.Andreev, V.A.Kovalev, V.V.Amelichev, S.S.Generalov, A.V.Nikolaeva, S.A.Polomoshnov, A.M.Gaskov, V.V. Krivetskiy</b></span><br>Synthesis of ultrafine tin dioxide by flame spray pyrolysis for inkjet printing of sensitive elements of gas sensors</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2020.13.5.276.283<br><br>Inkjet printing of stable suspensions on top of the MEMS structures with micro-heater has been used for thick film layer formation on the basis of nanocrystalline SnO2 with uniform porous structure. Gas sensitivity of the obtained materials is described.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: &nbsp; <a href="https://www.nanoindustry.su/tag/18836/">gas sensitivity</a> &nbsp; <a href="https://www.nanoindustry.su/tag/10098/">inkjet printing</a> &nbsp; <a href="https://www.nanoindustry.su/tag/1896/">mems</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18834/">porous structure</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18833/">газовая чувствительность</a> &nbsp; <a href="https://www.nanoindustry.su/tag/89/">мэмс</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18835/">пористая структура</a> &nbsp; <a href="https://www.nanoindustry.su/tag/10099/">струйная печать</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8401"><span class="norm"><b>V.N.Zelenkov, V.V.Latushkin, V.V.Potapov, M.I.Ivanova, B.I.Sanduhadze, P.A.Vernik</b></span><br>Influence of hydrothermal nanosilica on germination of wheat seeds in the dark mode as one of the methodological aspects of biotechnology for obtaining functional products based on microgreens</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">10.22184/1993-8578.2020.13.5.284.297<br><br>The research is devoted to study certain nanotechnological aspects of hydrothermal nanosilica applications for obtaining a new functional food product called microgreens (as exemplified by winter wheat). In terms of methodology a question is raised concerning use of the stage when the seeds germinate for further growth of microgreens with the aid of nanotechnologies in a dark mode without additional artificial lightning. Treatment of seeds with hydrothermal nanosilica at concentrations of 0.1% and 0.01% contributed to an increase in seed germination by 5–6%, the average sprout height (microgreens) by 11.3–11.9% and plant biomass by 11.0% (0.1% solution) and 17.6% (0.01%). The lower concentrations (0.001% and 0.0001%) had little effect on the change in the sowing properties of seeds and the growth of seedlings while the higher concentrations (1%) produced a negative effect (germination decreased by 4%, and the height of sprouts by 14%). It has been shown that for improving seed germination at the first stages, when growing microgreens of winter wheat in the dark mode without additional illumination, it is promising to use hydrothermal nanosilica for seed treatment at a concentration of 0.01%, as well as 0.1%. Treatment with nanosilica at different concentrations leads to the higher accumulation of silicon in the sprouts by 1.5–2 times compared to the control samples. The content of phosphorus, sulfur, magnesium and sodium in the sprouts remained relatively stable. The calcium content increased in the case of using silica of 0.01% concentration, potassium –<br>in the case of 0.0001%. An increase in the content of zinc and copper was noted during the treatment of wheat seeds with aqueous sols of nanosilica in the variant 0.001%.</span> </div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8402"><span class="norm"><b>I.V.Yaminskiy, А.I.Аkhmetova</b></span><br>Probe microscopy in the study of changes in growth, mobility, metabolism and secretion of cancer cells</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2020.13.5.298.302<br><br>Modern methods of scanning probe microscopy make it possible to obtain a detailed pattern of the vital cells topology including cancer cells with a nanoscale spatial resolution during their growth. The development of high-speed atomic force microscopy enabled to produce images of cells with millisecond spatial resolution. Besides, it is possible to study a rough surface of vital cells by changing the ion current flow without force action on a cell using scanning capillary microscopy (ion-conducting microscopy). The use of scanning capillary microscopy in the study of cancer cells opens up new opportunities for screening of drugs in order to obtain new data on the influence of changes in external conditions on the kinetics of tumor growth and the new data on the vital activity of cells.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: &nbsp; <a href="https://www.nanoindustry.su/tag/15838/">cancer cells</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18840/">high-speed atomic force microscopy</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18839/">scanning capillary microscopy (ion-conducting microscopy)</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18838/">screening of drugs</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18837/">высокоскоростная атомно-силовая микроскопия</a> &nbsp; <a href="https://www.nanoindustry.su/tag/15827/">раковые клетки</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18841/">сканирующая капиллярная (ион-проводящая) микроскопия</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18842/">скрининг лекарств</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8403"><span class="norm"><b>D.G.Mustafaeva</b></span><br>Analysis and study of material research and technological factors when creating film converters</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2020.13.5.304.307<br><br>The analysis and research of material science and technological factors in the creation of film converters is carried out, the requirements for materials and their properties, the technology for the formation of converter elements are determined. It is shown that taking into account materials science and technology factors ensures that the parameters of the film converter meet the required parameters, resistance to external factors, obtaining films of the original composition, and stability of the production technology.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: &nbsp; <a href="https://www.nanoindustry.su/tag/18847/">factor</a> &nbsp; <a href="https://www.nanoindustry.su/tag/17225/">film</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18844/">formation</a> &nbsp; <a href="https://www.nanoindustry.su/tag/12604/">material</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18843/">method</a> &nbsp; <a href="https://www.nanoindustry.su/tag/10445/">parameter</a> &nbsp; <a href="https://www.nanoindustry.su/tag/8304/">reproducibility</a> &nbsp; <a href="https://www.nanoindustry.su/tag/3784/">structure</a> &nbsp; <a href="https://www.nanoindustry.su/tag/2354/">technology</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18845/">transducer</a> &nbsp; <a href="https://www.nanoindustry.su/tag/8301/">воспроизводимость</a> &nbsp; <a href="https://www.nanoindustry.su/tag/12606/">материал</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18846/">метод</a> &nbsp; <a href="https://www.nanoindustry.su/tag/10444/">параметр</a> &nbsp; <a href="https://www.nanoindustry.su/tag/17201/">пленка</a> &nbsp; <a href="https://www.nanoindustry.su/tag/16986/">преобразователь</a> &nbsp; <a href="https://www.nanoindustry.su/tag/80/">структура</a> &nbsp; <a href="https://www.nanoindustry.su/tag/1895/">технология</a> &nbsp; <a href="https://www.nanoindustry.su/tag/4324/">фактор</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18849/">формирование</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18848/">элемент</a></span></div> <div class="content0"><span class="bigger2 std">Test &amp; Measurement</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8404"><span class="norm"><b>A.G.Amanmadov</b></span><br>Measurement of silica nanoparticle sizes by the dynamic light scattering and acoustic attenuation spectroscopy methods</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2020.13.5.308.314<br><br>Two methods were applied to characterize the dimensions of nanoparticles in colloidal solution. Dynamic light scattering and acoustic attenuation spectroscopy are compared with one another. The accuracy and precision of these two methods applied to nanoparticles of silica were determined. The advantages and disadvantages of the methods of dynamic light scattering and acoustic spectroscopy in determining the size of nanoparticles are revealed.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: &nbsp; <a href="https://www.nanoindustry.su/tag/18854/">acoustic attenuation spectroscopy</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18855/">dynamic light scattering</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18852/">particle size distribution</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18857/">silica nanoparticles</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18853/">акустическая спектроскопия</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18856/">динамическое рассеяние света</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18850/">наночастицы диоксида кремния</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18851/">распределение размеров частиц</a></span></div> <div class="content0"><span class="bigger2 std">Equipment for nanoindustry</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8397">&quot;PharmEngineering&quot; – a full cycle to build cleanrooms of any complexity</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">For more than 12 years, the company &quot;Pharm Engineering&quot; has been engaged in the production of building envelopes, design and construction of turnkey cleanrooms. The organization has accumulated considerable experience working with government agencies and commercial enterprises in the framework of projects in the field of pharmaceuticals, healthcare, microelectronics, food, cosmetics and space industries.</span> </div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8398"><span class="norm"><b>I.V.Yaminskiy, А.I.Аkhmetova, Z.Wang</b></span><br>Integration of scanning probe microscopy methods and matrix optical superlenses technology</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2020.13.5.258.262<br><br>Observation of wildlife using nanometer spatial resolution is of paramount importance for understanding many fundamental processes, for example, functioning of the living neuron networks, bacterial antibiotic resistance, and interaction of viruses with molecular receptors. To obtain complete and reliable information, a combination of highly informative methods is required, which include optical and scanning probe microscopy. On their basis, a digital bionanoscopy platform is being developed.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: &nbsp; <a href="https://www.nanoindustry.su/tag/18827/">bacterial antibiotic resistance</a> &nbsp; <a href="https://www.nanoindustry.su/tag/2590/">bionanoscopy</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18826/">optical and scanning probe microscopy</a> &nbsp; <a href="https://www.nanoindustry.su/tag/15069/">антибиотикорезистентность</a> &nbsp; <a href="https://www.nanoindustry.su/tag/240/">бионаноскопия</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18825/">оптическая и сканирующая зондовая микроскопия</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8399"><span class="norm"><b>R.V.Kleymanov, S.E.Alexandrov</b></span><br>High performance aerodynamic nebulizer for liquid reagents based on the Laval nozzle</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2020.13.5.264.274<br><br>The authors propose a high-performance device for supplying a liquid reagent for the chemical vapor deposition of high-purity quartz. The liquid silicon-containing reagent is supplied by converting it into an aerosol using an aerodynamic nebulizer with a flat Laval nozzle incorporating an internal body. The developed design allows of achieving a high flow rate of the liquid reagent by changing the nozzle cross-sections so as to adjust the speed of the nebulizer gas. The proposed design features higher manufacturability and simple adjustment of the reagent flow rate over a wide range, as distinct from the common coaxial nozzle designs.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: &nbsp; <a href="https://www.nanoindustry.su/tag/18832/">atomizer</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18829/">chemical equipment</a> &nbsp; <a href="https://www.nanoindustry.su/tag/6768/">chemical vapor deposition</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18831/">laval nozzle</a> &nbsp; <a href="https://www.nanoindustry.su/tag/8994/">распылитель</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18830/">сопло лаваля</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18828/">химическое оборудование</a> &nbsp; <a href="https://www.nanoindustry.su/tag/6774/">химическое осаждение из газовой фазы</a></span></div> <div class="content0"><span class="bigger2 std">Conferences, Exhibitions, Seminars</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8405">The contribution of science to strengthening the defense and security of our country</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2020.13.5.316.319<br><br>Advanced innovative developments of the Ministry of Science and Higher Education of the RF are presented at the VI International Military Forum &quot;Army-2020&quot;.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: &nbsp; <a href="https://www.nanoindustry.su/tag/18861/">ministry of science and higher education of the russian federati</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18858/">vi international military-technical forum &quot;army-2020&quot;</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18859/">vi международный военно-технический форум &quot;армия-2020&quot;</a> &nbsp; <a href="https://www.nanoindustry.su/tag/18860/">министерство науки и высшего образования рф</a></span></div> </div> <div style="clear:both; height:30px"></div> </div></div> <div style="clear:both"></div> <!-- Конец РЕКЛ.ССЫЛКИ --> </div></div> <div class="ghost"> Разработка: студия <a href="http://www.zelenodolsk.ru">Green Art</a> </div> </body></html>

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