Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "Janik, A." wg kryterium: Autor


Tytuł:
Analiza możliwości zastosowania wybranych metod i wskaźników ekonomicznych, środowiskowych i społecznych w zrównoważonej ocenie technologii
The analysis of the possibility to apply selected economic, environmental and social indicators for the sustainability assessment of the technology (SAT)
Autorzy:
Janik, A.
Tematy:
ocena technologii
zrównoważona ocena technologii
wskaźniki zrównoważonej oceny technologii
technology assessment
sustainability assessment of the technology
indicators for sustainability technology assessment
Pokaż więcej
Wydawca:
Politechnika Śląska. Wydawnictwo Politechniki Śląskiej
Powiązania:
https://bibliotekanauki.pl/articles/325671.pdf  Link otwiera się w nowym oknie
Opis:
W literaturze wymienia się wiele metod, które można zastosować do oceny technologii. Większość z nich ocenia jednak osobno efekty generowane przez technologię i tylko nieliczne pozwalają na ich zintegrowaną ocenę. Z tego względu w niniejszym artykule dokonano charakterystyki wskaźników stosowanych do oceny zrównoważonego rozwoju. Szczególną uwagę zwrócono na metody i wskaźniki pozwalające na zintegrowaną ocenę efektów generowanych przez technologie. Przegląd ten stał się podstawą oceny możliwości zastosowania poszczególnych metod i wskaźników w zrównoważonej ocenie technologii.
The literature lists a number of methods that can be used to technology assessment. Most of them separately evaluate the effects generated by technology and only a few allow their integrated assessment. For this reason, in this paper the characteristic of indicators used for the sustainable development assessment has been presented. Particular attention has been paid to the methods and indicators allowing an integrated assessment of effects generated by technology. This review has become the basis for evaluation of the applicability of indicators for the Sustainability Assessment of the Technology.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Wielokryterialna metoda wyceny wartości terenów zdegradowanych
The multi-criteria method of degraded lands valuation
Autorzy:
Janik, A.
Tematy:
teren zdegradowany
teren pogórniczy
szkody ekologiczne
koszt społeczny
wycena
brownfield
post-mining area
environmental damage
social costs
valuation
Pokaż więcej
Wydawca:
Politechnika Śląska. Wydawnictwo Politechniki Śląskiej
Powiązania:
https://bibliotekanauki.pl/articles/326897.pdf  Link otwiera się w nowym oknie
Opis:
W artykule został przedstawiony problem uwzględnienia wartości efektów ekologicznych i społecznych przy wycenie terenów zdegradowanych. Podkreślono, że w obecnie stosowanych rynkowych metodach wyceny nieruchomości gruntowych na terenach zdegradowanych nie bierze się pod uwagę wartości powstałych tam szkód ekologicznych i kosztów społecznych. W związku z tym zaproponowano algorytm wielokryterialnej wyceny tego rodzaju terenów. Algorytm został poddany praktycznej weryfikacji dla wybranego przykładu terenu przekształconego wskutek działalności wydobywczej.
The article presents a problem of including the value of environmental and social effects in the valuation of degraded areas. A particular attention was paid to the fact, that currently used methods of degraded lands market valuation do not take into account the environmental damages and social costs. Therefore, an algorithm for multi-criteria valuation of such land was proposed. The algorithm was tested on a chosen area transformed by mining activities.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
AJVM : JAVA Virtual Machine Implemented in Actionscript 3.0
Autorzy:
Janik, A.
Krawczyk, J.
Tematy:
JVM
Action Script
bytecode
Pokaż więcej
Wydawca:
Sieć Badawcza Łukasiewicz - Przemysłowy Instytut Automatyki i Pomiarów
Powiązania:
https://bibliotekanauki.pl/articles/384583.pdf  Link otwiera się w nowym oknie
Opis:
This paper describes the concept and implementation details of AJVM – state-of-the art Java Virtual Machine (JVM) implemented in ActionScript 3.0. Action Script is an objective programming language that supports compilation to Java bytecode. In the presented solution there has been a novel idea utilized – to use the other Virtual Machine’s execution environment (Action- Script Virtual Machine) to build Java Virtual Machine. The subset of features specified in JVM Specification v.2 supported by AJVM has been chosen in a way which enables the machine to be used in many practical applications both in the commercial context as well as in science. As the architecture of AJVM is modular, the extension of its features in the future will not cause any difficulties. The implementation of AJVM in ActionScript 3.0 which is executed by ActionScript Virtual Machine (AVM) makes it possible to use Java code in applications written in ActionScript 3.0. It spawns many new opportunities considering that AVM is a part of FlashPlayer – commonly used multimedia player available in the form of plugins for the majority of modern web browsers, including mobile versions.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Client-side Storage : Offline Availability of Data
Autorzy:
Janik, A.
Kiebzak, S.
Tematy:
HTML5
offline storage
WebSQL
Web Storage
IndexedDB
File API
client-side storage
Pokaż więcej
Wydawca:
Sieć Badawcza Łukasiewicz - Przemysłowy Instytut Automatyki i Pomiarów
Powiązania:
https://bibliotekanauki.pl/articles/384740.pdf  Link otwiera się w nowym oknie
Opis:
Since paradigm shift from thick clients to thin ones and through growing requisition of remote services we have been facing continuous evolution of web applications. Standards and approaches of building HTML clients have been changing and now one of the biggest challenges for web application developers is issue related to clientside data storage. This paper applies to new technologies specified recently by World Wide Web Consortium. These specifications refer to new methods of storing data in web clients, which can be accessed via JavaScript in modern web browsers. In addition, the paper introduces a design and a reference implementation of a framework for Java language and Java Server Pages technology that simplifies implementation of web based applications with client-side storage. The framework is designed for integrating Java language with above mentioned new W3C specifications to create more powerful, modern, thin client web applications easily, without a need of knowledge of implementation details of JavaScript API for new technologies but using only Java language. The framework can be used to build thin clients, including mobile web-based clients that may replace not –portable, native mobile applications.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Extensible, fast and secure scala expression evaluation engine
Autorzy:
Janik, A.
Janusz, R.
Tematy:
expression evaluation engine
Scala
Pokaż więcej
Wydawca:
Sieć Badawcza Łukasiewicz - Przemysłowy Instytut Automatyki i Pomiarów
Powiązania:
https://bibliotekanauki.pl/articles/385003.pdf  Link otwiera się w nowym oknie
Opis:
Scripting and expression evaluation engines are popular tools in the Java software ecosystem which is understood as any environment using Java Virtual Machine (JVM) to execute code (which does not have to be generated from Java language). With the current, wide-spread popularity of Java and Java byte code compliant languages it means that both: traditional, stand-alone Java programs as well as enterprise systems run on application servers or even systems deployed in microservices architecture can be considered. Expression evaluation engines are often used for purposes like defining document templates, enhancing various static configuration formats with dynamically evaluated snippets or defining data binding for user interfaces. However, most of these solutions employ dynamically typed languages and suffer from limited performance and lack of any concern for security. This effectively makes it impossible to use expression language as a feature exposed to end users. This paper presents a new approach to implementing an expression engine. It uses Scala as the expression language and leverages its static type system as well as its rich feature set to create an expression evaluation engine with expressive and concise language, high evaluation performance and fine grained security control. In the paper we present use case built for the domain of telecommunication networks. In large telecommunication networks one can find hundreds of devices for which configuration has to be updated either periodically or on-demand when a given event occurs. Contents of configuration files may have to be generated dynamically (based on some data associated with a given device). On top of that, since communicatinon networks are heterogeneous environments with hardware delivered by different providers, exact form of each config file may vary depending on a type of a device and its manufacturer. Moreover, as structure and size of telecommunication networks evolve as new devices are added, there is a need to dynamically and remotely support completely new types of devices with a completely new format of configuration. This paper presents how the problem can be solved by using configuration file templates with placeholders that would be filled by some data associated with a given device. Each template is an expression that evaluates to exact configuration file. Performance is crucial (due to size of network) and so is security: the solution should allow to control what kind of configuration and by whom may be applied to devices while still allowing network operators to use a Graphical User Interface to define (or redefine) configuration file templates.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Interoperability of monitoring-related tools
Interoperabilność narzędzi monitorujących
Autorzy:
Funika, W.
Janik, A.
Tematy:
interoperabilność
JINEXT
mediator
narzędzia
system monitorujący
OMIS
en
interoperability
monitoring tools
Pokaż więcej
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Powiązania:
https://bibliotekanauki.pl/articles/305549.pdf  Link otwiera się w nowym oknie
Opis:
Networking, distributed and grid computing have become the commonly used paradigms of programming. Due to the complicated nature of distributed and grid systems and the increasing complexity of the applications designed for these architectures, the development process needs to be supported by different kinds of tools at every stage of a development process. In order to avoid improper influences of one tool to another these tools must cooperate. The cooperation ability is called interoperability. Tools can interoperate on different levels, from exchanging the data in common format, to a semantical level by executing some action as a result of an event in another tool. In this paper we present some interoperability models, with focus on their advantages and major problems due to their use. We also present an interoperability model designed and used in the JINEXT extension to OMIS specification, intended to provide interoperability for OMIS-compliant tools.
Przetwarzanie rozproszone i gridowe jest obecnie dominującym paradygmatem obliczeniowym. Skomplikowany charakter systemów rozproszonych i gridowych oraz rosnąca złożoność projektowanych aplikacji sprawia, że na każdym etapie tworzenia systemu informatycznego konieczne staje się użycie narzędzi wspierających ten proces. Aby uniknąć zakłócenia pracy jednego narzędzia przez prace innego, narzędzia te muszą współpracować. Zdolność ta nazywana jest interoperabilnością. Interoperabilność można rozpatrywać na kilku poziomach, począwszy od wspólnego formatu danych, a skończywszy na poziomie semantycznym, na którym jedno z narzędzi reaguje wykonaniem pewnej akcji w odpowiedzi na zdarzenie wygenerowane przez inne z narzędzi. W artykule przedstawiono kilka modeli interoperabilności, opisując zalety i wady każdego z nich. Przedstawiono równiez model zastosowany w JINEXT, rozszerzeniu specyfikacji OMIS o mechanizm interoperabilności.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
The application extending the capabilities of the human-robot interaction of the humanoid robot NAO
Aplikacja rozszerzająca możliwości interakcji człowiek-robot humanoidalnego robota NAO
Autorzy:
Gardecki, A.
Kawala-Janik, A.
Tematy:
lateralisation
human-robot interaction
robot NAO
lateralizacja
interakcja człowiek-robot
Pokaż więcej
Wydawca:
Sieć Badawcza Łukasiewicz - Instytut Elektrotechniki
Powiązania:
https://bibliotekanauki.pl/articles/158767.pdf  Link otwiera się w nowym oknie
Opis:
In this work of an interdisciplinary character, the potential implementation of the humanoid robot NAO in regards of research on the lateralization phenomenon was presented. Some assumptions regarding the system for therapy on selected laterality disorders in children were presented. The NAO humanoid robot was implemented for the purpose of interaction with child in order to focus its attention and make him willing to make and repeat given exercises. It is particularly important for autistic children. Also the basics of the proposed LES (Lateralization Exercise System) system were presented, which could enable to apply the solution of varying components for the information exchange in human-robot system.
W artykule o charakterze interdyscyplinarnym zaproponowano użycie humanoidalnego robota NAO do wspomagania terapii lateralizacji. W pracy omówiono założenia dotyczące systemu terapii zaburzeń lateralizacji u dzieci. Zastosowanie w terapii robota humanoidalnego NAO powoduje większe skupienie uwagi dziecka na ćwiczeniach i chęć powtarzania ćwiczeń. Jest to szczególnie ważne w przypadku dzieci autystycznych. Zaprezentowano także podstawy opracowanego systemu LES (System Ćwiczeń Lateralizacji), który umożliwia zastosowanie różnych komponentów do wymiany informacji w systemie człowiek-robot.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Podstawy teoretyczne i dotychczasowe doświadczenia w organizacji procesu aukcji uprawnień do emisji w EU ETS
Theoretical basis and previous experience in organizing the process of auctioning emission allowances in the EU ETS
Autorzy:
Baran, J.
Janik, A.
Ryszko, A.
Tematy:
aukcje uprawnień do emisji CO
unijny system handlu emisjami
EU ETS
auctioning
European Union's Emission Trading System
Pokaż więcej
Wydawca:
Górnośląska Wyższa Szkoła Pedagogiczna im. Kardynała Augusta Hlonda
Powiązania:
https://bibliotekanauki.pl/articles/271476.pdf  Link otwiera się w nowym oknie
Opis:
Handel zbywalnymi uprawnieniami do emisji CO2 jest jednym z instrumentów ekonomicznych ochrony środowiska. Został on wprowadzony w celu znalezienia sposobu na efektywniejszą kosztowo redukcję emisji gazów cieplarnianych. Stopień osiągania tego celu zależy m.in. od sposobu rozdziału uprawnień do emisji pomiędzy uczestników systemu i w znaczący sposób wpływa na poziom kosztów ich funkcjonowania. W artykule przedstawiono obecnie stosowane metody rozdziału uprawnień pomiędzy uczestników systemu EU ETS, jak również opisano dotychczasowe doświadczenia w zakresie organizacji aukcji uprawnień do emisji CO2.
The trading of greenhouse gas emission allowances is one of the economic instruments of environmental protection. It has been introduced in order to find a cost-effective way of reducing greenhouse gas emissions. The success of this objective depends on the method in which allowances are allocated between system participants, which in turn significantly affects the costs to the participants. The article presents the methods currently used in emission allowance allocation between EU ETS participants and describes the experience that was gained in organizing the auctioning of greenhouse gas emission allowances.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Methods of designing of compositional microprogram control units with mutual memory
Metody projektowania mikroprogramowanych jednostek sterujących o adresowaniu wspólnym
Autorzy:
Wiśniewski, R.
Barkalov, A. A.
Janik, A.
Tematy:
mikroprogramowany układ sterujący
programowalny układ FPGA
compositional microprogram control unit (CMCU)
field programmable gate array (FPGA)
Pokaż więcej
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Powiązania:
https://bibliotekanauki.pl/articles/156222.pdf  Link otwiera się w nowym oknie
Opis:
In the article four designing methods of Compositional Microprogram Control Unit (CMCU) will be described and compared. The first one - with mutual memory - is traditional way of synthesis of CMCU. Here operational vertices of the initial flow chart that describes the functionality of control units are replaced with operational linear chains that permit to minimize the number of internal states of the controller. Three remaining methods are based on the CMCU with mutual memory; however there are additional improvements that allow reducing the number of logic elements that are required for implementation of CMCU on programmable device. Detailed results of investigations will be shown in the paper. Authors have performed researches where over 100 benchmarks (descriptions of CMCU) were designed with all four methods and implemented on an FPGA. Results of implementation will be studied and analyzed in detail and described in the paper.
W referacie zaprezentowane zostaną cztery metody projektowania mikroprogramowanych jednostek sterujących. Pierwsza metoda to tradycyjny sposób syntezy sterownika o adresowaniu wspólnym. Na jej podstawie opracowane zostały trzy inne metody projektowania mikroprogramowanych układów sterujących. Wprowadzono modyfikacje w strukturze sterownika, których głównym celem była redukcja liczby wykorzystanych elementów logicznych podczas implementacji systemu w matrycach FPGA. W artykule przedstawione zostaną szczegółowe wyniki badań przeprowadzonych przez autorów. Każdy sterownik zaprojektowano wszystkimi czterema metodami, a następnie przeprowadzono operacje syntezy oraz implementacji. Końcowe wyniki zajętości poszczególnych wersji w programowalnych matrycach FPGA zostaną szczegółowo przeanalizowane.
Dostawca treści:
Biblioteka Nauki
Artykuł

Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies