CINXE.COM

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

<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Наноиндустрия - научно-технический журнал - Выпуск №2/2024</title> <meta name="keywords" content="..."> <meta name="description" content="..."> <meta property="og:image" content="/images/ready/19/57_32717.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/19/57_32717.jpg" /> <p>КРИЧЕВСКИЙ ГЕРМАН ЕВСЕЕВИЧ,<br> ДОКТОР Т.Н., ПРОФЕССОР, ЗАСЛУЖЕННЫЙ ДЕЯТЕЛЬ НАУКИ РФ, ЭКСПЕРТ ЮНЕСКО, ВИЦЕ-ПРЕЗИДЕНТ НАНОТЕХНОЛОГИЧЕСКОГО ОБЩЕСТВА РОССИИ<br> НБИКС ТЕХНОЛОГИИ – КОНЦЕПЦИЯ РЕФОРМАЦИИ ИЛИ ФУНДАМЕНТ БУДУЩЕГО ТЕХНОЛОГИЧЕСКОГО ПРОРЫВА?<br> АТОМНО-СИЛОВАЯ МИКРОСКОПИЯ: ИЗУЧЕНИЕ ВИРУСОВ<br> С помощью АСМ детально рассмотрены разные виды вирусов, структурные особенности, делающие их неуязвимыми, и дан ответ на вопрос, может ли одна вирусная частица вызвать заболевание<br> ИЗМЕРЕНИЕ МЕХАНИЧЕСКИХ СВОЙСТВ МЕТОДОМ ИНСТРУМЕНТАЛЬНОГО ИНДЕНТИРОВАНИЯ В ШИРОКОМ ДИАПАЗОНЕ ТЕМПЕРАТУР<br> Приведен обзор решений для исследования физико-механических свойств материалов методом инструментального индентирования c помощью нанотвердомеров серии «НаноСкан-4D»<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/2021/2/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/67"><img src="/images/ready/12/865_437265.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/67">читать книгу</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/67">Справочник Шпрингера по нанотехнологиям (в 3-х томах), том 1</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/89"><img src="/images/ready/12/866_876182.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/89">читать книгу</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/89">Механика и технология композитных материалов</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/307"><img src="/images/ready/13/154_939191.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/307">читать книгу</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/307">Плазменная химико-термическая обработка поверхности стальных деталей /Утверждено к печати Ученым советом Института сильноточной электроники СО РАН</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 #2/2021 </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/8835"><span class="norm"><b>G.E.Krichevsky</b></span><br>NBICS technologies – concept of reformation or foundation of the future technological breakthrough?</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2021.14.2.88.93</span> </div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8836"><span class="norm"><b>A.Gambetti</b></span><br>Colibri, tucano and heron. What instrumentation of Gambetti Kenologia enters the Russian market?</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2021.14.2.94.100</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/8837"><span class="norm"><b>I.V.Yaminskiy, A.I.Akhmetova</b></span><br>Atomic force microscopy: study of viruses</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2021.14.2.102.106<br><br>Viruses are nature objects of tens or hundreds nanometers. They often consist of only two types of molecules: nucleic acid, DNA or RNA, and proteins. Sometimes lipids are added. Viruses cannot reproduce independently, like bacteria. Replication of viruses is carried out by the infected cell itself by producing many copies of nucleic acids and proteins. In this paper we will study in details various types of viruses with the help of an atomic force microscope to see their structural features that make them invulnerable, and learn whether one viral particle can cause a disease.</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/639/">atomic-force microscopy</a> &nbsp; <a href="https://www.nanoindustry.su/tag/19795/">morphology of viruses</a> &nbsp; <a href="https://www.nanoindustry.su/tag/2587/">viruses</a> &nbsp; <a href="https://www.nanoindustry.su/tag/98/">атомно-силовая микроскопия</a> &nbsp; <a href="https://www.nanoindustry.su/tag/2583/">вирусы</a> &nbsp; <a href="https://www.nanoindustry.su/tag/19782/">морфология вирусов</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8838"><span class="norm"><b>А.S.Useinov, K.S.Kravchuk, Ye.V.Gladkih, S.V.Prokudin</b></span><br>Measurement of mechanical properties using instrumental indentation method in a large temperature range</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2021.14.2.108.116<br><br>This paper presents a review of solutions for studying the physical and mechanical properties of materials by instrumental indentation method in a temperature region from -60 to +450 °C using &quot;NanoScan-4D&quot; series of hardness meters. Scientific timeliness is beyond dispute because the majority of professionals in materials science are trying to solve the problem of behavior of the materials in expanded conditions of operation. Reviewed are the peculiarities of additional modules used for measuring hardness at alternating temperature conditions and indicated the advantages and limits of the considered configurations. A special effort is made to comparison of measurement systems where uniform temperature is maintained both in a sample and instrument with the devices where a sample is heated only. Introduced are the examples of a wide range of materials studied in various temperature ranges. Besides, the temperature dependence of aluminium matrix composite materials hardness in the range from 20 to 350°С has been presented.</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/717/">hardness</a> &nbsp; <a href="https://www.nanoindustry.su/tag/4803/">indentation</a> &nbsp; <a href="https://www.nanoindustry.su/tag/709/">mechanical properties</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20492/">nanohardness meter</a> &nbsp; <a href="https://www.nanoindustry.su/tag/4806/">индентирование</a> &nbsp; <a href="https://www.nanoindustry.su/tag/714/">механические свойства</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20475/">нанотвердометр</a> &nbsp; <a href="https://www.nanoindustry.su/tag/255/">твердость</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8839"><span class="norm"><b>O.A.Farus</b></span><br>Antireflective coatings based on polymer films with silver nanoparticles for solar cells</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2021.14.2.120.126<br><br>The work is devoted to obtaining and evaluating the effectiveness of film antireflection coatings for solar cells based on silver nanoparticles. The development aim of antireflection coatings is to reduce reflection of electromagnetic waves of visible and infrared light. The illumination effect is achieved by applying a polymer solution containing silver nanoparticles on the surface of the solar battery, which turns into a thin film in 24 hours. The coating was synthesized by the sol-gel method. The advantage of the considered coatings lies in the simple hardware design of their production. The comparative analysis of the solar cells efficiency showed that the modification of the solar battery with an antireflection coating increases its efficiency by 9.5%.</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/20493/">anti-reflection coating</a> &nbsp; <a href="https://www.nanoindustry.su/tag/5997/">efficiency</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20496/">polymer films</a> &nbsp; <a href="https://www.nanoindustry.su/tag/14415/">silver nanoparticles</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20497/">solar battery</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20494/">sol-gel technology</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20495/">volt-ampere characteristic</a> &nbsp; <a href="https://www.nanoindustry.su/tag/3986/">вольт-амперная характеристика</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20478/">золь-гель-технология</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20479/">коэффициент полезного действия</a> &nbsp; <a href="https://www.nanoindustry.su/tag/14417/">наночастицы серебра</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20480/">полимерные пленки</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20476/">просветляющее покрытие</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20477/">солнечная батарея</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/8843"><span class="norm"><b>E.A.Klimov, M.Yu.Murashkin</b></span><br>Strength estimation of a prospective two-component conductor made of nanostructural aluminum alloys by the finite element method</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2021.14.2.150.158<br><br>In this paper the finite element method is used to assess the rational design of a prospective two-component conductor made of nanostructured aluminum alloys to ensure the required level of strength.</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/9933/">aluminum alloys</a> &nbsp; <a href="https://www.nanoindustry.su/tag/10021/">finite element method</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20508/">intensive plastic deformation</a> &nbsp; <a href="https://www.nanoindustry.su/tag/2231/">strength</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20507/">two-component wire</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20506/">ultra-fine grain structure</a> &nbsp; <a href="https://www.nanoindustry.su/tag/9931/">алюминиевые сплавы</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20491/">двухкомпонентный провод</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20490/">интенсивная пластическая деформация</a> &nbsp; <a href="https://www.nanoindustry.su/tag/10020/">метод конечных элементов</a> &nbsp; <a href="https://www.nanoindustry.su/tag/2227/">прочность</a> &nbsp; <a href="https://www.nanoindustry.su/tag/16431/">ультрамелкозернистая структура</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/8841"><span class="norm"><b>I.V.Yaminskiy</b></span><br>Look into the nanoworld: in contact</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2021.14.2.136.141<br><br>How can we see something hidden to the human eye and is not even visible in the best optical microscope? How can we observe atoms and molecules? How to view the objects of wild nature of nanoscale in details under normal conditions, in air or in liquid? An atomic force microscope comes to help ing us. We will talk about how it is arranged, which it consists of how it works and how it gets images of the nanoworld.</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/5133/">atomic-force microscope</a> &nbsp; <a href="https://www.nanoindustry.su/tag/12096/">biological objects</a> &nbsp; <a href="https://www.nanoindustry.su/tag/492/">nanoscale</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20500/">nanoworld</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20501/">optical microscope</a> &nbsp; <a href="https://www.nanoindustry.su/tag/5129/">атомно-силовой микроскоп</a> &nbsp; <a href="https://www.nanoindustry.su/tag/12070/">биологические объекты</a> &nbsp; <a href="https://www.nanoindustry.su/tag/488/">наномасштаб</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20485/">наномир</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20484/">оптический микроскоп</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8842"><span class="norm"><b>A.G.Kolesnikov, N.V.Gorbunov, Yu.A.Kryukov</b></span><br>Prediction of target erosion of planar MSS</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2021.14.2.142.149<br><br>A simplified model of the magnetron discharge is proposed with the output of semi-empirical formulas that allow, knowing or calculating the distribution of the magnetic field over the target surface using the ELCUT software for calculating fields, to predict the shape of the MSS target erosion. A calculation program called Pretarger based on MATLAB has been developed. It is necessary to run the program to compare the predicted erosion with the developed targets for various magnetrons.</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/20504/">magnetic system of the magnetron</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20503/">magnetron discharge</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20502/">magnetron sputtering system</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20505/">target erosion</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20487/">магнетронная распылительная система</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20489/">магнетронный разряд</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20488/">магнитная система магнетрона</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20486/">эрозия мишени</a></span></div> <div class="content0"><span class="bigger2 std">Nanomaterials</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/en/8840"><span class="norm"><b>V.I.Lysenko</b></span><br>Ceramics created by the SPS-method from copper-oxide nanopowder</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">DOI: 10.22184/1993-8578.2021.14.2.132.134<br><br>Fine-grained ceramics based on copper oxide nanopowder was prepared using spark plasma sintering (SPS) method. It is harder (with microhardness of 7.1 GPA) than ceramics obtained by the conventional method.</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/20499/">copper oxide</a> &nbsp; <a href="https://www.nanoindustry.su/tag/5113/">microhardness</a> &nbsp; <a href="https://www.nanoindustry.su/tag/6960/">powder</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20498/">spark plasma sintering method</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20483/">метод электроискрового спекания</a> &nbsp; <a href="https://www.nanoindustry.su/tag/5115/">микротвердость</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20482/">оксид меди</a> &nbsp; <a href="https://www.nanoindustry.su/tag/20481/">порошок</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