CINXE.COM
Наноиндустрия - научно-технический журнал - Выпуск №8/2024
<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Наноиндустрия - научно-технический журнал - Выпуск №8/2024</title> <meta name="keywords" content="..."> <meta name="description" content="..."> <meta property="og:image" content="/images/ready/13/615_67938.jpg" /> <meta name="google-site-verification" content="pap9O8svXd463ZRJljz84DznVDF1lsudTEDdeXr0YNg" /> <meta name="yandex-verification" content="ef99478fa637f6d9" /> <link href="https://www.nanoindustry.su/main8.css" rel="STYLESHEET" type="text/css" /> <link rel="icon" href="/favicon_nano.ico" type="image/x-icon"> <link rel="shortcut icon" href="/favicon_nano.ico" type="image/x-icon"> <script type="text/javascript" src="https://www.nanoindustry.su/js/jquery.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/jquery.dimensions.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/browser.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/supermodal.js"></script> <script type="text/javascript" src="https://www.nanoindustry.su/js/foto.js"></script> <script type="text/javascript">//<![CDATA[ var redirectMode=0; var modalAjaxSgn=-1; // Возвращает значение куки function getCookie(name) { var matches = document.cookie.match(new RegExp( "(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)" )); // return matches ? decodeURIComponent(matches[1]) : ''; return matches ? matches[1] : ''; } function get_with_www(url){ var s=url+'/'; if (s.match(/^https?\:\/\/[^\.\?]+\.[^\.\?]+(\/|\?)/i)) url=url.replace(/^http\:\/\//i,'http://www.').replace(/^https\:\/\//i,'https://www.'); return url; } // Редирект на url с www function redirect_mode(){ if (0) return false; var url=document.location.href; var url2=get_with_www(url); if (url!=url2) { redirectMode=1; document.location.href=url2; }; }; redirect_mode(); $(document).ready(function(){ if (redirectMode) return false; $('#smpLoginForm').attr('action',get_with_www($('#smpLoginForm').attr('action'))); if ($('#BlockTaggedArticles').length==0) $('#BlockArticles').show(); if ($('#BlockTaggedReports').length==0) $('#BlockReports').show(); if ($('#BlockTaggedEvents').length==0) $('#BlockEvents').show(); if ($('#BlockTaggedNews').length==0 && $('#BlockNews a.hidden').length) $('#BlockNews').show(); modalAjaxDone (); $('a.a_link').each(function(n,el) { $(el).attr('href', $(el).attr('data-href')); }); $('#DOM_loading').hide(); $('#DOM_ready').show(); $('#reklama_links_1').css('height',$('#reklama_links_2').height()+'px'); $(window).resize(function(){ resize_win(); }); ysearch_focus(0); $('div.panel_left, div.panel_right').addClass('height100'); $('div.panel_left').prepend( '<div class="height100" style="position:absolute; left:0px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/shadow_left.png) repeat-y left top; width:10px"></div>'+ '<a class="ui" href="javascript:void(0)" onclick="this.blur(); return panel_hide()">'+ '<div class="height100" style="position:absolute; right:-14px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/bg_bar_left.gif) repeat-y left top; width:14px">'+ '<img src="/img/tsphera/arrow_col_left.gif" width="6" height="9" alt=""'+ ' style="position:absolute; right:4px; top:327px; border:none" /></div></a>'+ '<div class="height100" style="position:absolute; right:-24px; top:0px;'+ ' background:url(/img/tsphera/shadow_left.png) repeat-y left top; width:10px"></div>' ); $('div.panel_right').prepend( '<div class="height100" style="position:absolute; right:0px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/shadow_right.png) repeat-y right top; width:10px"></div>'+ '<a class="ui" href="javascript:void(0)" onclick="this.blur(); return panel_hide()">'+ '<div class="height100" style="position:absolute; left:-14px; top:0px; z-index:2;'+ ' background:url(/img/tsphera/bg_bar_right.gif) repeat-y right top; width:14px">'+ '<img src="/img/tsphera/arrow_col_right.gif" width="6" height="9" alt=""'+ ' style="position:absolute; left:4px; top:327px; border:none" /></div></a>'+ '<div class="height100" style="position:absolute; left:-24px; top:0px;'+ ' background:url(/img/tsphera/shadow_right.png) repeat-y right top; width:10px"></div>' ); $('a.panel').attr('href','javascript:void(0)').click(function(){ var id=$(this).blur().attr('name'); var el=$('#'+id); var side = $(el).hasClass('panel_left') ? 'left' : 'right'; if ($(el).filter(':visible').length>0) { $(this).removeClass('lite'); $(el).animate(side=='left' ? {left:'39px'} : {right:'0px'},400,function(){ $(this).css('visibility','hidden'); $('#'+side+'_hidden_col').css('visibility','visible'); }); return false; }; $('a.panel').filter('.lite').removeClass('lite'); $(this).addClass('lite'); $('div.panel_left:visible').animate({left:'39px'},400,function(){ $(this).css('visibility','hidden'); if (side=='right') $('#left_hidden_col').css('visibility','visible'); resize_win(); }); $('div.panel_right:visible').animate({right:'0px'},400,function(){ $(this).css('visibility','hidden'); if (side=='left') $('#right_hidden_col').css('visibility','visible'); resize_win(); }); $('#'+side+'_hidden_col').css('visibility','hidden'); $(el).css('visibility','visible').animate(side=='left' ? {left:'191px'} : {right:'191px'}, 400, resize_win ); return false; }); setTimeout("resize_win()", 100); }); function panel_hide () { $('a.panel').filter('.lite').click(); return false; }; function resize_win() { var h=$('body').height(); $('.height100').css('min-height', '1px'); $.each($('.height100'),function(n,el){ var h2=$(el).height(); h=h<h2 ? h2 : h; }); $('.height100').css('min-height', h+'px'); }; // AJAX-запрос с окрытием и обновлением модального окна function modalAjaxStart (url, params, func, nocancel, nowait) { if (!nowait && nocancel) { $('div.modalHeader div:first, div.modalFooter div:first').html(''); $('div.modalContent div:first').html('<div align="center"><img class="antibot_img middle" src="/img/tsphera/wait.gif" width="$CodeX;" height="$CodeY;" alt="" /></div>'); if ($('#superModalOverlay').css('display')=='none') superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width=350;height=200;closeEsc=0"); superModalTune(); }; if (!nowait && !nocancel) { $('div.modalHeader div:first').html(''); $('div.modalContent div:first').html('<div align="center"><img class="antibot_img middle" src="/img/tsphera/wait.gif" width="$CodeX;" height="$CodeY;" alt="" /></div>'); $('div.modalFooter div:first').html('<input type="submit" onclick="modalAjaxDone(); return false" value=" Отмена " />'); if ($('#superModalOverlay').css('display')=='none') superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width=350;height=200;closeEsc=1"); superModalTune(modalAjaxDone); }; var el=$('div.modalContent div:first'); $.getJSON(url, params, function (obj) { if ($('div.modalContent').css('display')=='none') { modalAjaxDone(); if (typeof func === 'function') func(obj); return false; } if (obj.result!=0) { $('div.modalHeader div:first, div.modalFooter div:first').html(''); $('div.modalContent div:first').html('<div style="text-align:center"><span class="bigger2 error">Извините, внутренняя ошибка сервера</span><span class="norm"><br><br><a class="ui" target="_top" href="https://www.nanoindustry.su/">Наноиндустрия</a></span></div>'); if ($('#superModalOverlay').css('display')=='none') superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width=500;height=250;closeEsc=1"); superModalTune(modalAjaxDone); return false; } if (obj.sgn==modalAjaxSgn) { if (obj.header!=='undefined') $('div.modalHeader div:first').html(obj.header); if (obj.content!=='undefined') $(el).html(obj.content); if (obj.footer!=='undefined') $('div.modalFooter div:first').html(obj.footer); superModalTune(modalAjaxDone); // $('div.modalHeader, div.modalContent, div.modalFooter').find('input').addClass('input_ie6hack'); }; if (typeof func === 'function') func(obj); }); return false; }; function modalAjaxDone () { modalAjaxSgn=-1; if ($('#superModalOverlay').css('display')!='none') superModalClose(); $('div.modalContent, div.modalHeader, div.modalFooter').remove(); $('<div class="modalHeader" style="display:none"><div style="padding:20px 20px 15px 20px" align="center"></div></div><div class="modalContent" style="display:none"><div style="padding:0 20px 0 20px"></div></div><div class="modalFooter" style="display:none"><div style="padding:20px 20px 20px 20px" align="center"></div></div>').appendTo('body'); return false; }; function superModalShowAndTune (w,h,esc) { superModalShow("#header=div.modalHeader;content=div.modalContent;footer=div.modalFooter;valign=middle;width="+w+";height="+h+";closeEsc="+esc); superModalTune(); }; function ysearch_focus(f) { if (f) $('#ysearch_div').css('background','#f5f5f5'); if (!f && !$('#ysearch_input').val().match(/\S/)) $('#ysearch_div').css('background','#f5f5f5 url(/img/tsphera/ysearch_small.gif) no-repeat 6px 6px'); }; function popup_arrow(o) { o=$(o).blur().find('img'); var s=$(o).attr('src'); $(o).attr('src','/img/tsphera/arrow_small_'+(s.match(/dn\.gif/) ? 'up' : 'dn')+'.gif'); resize_win(); return false; }; //]]></script> <style> div.smap { display:none; } </style> </head> <body> <!-- Картинка/текст для социалок --> <div style="display:none"> <img src="/images/ready/13/615_67938.jpg" /> <p>Вакуумные технологии: перспективы и проблемы<br> ФабЛабы в вузах - поддержка талантов<br> Скрайбирование при СЗМ-исследованиях<br> Вице-президент нанотехнологического общества России А.Н.Пономарев: стране есть что предъявить в области нанотехнологий<br> </p> </div> <!-- Конец Картинка/текст для социалок --> <div class="smap"><a href="/sitemap.xml">sitemap</a></div> <!-- ПРЕДУПРЕЖДЕНИЕ О КУКИС --> <script> $(document).ready(function(){ if (getCookie('lama_Cw')!='1') $('#CookieWarning').show(); }); function cookie_warning_off () { var date = new Date(new Date().getTime() + 365*24*60*60*1000); document.cookie = 'lama_Cw=1; path=/; expires=' + date.toUTCString(); }; </script> <div id="CookieWarning" style="display:none; position:fixed; left:0px; bottom:20px; right:0px; z-index:1000000000"> <div style="margin:auto; width:490px; padding:0 15px 0 15px; background:#333; border:#fff 1px solid"> <div style="float:left; width:388px; text-align:center; padding:15px 0 15px 0"><span class="smaller1" style="color:#999"> Наш сайт использует cookies. Продолжая просмотр, вы даёте согласие на обработку персональных данных и соглашаетесь с нашей <a href="/page/politica_sec" style="color:#999; text-decoration:underline">Политикой Конфиденциальности</a> </span></div> <div style="float:right; width:100px; text-align:right; padding:20px 0 5px 0"> <span class="smaller1" onclick="$('#CookieWarning').hide(); cookie_warning_off()" style="background:#555; border:#999 1px solid; display:inline-block; padding:8px 10px 8px 10px; color:#fff; cursor:pointer">Согласен</span> </div> <div style="clear:both"></div> </div></div> <!-- /ПРЕДУПРЕЖДЕНИЕ О КУКИС --> <div id="DOM_loading" align="center"><br></div><div id="DOM_ready" align="center" style="display:none"><div style="width:970px; position:relative; left:0px; top:0px" align="left"> <!-- ЛЕВАЯ КОЛОНКА --> <div class="height100" align="left" style="width:190px; float:left; border-right:#969c9d 1px solid; background:#fff url(/img/tsphera/bg_1.jpg) no-repeat left top; position:relative; left:0px; top:0xp; z-index:4"> <!-- МЕНЮ "ГЛАВНАЯ/RUS/ENG" --> <!--noindex--> <div style="padding:6px 10px 15px 16px"><span class="smaller1"> <div style="float:left"><a class="title ui" target="_top" href="https://www.nanoindustry.su/">Home</a></div> <div style="float:right" align="right"><a class="title ui" target="_top" href="https://www.nanoindustry.su/"><img src="/img/tsphera/lang_ru.png" style="width:23px; height:14px; border:none; margin-right:4px; vertical-align:middle" alt="" />rus</a></div> <div style="clear:both"></div> </span></div> <!--/noindex--> <!-- Конец МЕНЮ "ГЛАВНАЯ/RUS/ENG" --> <!-- ИМПАКТ-ФАКТОР РИНЦ --> <!-- Конец ИМПАКТ-ФАКТОР РИНЦ --> <!-- ПОИСК --> <script> function ysearch_submit() { var f=document.yandex_search_form; f.searchid.value= $(f).find('input[name=yandex_search_area]:checked').val()=='1' ? 1510549 : 2065416; f.submit(); return false; }; </script> <div style="padding:0px 10px 10px 16px"> <form name="yandex_search_form" method="get" action="https://www.nanoindustry.su/page/ysearch" onsubmit="return ysearch_submit()"> <input type="hidden" name="searchid" value="1510549" /> <span class="smaller1 std">Search:</span> <div id="ysearch_div" style="border:#c8c8c8 1px solid; padding:3px 5px 3px 5px; background:#f5f5f5"> <input type="text" id="ysearch_input" name="text" onfocus="ysearch_focus(true)" onblur="ysearch_focus(false)" class="middle" maxlength="255" style="width:150px; background:transparent; border:none; font-size:12px; color:#000" value="" /></div> <div style="height:3px"></div> <span class="smaller2 std middle"> <label class="middle"><input name="yandex_search_area" class="box" type="radio" value="2" checked="checked" /> on-site search</label><br> <label class="middle"><input name="yandex_search_area" class="box" type="radio" value="1" /> search all "TECHNOSPHERA" sites</label> </span> </form> </div> <!-- Конец ПОИСК --> <!-- МЕНЮ --> <!--noindex--> <div style="padding:0px 10px 10px 15px" align="right"><span class="bigger1 std"> <span class="smaller1"><a class="panel title ui" name="panel_auth">Sign in</a></span> <div style="height:20px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/nano_en?lang=en">Nanoindustry</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1903?lang=en">Editorial policy</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/editorial_collegium?lang=en">Editorial collegium</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1900?lang=en">Editorial board</a> <div style="height:10px"></div> <a class="panel title ui" name="panel_menu_articles_annotations_en">Articles annotations</a> <div style="height:10px"></div> <a class="panel title ui" name="panel_menu_for_authors_en">For authors</a> <div style="height:10px"></div> <a class="panel title ui" name="panel_menu_for_reviewers_en">For reviewers</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/1897?lang=en">Publisher</a> <div style="height:10px"></div> <a class="title ui" href="https://www.nanoindustry.su/page/tsphera_en?lang=en">TECHNOSPHERA</a> <div style="height:10px"></div> </span></div> <!--/noindex--> <!-- Конец МЕНЮ --> <!-- СОЦСЕТИ --> <!--noindex--> <script> var socialnet_count=0; function socialnet_add (site, title, src, href, name) { if (site!='nano' && site!='*') return false; if (!name) name=''; socialnet_count++; if (socialnet_count==1) document.write('<div align="left" style="padding:0 5px 10px 15px"><span class="smaller1" style="vertical-align:middle">'); document.write( '<a class="ui" rel="nofollow" target="_blank" href="'+href+'"><img src="'+src+'" title="'+title+'" alt="" style="display:inline-block; width:24px; height:24px; border:none; margin:5px; vertical-align:middle" /> '+name+'</a><br>' ); }; // Команды для размещения ссылок вводите ниже (всё, что выше - не редактировать!): socialnet_add( '*', 'Telegram', '/files/page_attach/0/53.png', 'https://t.me/TS_pub', 'TS_pub' ); socialnet_add( '*', 'ВКонтакте', '/files/page_attach/0/51.png', 'https://www.vk.com/technospheramag', 'technospheramag' ); socialnet_add( '*', 'Одноклассники', '/files/page_attach/0/52.png', 'https://ok.ru/group/53337117491357', 'technospheramag' ); socialnet_add( '*', 'Youtube', '/files/page_attach/0/48.png', 'https://www.youtube.com/c/ТЕХНОСФЕРА_РИЦ', 'ТЕХНОСФЕРА_РИЦ' ); if (socialnet_count>0) document.write('</span></div>'); <!--/noindex--> </script> <!-- /СОЦСЕТИ --> <!-- РЕКЛАМА СЛЕВА --> <div style="padding:30px 0 40px 0" align="center"><div style="width:164px; overflow:hidden; padding-bottom:10px"><!--noindex--><div style="position:relative; overflow:hidden; width:164px; height:260px"><div style="position:relative; z-index:1"><img title="Монолит" src="/images/adv/10/72_hqy7v.jpeg" style="display:block; width:164px; height:260px; border:none" alt="" /></div><a class="a_link" rel="nofollow" target="_top" href="" data-href="/cgi-bin/tsphera/p_adv.pl?id=1072&sgn=20059&erid=LdtCKAJLk" style="position:absolute; left:0; right:0; top:0; bottom:0; z-index:3"></a></div><!--/noindex--></div></div> <!-- Конец РЕКЛАМА СЛЕВА --> <!-- КОПИРАЙТ --> <div style="padding:0px 10px 10px 20px" align="left"><span class="smaller1 std"> © 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="/journal/2012/8/annotations/" /> 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/64"><img src="/images/ready/14/511_995899.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/64">читать книгу</a></span></div> <div style="float:right; width:132px; padding-top:5px"> <span class="smaller2 gray">Родунер Э.</span> <div style="height:8px"></div> <span class="smaller1"><a class="hidden" href="https://www.technosphera.ru/lib/book/64">Размерные эффекты в наноматериалах</a></span> </div> <div style="clear:both"></div> </div> <div style="padding:20px 3px 0px 0px" align="left"> <div style="float:left" align="right"><a href="https://www.technosphera.ru/lib/book/249"><img src="/images/ready/12/508_636121.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/249">читать книгу</a></span></div> <div style="float:right; width:132px; padding-top:5px"> <span class="smaller2 gray">Суминов И.В.,Белкин П.Н., Эпельфельд А.В., Людин В.Б., Крит Б.Л., Борисов A.M.</span> <div style="height:8px"></div> <span class="smaller1"><a class="hidden" href="https://www.technosphera.ru/lib/book/249">Плазменно-электролитическое модифицирование поверхности металлов и сплавов. В 2-х томах. Т.2</a></span> </div> <div style="clear:both"></div> </div> <div style="padding:20px 3px 0px 0px" align="left"> <div style="float:left" align="right"><a href="https://www.technosphera.ru/lib/book/549"><img src="/images/ready/12/806_474165.jpg" width="65" height="90" border="0" alt="" /></a><br> <span class="smaller3"><a class="more" href="https://www.technosphera.ru/lib/book/549">читать книгу</a></span></div> <div style="float:right; width:132px; padding-top:5px"> <span class="smaller2 gray">Акчурин Р.Х., Мармалюк А.А.</span> <div style="height:8px"></div> <span class="smaller1"><a class="hidden" href="https://www.technosphera.ru/lib/book/549">МОС-гидридная эпитаксия в технологии материалов фотоники и электроники</a></span> </div> <div style="clear:both"></div> </div> <div style="padding:25px 3px 10px 15px" align="left"> <span class="bigger2 std">Другие серии книг:</span> <div style="height:4px"></div> <span class="smaller1"> <a class="title ui" href="https://www.technosphera.ru/lib/6"><b>Мир материалов и технологий</b></a><br> <a class="title ui" href="https://www.technosphera.ru/lib/22">Библиотека Института стратегий развития</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/1">Мир математики</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/2">Мир физики и техники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/3">Мир биологии и медицины</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/4">Мир химии</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/5">Мир наук о Земле</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/7">Мир электроники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/8">Мир программирования</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/9">Мир связи</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/10">Мир строительства</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/11">Мир цифровой обработки</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/12">Мир экономики</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/13">Мир дизайна</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/14">Мир увлечений</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/15">Мир робототехники и мехатроники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/16">Для кофейников</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/17">Мир радиоэлектроники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/18">Библиотечка «КВАНТ»</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/19">Умный дом</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/20">Мировые бренды</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/21">Вне серий</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/23">Библиотека климатехника</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/24">Мир транспорта</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/25">Мир фотоники</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/26">Мир станкостроения</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/27">Мир метрологии</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/28">Мир энергетики</a><br> <a class="title ui" href="https://www.technosphera.ru/lib/29">Книги, изданные при поддержке РФФИ</a><br> </span></div></div></div> <!--/noindex--> <!-- Конец ПАНЕЛЬ "КНИГИ" (ЖУРНАЛ) --> <!-- ОСНОВНАЯ КОЛОНКА --> <div class="height100" align="left" style="width:540px; overflow:visible; float:left; position:relative; left:0px; top:0px; z-index:1"><div align="left" style="width:544px; overflow:hidden; position:relative; left:0px; top:0px; background:#fff url(/img/tsphera/bg_logo_nano.jpg) no-repeat left top"><a class="ui" target="_top" href="https://www.nanoindustry.su/"><div style="height:136px"></div></a> <!-- РЕКЛАМА ГЛАВНАЯ --> <!--noindex--> <div style="height:20px"></div> <!-- Конец РЕКЛАМА ГЛАВНАЯ --> <!-- ЗАГОЛОВОК --> <div class="title" align="center"><span class="bigger3 std"> Content & Annotations of Issue #8/2012 </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/3483"><span class="norm"><b>A. Ponomarev</b></span><br>Development of Applied Nanotechnologies in Russia</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The use of nanoparticles with special properties can provide nanostructuring of materials through the volume. In particular, the synthesis of effective nanomodifiers. The article considers achievements in this field. There are promising nanotechnological developments in Russia, including of Scientific and Technical Centre of Applied Nanotechnologies.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/3032/">applied nanotechnology</a> <a href="https://www.nanoindustry.su/tag/3033/">nanomodifier</a> <a href="https://www.nanoindustry.su/tag/3034/">nanoparticle</a> <a href="https://www.nanoindustry.su/tag/3038/">nanostructuring</a> <a href="https://www.nanoindustry.su/tag/3037/">наномодификатор</a> <a href="https://www.nanoindustry.su/tag/3036/">наноструктурирование</a> <a href="https://www.nanoindustry.su/tag/3035/">наночастица</a> <a href="https://www.nanoindustry.su/tag/3031/">прикладная нанотехнология</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/3484"><span class="norm"><b>D.Andreyuk</b></span><br>Nanotechnology Society of Russia – Inter-disciplinary Professional Scientific Community</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The Nanotechnology Society of Russia was organized in 2008, and enjoys support of the government and science and technology organizations. Nanotechnologies requiring participation of specialists in different disciplines are important for development of engineering, technical and natural sciences and influence the competitive ability of the country.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/3043/">government policy on science and technology</a> <a href="https://www.nanoindustry.su/tag/3040/">nano-science</a> <a href="https://www.nanoindustry.su/tag/432/">nanotechnology</a> <a href="https://www.nanoindustry.su/tag/3039/">professional community</a> <a href="https://www.nanoindustry.su/tag/3041/">междисциплинарный подход</a> <a href="https://www.nanoindustry.su/tag/92/">нанотехнологии</a> <a href="https://www.nanoindustry.su/tag/3042/">некоммерческие организации</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/3485"><span class="norm"><b>S.Nesterov</b></span><br>Vacuum Technology: State and Prospects</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Vacuum, cryogenic technologies and nanotechnology determine the modern state of high technology. The paper considers the main lines of activities of the International Union of Vacuum Science, Technique and Applications, American Vacuum Society and the Russian Vacuum Society.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/3047/">cryogenic technology</a> <a href="https://www.nanoindustry.su/tag/3048/">development prospects</a> <a href="https://www.nanoindustry.su/tag/3045/">equipment and technology</a> <a href="https://www.nanoindustry.su/tag/432/">nanotechnology</a> <a href="https://www.nanoindustry.su/tag/517/">vacuum science</a> <a href="https://www.nanoindustry.su/tag/516/">вакуумная наука</a> <a href="https://www.nanoindustry.su/tag/3046/">криогенная техника</a> <a href="https://www.nanoindustry.su/tag/553/">нанотехнология</a> <a href="https://www.nanoindustry.su/tag/3049/">тенденции развития</a> <a href="https://www.nanoindustry.su/tag/3044/">техника и технологии</a></span></div> <div class="content0"><span class="bigger2 std">Test & Measurement</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/3489"><span class="norm"><b>A.Gnevko, A.Maltzev, S.Pushko</b></span><br>Characterisation of Scribing Profiles at SPM Investigation of Steel and Alloy Surfaces</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The state of structural materials can be determined using local methods, in particular SPM. Such investigations can be carried out in factory conditions on operating equipment. Developments of NTI Company has allowed to complete the standard method of surface scribing with its SPM investigations.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/545/">atomic force microscopy</a> <a href="https://www.nanoindustry.su/tag/3077/">deformation</a> <a href="https://www.nanoindustry.su/tag/3075/">metal</a> <a href="https://www.nanoindustry.su/tag/3076/">metallography</a> <a href="https://www.nanoindustry.su/tag/3071/">numerical characteristics</a> <a href="https://www.nanoindustry.su/tag/631/">scanning probe microscopy</a> <a href="https://www.nanoindustry.su/tag/2839/">steel</a> <a href="https://www.nanoindustry.su/tag/1756/">асм</a> <a href="https://www.nanoindustry.su/tag/3074/">деформации</a> <a href="https://www.nanoindustry.su/tag/3073/">металл</a> <a href="https://www.nanoindustry.su/tag/3072/">металлография</a> <a href="https://www.nanoindustry.su/tag/1758/">сзм</a> <a href="https://www.nanoindustry.su/tag/2844/">сталь</a> <a href="https://www.nanoindustry.su/tag/2834/">числовые характеристики поверхности</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/3490"><span class="norm"><b>S.Golubev, V.Zakharin, G.Meshkov, Yu.Tokunov, D.Yaminsky, I.Yaminsky</b></span><br>Calibration of Probe Microscopes. Dynamic Standard "Nanometer"</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Dynamic standard "nanometer" is a cheap measuring tool. It allows to calibrate SPM before the start of and during measurement. A method for SPM calibration and an algorithm for statistical data processing is proposed.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/1817/">calibration</a> <a href="https://www.nanoindustry.su/tag/3079/">dynamic measure</a> <a href="https://www.nanoindustry.su/tag/2573/">measurements</a> <a href="https://www.nanoindustry.su/tag/1199/">metrology</a> <a href="https://www.nanoindustry.su/tag/432/">nanotechnology</a> <a href="https://www.nanoindustry.su/tag/3081/">piezoceramics</a> <a href="https://www.nanoindustry.su/tag/570/">scanning probe microscope</a> <a href="https://www.nanoindustry.su/tag/3078/">динамическая мера</a> <a href="https://www.nanoindustry.su/tag/1679/">измерения</a> <a href="https://www.nanoindustry.su/tag/1835/">калибровка</a> <a href="https://www.nanoindustry.su/tag/3082/">метрология</a> <a href="https://www.nanoindustry.su/tag/92/">нанотехнологии</a> <a href="https://www.nanoindustry.su/tag/3080/">пьезокерамика</a> <a href="https://www.nanoindustry.su/tag/1758/">сзм</a></span></div> <div class="content0"><span class="bigger2 std">Нанотехнологии и образование</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/3491"><span class="norm"><b>A.Fomin, K.Borisova</b></span><br>Fablab: Role in Development of the Regional Innovation Infrastructure</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">A way to develop an innovation infrastructure through setting up production FABLAB laboratories is described. Ability of FABLABs to support the talented young is proved. They are offered as a basis to develop a regional innovation infrastructure that integrates science, business and education.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/1948/">innovation activity</a> <a href="https://www.nanoindustry.su/tag/3085/">manufacturing laboratories fablab</a> <a href="https://www.nanoindustry.su/tag/3084/">university</a> <a href="https://www.nanoindustry.su/tag/2606/">вуз</a> <a href="https://www.nanoindustry.su/tag/2465/">инновационная деятельность</a> <a href="https://www.nanoindustry.su/tag/3083/">производственные лаборатории фаблаб</a></span></div> <div class="content0"><span class="bigger2 std">There is an idea!</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/3493"><span class="norm"><b>A.Vokhidov, L.Dobrovolsky</b></span><br>From Nanologia to Nanosophia</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">The global crisis was marked by several disasters, which can become benchmarks in origination of a new approach to safeguarding the human civilization. The global climate change and depletion of natural resources also force the world community to search for ways to counter the threats. Serious hopes connected with knowledge of the nanoworld.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/3104/">civilization</a> <a href="https://www.nanoindustry.su/tag/1452/">innovations</a> <a href="https://www.nanoindustry.su/tag/3099/">nanologiya</a> <a href="https://www.nanoindustry.su/tag/3102/">nanosofiya</a> <a href="https://www.nanoindustry.su/tag/3101/">nanosphere</a> <a href="https://www.nanoindustry.su/tag/432/">nanotechnology</a> <a href="https://www.nanoindustry.su/tag/3095/">skolkovo</a> <a href="https://www.nanoindustry.su/tag/3097/">space</a> <a href="https://www.nanoindustry.su/tag/1457/">инновации</a> <a href="https://www.nanoindustry.su/tag/3093/">космос</a> <a href="https://www.nanoindustry.su/tag/3094/">нанология</a> <a href="https://www.nanoindustry.su/tag/3098/">нанософия</a> <a href="https://www.nanoindustry.su/tag/3096/">наносфера</a> <a href="https://www.nanoindustry.su/tag/553/">нанотехнология</a> <a href="https://www.nanoindustry.su/tag/3103/">сколково</a> <a href="https://www.nanoindustry.su/tag/3100/">цивилизация</a></span></div> <div class="content0"><span class="bigger2 std">Conferences, Exhibitions, Seminars</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/3486"><span class="norm"><b>O.Alexandrovsky</b></span><br>8th International Conference "Carbon: Fundamental Issues of Science, Material Science, Technology"</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">8th International Conference "Carbon: fundamental issues of science, material science, technology" was held in Troizk through 25 – 28 September 2012.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/3053/">alloying</a> <a href="https://www.nanoindustry.su/tag/412/">carbon</a> <a href="https://www.nanoindustry.su/tag/3050/">carbon society</a> <a href="https://www.nanoindustry.su/tag/3052/">diamond films</a> <a href="https://www.nanoindustry.su/tag/429/">graphene</a> <a href="https://www.nanoindustry.su/tag/3054/">mesoscopy</a> <a href="https://www.nanoindustry.su/tag/306/">алмазные пленки</a> <a href="https://www.nanoindustry.su/tag/428/">графен</a> <a href="https://www.nanoindustry.su/tag/3051/">легирование</a> <a href="https://www.nanoindustry.su/tag/3055/">мезоскопия</a> <a href="https://www.nanoindustry.su/tag/416/">углерод</a> <a href="https://www.nanoindustry.su/tag/3056/">углеродное общество</a></span></div> <div class="content0"><span class="bigger2 std">Nanotechnologies for medicine</span></div> <div style="clear:both"></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/3492"><span class="norm"><b>P.Gorelov, P.Lyachov</b></span><br>Promising Methods of Rapid PCR</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">In connection with increased application of PCR scope analysis, requirements for its fast action, efficiency and quality of results are also constantly increased. PCR methods have significant advantages over similar approaches and meet all modern medicine requirements.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/3091/">rapid pcr technology</a> <a href="https://www.nanoindustry.su/tag/3086/">real-time thermocycler qtowe</a> <a href="https://www.nanoindustry.su/tag/3088/">thermocycler speedcycler2</a> <a href="https://www.nanoindustry.su/tag/3092/">амплификатор qtower</a> <a href="https://www.nanoindustry.su/tag/3089/">амплификатор speedcycler2</a> <a href="https://www.nanoindustry.su/tag/3087/">реал-тайм</a> <a href="https://www.nanoindustry.su/tag/3090/">технология быстрой пцр</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/3487"><span class="norm"><b>V.Kondrashov, V.Nevolin</b></span><br>Carbon Nanorings. Laboratory Method for Obtaining</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">Under certain conditions carbon nanorings (CNR) with a range of new properties can be obtained from carbon nanotubes. Laboratory technology for producing CNR and the results of atomic force microscopy are described</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/3061/">carbon nanorings</a> <a href="https://www.nanoindustry.su/tag/3058/">high voltage discharge</a> <a href="https://www.nanoindustry.su/tag/3062/">nickel sol-gel catalyst</a> <a href="https://www.nanoindustry.su/tag/3059/">высоковольтный разряд</a> <a href="https://www.nanoindustry.su/tag/3057/">никелевый золь-гель катализатор</a> <a href="https://www.nanoindustry.su/tag/3060/">углеродные нанокольца</a></span></div> <div class="content0"> <span class="bigger1 std"> <a href="https://www.nanoindustry.su/journal/article/3488"><span class="norm"><b>B.Bormashov, S.Tarelkin, M.Kuznezov, S.Terentjev, S.Buga</b></span><br>Electrophysical Properties of Boron-Alloyed Synthetic Diamond Single Crystals</a> </span> <div style="height:2px"></div> <span class="smaller1 gray">In TISNCM, crystals with size of up to 10 carats are obtained by the high pressure temperature gradient method using a special growth mixture with addition of nitrogen getters at clarity.</span> </div> <div style="clear:both"></div> <div style="padding:10px 0 0 0"><span class="smaller1 gray">Tags: <a href="https://www.nanoindustry.su/tag/3066/">bulk crystals</a> <a href="https://www.nanoindustry.su/tag/3070/">characteristic activation energy</a> <a href="https://www.nanoindustry.su/tag/3064/">getter</a> <a href="https://www.nanoindustry.su/tag/3067/">high pressure temperature gradient method</a> <a href="https://www.nanoindustry.su/tag/3068/">геттер</a> <a href="https://www.nanoindustry.su/tag/3065/">объемные кристаллы</a> <a href="https://www.nanoindustry.su/tag/3069/">температурный градиент при высоком давлении</a> <a href="https://www.nanoindustry.su/tag/3063/">энергия активации</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>