Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • 2015-2019  (4,481)
  • 1975-1979  (20)
  • 1965-1969  (12)
  • Paris : OECD Publishing.  (2,479)
  • Birmingham, UK : Packt Publishing  (2,034)
Datasource
Material
Language
Years
Year
Subjects(RVK)
  • 1
    ISBN: 9781838647056 , 1838647058
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Machine learning ; R (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Learn how to use R to apply powerful machine learning methods and gain insight into real-world applications using clustering, logistic regressions, random forests, support vector machine, and more. Key Features Use R 3.5 to implement real-world examples in machine learning Implement key machine learning algorithms to understand the working mechanism of smart models Create end-to-end machine learning pipelines using modern libraries from the R ecosystem Book Description Machine Learning with R Quick Start Guide takes you on a data-driven journey that starts with the very basics of R and machine learning. It gradually builds upon core concepts so you can handle the varied complexities of data and understand each stage of the machine learning pipeline. From data collection to implementing Natural Language Processing (NLP), this book covers it all. You will implement key machine learning algorithms to understand how they are used to build smart models. You will cover tasks such as clustering, logistic regressions, random forests, support vector machines, and more. Furthermore, you will also look at more advanced aspects such as training neural networks and topic modeling. By the end of the book, you will be able to apply the concepts of machine learning, deal with data-related problems, and solve them using the powerful yet simple language that is R. What you will learn Introduce yourself to the basics of machine learning with R 3.5 Get to grips with R techniques for cleaning and preparing your data for analysis and visualize your results Learn to build predictive models with the help of various machine learning techniques Use R to visualize data spread across multiple dimensions and extract useful features Use interactive data analysis with R to get insights into data Implement supervised and unsupervised learning, and NLP using R libraries Who this book is for This book is for graduate students, aspiring data scientists, and data analysts who wish to enter the field of machine learning and are looking to implement machine learning techniques and methodologies from scratch using R 3.5. A working knowledge of the R programming language is expected.
    Note: Description based on online resource; title from title page (Safari, viewed May 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    ISBN: 9781838641269 , 1838641262
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Series Statement: Learning path
    Keywords: Computer vision ; OpenCV (Computer program language) ; Image processing ; Computer algorithms ; Electronic books ; Electronic books ; local
    Abstract: Delve into practical computer vision and image processing projects and get up to speed with advanced object detection techniques and machine learning algorithms Key Features Discover best practices for engineering and maintaining OpenCV projects Explore important deep learning tools for image classification Understand basic image matrix formats and filters Book Description OpenCV is one of the best open source libraries available and can help you focus on constructing complete projects on image processing, motion detection, and image segmentation. This Learning Path is your guide to understanding OpenCV concepts and algorithms through real-world examples and activities. Through various projects, you'll also discover how to use complex computer vision and machine learning algorithms and face detection to extract the maximum amount of information from images and videos. In later chapters, you'll learn to enhance your videos and images with optical flow analysis and background subtraction. Sections in the Learning Path will help you get to grips with text segmentation and recognition, in addition to guiding you through the basics of the new and improved deep learning modules. By the end of this Learning Path, you will have mastered commonly used computer vision techniques to build OpenCV projects from scratch. This Learning Path includes content from the following Packt books: Mastering OpenCV 4 - Third Edition by Roy Shilkrot and David Millan Escriva Learn OpenCV 4 By Building Projects - Second Edition by David Millan Escriva, Vinicius G. Mendonca, and Prateek Joshi What you will learn Stay up-to-date with algorithmic design approaches for complex computer vision tasks Work with OpenCV's most up-to-date API through various projects Understand 3D scene reconstruction and Structure from Motion (SfM) Study camera calibration and overlay augmented reality (AR) using the ArUco module Create CMake scripts to compile your C++ application Explore segmentation and feature extraction techniques Remove backgrounds from static scenes to identify moving objects for surveillance Work with new OpenCV functions to detect and recognize text with Tesseract Who this book is for If you are a software developer with a basic understanding of computer vision and image processing and want to develop interesting computer vision applications with OpenCV, this Learning Path is for you. Prior knowledge of C++ and familiarity with mathematical concepts will help you better ...
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed May 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    ISBN: 9781789952445 , 1789952441
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Python (Computer program language) ; Computer networks ; Management ; Client/server computing ; Electronic books ; Electronic books ; local
    Abstract: Achieve improved network programmability and automation by leveraging powerful network programming concepts, algorithms, and tools Key Features Deal with remote network servers using SSH, FTP, SNMP and LDAP protocols. Design multi threaded and event-driven architectures for asynchronous servers programming. Leverage your Python programming skills to build powerful network applications Book Description Network programming has always been a demanding task. With full-featured and well-documented libraries all the way up the stack, Python makes network programming the enjoyable experience it should be. Starting with a walk through of today's major networking protocols, through this book, you'll learn how to employ Python for network programming, how to request and retrieve web resources, and how to extract data in major formats over the web. You will utilize Python for emailing using different protocols, and you'll interact with remote systems and IP and DNS networking. You will cover the connection of networking devices and configuration using Python 3.7, along with cloud-based network management tasks using Python. As the book progresses, socket programming will be covered, followed by how to design servers, and the pros and cons of multithreaded and event-driven architectures. You'll develop practical clientside applications, including web API clients, email clients, SSH, and FTP. These applications will also be implemented through existing web application frameworks. What you will learn Execute Python modules on networking tools Automate tasks regarding the analysis and extraction of information from a network Get to grips with asynchronous programming modules available in Python Get to grips with IP address manipulation modules using Python programming Understand the main frameworks available in Python that are focused on web application Manipulate IP addresses and perform CIDR calculations Who this book is for If you're a Python developer or a system administrator with Python experience and you're looking to take your first steps in network programming, then this book is for you. If you're a network engineer or a network professional aiming to be more productive and efficient in networking programmability and automation then this book would serve as a useful resource. Basic knowledge of Python is assumed.
    Note: Previous edition published: 2015. - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed May 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    ISBN: 9781789955019 , 1789955017
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Web services ; TypeScript (Computer program language) ; Application program interfaces (Computer software) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: A step-by-step guide that will help you design, develop, scale, and deploy RESTful APIs with TypeScript 3 and Node.js Key Features Gain in-depth knowledge of OpenAPI and Swagger to build scalable web services Explore a variety of test frameworks and test runners such as Stryker, Mocha, and Chai Create a pipeline by Dockerizing your environment using Travis CI, Google Cloud Platform, and GitHub Book Description In the world of web development, leveraging data is the key to developing comprehensive applications, and RESTful APIs help you to achieve this systematically. This book will guide you in designing and developing web services with the power of TypeScript 3 and Node.js. You'll design REST APIs using best practices for request handling, validation, authentication, and authorization. You'll also understand how to enhance the capabilities of your APIs with ODMs, databases, models and views, as well as asynchronous callbacks. This book will guide you in securing your environment by testing your services and initiating test automation with different testing approaches. Furthermore, you'll get to grips with developing secure, testable, and more efficient code, and be able to scale and deploy TypeScript 3 and Node.js-powered RESTful APIs on cloud platforms such as the Google Cloud Platform. Finally, the book will help you explore microservices and give you an overview of what GraphQL can allow you to do. By the end of this book, you will be able to use RESTful web services to create your APIs for mobile and web apps and other platforms. What you will learn Explore various methods to plan your services in a scalable way Understand how to handle different request types and the response status code Get to grips with securing web services Delve into error handling and logging your web services for improved debugging Uncover the microservices architecture and GraphQL Create automated CI/CD pipelines for release and deployment strategies Who this book is for If you're a developer who has a basic understanding of REST concepts and want to learn how to design and develop RESTful APIs, this book is for you. Prior knowledge of TypeScript will help you make the most out of this book.
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed May 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Birmingham, UK : Packt Publishing
    ISBN: 9781789538533 , 178953853X
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Seventh edition.
    Keywords: WordPress (Electronic resource) ; Web site development ; Web publishing ; Blogs ; Electronic books ; Electronic books ; local
    Abstract: An in-depth and comprehensive take on WordPress, covering everything about the platform such as WordPress posts, pages, themes, plugins, and more. Key Features Get up to date with the latest WordPress 5.0 (Bebo) and all its new features Beginner-friendly layout and advice you can apply from day one with loads of screenshots and examples Enrich your development experience with the new block-based editor Gutenberg Book Description Back in the day, when you wanted to launch a new website, you either had to learn web programming yourself or hire a professional who would take care of the whole process for you. Nowadays, with WordPress, anyone can build an optimized site with the least amount of effort possible and then make it available to the world in no time. Here, in the seventh edition of the book, we are going to show you how to build great looking and functional websites using WordPress. The new version of WordPress ? 5.0 ? comes with a few important changes, and we tell you all about how to use them effectively. From crafting content pages using the block editor, and customizing the design of your site, through to making sure it's secure, we go through it all. The book starts by introducing WordPress and teaching you how to set it up. You are then shown how to create a blog site, start writing content, and even use plugins and themes to customize the design of the site and add some unique elements to set it apart. If you want to get more in-depth, we also show you how to get started creating your own themes and plugins. Finally, we teach you how to use WordPress for building non-blog websites. By the end of the book, you will be sufficiently skilled to design high-quality websites and will be fully familiar with the ins and outs of WordPress. What you will learn Learn to adapt your plugin with the Gutenberg editor Create content that is optimized for publication on the web Craft great looking pages and posts with the use of block editor Structure your web pages in an accessible and clear way Install and work with plugins and themes Customize the design of your website Upload multimedia content, such as images, audio, and video easily and effectively Develop your own WordPress plugins and themes Use WordPress to build websites that serve purposes other than blogs Who this book is for The ideal target audience for this book would be PHP developers who have some basic knowledge of working with WordPress and who want to get a comprehensive pract...
    Note: Description based on online resource; title from title page (Safari, viewed April 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    ISBN: 9781789534566 , 1789534569
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Application software ; Development ; JavaScript (Computer program language) ; Web applications ; Electronic books ; Electronic books ; local
    Abstract: Build modular React web apps that are scalable, maintainable and powerful using design patterns and insightful practices Key Features Get familiar with design patterns in React like Render props and Controlled/uncontrolled inputs Learn about class/ functional, style and high order components with React Work through examples that can be used to create reusable code and extensible designs Book Description React is an adaptable JavaScript library for building complex UIs from small, detached bits called components. This book is designed to take you through the most valuable design patterns in React, helping you learn how to apply design patterns and best practices in real-life situations. You'll get started by understanding the internals of React, in addition to covering Babel 7 and Create React App 2.0, which will help you write clean and maintainable code. To build on your skills, you will focus on concepts such as class components, stateless components, and pure components. You'll learn about new React features, such as the context API and React Hooks that will enable you to build components, which will be reusable across your applications. The book will then provide insights into the techniques of styling React components and optimizing them to make applications faster and more responsive. In the concluding chapters, you'll discover ways to write tests more effectively and learn how to contribute to React and its ecosystem. By the end of this book, you will be equipped with the skills you need to tackle any developmental setbacks when working with React. You'll be able to make your applications more flexible, efficient, and easy to maintain, thereby giving your workflow a boost when it comes to speed, without reducing quality. What you will learn Get familiar with the new React features,like context API and React Hooks Learn the techniques of styling and optimizing React components Make components communicate with each other by applying consolidate patterns Use server-side rendering to make applications load faster Write a comprehensive set of tests to create robust and maintainable code Build high-performing applications by optimizing components Who this book is for This book is for web developers who want to increase their understanding of React and apply it to real-life application development. Prior experience with React and JavaScript is assumed.
    Note: Previous edition published: 2017. - Description based on online resource; title from title page (Safari, viewed May 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    ISBN: 9781789349757 , 1789349753
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: OpenCV (Computer program language) ; Computer vision ; Python (Computer program language) ; Image processing ; Machine learning ; Electronic books ; Electronic books ; local
    Abstract: Create advanced applications with Python and OpenCV, exploring the potential of facial recognition, machine learning, deep learning, web computing and augmented reality. Key Features Develop your computer vision skills by mastering algorithms in Open Source Computer Vision 4 (OpenCV 4)and Python Apply machine learning and deep learning techniques with TensorFlow, Keras, and PyTorch Discover the modern design patterns you should avoid when developing efficient computer vision applications Book Description OpenCV is considered to be one of the best open source computer vision and machine learning software libraries. It helps developers build complete projects in relation to image processing, motion detection, or image segmentation, among many others. OpenCV for Python enables you to run computer vision algorithms smoothly in real time, combining the best of the OpenCV C++ API and the Python language. In this book, you'll get started by setting up OpenCV and delving into the key concepts of computer vision. You'll then proceed to study more advanced concepts and discover the full potential of OpenCV. The book will also introduce you to the creation of advanced applications using Python and OpenCV, enabling you to develop applications that include facial recognition, target tracking, or augmented reality. Next, you'll learn machine learning techniques and concepts, understand how to apply them in real-world examples, and also explore their benefits, including real-time data production and faster data processing. You'll also discover how to translate the functionality provided by OpenCV into optimized application code projects using Python bindings. Toward the concluding chapters, you'll explore the application of artificial intelligence and deep learning techniques using the popular Python libraries TensorFlow, and Keras. By the end of this book, you'll be able to develop advanced computer vision applications to meet your customers' demands. What you will learn Handle files and images, and explore various image processing techniques Explore image transformations, including translation, resizing, and cropping Gain insights into building histograms Brush up on contour detection, filtering, and drawing Work with Augmented Reality to build marker-based and markerless applications Work with the main machine learning algorithms in OpenCV Explore the deep learning Python libraries and OpenCV deep learning capabilities Create computer vision and deep lear...
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed May 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    ISBN: 9781789342437 , 1789342430
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Object-oriented programming languages ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Get up to speed with creational, structural, behavioral and concurrent patterns in Delphi to write clear, concise and effective code Key Features Delve into the core patterns and components of Delphi in order to master your application's design Brush up on tricks, techniques, and best practices to solve common design and architectural challenges Choose the right patterns to improve your program's efficiency and productivity Book Description Design patterns have proven to be the go-to solution for many common programming scenarios. This book focuses on design patterns applied to the Delphi language. The book will provide you with insights into the language and its capabilities of a runtime library. You'll start by exploring a variety of design patterns and understanding them through real-world examples. This will entail a short explanation of the concept of design patterns and the original set of the 'Gang of Four' patterns, which will help you in structuring your designs efficiently. Next, you'll cover the most important 'anti-patterns' (essentially bad software development practices) to aid you in steering clear of problems during programming. You'll then learn about the eight most important patterns for each creational, structural, and behavioral type. After this, you'll be introduced to the concept of 'concurrency' patterns, which are design patterns specifically related to multithreading and parallel computation. These will enable you to develop and improve an interface between items and harmonize shared memories within threads. Toward the concluding chapters, you'll explore design patterns specific to program design and other categories of patterns that do not fall under the 'design' umbrella. By the end of this book, you'll be able to address common design problems encountered while developing applications and feel confident while building scalable projects. What you will learn Gain insights into the concept of design patterns Study modern programming techniques with Delphi Keep up to date with the latest additions and program design techniques in Delphi Get to grips with various modern multithreading approaches Discover creational, structural, behavioral, and concurrent patterns Determine how to break a design problem down into its component parts Who this book is for Hands-On Design Patterns with Delphi is aimed at beginner-level Delphi developers who want to build scalable and robust applications. Basic knowledge of Delphi is a must.
    Note: Description based on online resource; title from title page (Safari, viewed April 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: French
    Pages: 1 Online-Ressource
    Series Statement: Perspectives mondiales des plastiques
    Parallel Title: Parallele Sprachausgabe Plastic leakage in 2019
    Keywords: Environment
    Abstract: Ce jeu de données offre des estimations détaillées sur le rejet de plastiques dans l'environnement en 2019, qui est l'année de référence des Perspectives Mondiales des Plastiques de l'OCDE.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Environment
    Abstract: This dataset provides detailed estimates of plastic waste by region and end-of-life fate for the year 2019, which is the reference year of the OECD Global Plastics Outlook.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Environment
    Abstract: This dataset provides detailed estimates of plastic leakage to the environment for the year 2019, which is the reference year of the OECD Global Plastics Outlook.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Environment
    Abstract: This dataset provides detailed estimates of plastics use by region, application and polymer for the year 2019, which is the reference year of the OECD Global Plastics Outlook.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: IEA World Energy Statistics and Balances
    Keywords: Energy
    Abstract: This table contains data on the energy trade, supply and consumption of coal, oil, gas, electricity, heat, combustible renewables and waste, expressed in thousand tonnes of oil equivalent (ktoe).
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Insurance Statistics
    Keywords: Finance and Investment
    Abstract: This dataset includes statistics related to commissions in the reporting country, containing a breakdown between domestic companies, foreign-controlled companies and branches and agencies of foreign companies. The commissions in the reporting country can then be compared by ownership (domestic undertakings, foreign controlled undertakings, branches and agencies of foreign undertakings), by insurance type ( life, non-life, composite) and facultative reinsurance(direct business, reinsurance accepted). Data are expressed in national currency, USD or Euro (in millions) and presented from 1993 onwards.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD National Accounts Statistics
    Keywords: Economics
    Abstract: The magnitude of government debt, and public sector debt likewise, depends on the coverage of instruments used and available data. To accommodate a fair international comparison of related indicators, the IMF, the OECD and the World Bank have agreed to define various debt measures depending on the coverage or non-coverage of instruments: D1 to D4. The D1-D4 presentation classifies gross government debt and public sector debt into four separate categories, as defined in the 2012 IMF Staff Discussion Note: “What Lies Beneath: The Statistical Definition of Public Sector Debt”. This coverage of instruments according to this classification ranges from a narrow definition including only debt securities and loans (D1) to a fully comprehensive definition covering all six debt instruments (D4), as defined in the Public Sector Debt Statistics Guide for User and Compilers, and the Government Finance Statistics Manual 2014.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains tax revenue collected by Kazakhstan. It provides detailed tax revenues by sector (Supranational, Federal or Central Government, State or Lander Government, Local Government, and Social Security Funds) and by specific tax, such as capital gains, profits and income, property, sales, etc.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Main Economic Indicators
    Keywords: Economics
    Abstract: The consumer prices dataset is a subset of the Main Economic Indicators (MEI) database comprising predominantly monthly statistics on all items, food, energy and services as well as harmonised consumer prices for all items. Data are expressed as percentage change or index (2010 = 100) and are available from 1950 onwards. The G20 CPI aggregate reflects national CPIs for all G20 countries that are not part of the European Union (EU) while it reflects the Harmonised Indices of Consumer Prices (HICP) for the EU, its Member States and for Turkey.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains data on the financing of social security benefits, including voluntary contributions to government and compulsory contributions to private sector. Data are expressed in millions of national currency unless otherwise specified and presented from 1965 onwards.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Science, Technology and R&D Statistics
    Keywords: Science and Technology
    Abstract: Gross Domestic Expenditure on R-D by sector of performance and type of cost presents research and development (R&D) expenditure statistics. Data include gross domestic R&D expenditure by sector of performance (business enterprise, government, higher education, private non-profit, and total intramural) and by type of costs (current expenditures: labour costs, other current costs; and capital expenditures: land and buildings, and instruments and equipment). Data are presented from 1981 onwards.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: ITF Transport Statistics
    Keywords: Transport
    Abstract: This dataset comprises quarterly data for indicators covering goods transport in tonne-kilometres (T-km), by rail, road and inland waterways, passenger transport by rail in passenger-kilometres (P-km), road traffic in vehicle-kilometres (V-km) first registration of brand new vehicles, petrol deliveries to the road transport sector and road fatalities. Data are collected for ITF member countries.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Social and Welfare Statistics
    Keywords: Social Issues/Migration/Health
    Abstract: The Reference Series is a subset of the OECD Social Expenditure Database (SOCX) database, has been developed in order to serve a growing need for indicators of social policy.It provides a unique tool for monitoring trends in aggregate social expenditure and analysing changes in its composition while including estimates of the net total social spending for 2007 for the 27 OECD countries. Data is divided per country with core variables such as GDP in million terms, Gross National Income, PPP, exchange rates, total general government expenditure and more. Data are presented from 1980 onwards.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Main Economic Indicators
    Keywords: Economics
    Abstract: This dataset includes key monthly and quarterly indicators in growth rates and levels covering a wide range of areas such as quarterly national accounts, business surveys, industrial production, car registrations (transport), construction, consumer and producer prices, total employment, unemployment rates, interest rates, monetary aggregates and domestic finance, foreign finance, retail and foreign trade, exchange rates and balance of payments.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Health Statistics
    Keywords: Social Issues/Migration/Health
    Abstract: This dataset presents internationally comparable statistics on medical staff (doctors and nurses) and whether they are domestically-trained or foreign-trained.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Health Statistics
    Keywords: Social Issues/Migration/Health
    Abstract: This dataset presents main economic indicators such as GDP and Purchasing power parities (PPP) and compares countries in terms of those macroeconomic references as well as currency rates, average annual wages.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Environment
    Abstract: This dataset shows the state and changes over time in the abstractions of freshwater resources in OECD countries.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD National Accounts Statistics
    Keywords: Economics
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: ITF Transport Statistics
    Keywords: Transport
    Abstract: This dataset comprises data on indicators of transport infrastructure, equipment, traffic, safety, spending along with energy and the environment for International Transport Forum (ITF) member countries.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Health Statistics
    Keywords: Social Issues/Migration/Health
    Abstract: This dataset provides internationally comparable data on the cost structures of health care provision.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Agriculture and Food
    Abstract: This dataset reports spending programmes and tax breaks in Greece that encourage the consumption or production of fossil fuels. These include measures that reduce prices for consumers, as well as those that lower exploration and exploitation costs for oil and gas companies.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Statistics on Measuring Globalisation
    Keywords: Trade
    Abstract: This dataset presents data by export intensity: that is the share of exports on total turnover.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Agriculture and Food
    Abstract: This dataset reports spending programmes and tax breaks in Belgium that encourage the consumption or production of fossil fuels. These include measures that reduce prices for consumers, as well as those that lower exploration and exploitation costs for oil and gas companies.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: IEA World Energy Statistics and Balances
    Keywords: Energy
    Abstract: This dataset provides data on energy world indicators in terms of world supply, consumption and trade.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Insurance Statistics
    Keywords: Finance and Investment
    Abstract: This dataset includes statistics pertaining to the insurance business written abroad by branches. It also includes variables such as premium type (gross premium, premium ceded, net written premium), branches and agencies, subsidiaries, insurance type (life,non-life,composite), partner country, direct business and resinsurance accepted. Data are available in Euro/ USD currency and are presented from 1983 onwards.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Agriculture and Food
    Abstract: This dataset reports spending programmes and tax breaks in South Africa that encourage the consumption or production of fossil fuels. These include measures that reduce prices for consumers, as well as those that lower exploration and exploitation costs for oil and gas companies.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Science, Technology and R&D Statistics
    Keywords: Science and Technology
    Abstract: This table presents research and development (R&D) expenditure statistics performed in the business enterprise sector by industry according to the International Standard Industrial Classification (ISIC) revision 4. and by source of funds (business enterprise, government, other national funds, and funds from abroad). Data at the industry level are presented from 2005, year when the first countries converted their data from ISIC rev.3.1 to the current ISIC rev. 4 classification. This breakdown between industries is, in principle, made at the enterprise level, although some countries are able to break down R&D data for multi product enterprises between their main lines of business. National statistical regulations prevent publication of results where there are very few firms in the given category, hence the many gaps in the tables. Depending on the country, R&D institutes serving enterprises are either classified with the industry concerned, or grouped under “Research and Development” (ISIC rev.4, Division 72). When these R&D institutes are classified with the industry served, the evaluation of R&D in these industries is more accurate and more comparable between countries for the industries concerned. This results, however, in an underestimation of the percentage of BERD performed by the service sector as compared with other countries.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Employment and Labour Market Statistics
    Keywords: Social Issues/Migration/Health
    Abstract: This dataset on remuneration of employment contains data on average annual wages per full-time and full-year equivalent employee in the total economy. Data are expressed in different units and are available starting from 1990.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Agriculture Statistics
    Parallel Title: Parallele Sprachausgabe Perspectives agricoles de l'OCDE et de la FAO (Édition 2019)
    Keywords: Agriculture and Food
    Abstract: This OECD-FAO Agricultural Outlook includes projections for the period 2019-2028. In most cases the data go back to 1970 and cover up to the latest year of projection. The dataset contains projections on the agriculture market and commodities such as cereals, oilseeds, dairy products, cotton and more. It includes statistics on the trade side including data on production and output, prices, trade balance, ending stocks, consumption, transformation, etc. For most of the commodity markets analysed in the Agricultural Outlook, domestic and international commodity prices are also available. In most cases the data go back to 1970 and cover up to the latest year of projection.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains tax revenue collected by Ireland. It provides detailed tax revenues by sector (Supranational, Federal or Central Government, State or Lander Government, Local Government, and Social Security Funds) and by specific tax, such as capital gains, profits and income, property, sales, etc.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Agriculture and Food
    Abstract: This dataset reports spending programmes and tax breaks in Slovak Republic that encourage the consumption or production of fossil fuels. These include measures that reduce prices for consumers, as well as those that lower exploration and exploitation costs for oil and gas companies.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: ITF Transport Statistics
    Keywords: Transport
    Abstract: Passenger transport covers inland movement of passengers by rail and road, measured in passenger-kilometres for International Transport Forum (ITF) member countries.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: French
    Pages: 1 Online-Ressource
    Series Statement: Statistiques de l'OCDE sur le développement international
    Parallel Title: Parallele Sprachausgabe Social Institutions and Gender Index (Edition 2019)
    Keywords: Development
    Abstract: Le SIGI est construit à partir de 27 variables mesurant les institutions sociales discriminatoires, regroupées en 4 dimensions: discriminations au sein de la famille, atteintes à l'intégrité physique, accès restreint aux ressources productives et financières, et atteintes aux libertés civiles.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Science, Technology and R&D Statistics
    Keywords: Science and Technology
    Abstract: R-D personnel by sector of employment and field of science presents research and development (R&D) personnel statistics for total R&D personnel by sector of employment and field of science, in full-time equivalent on R&D; Researchers by sex, sector of employment and field of science, in full-time equivalent on R&D; Researchers by sex, sector of employment and field of science, in headcounts. Sectors of employment include business enterprise, government, higher education, private non-profit and total. Breakdown by field of science includes natural sciences, engineering, medical sciences, agricultural sciences, social sciences, and humanities. Data are presented from 1981 onwards and are expressed in terms of units for personnel with full-time equivalent on R&D activities as well as headcounts.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: French
    Pages: 1 Online-Ressource
    Series Statement: Perspectives économiques de l'OCDE : statistiques et projections
    Parallel Title: Parallele Sprachausgabe OECD Economic Outlook No. 105 (Edition 2019/1)
    Keywords: Economics
    Abstract: Les Perspectives économiques de l'OCDE No. 105 couvrent des données annuelles et trimestrielles allant de 1960 jusqu'en 2020. Les Perspectives économiques de l'OCDE présente une analyse des grandes tendances économiques qui marqueront les deux ou trois années à venir. Pour chaque pays membre, les politiques économiques nécessaires pour favoriser la croissance économique sont détaillées. Les prochains développements sont aussi détaillées pour les économies majeures non-membres de l'OCDE. Cette base de données macro-économique complète et cohérente des économies membres de l'OCDE couvre les dépenses, le commerce international, la production, le marché du travail, les taux d'intérêt et les taux de change, la balance des paiements, l'endettement des administrations publiques. Pour les régions n'appartenant pas à l'OCDE, les séries du commerce international et les transactions courantes sont disponibles.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Agriculture Statistics
    Keywords: Agriculture and Food
    Abstract: This dataset provides the number of co-inventions (simple patent families) developed jointly by at least two inventors. This indicator is disaggregated by: Inventor country: country of residence of the inventor(s), integral counted; in cases when inventors from more than two countries collaborate, this is translated into distinct bilateral relationships between country pairs. For example, if inventors from 3 countries collaborate (e.g. USA, DEU, JPN) then a unit count is assigned to 3 country pairs (USA-DEU, DEU-JPN, JPN-USA); in this case a country generally coordinate the project and the others are partners. Partner country: country of residence of the inventor(s) who collaborate to the patent. Technology domain: Harvesting technology / Aquaculture technology / New products and markets
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Statistics on Measuring Globalisation
    Keywords: Finance and Investment ; Industry and Services
    Abstract: This table contains figures on affiliates under foreign control by investing country in the total manufacturing, total services and total business enterprise sectors according to the International Standard Industrial Classification (ISIC Revision 4). Data are availabe from 2008 on.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: IEA Coal Information Statistics
    Keywords: Energy
    Abstract: In this table, a balance for different types of coal and coal products, including manufactured gases is shown. The aggregates for hard coal and brown coal are also included, as is a product coal which includes all primary coal types, and all derived coal products with the exception of gas works gas. This table provides full balance data such as primary energy supply, transformation sector and final consumption based in kilotonnes of coal equivalent (7,000 Gigacalories) for OECD countries and OECD country aggregate groups.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Pensions Statistics
    Keywords: Finance and Investment ; Albania ; Argentina ; Australia ; Austria ; Belgium ; Bolivia ; Brazil ; Bulgaria ; Canada ; Chile ; China, People’s Republic ; Colombia ; Costa Rica ; Croatia ; Czech Republic ; Denmark ; Dominican Republic ; Egypt ; El Salvador ; Estonia ; Finland ; France ; Germany ; Greece ; Hong Kong, China ; Hungary ; Iceland ; India ; Indonesia ; Ireland ; Israel ; Italy ; Jamaica ; Japan ; Jordan ; Kazakhstan ; Kenya ; Korea, Republic of ; Latvia ; Lesotho ; Liechtenstein ; Luxembourg ; Malaysia ; Malta ; Mauritius ; Mexico ; Namibia ; Nigeria ; North Macedonia ; Pakistan ; Panama ; Peru ; Poland ; Portugal ; Romania ; Russian Federation ; Serbia ; Slovak Republic ; Slovenia ; South Africa ; Spain ; Suriname ; Sweden ; Switzerland ; Thailand ; Trinidad and Tobago ; Türkiye ; Ukraine ; United Kingdom ; United States ; Uruguay ; Zambia
    Abstract: This dataset includes pension funds statistics with OECD classifications by type of pension plans and by type of pension funds. All types of plans are included (occupational and personal, mandatory and voluntary). The OECD classification considers both funded and book reserved pension plans that are workplace-based (occupational pension plans) or accessed directly in retail markets (personal pension plans). Both mandatory and voluntary arrangements are included. The data includes plans where benefits are paid by a private sector entity (classified as private pension plans by the OECD) as well as those paid by a funded public sector entity. Data are presented in various measures depending on the variable: millions of national currency, millions of USD, thousands or unit.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Social and Welfare Statistics
    Keywords: Social Issues/Migration/Health
    Abstract: This dataset shows the proportion of earnings that are lost to either higher taxes or lower benefit entitlements when a jobless person takes up employment. It is commonly referred to as "Participation Tax Rate (PTR)" as it measures financial disincentives to participate in the labour market. Data are presented from 2001 onwards.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: ITF Transport Statistics
    Keywords: Transport
    Abstract: This dataset comprises data on injuries and deaths resulting from road accidents.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Science, Technology and R&D Statistics
    Keywords: Science and Technology
    Abstract: Gross domestic expenditure on R-D by sector of performance and source of funds contains research and development (R&D) expenditure statistics. Data include gross domestic R&D expenditure by sector of performance (business enterprise, government, higher education, private non-profit, and total intramural) and by source of funds (business enterprise, government - including public general university funds -, higher education, private non-profit and funds from abroad - including funds from enterprises and other funds from abroad). Data are presented from 1981 onwards.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Education Statistics
    Keywords: Education
    Abstract: This dataset reports the percentage of people who have crossed an international border to study tertiary education, by country of origin and tertiary level.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: IEA Electricity Information Statistics
    Keywords: Energy
    Abstract: This dataset provides statistics on electricity exports by destination country.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Main Economic Indicators
    Keywords: Economics
    Abstract: This dataset includes key monthly and quarterly indicators in growth rates and levels covering a wide range of areas such as quarterly national accounts, business surveys, industrial production, car registrations (transport), construction, consumer and producer prices, total employment, unemployment rates, interest rates, monetary aggregates and domestic finance, foreign finance, retail and foreign trade, exchange rates and balance of payments.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Education Statistics
    Keywords: Education
    Abstract: This dataset contains the number of students who during the course of the current reporting period, enter for the first time a given level of education by broad domain, branch or area of content covered by the education programme, course or module, and by sex.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Employment and Labour Market Statistics
    Keywords: Employment
    Abstract: This inventory maps existing cross-country surveys that provide information on the characteristics of people's jobs. The information included in this inventory covers international surveys conducted since the early 1990s that are based on individuals' self-reported assessment of their current job, and cover 160 countries over 25 years. Indicators are grouped in 19 sub-dimensions of the quality of the working environment (one of the three categories of the OECD Job Quality Framework); for each indicator, binary codes (1 and 0) show whether indicators are available or not for the various countries and years. The inventory also provides users with detailed documentation on the questions used in the various surveys for measuring these sub-dimensions. This inventory will evolve into a full-fledged database providing quantitative information on the various indicators.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: French
    Pages: 1 Online-Ressource
    Series Statement: Perspectives mondiales des plastiques
    Parallel Title: Parallele Sprachausgabe Plastics use in 2019
    Keywords: Environment
    Abstract: Ce jeu de données offre des estimations détaillées de l'utilisation de plastiques par région, application et polymère pour l'année 2019, qui est l'année de référence des Perspectives Mondiales des Plastiques de l'OCDE.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Global Plastics Outlook
    Parallel Title: Parallele Sprachausgabe Utilisation de plastiques en 2019
    Keywords: Environment
    Abstract: This dataset provides detailed estimates of plastics use by region, application and polymer for the year 2019, which is the reference year of the OECD Global Plastics Outlook.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: International Trade by Commodity Statistics
    Keywords: Trade
    Abstract: This dataset includes conversion factors used for International Trade by Commodity Statistics datasets. Exchange rates are expressed in US dollars per national currency unit and based on annual exchange rates. To convert trade data from US dollars into national currency, trade data in US dollars should be divided by this exchange rate. Data are available from 1961 onwards.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains tax revenue collected by Chile. It provides detailed tax revenues by sector (Supranational, Federal or Central Government, State or Lander Government, Local Government, and Social Security Funds) and by specific tax, such as capital gains, profits and income, property, sales, etc.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Education Statistics
    Keywords: Education
    Abstract: This dataset contains the number of classroom teachers and academic staff working at the time of the data collection, classified by age and sex.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Statistics on Measuring Globalisation
    Keywords: Finance and Investment
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Environment
    Abstract: This dataset provides information on material resources, i.e. materials originating from natural resources that form the material basis of the economy: metals (ferrous, non-ferrous) non-metallic minerals (construction minerals, industrial minerals), biomass (wood, food) and fossil energy carriers.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Agriculture Statistics
    Keywords: Agriculture and Food
    Abstract: This fisheries dataset presents statistics on aquaculture production: in tonnes, national currency and US dollars, for all sorts of fish, shellfish, etc.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Agriculture Statistics
    Keywords: Agriculture and Food
    Abstract: This dataset presents information on fisheries policies. It is designed to monitor and quantify developments in fisheries policy, to establish a common basis for policy dialogue among countries, and to provide economic data to assess the effectiveness and efficiency of policies. The dataset report country programmes data aggregated according to the main indicators presented in the Fisheries Support Estimate Manual.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Environment
    Abstract: The indicators presented, (see indicators' description below), refer to inventions filed in one or more jurisdictions (family size 1 or greater) or in two or more jurisdictions (family size 2 or greater). A patent family is defined as the set of all patent applications protecting the same ‘priority' (as defined by the Paris Convention) For "Diffusion of environment-related technologies" indicators, only "restricted coverage" (i.e. at least 90% of patent office coverage) is used.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Science, Technology and R&D Statistics
    Keywords: Science and Technology
    Abstract: Business enterprise R-D expenditure by industry presents research and development (R&D) expenditure statistics performed in the business enterprise sector by industry according to the International Standard Industrial Classification (ISIC) revision 4.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains gross domestic product (GDP) statistics in millions of national currency at market prices, population statistics, and exchange rates in national currency per U.S. dollar.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Agriculture and Food
    Abstract: This dataset reports spending programmes and tax breaks in the United Kingdom that encourage the consumption or production of fossil fuels. These include measures that reduce prices for consumers, as well as those that lower exploration and exploitation costs for oil and gas companies.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation ; Australia
    Abstract: This dataset contains tax revenue collected by Australia. It provides detailed tax revenues by sector (Supranational, Federal or Central Government, State or Lander Government, Local Government, and Social Security Funds) and by specific tax, such as capital gains, profits and income, property, sales, etc.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Statistics on Measuring Globalisation
    Keywords: Science and Technology
    Abstract: Excess capacity is one of the main challenges facing the global steel sector. The OECD Steelmaking Capacity database contains data on crude steelmaking capacity by economy and provides researchers and policymakers with an important tool for analysing steel capacity developments.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Global Plastics Outlook
    Parallel Title: Parallele Sprachausgabe Déchets plastiques en 2019
    Keywords: Environment
    Abstract: This dataset provides detailed estimates of plastic waste by region and end-of-life fate for the year 2019, which is the reference year of the OECD Global Plastics Outlook.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Global Plastics Outlook
    Parallel Title: Parallele Sprachausgabe Rejet de plastiques en 2019
    Keywords: Environment
    Abstract: This dataset provides detailed estimates of plastic leakage to the environment for the year 2019, which is the reference year of the OECD Global Plastics Outlook.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: French
    Pages: 1 Online-Ressource
    Series Statement: Perspectives mondiales des plastiques
    Parallel Title: Parallele Sprachausgabe Plastic waste in 2019
    Keywords: Environment
    Abstract: Ce jeu de données offre des estimations détaillées des déchets plastiques par région et mode de gestion en fin de vie pour l'année 2019, qui est l'année de référence des Perspectives Mondiales des Plastiques de l'OCDE.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: International Criticality Safety Benchmark Evaluation Project Handbook
    Keywords: Nuclear Energy
    Abstract: The evaluated criticality safety benchmark data in the 2019 edition contains 574 evaluations with benchmark specifications for 4 973 critical, near-critical or subcritical configurations, 45 criticality alarm placement/shielding configurations with multiple dose points for each, and 237 configurations which have been categorised as fundamental physics measurements that are relevant to criticality safety applications. New to the handbook are subcritical experiments with the Inherently Safe Subcritical Assembly (ISSA), carried out in the ISSA laboratory at Lawrence Livermore National Laboratory (LLNL) in the United States.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Employment and Labour Market Statistics
    Keywords: Employment
    Abstract: This dataset contains annual labour market statistics based on the total number of hours worked over the year divided by the average number of people in employment. The data are intended for comparisons of trends over time; they are unsuitable for comparisons of the level of average annual hours of work for a given year, because of differences in their sources. Part-time workers are covered as well as full-time. Data are expressed in number of hours worked per year per person in employment. Data are expressed in number of hours worked per year per person in employment and are presented from 1950 onwards.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Social and Welfare Statistics
    Keywords: Social Issues/Migration/Health
    Abstract: The OECD Family Indicators database was developed to provide cross-national indicators on family outcomes and family policies across the OECD countries, its enhanced engagement partners and EU member states. The database brings together information from various national and international databases, both from within the OECD and from external organisations. The database classifies indicators into four main dimensions: (i) structure of families, (ii) labour market position of families, and (iii) public policies for families and children (iv) child outcomes
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Employment and Labour Market Statistics
    Keywords: Employment
    Abstract: This dataset contains annual labour market statistics on part-time employment with incidences and gender composition and with standardised (15-24, 25-54, 55-64, 65+, total) and detailed age groups. Data are further broken down by professional status - employees, total employment. Part-time employment is based on a common 30-usual-hour cut-off in the main job. Data are expressed as percentages.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: IEA Renewables Information Statistics
    Keywords: Energy
    Abstract: This comparative table comprises statistics about net capacity of renewables in MWe terms. Renewable electricity and heat generation are derived from solar thermal, geothermal, hydro, wind.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains tax revenue collected by Uganda. It provides detailed tax revenues by sector (Supranational, Federal or Central Government, State or Lander Government, Local Government, and Social Security Funds) and by specific tax, such as capital gains, profits and income, property, sales, etc.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Social and Welfare Statistics
    Keywords: Social Issues/Migration/Health
    Abstract: Net replacement rates in unemployment measure the proportion of previous in-work income that is maintained after several months of unemployment. Data are presented from 2001 onwards.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains comparative average and marginal tax rates and tax benefit statistics. Included are rates of various taxes and gross and net income figures in U.S. dollars. Data are provided for eight family-types differing by income level and household composition. Data coverage starts from 2000.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Statistics on Measuring Globalisation
    Keywords: Finance and Investment
    Abstract: This dataset on international trade includes import and export statistics on trade classes in terms of size comprising indicators by number of trading enterprises and trade value, sector according to the economic sector in International Standard Industrial Classification Rev. 4 (ISIC). Partner zones both include Extra and Intra EU Trade. Data are presented by size class (0-9, 10-49, 50-249, 250+) with respect to ISIC 2 digit sectors by reporter country, partner zone, indicator and flow.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Environment
    Abstract: This dataset presents trends in man-made emissions of major air pollutants by sources.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains tax revenue collected by Belize. It provides detailed tax revenues by sector (Supranational, Federal or Central Government, State or Lander Government, Local Government, and Social Security Funds) and by specific tax, such as capital gains, profits and income, property, sales, etc.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Social and Welfare Statistics
    Keywords: Social Issues/Migration/Health
    Abstract: The Wealth distribution database provides data that refer to the distribution of real and financial assets and liabilities across households (rather than across persons or adults), with no adjustment made to reflect differences in household size (which is the convention used by the OECD when analysing the distribution of household income). The data also refer to the assets and liabilities held by private households resident in the country. Information is collected on net household wealth broken down by housing status, age of the household head, number of household members, household type, education of the household head, main source of income, and wealth and income quintiles. Information is also collected on the share of households holding various types of assets and liabilities; on the mean value of assets and liabilities for households holding them; on the joint distribution of household wealth and income across household quintiles.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains tax revenue collected by Rwanda. It provides detailed tax revenues by sector (Supranational, Federal or Central Government, State or Lander Government, Local Government, and Social Security Funds) and by specific tax, such as capital gains, profits and income, property, sales, etc.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD International Direct Investment Statistics
    Keywords: Finance and Investment
    Abstract: This dataset on foreign direct investment (FDI) provides a cross-country comparison of income on equity and interests on income from debt, broken down by economic activity. Data are provided in US dollars, reported currency and as a share of GDP and are available from 2005 onwards. FDI income data are closely linked to the stocks of investments and are used for analysis of the productivity of the investment and calculation of the rate of return on the total funds invested.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Education Statistics
    Keywords: Education
    Abstract: All entities providing funds for education, initially or as final payers, are classified as either governmental (public) or non-governmental (private) sources, the sole exception being international agencies and other foreign sources, which are treated as a separate category. There are three types of financial transactions: direct expenditure on educational institutions, transfers to students or households and to other private entities, and households expenditure on education outside educational institutions.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains tax revenue collected by Korea. It provides detailed tax revenues by sector (Supranational, Federal or Central Government, State or Lander Government, Local Government, and Social Security Funds) and by specific tax, such as capital gains, profits and income, property, sales, etc.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Employment and Labour Market Statistics
    Keywords: Employment
    Abstract: This dataset contains annual labour market statistics on age composition (as a percentage of all ages) of the population for each labour force status -labour force, employment, unemployment - by sex. Data are expressed as percentages.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Environment Statistics
    Keywords: Environment
    Abstract: This dataset presents data that help to trace net changes in terms of volume in the growing stock of standing wood on forest land.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    Paris : OECD Publishing.
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: OECD Tax Statistics
    Keywords: Taxation
    Abstract: This dataset contains tax revenue collected by Philippines. It provides detailed tax revenues by sector (Supranational, Federal or Central Government, State or Lander Government, Local Government, and Social Security Funds) and by specific tax, such as capital gains, profits and income, property, sales, etc.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    ISBN: 9781838648701 , 1838648704
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Learning path
    Keywords: Cloud computing ; Application software ; Development ; Computing platforms ; Electronic books ; Electronic books ; local
    Abstract: Build cost-effective and robust cloud solutions with Google Cloud Platform (GCP) using these simple and practical recipes Key Features Explore the various service offerings of the GCP Host a Python application on Google Compute Engine Securely maintain application states with Cloud Storage, Datastore, and Bigtable Book Description GCP is a cloud computing platform with a wide range of products and services that enable you to build and deploy cloud-hosted applications. This Learning Path will guide you in using GCP and designing, deploying, and managing applications on Google Cloud. You will get started by learning how to use App Engine to access Google's scalable hosting and build software that runs on this framework. With the help of Google Compute Engine, you'll be able to host your workload on virtual machine instances. The later chapters will help you to explore ways to implement authentication and security, Cloud APIs, and command-line and deployment management. As you hone your skills, you'll understand how to integrate your new applications with various data solutions on GCP, including Cloud SQL, Bigtable, and Cloud Storage. Following this, the book will teach you how to streamline your workflow with tools, including Source Repositories, Container Builder, and Stackdriver. You'll also understand how to deploy and debug services with IntelliJ, implement continuous delivery pipelines, and configure robust monitoring and alerts for your production systems. By the end of this Learning Path, you'll be well versed with GCP's development tools and be able to develop, deploy, and manage highly scalable and reliable applications. This Learning Path includes content from the following Packt products: Google Cloud Platform for Developers Ted Hunter and Steven Porter Google Cloud Platform Cookbook by Legorie Rajan PS What you will learn Host an application using Google Cloud Functions Migrate a MySQL database to Cloud Spanner Configure a network for a highly available application on GCP Learn simple image processing using Storage and Cloud Functions Automate security checks using Policy Scanner Deploy and run services on App Engine and Container Engine Minimize downtime and mitigate issues with Stackdriver Monitoring and Debugger Integrate with big data solutions, including BigQuery, Dataflow, and Pub/Sub Who this book is for This Learning Path is for IT professionals, engineers, and developers who want to implement Google Cloud in their organizati...
    Note: Description based on online resource; title from title page (Safari, viewed May 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    ISBN: 9781789808193 , 1789808197
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Fifth edition.
    Keywords: JIRA (Computer file) ; Project management ; Computer programs ; Issues management ; Computer programs ; Electronic books ; local ; Electronic books
    Abstract: Explore the new and improved Jira 8 features such as agile board and advanced search for efficient project management Key Features Work on agile projects in Jira from both the administrator and end user's perspective Explore the improved Scrum and Kanban board and backlog Work through exercises at the end of each chapter to reinforce your skills Book Description Atlassian Jira enables effective bug tracking for your software and mobile applications and provides tools to track and manage tasks for your projects. Jira Essentials is a comprehensive guide, now updated to Jira 8 to include enhanced features such as updates to Scrum and Kanban UI, additional search capabilities, and changes to Jira Service Desk. The book starts by explaining how to plan and set up a new Jira 8 instance from scratch before getting you acquainted with key features such as emails, workflows, business processes, and much more. You'll then understand Jira's data hierarchy and how to design and work with projects. Since Jira is used for issue management, this book delves into the different issues that can arise in your projects. You'll explore fields, including custom fields, and learn to use them for more effective data collection. You'll create new screens from scratch and customize them to suit your requirements. The book also covers workflows and business processes, and guides you in setting up incoming and outgoing mail servers. Toward the end, you'll study Jira's security model and Jira Service Desk, which allows you to run Jira as a support portal. By the end of this Jira book, you will be able to implement Jira 8 in your projects with ease. What you will learn Understand Jira's data hierarchy and how to design and work with projects in Jira Use Jira for agile software projects, business process management, customer service support, and more Understand issues and work with them Design both system and custom fields to behave differently under different contexts Create and design your own screens and apply them to different project and issue types Gain an understanding of the workflow and its various components Set up both incoming and outgoing mail servers to work with e-mails Who this book is for This book will be especially useful for project managers but it's also intended for other Jira users, including developers, and any other industry besides software development, who would like to leverage Jira's powerful task management and workflow features to better manag...
    Note: Previous edition published: 2016. - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed April 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    ISBN: 9781789806793 , 1789806798
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: VMware ; Virtual computer systems ; Cloud computing ; Computer networks ; Management ; Electronic books ; Electronic books ; local
    Abstract: Use self-driven data centers to reduce management complexity by deploying Infrastructure as Code to gain value from investments. Key Features Add smart capabilities in VMware Workspace ONE to deliver customer insights and improve overall security Optimize your HPC and big data infrastructure with the help of machine learning Automate your VMware data center operations with machine learning Book Description This book presents an introductory perspective on how machine learning plays an important role in a VMware environment. It offers a basic understanding of how to leverage machine learning primitives, along with a deeper look into integration with the VMware tools used for automation today. This book begins by highlighting how VMware addresses business issues related to its workforce, customers, and partners with emerging technologies such as machine learning to create new, intelligence-driven, end user experiences. You will learn how to apply machine learning techniques incorporated in VMware solutions for data center operations. You will go through management toolsets with a focus on machine learning techniques. At the end of the book, you will learn how the new vSphere Scale-Out edition can be used to ensure that HPC, big data performance, and other requirements can be met (either through development or by fine-tuning guidelines) with mainstream products. What you will learn Orchestrate on-demand deployments based on defined policies Automate away common problems and make life easier by reducing errors Deliver services to end users rather than to virtual machines Reduce rework in a multi-layered scalable manner in any cloud Explore the centralized life cycle management of hybrid clouds Use common code so you can run it across any cloud Who this book is for This book is intended for those planning, designing, and implementing the virtualization/cloud components of the Software-Defined Data Center foundational infrastructure. It helps users to put intelligence in their automation tasks to get self driving data center. It is assumed that the reader has knowledge of, and some familiarity with, virtualization concepts and related topics, including storage, security, and networking.
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed May 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    ISBN: 9781789807707 , 1789807700
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Windows Azure ; Cloud computing ; Computer networks ; Management ; Electronic books ; Electronic books ; local
    Abstract: Learn to distribute network traffic, optimize application delivery, and defend network-level threats. Key Features Quickly get up and running with Azure networking solutions Level-up your cloud networking skills by planning, implementing, configuring, and securing your infrastructure network with Azure Leverage Azure networking services to provide applications highly available and fault tolerant environment Book Description Microsoft provides organizations with an effective way of managing their network with Azure's networking services. No matter the size of your organization, Azure provides a way to highly reliable performance and secure connectivity with its networking services. The book starts with an introduction to the Azure networking like creating Azure virtual networks, designing address spaces and subnets. Then you will learn to create and manage network security groups, application security groups, and IP addresses in Azure. Gradually, we move on to various aspects like S2S, P2S, and Vnet2Vnet connections, DNS and routing, load balancers and traffic manager. This book will cover every aspect and function required to deliver practical recipes to help readers learn from basic cloud networking practices to planning, implementing, and securing their infrastructure network with Azure. Readers will not only be able to upscale their current environment but will also learn to monitor, diagnose, and ensure secure connectivity. After learning to deliver a robust environment readers will also gain meaningful insights from recipes on best practices. By the end of this book, readers will gain hands-on experience in providing cost-effective solutions that benefit organizations. What you will learn Learn to create Azure networking services Understand how to create and work on hybrid connections Configure and manage Azure network services Learn ways to design high availability network solutions in Azure Discover how to monitor and troubleshoot Azure network resources Learn different methods of connecting local networks to Azure virtual networks Who this book is for This book is targeted towards cloud architects, cloud solution providers, or any stakeholders dealing with networking on the Azure cloud. Some prior understanding of Microsoft Azure will be a plus point.
    Note: Description based on online resource; title from title page (Safari, viewed May 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    ISBN: 9781789612325 , 1789612322
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Third edition.
    Keywords: VMware ; Virtual computer systems ; Electronic books ; Electronic books ; local
    Abstract: Effectively implement features and components for any computing environment Key Features Explore the latest features of VMware Horizon 7.7 Virtualize your desktop infrastructure using new features introduced in Horizon Implement App Volumes and User Environment Manager in your infrastructure Book Description This third edition of Implementing VMware Horizon 7.7 has been updated to get you up to speed with VMware Horizon 7.7 by showing you how to use its key features and deploying an end-user computing infrastructure for your own organization. The book begins by guiding you on how to deploy all the core requirements for a VMware Horizon infrastructure. It then moves on to show you how to provision and administer end-user computing resources using VMware Horizon. You'll not only be able to deploy the core VMware Horizon features, but you'll also be able to implement new features, such as the Just-in-Time Management Platform (JMP) and the Horizon Console. You'll also focus on the latest features and components of the Horizon platform and learn when and how they are used. By the end of the book, you will have developed a solid understanding of how your organization can benefit from the capabilities VMware Horizon offers and how each of its components is implemented. What you will learn Work with the different products that make up VMware Horizon Implement a multi-site VMware Horizon Pod using the Cloud Pod Architecture feature Deploy and configure VMware Horizon's optional components Implement and maintain Microsoft RDSH, Horizon Linux, and Windows Desktop Pools and RDSH Application Pools Configure and manage Horizon remotely using PowerCLI Learn about the Microsoft Windows Group Policy templates for Horizon Understand how to manage the SSL certificates for each of the VMware Horizon components Who this book is for If you're a system administrator, solutions architect, or desktop engineer looking to level up your skills working with VMware's Horizon ecosystem and want to build a successful deployment strategy for desktops and applications, this book is for you.
    Note: Previous edition published: 2016. - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed March 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    ISBN: 9781789340617 , 1789340616
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Third edition.
    Keywords: Kali Linux ; Penetration testing (Computer security) ; Computer networks ; Security measures ; Electronic books ; Electronic books ; local
    Abstract: A practical guide to testing your infrastructure security with Kali Linux, the preferred choice of pentesters and hackers Key Features Employ advanced pentesting techniques with Kali Linux to build highly secured systems Discover various stealth techniques to remain undetected and defeat modern infrastructures Explore red teaming techniques to exploit secured environment Book Description This book takes you, as a tester or security practitioner, through the reconnaissance, vulnerability assessment, exploitation, privilege escalation, and post-exploitation activities used by pentesters. To start with, you'll use a laboratory environment to validate tools and techniques, along with an application that supports a collaborative approach for pentesting. You'll then progress to passive reconnaissance with open source intelligence and active reconnaissance of the external and internal infrastructure. You'll also focus on how to select, use, customize, and interpret the results from different vulnerability scanners, followed by examining specific routes to the target, which include bypassing physical security and the exfiltration of data using a variety of techniques. You'll discover concepts such as social engineering, attacking wireless networks, web services, and embedded devices. Once you are confident with these topics, you'll learn the practical aspects of attacking user client systems by backdooring with fileless techniques, followed by focusing on the most vulnerable part of the network ? directly attacking the end user. By the end of this book, you'll have explored approaches for carrying out advanced pentesting in tightly secured environments, understood pentesting and hacking techniques employed on embedded peripheral devices. What you will learn Configure the most effective Kali Linux tools to test infrastructure security Employ stealth to avoid detection in the infrastructure being tested Recognize when stealth attacks are being used against your infrastructure Exploit networks and data systems using wired and wireless networks as well as web services Identify and download valuable data from target systems Maintain access to compromised systems Use social engineering to compromise the weakest part of the network - the end users Who this book is for This third edition of Mastering Kali Linux for Advanced Penetration Testing is for you if you are a security analyst, pentester, ethical hacker, IT professional, or security consultant wanting ...
    Note: Previous edition published: 2017. - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed March 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    ISBN: 9781788991919 , 1788991915
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Information technology ; Management ; Database management ; Computer files ; Electronic books ; Electronic books ; local
    Abstract: Big data processing and analytics at speed and scale using command line tools. Key Features Perform string processing, numerical computations, and more using CLI tools Understand the essential components of data science development workflow Automate data pipeline scripts and visualization with the command line Book Description The Command Line has been in existence on UNIX-based OSes in the form of Bash shell for over 3 decades. However, very little is known to developers as to how command-line tools can be OSEMN (pronounced as awesome and standing for Obtaining, Scrubbing, Exploring, Modeling, and iNterpreting data) for carrying out simple-to-advanced data science tasks at speed. This book will start with the requisite concepts and installation steps for carrying out data science tasks using the command line. You will learn to create a data pipeline to solve the problem of working with small-to medium-sized files on a single machine. You will understand the power of the command line, learn how to edit files using a text-based and an. You will not only learn how to automate jobs and scripts, but also learn how to visualize data using the command line. By the end of this book, you will learn how to speed up the process and perform automated tasks using command-line tools. What you will learn Understand how to set up the command line for data science Use AWK programming language commands to search quickly in large datasets. Work with files and APIs using the command line Share and collect data with CLI tools Perform visualization with commands and functions Uncover machine-level programming practices with a modern approach to data science Who this book is for This book is for data scientists and data analysts with little to no knowledge of the command line but has an understanding of data science. Perform everyday data science tasks using the power of command line tools.
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed March 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...