CINXE.COM
Наноиндустрия - научно-технический журнал - Nanoindustry
<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Наноиндустрия - научно-технический журнал - Nanoindustry</title> <meta name="keywords" content="..."> <meta name="description" content="..."> <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="75" height="50" 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="75" height="50" 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"> </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=20057&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"> © 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&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"> <!-- 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 "DAMP HEAT" 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"> <!-- 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="/page/page_name/" /> Your e-mail:<br> <input type="text" name="login_email" class="smaller1" maxlength="64" value="" style="width:90px" onfocus="$('#login_alert').html(' ')" /> <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(' ')" /> <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"> </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">Редакционная политика журнала "НАНОИНДУСТРИЯ"</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/80"><img src="/images/ready/12/507_817657.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/80">читать книгу</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/80">Кремний — материал наноэлектроники</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/652"><img src="/images/ready/19/77_33719.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/652">читать книгу</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/652">Технологическая подготовка производства: Учебное пособие</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/86"><img src="/images/ready/12/663_660484.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/86">читать книгу</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/86">Конструктивные особенности субмикронных МОП-транзисторов (в 2-х томах)</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"><span class="bigger3 std">Nanoindustry</span></div> <!-- Конец ЗАГОЛОВОК --> <div class="content"> <div style="padding:30px 0 0 50px"><span class="bigger1 std">Journal Nanoindustry is a Russian periodical issue devoted to nanomaterials, nanoelectronics, nanosensors and nanodevices, nanostructures and nanomaterials diagnostic, nanobiotechnologies, and medicine nanotechnologies applications.</span></div> <div class="article" style="padding-top:30px"><span class="norm std"> The journal Nanoindustry supports and popularizes original works of domestic and Russian-speaking foreign specialists, introduces the readers to new nanotechnologies horizons and nanomaterials directions, deals with nanoindustry production, economic and business matters. The publications consider different aspects of design and utilization of nanomaterials, nanosized devices, and other technological innovations for electronics, medicine, building and construction works, fuel-producing industry, agriculture and other economic sectors<br>The main topic course is synthesis and investigation of nanosized structures, equipment and methods; technical challenges of nanomateriels and nanostructures application in various industries, medicine, agriculture; nanoindustry mutual problems (attraction of investments, innovations marketing, standardization, intellectual property protection, nanotechnology products safety and environment protection).<br><br><span class="header">Chief Editor</span><br><br><span class="bold">Svetukhin Vyacheslav Viktorovich</span>, Doctor of Science (Physics and Mathematics), Professor, Corresponding Member of the Russian Academy of Sciences, Director of the Technological Centre.<br><br><span class="italic">Publications</span><br>V. V. Svetukhin is well known as an author and co-author of more than 100 scientific publications, including patents.<br><br><span class="header">Major journal columns</span><br><br><ul><li>Competent Opinion</li></ul><ul><li>Exhibitions, Conferences, Seminars</li></ul><ul><li>Expert Estimation</li></ul><ul><li>Infrastructure</li></ul><ul><li>Nanomaterials</li></ul><ul><li>Nanotechnologies</li></ul><ul><li>Control and Measurement</li></ul><ul><li>Laboratory/Production News Reporting</li></ul><ul><li>For the Scientist and Technologist</li></ul><ul><li>Success Story/Attractive Projects</li></ul><ul><li>Standardization/Education</li></ul><ul><li>An idea emerged!</li></ul><ul><li>Patenting problems</li></ul><br><span class="header">General Information </span><br><br>Published since 2007<br>Frequency: one issue in one and a half month (8 issues annually)<br>Edition: 4,000 issues<br>Volume: 64 pages<br>Paper: enameled glazed<br>Dissemination: subscription, retail<br>Publisher: JSC Technosphera<br>Core audience: heads and fellow laborers of specialized enterprises and companies, specialists from related sectors as well as post-graduate and undergraduate students of industry-specific high-schools. </span> <div style="clear:both"></div> </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>