CINXE.COM
Biblioteka G艂贸wna Politechniki Warszawskiej - Inne biblioteki PW
<!DOCTYPE html> <html dir="ltr" lang="pl-pl"> <head> <base href="https://bg.pw.edu.pl/index.php/kontakt/inne-biblioteki-pw" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="keywords" content="Biblioteki G艂贸wnej Politechniki Warszawskiej" /> <meta name="description" content="Biblioteka G艂贸wna Politechniki Warszawskiej" /> <meta name="generator" content="Joomla! - Open Source Content Management" /> <title>Biblioteka G艂贸wna Politechniki Warszawskiej - Inne biblioteki PW</title> <link href="/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="/media/mod_languages/css/template.css?a4b281fc71e12f2dae9332493421ee10" rel="stylesheet" type="text/css" /> <link href="/media/com_finder/css/finder.css" rel="stylesheet" type="text/css" /> <script type="application/json" class="joomla-script-options new">{"csrf.token":"ba9dfea581cc88f51c725cb7d0bac575","system.paths":{"root":"","base":""}}</script> <script src="/media/system/js/mootools-core.js?a4b281fc71e12f2dae9332493421ee10" type="text/javascript"></script> <script src="/media/system/js/core.js?a4b281fc71e12f2dae9332493421ee10" type="text/javascript"></script> <script src="/media/system/js/mootools-more.js?a4b281fc71e12f2dae9332493421ee10" type="text/javascript"></script> <script src="/media/jui/js/jquery.min.js?a4b281fc71e12f2dae9332493421ee10" type="text/javascript"></script> <script src="/media/jui/js/jquery-noconflict.js?a4b281fc71e12f2dae9332493421ee10" type="text/javascript"></script> <script src="/media/jui/js/jquery-migrate.min.js?a4b281fc71e12f2dae9332493421ee10" type="text/javascript"></script> <script src="/media/system/js/caption.js?a4b281fc71e12f2dae9332493421ee10" type="text/javascript"></script> <script src="/media/jui/js/bootstrap.min.js?a4b281fc71e12f2dae9332493421ee10" type="text/javascript"></script> <script src="/media/com_finder/js/autocompleter.js" type="text/javascript"></script> <script type="text/javascript"> jQuery(function($) { $('.hasTip').each(function() { var title = $(this).attr('title'); if (title) { var parts = title.split('::', 2); var mtelement = document.id(this); mtelement.store('tip:title', parts[0]); mtelement.store('tip:text', parts[1]); } }); var JTooltips = new Tips($('.hasTip').get(), {"maxTitleChars": 50,"fixed": false}); }); jQuery(window).on('load', function() { new JCaption('img.caption'); }); </script> <link rel="stylesheet" href="/templates/system/css/system.css" /> <link rel="stylesheet" href="/templates/system/css/general.css" /> <link rel="stylesheet" type="text/css" href="/DataTables/datatables.min.css"/> <link rel="stylesheet" type="text/css" href="/media/jui/css/icomoon.css"/> <!--<link rel="stylesheet" type="text/css" href="/InteractiveMap/interactive-image.min.css"/>--> <!-- Created by Artisteer v4.3.0.60745 --> <meta name="viewport" content="initial-scale = 1.0, width = device-width" /> <!--<meta name="deklaracja-dost臋pno艣ci" content="https://bg.pw.edu.pl/index.php/deklaracja-dostepnosci">--> <!--[if lt IE 9]><script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <link rel="stylesheet" href="/templates/bgpw_2016_responsywny/css/template.css" media="screen" type="text/css" /> <!--[if lte IE 7]><link rel="stylesheet" href="/templates/bgpw_2016_responsywny/css/template.ie7.css" media="screen" /><![endif]--> <link rel="stylesheet" href="/templates/bgpw_2016_responsywny/css/template.responsive.css" media="all" type="text/css" /> <script>if ('undefined' != typeof jQuery) document._artxJQueryBackup = jQuery;</script> <script src="/templates/bgpw_2016_responsywny/jquery.js"></script> <script>jQuery.noConflict();</script> <script src="/templates/bgpw_2016_responsywny/script.js"></script> <script src="/templates/bgpw_2016_responsywny/script.responsive.js"></script> <script src="/templates/bgpw_2016_responsywny/modules.js"></script> <script>if (document._artxJQueryBackup) jQuery = document._artxJQueryBackup;</script> <script type="text/javascript" src="/DataTables/datatables.min.js"></script> <script type="text/javascript" src="/InteractiveMap/interactive-image.js"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-QGEKFS0SCC"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QGEKFS0SCC'); </script> </head> <body> <div id="art-main"> <nav class="art-nav"> <div class="art-nav-inner" style="width:1000px;"> <a class="skip-link" href="#system-message-container">Przejd藕 do tre艣ci</a> <div class="art-hmenu-extra2"><div class="mod-languages"> <ul class="lang-inline" dir="ltr"> <li> <a href="/index.php/en/contact-us/faculty-and-institute-libraries"> <img src="/media/mod_languages/images/eng.gif" alt="Switch to english language" /> </a> </li> </ul> </div> <script type="text/javascript"> //<![CDATA[ window.addEvent('domready', function() { var value; // Set the input value if not already set. if (!document.id('mod-finder-searchword').getProperty('value')) { document.id('mod-finder-searchword').setProperty('value', ''); } // Get the current value. value = document.id('mod-finder-searchword').getProperty('value'); // If the current value equals the default value, clear it. document.id('mod-finder-searchword').addEvent('focus', function() { if (this.getProperty('value') == '') { this.setProperty('value', ''); } }); // If the current value is empty, set the previous value. document.id('mod-finder-searchword').addEvent('blur', function() { if (!this.getProperty('value')) { this.setProperty('value', value); } }); document.id('mod-finder-searchform').addEvent('submit', function(e){ e = new Event(e); e.stop(); // Disable select boxes with no value selected. if (document.id('mod-finder-advanced') != null) { document.id('mod-finder-advanced').getElements('select').each(function(s){ if (!s.getProperty('value')) { s.setProperty('disabled', 'disabled'); } }); } document.id('mod-finder-searchform').submit(); }); /* * This segment of code sets up the autocompleter. */ var url = '/index.php/component/finder/?task=suggestions.display&format=json&tmpl=component'; var ModCompleter = new Autocompleter.Request.JSON(document.id('mod-finder-searchword'), url, {'postVar': 'q'}); }); //]]> </script> <form id="mod-finder-searchform" action="/index.php/wyszukiwanie-na-stronie" method="get" class="art-search"> <div class="finder"> <label for="mod-finder-searchword" class="finder">Szukaj</label><input type="text" name="q" id="mod-finder-searchword" class="inputbox" size="15" value="" /><button class="button icon-search art-search-button finder" type="submit" value="Id藕"></button> </div> </form> </div> <button class="art-menu-btn" aria-haspopup="true" style="width:32px;cursor:pointer;"><span></span><span></span><span></span></button> <ul class="art-hmenu"><li class="item-102"><a href="/index.php">Start</a></li><li class="item-443"><a href="/index.php/aktualnosci-pl">Aktualno艣ci</a></li><li class="item-103 deeper parent"><a href="/index.php/zasoby">Zasoby</a><ul><li class="item-405"><a href="https://primo-48tuw.hosted.exlibrisgroup.com/primo-explore/search?vid=48TUW_VIEW&sortby=rank&lang=pl_PL&tab=primo_all_tab&search_scope=wtu01_scope">Katalog</a></li><li class="item-406"><a href="/index.php/zasoby/uklad-dzialowy-zbiorow">Uk艂ad dzia艂owy zbior贸w</a></li><li class="item-411"><a href="/index.php/zasoby/lista-e-baz">Lista e-baz</a></li><li class="item-412"><a href="http://sfx-48tuw.hosted.exlibrisgroup.com/48tuw/journalsearch?lang=pol">Lista tytu艂贸w e-藕r贸de艂</a></li><li class="item-410"><a href="/index.php/zasoby/nowosci-wg-dzialow">Nowo艣ci wg dzia艂贸w</a></li><li class="item-524 deeper parent"><a href="/index.php/bibliotekarze-dziedzinowi">Serwisy dziedzinowe</a><ul><li class="item-668"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/architektura-urbanistyka-sztuka">Architektura. Urbanistyka. Sztuka</a></li><li class="item-669"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/budownictwo">Budownictwo</a></li><li class="item-670"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/chemia">Chemia</a></li><li class="item-671"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/ekonomia-i-zarzadzanie">Ekonomia i Zarz膮dzanie</a></li><li class="item-672"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/elektrotechnika">Elektrotechnika. Elektronika</a></li><li class="item-673"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/fizyka"> Fizyka</a></li><li class="item-683"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/geodezja-i-kartografia">Geodezja i Kartografia</a></li><li class="item-674"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/informatyka">Informatyka</a></li><li class="item-675"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/ochrona-srodowiska">In偶ynieria i Ochrona 艢rodowiska</a></li><li class="item-676"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/inzynieria-materialowa"> In偶ynieria Materia艂owa</a></li><li class="item-677"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/matematyka">Matematyka</a></li><li class="item-678"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/mechanika">Mechanika</a></li><li class="item-686"><a href="/index.php/bibliotekarze-dziedzinowi/nauka-technika-historia">Nauka. Technika. Historia</a></li><li class="item-679"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/nauki-biologiczne-biotechnologia-medycyna">Nauki biologiczne. Biotechnologia. Medycyna</a></li><li class="item-680"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/technologia-maszyn-i-techniki-wytwarzania">Technologia maszyn. Techniki wytwarzania</a></li><li class="item-681"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/nauki-spoleczne">Prawo. Nauki spo艂eczne. Nauki polityczne</a></li><li class="item-682"><a href="https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/transport">Transport</a></li></ul></li><li class="item-409"><a href="/index.php/zaproponuj-do-zbiorow">Zaproponuj do zbior贸w</a></li><li class="item-408 deeper parent"><a href="/index.php/zasoby/katalogi-kartkowe">Katalogi kartkowe</a><ul><li class="item-798"><a href="/index.php/zasoby/katalogi-kartkowe/alfabetyczny-katalog-kartkowy-biblioteki-glownej-pw">Alfabetyczny katalog kartkowy Biblioteki G艂贸wnej PW</a></li><li class="item-799"><a href="/index.php/zasoby/katalogi-kartkowe/alfabetyczny-katalog-kartkowy-instytutu-gospodarki-przestrzennej-i-mieszkalnictwa">Alfabetyczny katalog kartkowy Instytutu Gospodarki Przestrzennej i Mieszkalnictwa</a></li></ul></li></ul></li><li class="item-104 active deeper parent"><a class=" active" href="/index.php/kontakt">Kontakt</a><ul><li class="item-416"><a href="/index.php/kontakt/godziny-otwarcia-agend">Godziny otwarcia agend</a></li><li class="item-417"><a href="/index.php/kontakt/filie-i-domy-studenckie">Filie i domy studenckie</a></li><li class="item-418 current active"><a class=" active" href="/index.php/kontakt/inne-biblioteki-pw">Inne biblioteki PW</a></li><li class="item-420"><a href="/index.php/kontakt/sklad-osobowy">Sk艂ad osobowy</a></li><li class="item-415"><a href="/index.php/kontakt/struktura-organizacyjna">Struktura organizacyjna</a></li><li class="item-523"><a href="/index.php/zapytaj-bibliotekarza">Zapytaj bibliotekarza</a></li></ul></li><li class="item-419 deeper parent"><a href="/index.php/o-nas">O nas</a><ul><li class="item-757"><a href="https://www.google.com/maps/d/viewer?mid=1Uufy9ZJ1S4Htu2RHsDj42Z5M172EeMQd&hl=pl&ll=52.22077331353848%2C21.009022043059282&z=18">Lokalizacja</a></li><li class="item-595 deeper parent"><a href="/index.php/o-nas/galeria">Galeria</a><ul><li class="item-617"><a href="/index.php/o-nas/galeria/pion-biblioteczny">Pion biblioteczny</a></li><li class="item-625"><a href="/index.php/o-nas/galeria/czytelnia-zbiorow-specjalnych">Czytelnia Zbior贸w Specjalnych</a></li><li class="item-627"><a href="/index.php/o-nas/galeria/sala-komputerowa">Sala Komputerowa</a></li><li class="item-623"><a href="/index.php/o-nas/galeria/wypozyczalnia-studencka">Wypo偶yczalnia Studencka</a></li><li class="item-658"><a href="/index.php/o-nas/galeria/osrodek-informacji-patentowej">O艣rodek Informacji Patentowej</a></li><li class="item-626"><a href="/index.php/o-nas/galeria/oddzial-informacji-naukowej">Oddzia艂 Informacji Naukowej i Analiz Bibliometrycznych</a></li><li class="item-624"><a href="/index.php/o-nas/galeria/sale-dydaktyczne">Sale Dydaktyczne</a></li><li class="item-638"><a href="/index.php/o-nas/galeria/wolny-dostep-poziom-ii">Wolny Dost臋p - poziom II</a></li><li class="item-621"><a href="/index.php/o-nas/galeria/wolny-dostep-poziom-iia">Wolny Dost臋p - poziom IIa</a></li><li class="item-637"><a href="/index.php/o-nas/galeria/wolny-dostep-poziom-iii">Wolny Dost臋p - poziom III</a></li><li class="item-628"><a href="/index.php/o-nas/galeria/wolny-dostep-poziom-iii#wd3_wmb">Wypo偶yczalnia Mi臋dzybiblioteczna</a></li><li class="item-629"><a href="/index.php/o-nas/galeria/inne">Inne</a></li></ul></li><li class="item-738 deeper parent"><a href="/index.php/o-nas/krok-po-kroku">Krok po kroku</a><ul><li class="item-739"><a href="/index.php/zapisy">Zapisy</a></li><li class="item-740"><a href="/index.php/konto-biblioteczne">Konto biblioteczne</a></li><li class="item-741"><a href="/index.php/wyszukiwanie-literatury">Wyszukiwanie literatury</a></li><li class="item-742"><a href="/index.php/udostepnianie-zbiorow">Udost臋pnianie zbior贸w</a></li><li class="item-743"><a href="/index.php/wolny-dostep">Wolny Dost臋p</a></li><li class="item-744"><a href="/index.php/wypozyczalnia-miedzybiblioteczna">Wypo偶yczenia mi臋dzybiblioteczne</a></li><li class="item-745"><a href="/index.php/szkolenia">Szkolenia</a></li><li class="item-789"><a href="/index.php/przysposobienie-biblioteczne">Przysposobienie biblioteczne</a></li><li class="item-747"><a href="/index.php/samoobslugowe-kopiowanie">Skanowanie i wydruki</a></li><li class="item-748"><a href="/index.php/dostep-do-internetu">Dost臋p do Internetu</a></li></ul></li><li class="item-422"><a href="/index.php/o-nas/struktura-organizacyjna">Struktura organizacyjna</a></li><li class="item-500"><a href="/index.php/o-nas/system-biblioteczno-informacyjny">System Biblioteczno-Informacyjny</a></li><li class="item-423"><a href="/index.php/o-nas/biblioteka-bez-barier">Biblioteka bez barier</a></li><li class="item-424"><a href="/index.php/o-nas/regulamin">Regulamin</a></li><li class="item-430 deeper parent"><a href="/index.php/o-nas/dzialalnosc-biblioteki">Dzia艂alno艣膰 biblioteki</a><ul><li class="item-431"><a href="/index.php/o-nas/dzialalnosc-biblioteki/biuletyn">Biuletyn</a></li><li class="item-457"><a href="/index.php/o-nas/dzialalnosc-biblioteki/dzialalnosc-promocyjno-kulturalna">Dzia艂alno艣膰 promocyjno-kulturalna</a></li><li class="item-770"><a href="/dane/logo/siw_bgpw.pdf">Ksi臋ga znaku BGPW</a></li><li class="item-432 parent"><a href="/index.php/o-nas/dzialalnosc-biblioteki/rada-biblioteczna">Rada biblioteczna</a></li><li class="item-433"><a href="/index.php/o-nas/dzialalnosc-biblioteki/sprawozdania-z-dzialalnosci">Sprawozdania z dzia艂alno艣ci</a></li></ul></li><li class="item-425 deeper parent"><a href="/index.php/o-nas/akty-prawne">Akty prawne</a><ul><li class="item-468"><a href="/index.php/o-nas/akty-prawne/regulaminy">Regulaminy</a></li><li class="item-470"><a href="https://www.bip.pw.edu.pl/content/view/full/358" target="_blank">Przepisy PW</a></li></ul></li><li class="item-426 deeper parent"><a href="/index.php/o-nas/wydarzenia">Wydarzenia</a><ul><li class="item-427 parent"><a href="/index.php/o-nas/wydarzenia/projekty">Projekty</a></li><li class="item-428 parent"><a href="/index.php/o-nas/wydarzenia/konferencje">Konferencje</a></li><li class="item-429"><a href="/index.php/o-nas/wydarzenia/wystawy">Wystawy</a></li></ul></li><li class="item-592"><a href="/index.php/o-nas/kolo-sbp-przy-bg-pw">Ko艂o SBP przy BG PW</a></li></ul></li><li class="item-722 deeper parent"><a href="/index.php/nauka">Nauka</a><ul><li class="item-726 deeper parent"><a href="/index.php/open-access-i-programy-otwartego-publikowania">Open Access i programy otwartego publikowania</a><ul><li class="item-783"><a href="/index.php/open-access-i-programy-otwartego-publikowania/drapiezne"> Drapie偶ne czasopisma / drapie偶ne konferencje </a></li><li class="item-787"><a href="/index.php/open-access-i-programy-otwartego-publikowania/plan-s-obowiazek-publikowania-otwartego">Plan S - obowi膮zek publikowania otwartego</a></li><li class="item-784"><a href="/index.php/open-access-i-programy-otwartego-publikowania/przekaz-swoja-prace-do-bw-pw">Przeka偶 swoj膮 prac臋 do BW PW</a></li><li class="item-785"><a href="/index.php/open-access-i-programy-otwartego-publikowania/faq">FAQ</a></li><li class="item-780"><a href="/index.php/open-access-i-programy-otwartego-publikowania/ruch-oa">Ruch Open Access</a></li><li class="item-781"><a href="/index.php/open-access-i-programy-otwartego-publikowania/oa-finansowanie">Open Access - finansowanie</a></li><li class="item-782"><a href="/index.php/open-access-i-programy-otwartego-publikowania/licencje-creative-commons">Licencje Creative Commons</a></li></ul></li><li class="item-724 deeper parent"><a href="/index.php/ewaluacja-bibliometria">Ewaluacja / Bibliometria</a><ul><li class="item-729"><a href="/index.php/ewaluacja-bibliometria/ewaluacja-uczelni">Ewaluacja uczelni</a></li><li class="item-730"><a href="/index.php/ewaluacja-bibliometria/ewaluacja-naukowca">Ewaluacja naukowca</a></li><li class="item-731"><a href="/index.php/ewaluacja-bibliometria/ewaluacja-czasopism">Ewaluacja czasopism</a></li><li class="item-761"><a href="/index.php/ewaluacja-bibliometria/instrukcje">Instrukcje</a></li><li class="item-732"><a href="/index.php/ewaluacja-bibliometria/akty-prawne">Akty prawne</a></li><li class="item-733"><a href="/index.php/ewaluacja-bibliometria/raporty-bibliometryczne">Raporty bibliometryczne</a></li></ul></li><li class="item-768"><a href="/index.php/baza-wiedzy-politechniki-warszawskiej">Baza Wiedzy PW</a></li><li class="item-737"><a href="/index.php/dane-badawcze">Plany zarz膮dzania danymi badawczymi</a></li><li class="item-818"><a href="/index.php/repozytorium-danych-badawczych-pw">Repozytorium danych badawczych PW</a></li><li class="item-727"><a href="/index.php/nauka/e-learning/podnoszenie-widocznosci-i-cytowalnosci-dorobku">Podniesienie widoczno艣ci dorobku</a></li><li class="item-723"><a href="/index.php/przypisy-i-bibliografia">Dla autor贸w prac dyplomowych i naukowych</a></li><li class="item-801 deeper parent"><a href="/index.php/nauka/e-learning">E-learning</a><ul><li class="item-802"><a href="/index.php/nauka/e-learning/zotero-program-do-zarzadzania-literatura">Zotero - program do zarz膮dzania literatur膮</a></li><li class="item-803"><a href="/index.php/nauka/e-learning/wprowadzenie-do-prawa-wlasnosci-przemyslowej">Wprowadzenie do prawa w艂asno艣ci przemys艂owej</a></li><li class="item-804"><a href="/index.php/nauka/e-learning/przypisy-i-bibliografia-zalacznikowa-dla-autorow-prac-dyplomowych-i-naukowych">Przypisy i bibliografia za艂膮cznikowa</a></li><li class="item-805"><a href="/index.php/nauka/e-learning/pierwsze-kroki-w-bibliotece">Pierwsze kroki w bibliotece</a></li><li class="item-806"><a href="/index.php/nauka/e-learning/endnote-program-do-zarzadzania-literatura">EndNote - program do zarz膮dzania literatur膮</a></li><li class="item-807"><a href="/index.php/nauka/e-learning/mendeley-program-do-zarzadzania-literatura">Mendeley - program do zarz膮dzania literatur膮</a></li><li class="item-809"><a href="/index.php/nauka/e-learning/podnoszenie-widocznosci-i-cytowalnosci-dorobku">Podnoszenie widoczno艣ci i cytowalno艣ci dorobku</a></li></ul></li></ul></li><li class="item-105"><a href="https://repo.pw.edu.pl" target="_blank">Baza Wiedzy PW</a></li><li class="item-597"><a class=" zaloguj_menu icon-user" title="Moje konto" href="https://gate.bg.pw.edu.pl/pds?func=load-login&calling_system=primo&institute=48TUW&lang=pol&url=https://primo-48tuw.hosted.exlibrisgroup.com:443/primo_library/libweb/pdsLogin?targetURL=https%3A%2F%2Fprimo-48tuw.hosted.exlibrisgroup.com%2Fprimo-explore%2Faccount%3Fvid%3D48TUW_VIEW%26lang%3Dpl_PL%26fromLogin%3Dtrue%26from-new-ui%3D1%26authenticationProfile%3D48TUW_pds"><img class="art-menu-image" src="/templates/bgpw_2016_responsywny/images/ludzik2.png" alt="Moje konto" /></a></li></ul> </div> </nav> <header class="art-header"><!-- begin nostyle --> <div class="art-nostyle naglowek_nowy2"> <!-- begin nostyle content --> <div class="custom naglowek_nowy2" > <div style="display: flex;margin-left: 2px;"><a href="https://bg.pw.edu.pl/"><img src="/templates/bgpw_2016_responsywny/images/logoBG_2024.svg" alt="strona startowa witryny Biblioteki G艂贸wnej Politechniki Warszawskiej" height="115" /></a></div></div> <!-- end nostyle content --> </div> <!-- end nostyle --> <div class="art-shapes"> </div> <h1 class="art-headline">Biblioteka G艂贸wna Politechniki Warszawskiej - Inne biblioteki PW</h1> </header> <div class="art-sheet clearfix"> <div class="art-layout-wrapper"> <div class="art-content-layout"> <div class="art-content-layout-row"> <div class="art-layout-cell art-content"> <div class="breadcrumbs art-postcontent"> <a href="/index.php" class="pathway">Start</a> 禄 <a href="/index.php/kontakt" class="pathway">Kontakt</a> 禄 <span>Inne biblioteki PW</span></div> <div id="system-message-container" class="art-postcontent"> </div><div class="item-page godziny" itemscope itemtype="http://schema.org/Article"><article class="art-post"><h2 class="art-postheader"><a href="/index.php/kontakt/inne-biblioteki-pw">Inne biblioteki PW</a></h2><div class="art-postheadericons art-metadata-icons"><meta itemprop="interactionCount" content="UserPageVisits:57679" />Ods艂ony: 57679</div><div class="art-postcontent clearfix"><div class="art-article"><section><h3 class="yellow_h">WYDZIA艁 ARCHITEKTURY<span id="arch" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><a href="http://www.arch.pw.edu.pl/index.php?option=com_content&view=category&layout=blog&id=852&Itemid=1001" target="_blank" rel="noreferrer" class="linki-biblioteki">Biblioteka Wydzia艂owa</a></p> <p><span id="cloak0e947c079eaceaf14eb1c846ae02fe66">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak0e947c079eaceaf14eb1c846ae02fe66').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy0e947c079eaceaf14eb1c846ae02fe66 = 'biblioteka.arch' + '@'; addy0e947c079eaceaf14eb1c846ae02fe66 = addy0e947c079eaceaf14eb1c846ae02fe66 + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text0e947c079eaceaf14eb1c846ae02fe66 = 'biblioteka.arch' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak0e947c079eaceaf14eb1c846ae02fe66').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy0e947c079eaceaf14eb1c846ae02fe66 + '\'>'+addy_text0e947c079eaceaf14eb1c846ae02fe66+'<\/a>'; </script></p> <p>tel: 22 234 5547</p> <p>ul. Koszykowa 55, parter, pok. 2</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Godziny otwarcia</span></span> </span></p> <p>pn.-艣r. 8:30-15:30</p> <p>czw.-pt. 9:00-18:00</p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 ELEKTRONIKI I TECHNIK INFORMACYJNYCH<span id="weiti" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><a href="http://www.elka.pw.edu.pl/Studia/Biblioteka-WEiTI" target="_blank" rel="noreferrer" class="linki-biblioteki">Biblioteka Wydzia艂owa</a></p> <p><span id="cloak8b725cbdcd8645ff3ab615f75d318d0d">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak8b725cbdcd8645ff3ab615f75d318d0d').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy8b725cbdcd8645ff3ab615f75d318d0d = 'bwepw.elka' + '@'; addy8b725cbdcd8645ff3ab615f75d318d0d = addy8b725cbdcd8645ff3ab615f75d318d0d + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text8b725cbdcd8645ff3ab615f75d318d0d = 'bwepw.elka@pw.edu.pl ';document.getElementById('cloak8b725cbdcd8645ff3ab615f75d318d0d').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy8b725cbdcd8645ff3ab615f75d318d0d + '\'>'+addy_text8b725cbdcd8645ff3ab615f75d318d0d+'<\/a>'; </script></p> <p>tel. 22 234 7625</p> <p>ul.Nowowiejska 15/19, parter, pok. 40</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;">Godziny otwarcia</span></span></p> <p>pn.-pt. 9:00-18:00</p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 ELEKTRYCZNY</h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><span style="font-size: 12pt;"><span style="text-decoration: underline;">Biblioteka Instytutu Elektrotechniki Teoretycznej i System贸w Informacyjno-Pomiarowych</span></span></p> <p><span id="cloaka53f3d29c548a098ec83c9a51847399f">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloaka53f3d29c548a098ec83c9a51847399f').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addya53f3d29c548a098ec83c9a51847399f = 'alicja.siemion' + '@'; addya53f3d29c548a098ec83c9a51847399f = addya53f3d29c548a098ec83c9a51847399f + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_texta53f3d29c548a098ec83c9a51847399f = 'Alicja.Siemion' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloaka53f3d29c548a098ec83c9a51847399f').innerHTML += '<a ' + path + '\'' + prefix + ':' + addya53f3d29c548a098ec83c9a51847399f + '\'>'+addy_texta53f3d29c548a098ec83c9a51847399f+'<\/a>'; </script></p> <p>tel: 22 234 7326</p> <p>ul. Koszykowa 75, klatka B, II pi臋tro, pok. 209</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Godziny otwarcia</span></span> </span></p> <p>pn., 艣r., pt. 10:00-14:00</p> <p>czw. 10:00-17:00</p> <p>wt. nieczynne</p> <p>pt. zjazdowe 12:00-18:00</p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 FIZYKI<span id="fiz" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><a href="http://www.fizyka.pw.edu.pl/index.php?option=com_content&task=view&id=154&Itemid=162" target="_blank" rel="noreferrer" class="linki-biblioteki">Biblioteka Wydzia艂owa</a></p> <p><span id="cloak1ea113959a8f831cac4f29f617d2d79f">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak1ea113959a8f831cac4f29f617d2d79f').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy1ea113959a8f831cac4f29f617d2d79f = 'wioletta.ledzion' + '@'; addy1ea113959a8f831cac4f29f617d2d79f = addy1ea113959a8f831cac4f29f617d2d79f + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text1ea113959a8f831cac4f29f617d2d79f = 'Wioletta.Ledzion' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak1ea113959a8f831cac4f29f617d2d79f').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy1ea113959a8f831cac4f29f617d2d79f + '\'>'+addy_text1ea113959a8f831cac4f29f617d2d79f+'<\/a>'; </script></p> <p>tel: 22 234 5444</p> <p>ul. Koszykowa 75, II pi臋tro, pok. 227</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Godziny otwarcia</span></span> </span></p> <p>pn. 10:30-18:00</p> <p>wt.-pt. 9:00-18:00</p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 INSTALACJI BUDOWLANYCH, HYDROTECHNIKI I IN呕YNIERII 艢RODOWISKA<span id="ibhis" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><a href="http://www.is.pw.edu.pl/index.php/pl/home/biblioteka" target="_blank" rel="noreferrer" class="linki-biblioteki">Biblioteka Wydzia艂owa</a></p> <p><span id="cloak0d0de0ad6d5316993c416d6d7f897ee7">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak0d0de0ad6d5316993c416d6d7f897ee7').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy0d0de0ad6d5316993c416d6d7f897ee7 = 'biblioteka.wibhis' + '@'; addy0d0de0ad6d5316993c416d6d7f897ee7 = addy0d0de0ad6d5316993c416d6d7f897ee7 + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text0d0de0ad6d5316993c416d6d7f897ee7 = 'biblioteka.wibhis' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak0d0de0ad6d5316993c416d6d7f897ee7').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy0d0de0ad6d5316993c416d6d7f897ee7 + '\'>'+addy_text0d0de0ad6d5316993c416d6d7f897ee7+'<\/a>'; </script></p> <p><a href="https://www.facebook.com/BibliotekaWIBHiIS/" target="_blank" rel="noreferrer">Facebook.com/BibliotekaWIBHiIS</a></p> <p>tel.: 22 234 7689</p> <p>ul. Nowowiejska 20, III pi臋tro, pok. 320</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;">Godziny otwarcia</span></span></p> <p>pn.-pt. 9:00-16:00</p> <p>sob. zjazdowe 9:00-14:00.</p> </div> <div class="tamowanie"> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 IN呕YNIERII CHEMICZNEJ I PROCESOWEJ<span id="ichip" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><a href="http://www.ichip.pw.edu.pl/pl/Pracownicy/Struktura%20organizacyjna/administracja#biblioteka" target="_blank" rel="noreferrer" class="linki-biblioteki">Biblioteka Wydzia艂owa</a></p> <p><span id="cloak51f54fd655f1848303e39e330a74326e">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak51f54fd655f1848303e39e330a74326e').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy51f54fd655f1848303e39e330a74326e = 'biblioteka.ichip' + '@'; addy51f54fd655f1848303e39e330a74326e = addy51f54fd655f1848303e39e330a74326e + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text51f54fd655f1848303e39e330a74326e = 'biblioteka.ichip' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak51f54fd655f1848303e39e330a74326e').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy51f54fd655f1848303e39e330a74326e + '\'>'+addy_text51f54fd655f1848303e39e330a74326e+'<\/a>'; </script></p> <p>tel: 22 234 6335</p> <p>ul. Wary艅skiego 1, VI pi臋tro, pok. 601</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Godziny otwarcia</span></span> </span></p> <p>pn.-pt. 8:00-16:00</p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 IN呕YNIERII L膭DOWEJ<span id="il" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><a href="https://www.il.pw.edu.pl/biblioteka-wydzialowa/#1594724997134-02726f23-98a0" target="_blank" rel="noreferrer">Biblioteka Wydzia艂owa</a></p> <p><span id="cloak4a379c0201eff09fb0334f2186d08e0b">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak4a379c0201eff09fb0334f2186d08e0b').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy4a379c0201eff09fb0334f2186d08e0b = 'biblioteka.wil' + '@'; addy4a379c0201eff09fb0334f2186d08e0b = addy4a379c0201eff09fb0334f2186d08e0b + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text4a379c0201eff09fb0334f2186d08e0b = 'biblioteka.wil' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak4a379c0201eff09fb0334f2186d08e0b').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy4a379c0201eff09fb0334f2186d08e0b + '\'>'+addy_text4a379c0201eff09fb0334f2186d08e0b+'<\/a>'; </script></p> <p><span id="cloake165135516ce1c67d9a27fef1296d1a9">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloake165135516ce1c67d9a27fef1296d1a9').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addye165135516ce1c67d9a27fef1296d1a9 = 'malgorzata.malczak' + '@'; addye165135516ce1c67d9a27fef1296d1a9 = addye165135516ce1c67d9a27fef1296d1a9 + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_texte165135516ce1c67d9a27fef1296d1a9 = 'Malgorzata.Malczak' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloake165135516ce1c67d9a27fef1296d1a9').innerHTML += '<a ' + path + '\'' + prefix + ':' + addye165135516ce1c67d9a27fef1296d1a9 + '\'>'+addy_texte165135516ce1c67d9a27fef1296d1a9+'<\/a>'; </script></p> <p>tel: 22 234 6590</p> <p>ul. Armii Ludowej 16, VI pi臋tro, pok. 607</p> </div> <div class="prawy1"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Biblioteka Wydzia艂owa</span></span> </span></p> <p>pn.-czw. 9:00-16:00</p> <p>pi膮tek 9:00-18:00</p> <p>sobota zjazdowa 10:00-15:00</p> </div> <div class="tamowanie"> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 IN呕YNIERII MATERIA艁OWEJ<span id="im" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><a href="http://www.inmat.pw.edu.pl/index.php/Wydzial/Biblioteka" target="_blank" rel="noreferrer" class="linki-biblioteki">Biblioteka Wydzia艂owa</a></p> <p><span id="cloakf62843773528a5b6f7fcab6fa3941c3a">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloakf62843773528a5b6f7fcab6fa3941c3a').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addyf62843773528a5b6f7fcab6fa3941c3a = 'milena.wojnarowska' + '@'; addyf62843773528a5b6f7fcab6fa3941c3a = addyf62843773528a5b6f7fcab6fa3941c3a + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_textf62843773528a5b6f7fcab6fa3941c3a = 'milena.wojnarowska@pw.edu.pl ';document.getElementById('cloakf62843773528a5b6f7fcab6fa3941c3a').innerHTML += '<a ' + path + '\'' + prefix + ':' + addyf62843773528a5b6f7fcab6fa3941c3a + '\'>'+addy_textf62843773528a5b6f7fcab6fa3941c3a+'<\/a>'; </script><br /><a href="/biblioteka.wim@pw.edu.pl"><span id="cloak02d67e6ac19ab19acdf1d4dd98b07521">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak02d67e6ac19ab19acdf1d4dd98b07521').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy02d67e6ac19ab19acdf1d4dd98b07521 = 'biblioteka.wim' + '@'; addy02d67e6ac19ab19acdf1d4dd98b07521 = addy02d67e6ac19ab19acdf1d4dd98b07521 + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text02d67e6ac19ab19acdf1d4dd98b07521 = 'biblioteka.wim' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak02d67e6ac19ab19acdf1d4dd98b07521').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy02d67e6ac19ab19acdf1d4dd98b07521 + '\'>'+addy_text02d67e6ac19ab19acdf1d4dd98b07521+'<\/a>'; </script></a></p> <p>tel: 22 234 8301</p> <p>ul. Wo艂oska 141, I pi臋tro, pok. 102</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Godziny otwarcia</span></span> </span></p> <p>pn.-wt. 9:00-17:00</p> <p>艣r., czw., pt. 9:00-15:00</p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 MATEMATYKI I NAUK INFORMACYJNYCH<span id="mini" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><span style="font-size: 12pt;"><span style="text-decoration: underline;">Biblioteka Wydzia艂owa</span><br /></span></p> <p><span id="cloak5bb60abf0224a468d2f2f25ed8a55995">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak5bb60abf0224a468d2f2f25ed8a55995').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy5bb60abf0224a468d2f2f25ed8a55995 = 'wioletta.ledzion' + '@'; addy5bb60abf0224a468d2f2f25ed8a55995 = addy5bb60abf0224a468d2f2f25ed8a55995 + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text5bb60abf0224a468d2f2f25ed8a55995 = 'Wioletta.Ledzion' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak5bb60abf0224a468d2f2f25ed8a55995').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy5bb60abf0224a468d2f2f25ed8a55995 + '\'>'+addy_text5bb60abf0224a468d2f2f25ed8a55995+'<\/a>'; </script></p> <p>tel. 22 234 5444</p> <p>ul. Koszykowa 75, II pi臋tro, pok. 227</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Godziny otwarcia</span></span> </span></p> <p>pn. 10:30-18:00</p> <p>wt.-pt. 9:00-18:00</p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 MECHANICZNY ENERGETYKI I LOTNICTWA<span id="meil" class="anchor_not_link"></span></h3> <div class="pasiak"> <div class="lewy"> <p><span style="font-size: 12pt;"><a href="http://www.meil.pw.edu.pl/MEiL/Wydzial/Biblioteka" target="_blank" rel="noreferrer" class="linki-biblioteki">Biblioteka Wydzia艂owa</a><br /></span></p> <p><span id="cloakdb7cc66a0c76506bc0e73ff959b46fcb">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloakdb7cc66a0c76506bc0e73ff959b46fcb').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addydb7cc66a0c76506bc0e73ff959b46fcb = 'biblioteka.meil' + '@'; addydb7cc66a0c76506bc0e73ff959b46fcb = addydb7cc66a0c76506bc0e73ff959b46fcb + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_textdb7cc66a0c76506bc0e73ff959b46fcb = 'biblioteka.meil' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloakdb7cc66a0c76506bc0e73ff959b46fcb').innerHTML += '<a ' + path + '\'' + prefix + ':' + addydb7cc66a0c76506bc0e73ff959b46fcb + '\'>'+addy_textdb7cc66a0c76506bc0e73ff959b46fcb+'<\/a>'; </script></p> <p>tel. 22 234 5768, tel./fax 022 234 5255</p> <p>ul.Nowowiejska 21/25, parter, pok. 10</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;">Godziny otwarcia</span></span></p> <p>pn.-wt. 9:00-17:00</p> <p>艣r. 9:00-16:00</p> <p>czw.-pt. 9:00-17:00</p> <p>sob. zjazdowe: 10:00-14:00</p> </div> </div> <div class="pasiak"> <div class="lewy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;">Biblioteka Instytutu Techniki Cieplnej</span></span></p> <p><span id="cloak40ff581821b68045249f381f48f18819">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak40ff581821b68045249f381f48f18819').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy40ff581821b68045249f381f48f18819 = 'joanna.suska' + '@'; addy40ff581821b68045249f381f48f18819 = addy40ff581821b68045249f381f48f18819 + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text40ff581821b68045249f381f48f18819 = 'joanna.suska' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak40ff581821b68045249f381f48f18819').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy40ff581821b68045249f381f48f18819 + '\'>'+addy_text40ff581821b68045249f381f48f18819+'<\/a>'; </script></p> <p>tel. 22 234 5768</p> <p>ul.Nowowiejska 21/25, parter, pok. 9</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;">Godziny otwarcia</span></span></p> <p>pn.-pt. 9:00-16:00</p> <p>sob. zjazdowe: 10:00-14:00</p> </div> </div> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;">Biblioteka Instytutu Techniki Lotniczej i Mechaniki Stosowanej</span></span></p> <p><span id="cloak82f2ed1c8fb5adf9b38e6101fd6d3dc2">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak82f2ed1c8fb5adf9b38e6101fd6d3dc2').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy82f2ed1c8fb5adf9b38e6101fd6d3dc2 = 'agnieszka.gawrys' + '@'; addy82f2ed1c8fb5adf9b38e6101fd6d3dc2 = addy82f2ed1c8fb5adf9b38e6101fd6d3dc2 + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text82f2ed1c8fb5adf9b38e6101fd6d3dc2 = 'agnieszka.gawrys' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak82f2ed1c8fb5adf9b38e6101fd6d3dc2').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy82f2ed1c8fb5adf9b38e6101fd6d3dc2 + '\'>'+addy_text82f2ed1c8fb5adf9b38e6101fd6d3dc2+'<\/a>'; </script></p> <p>ul. Nowowiejska 24, I pi臋tro, pok. 133</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;">Godziny otwarcia</span></span></p> <p>kontakt e-mail</p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 MECHANICZNY TECHNOLOGICZNY</h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><span style="font-size: 12pt;"><span style="text-decoration: underline;">Biblioteka Zak艂adu Technologii Poligraficznych</span><br /></span></p> <p><span id="cloakae53a0bf105364d0479518a33cf9249a">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloakae53a0bf105364d0479518a33cf9249a').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addyae53a0bf105364d0479518a33cf9249a = 'karolina.kurkowska' + '@'; addyae53a0bf105364d0479518a33cf9249a = addyae53a0bf105364d0479518a33cf9249a + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_textae53a0bf105364d0479518a33cf9249a = 'karolina.kurkowska' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloakae53a0bf105364d0479518a33cf9249a').innerHTML += '<a ' + path + '\'' + prefix + ':' + addyae53a0bf105364d0479518a33cf9249a + '\'>'+addy_textae53a0bf105364d0479518a33cf9249a+'<\/a>'; </script></p> <p><a href="https://www.facebook.com/Biblioteka-Zak艂adu-Technologii-Poligraficznych-1193545584073299/" target="_blank" rel="noreferrer">Facebook.com/Biblioteka-Zak艂adu-Technologii-Poligraficznych</a></p> <p>tel. 22 234 3360</p> <p>ul. Konwiktorska 2, pok. 16</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Godziny otwarcia</span></span> </span></p> <p>nieczynne</p> <p>zwroty ksi膮偶ek:<br><a href="https://bg.pw.edu.pl/index.php/kontakt/godziny-otwarcia-agend" target="_blank" rel="noreferrer"> GG PW, BG Wypo偶yczalnia Studencka pok. 71</a></p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 MECHATRONIKI<span id="mech" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><a href="http://www.mchtr.pw.edu.pl/biblioteka" target="_blank" rel="noreferrer" class="linki-biblioteki">Biblioteka Wydzia艂owa</a></p> <p><span id="cloak5fdf62712c66d895e4b88f294deef124">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak5fdf62712c66d895e4b88f294deef124').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy5fdf62712c66d895e4b88f294deef124 = 'biblioteka.mchtr' + '@'; addy5fdf62712c66d895e4b88f294deef124 = addy5fdf62712c66d895e4b88f294deef124 + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text5fdf62712c66d895e4b88f294deef124 = 'biblioteka.mchtr' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak5fdf62712c66d895e4b88f294deef124').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy5fdf62712c66d895e4b88f294deef124 + '\'>'+addy_text5fdf62712c66d895e4b88f294deef124+'<\/a>'; </script></p> <p>tel. 22 234 8537</p> <p>ul. 艢w. A. Boboli 8, III pi臋tro, pok. 335</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;">Godziny otwarcia</span></span></p> <p>pn.-pt. 10:00-14:00</p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 SAMOCHOD脫W I MASZYN ROBOCZYCH<span id="simr" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><a href="https://www.simr.pw.edu.pl/strona/wydzial/1027-biblioteka" target="_blank" rel="noreferrer" class="linki-biblioteki">Biblioteka Wydzia艂owa</a></p> <p><span id="cloak3b87d7ee7d815cc6930c09953f2c22a9">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloak3b87d7ee7d815cc6930c09953f2c22a9').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy3b87d7ee7d815cc6930c09953f2c22a9 = 'biblioteka.simr' + '@'; addy3b87d7ee7d815cc6930c09953f2c22a9 = addy3b87d7ee7d815cc6930c09953f2c22a9 + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_text3b87d7ee7d815cc6930c09953f2c22a9 = 'biblioteka.simr' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloak3b87d7ee7d815cc6930c09953f2c22a9').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy3b87d7ee7d815cc6930c09953f2c22a9 + '\'>'+addy_text3b87d7ee7d815cc6930c09953f2c22a9+'<\/a>'; </script></p> <p>tel. 22 234 8449</p> <p>ul. Narbutta 84, III pi臋tro, pok. 317</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Godziny otwarcia</span></span> </span></p> <p>pn., 艣r., czw. 9:00-15:00</p> <p>wt., pt. 9:00-18:00</p> <p>sob. zjazdowe 10:00-14:00</p> </div> </div> </section><section> <h3 class="yellow_h">WYDZIA艁 TRANSPORTU<span id="tr" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><a href="http://www.wt.pw.edu.pl/Wydzial/Biblioteka" target="_blank" rel="noreferrer" class="linki-biblioteki">Biblioteka Wydzia艂owa</a></p> <p><span id="cloakbb4338475646dc06d1c1681432ccf04b">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloakbb4338475646dc06d1c1681432ccf04b').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addybb4338475646dc06d1c1681432ccf04b = 'urszula.olasek' + '@'; addybb4338475646dc06d1c1681432ccf04b = addybb4338475646dc06d1c1681432ccf04b + 'pw' + '.' + 'edu' + '.' + 'pl'; var addy_textbb4338475646dc06d1c1681432ccf04b = 'Urszula.Olasek' + '@' + 'pw' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloakbb4338475646dc06d1c1681432ccf04b').innerHTML += '<a ' + path + '\'' + prefix + ':' + addybb4338475646dc06d1c1681432ccf04b + '\'>'+addy_textbb4338475646dc06d1c1681432ccf04b+'<\/a>'; </script></p> <p>tel. 22 234 7702</p> <p>ul. Koszykowa 75, pok. 9</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Godziny otwarcia</span></span> </span></p> <p>pon.-pt. 9:00-15:00</p> <p>sob. zjazdowe 10:00-14:00</p> </div> </div> </section><section> <h3 class="yellow_h">SZKO艁A BIZNESU<span id="szkola-biznesu" class="anchor_not_link"></span></h3> <div class="pasiak" style="border-bottom: none;"> <div class="lewy"> <p><span style="font-size: 12pt;"><span style="text-decoration: underline;">Biblioteka Szko艂y Biznesu</span><br /></span></p> <p><span id="cloake127f3ed12897a3a1021da1fbe9b4548">Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczy膰, konieczne jest w艂膮czenie w przegl膮darce obs艂ugi JavaScript.</span><script type='text/javascript'> document.getElementById('cloake127f3ed12897a3a1021da1fbe9b4548').innerHTML = ''; var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addye127f3ed12897a3a1021da1fbe9b4548 = 'bozena.solecka' + '@'; addye127f3ed12897a3a1021da1fbe9b4548 = addye127f3ed12897a3a1021da1fbe9b4548 + 'biznes' + '.' + 'edu' + '.' + 'pl'; var addy_texte127f3ed12897a3a1021da1fbe9b4548 = 'Bozena.Solecka' + '@' + 'biznes' + '.' + 'edu' + '.' + 'pl';document.getElementById('cloake127f3ed12897a3a1021da1fbe9b4548').innerHTML += '<a ' + path + '\'' + prefix + ':' + addye127f3ed12897a3a1021da1fbe9b4548 + '\'>'+addy_texte127f3ed12897a3a1021da1fbe9b4548+'<\/a>'; </script></p> <p>tel. 22 234 7068</p> <p>ul. Koszykowa 79</p> </div> <div class="prawy"> <p><span style="text-decoration: underline;"><span style="font-size: 12pt;"><span class="t">Godziny otwarcia</span></span> </span></p> <p>czw. 11:00-15:00</p> <p>poza wyznaczonymi godzinami, po wcze艣niejszym kontakcie mailowym</p> </div> </div> </section> </div></div></article></div> </div> <div class="art-layout-cell art-sidebar2"> <nav class="art-vmenublock clearfix art-vmenu fioletowy"><div class="art-vmenublockheader"><h2 class="t">Kontakt</h2></div><ul class="art-vmenu"><li class="item-416"><a href="/index.php/kontakt/godziny-otwarcia-agend">Godziny otwarcia agend</a></li><li class="item-417"><a href="/index.php/kontakt/filie-i-domy-studenckie">Filie i domy studenckie</a></li><li class="item-418 current active"><a class=" active" href="/index.php/kontakt/inne-biblioteki-pw">Inne biblioteki PW</a></li><li class="item-420"><a href="/index.php/kontakt/sklad-osobowy">Sk艂ad osobowy</a></li><li class="item-415"><a href="/index.php/kontakt/struktura-organizacyjna">Struktura organizacyjna</a></li><li class="item-523"><a href="/index.php/zapytaj-bibliotekarza">Zapytaj bibliotekarza</a></li></ul></nav> </div> </div> </div> </div> <footer class="art-footer"> <div class="art-content-layout-wrapper layout-item-0"> <div class="art-content-layout layout-item-1"> <div class="art-content-layout-row"> <div class="art-layout-cell" style="width: 100%"> <!-- begin nostyle --> <div class="art-nostyle stopka"> <!-- begin nostyle content --> <div class="custom stopka" > <div class="stopka-lewy"> <p style="text-align: left;">© 2025 <a href="https://www.pw.edu.pl">Politechnika Warszawska</a>,</p> <p style="text-align: left;">Biblioteka G艂ówna Politechniki Warszawskiej, Pl. Politechniki 1, 00-661 Warszawa</p> <p style="text-align: left; margin-top: 4px;"><a href="/index.php/polityka-prywatnosci">Polityka prywatno艣ci</a> | <a href="/index.php/przydatne-linki">Linki dla bibliotekarzy</a> | <a href="/index.php/mapa-strony">Mapa strony</a></p> </div> <div class="stopka-prawy"><a href="/index.php/deklaracja-dostepnosci" style="font-weight: bold; font-size: 16px;">Deklaracja<br />dost臋pno艣ci</a><a href="https://www.facebook.com/Biblioteka.Glowna.PW/" target="_blank" rel="noreferrer"><img src="/images/kafelki/f_logo_szare.png" alt="Profil biblioteki w serwisie Facebook" id="facebook-ikona" onmouseover="this.src='/images/kafelki/f_logo.png';" onmouseout="this.src='/images/kafelki/f_logo_szare.png';" /></a> <a href="https://www.youtube.com/user/BGPW2011" target="_blank" rel="noreferrer"><img src="/images/kafelki/yt-szare.png" alt="Kana艂 biblioteki w serwisie Youtube" id="youtube-ikona" onmouseover="this.src='/images/kafelki/yt-kolor.png';" onmouseout="this.src='/images/kafelki/yt-szare.png';" /></a> <a href="https://bgpw.wordpress.com/" target="_blank" rel="noreferrer" ><img src="/images/kafelki/ikona_blog_szary.png" alt="Blog biblioteki" id="blog-ikona" onmouseover="this.src='/images/kafelki/ikona_blog_kolor.png';" onmouseout="this.src='/images/kafelki/ikona_blog_szary.png';" /></a><!--<a href="/index.php?format=feed&type=rss" target="_blank" title="RSS"><img src="/images/kafelki/rss_logo_szare.png" alt="rss logo szare" width="41" height="40" id="rss-ikona" onmouseover="this.src='/images/kafelki/rss_logo.png';" onmouseout="this.src='/images/kafelki/rss_logo_szare.png';" onmouseout="this.src='/images/kafelki/rss_logo_szare.png';" onmouseover="this.src='/images/kafelki/rss_logo.png';" /></a>--></div></div> <!-- end nostyle content --> </div> <!-- end nostyle --> </div> </div> </div> </div> <script type="text/javascript"> jQuery(document).ready(function($) { $(window).load(function(){ if (document.querySelector('.responsive') !== null && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php" && document.querySelector('base').href !== "https://bg.pw.edu.pl/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/en/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/en" && document.querySelector('base').href !== "https://bg.pw.edu.pl/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/en/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/en" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/architektura-urbanistyka-sztuka" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/budownictwo" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/chemia" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/ekonomia-i-zarzadzanie" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/elektrotechnika" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/fizyka" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/geodezja-i-kartografia" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/informatyka" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/inzynieria-materialowa" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/matematyka" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/mechanika" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/ochrona-srodowiska" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/technologia-maszyn-i-techniki-wytwarzania" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/transport") { jQuery('div.art-sidebar2').insertBefore('div.art-content'); } else { jQuery('div.art-sidebar2').insertAfter('div.art-content'); }; if (document.querySelector('base').href == "https://bg.pw.edu.pl/index.php" || document.querySelector('base').href == "https://bg.pw.edu.pl/" || document.querySelector('base').href == "https://bg.pw.edu.pl" || document.querySelector('base').href == "https://bg.pw.edu.pl/index.php/") { jQuery('#ncovinfo').css("display", "block"); } else { jQuery('#ncovinfo').css("display", "none"); }; if (document.querySelector('base').href == "https://bg.pw.edu.pl/index.php/en/") { jQuery('#ncovinfo_en').css("display", "block"); } else { jQuery('#ncovinfo_en').css("display", "none"); } }); $(window).resize(function() { if (document.querySelector('.responsive') !== null && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/en/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/en" && document.querySelector('base').href !== "https://bg.pw.edu.pl/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/en/" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/en" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/architektura-urbanistyka-sztuka" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/budownictwo" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/chemia" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/ekonomia-i-zarzadzanie" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/elektrotechnika" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/fizyka" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/geodezja-i-kartografia" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/informatyka" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/inzynieria-materialowa" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/matematyka" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/mechanika" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/ochrona-srodowiska" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/technologia-maszyn-i-techniki-wytwarzania" && document.querySelector('base').href !== "https://bg.pw.edu.pl/index.php/bibliotekarze-dziedzinowi/transport") { jQuery('div.art-sidebar2').insertBefore('div.art-content'); } else { jQuery('div.art-sidebar2').insertAfter('div.art-content'); } }); if ($('#back-to-top').length) { var scrollTrigger = 100, // px backToTop = function () { var scrollTop = $(window).scrollTop(); if (scrollTop > scrollTrigger) { $('#back-to-top').addClass('show'); } else { $('#back-to-top').removeClass('show'); } }; backToTop(); $(window).on('scroll', function () { backToTop(); }); $('#back-to-top').on('click', function (e) { e.preventDefault(); $('html,body').animate({ scrollTop: 0 }, 700); }); } $(document).on("focus",".desktop .art-hmenu > li > a",function(){ $(".desktop .art-hmenu li.ext > a").not(this).removeClass("focus_in_link"); $(".desktop .art-hmenu li.ext > a").not(this).next().removeClass("focus_in_ul"); if($(this).parent().hasClass("ext")){ $(this).addClass("focus_in_link"); $(this).next("ul").addClass("focus_in_ul");} }).on("focusout",".desktop .art-hmenu li.ext > ul > li:last-child > a",function(){ $(".desktop .art-hmenu li.ext > a").removeClass("focus_in_link"); $(".desktop .art-hmenu li.ext > ul").removeClass("focus_in_ul"); }); }); </script> </footer> <button id="back-to-top" class="icon-uparrow" aria-hidden="true" tabindex="-1" title="Powr贸t na g贸r臋 strony"><span style="display:none">Powr贸t na g贸r臋 strony</span></button> </div> </div> </body> </html>