Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Online Resource  (106)
  • Journal/Serial
  • Italian  (56)
  • Japanese  (48)
  • Hungarian
  • Electronic books  (91)
  • Computer programming
Datasource
Material
  • Online Resource  (106)
  • Journal/Serial
Language
Subjects(RVK)
  • 1
    Orig.schr. Ausgabe: [日本語吹き替え版].
    Title: クリーンコード・クックブック = : Clean code cookbook with Maximiliano Contieri /
    Language: Japanese , English
    Pages: 1 online resource (1 video file (56 min.)) , sound, color.
    Edition: [Nihongo fukikaeban].
    Series Statement: O'Reilly book club
    Uniform Title: Clean code cookbook (Streaming video)
    DDC: 005.1
    Keywords: Computer programming ; Coding theory ; Software engineering ; Computer software Development ; Programmation (Informatique) ; Génie logiciel ; computer programming ; Instructional and educational works ; Internet videos ; Matériel d'éducation et de formation ; Vidéos sur Internet
    Note: Originally produced in the United States in 2023. - Print version originally published in December 2023. - Edition statement from publisher's description. - Online resource; title from title details screen (O'Reilly, viewed April 2, 2024) , Japanese audio; text in English.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    ISBN: 9781803277011
    Language: Italian
    Pages: 1 online resource (352 pages)
    Edition: 1st ed.
    Series Statement: Cardini by Groma Series
    Parallel Title: Erscheint auch als
    DDC: 304.20901
    Keywords: Electronic books
    Abstract: Papers consider the level of ecological awareness inherent in ancient societies and to identify the possible solutions implemented, trying to answer two questions in particular: what were the choices (political, economic, social) implemented during climatic variations, and how were they perceived by ancient societies?.
    Abstract: Cover -- About Access Archaeology -- Title Page -- Copyright Information -- Sommario -- About Cardini by Groma.
    Note: Description based on publisher supplied metadata and other sources
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Orig.schr. Ausgabe: 初版.
    Title: C#クックブック : : プロフェッショナル開発者のためのモダンレシピ /
    Publisher: オライリー・ジャパン,
    ISBN: 9784814400188 , 4814400187
    Language: Japanese
    Pages: 1 online resource (352 pages)
    Edition: Shohan.
    Uniform Title: C# cookbook
    DDC: 005.133
    Keywords: C (Computer program language) ; Computer programming ; Application software Development
    Abstract: "Even if you're familiar with C# syntax, knowing how to combine various language features is a critical skill when you're building applications. This cookbook is packed full of recipes to help you solve issues for C# programming tasks you're likely to encounter. You'll learn tried-and-true techniques to help you achieve greater productivity and improve the quality of your code. Author and independent consultant Joe Mayo shares some of the most important practices you'll need to be successful as a C# developer. Each section of this cookbook describes some useful facet of the C# programming language. These recipes--the result of many years of experience--are proven concepts for solving real-world problems with C#." --
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Orig.schr. Ausgabe: 初版.
    Title: プログラミング文体練習 : : Pythonで学ぶ40のプログラミングスタイル /
    Publisher: オライリー・ジャパン,
    ISBN: 9784814400225 , 4814400225
    Language: Japanese
    Pages: 1 online resource (316 pages)
    Edition: Shohan.
    Uniform Title: Exercises in programming style
    DDC: 005.13
    Keywords: Computer programming ; Python (Computer program language)
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Tōkyō-to Shinjuku-ku : Orairī Japan
    Orig.schr. Ausgabe: 初版.
    Title: Python distilled : : プログラミング言語 Pythonのエッセンス /
    Publisher: 東京都新宿区 : オライリー・ジャパン
    ISBN: 9784814400461 , 4814400462
    Language: Japanese
    Pages: 1 online resource (336 pages)
    Edition: Shohan.
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Computer programming ; Python (Langage de programmation) ; Programmation (Informatique) ; computer programming
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Orig.schr. Ausgabe: 初版.
    Title: ルールズ・オブ・プログラミング : : より良いコードを書くための 21のルール /
    Publisher: オライリー・ジャパン,
    ISBN: 9784814400416 , 4814400411
    Language: Japanese
    Pages: 1 online resource (452 pages)
    Edition: Shohan.
    Uniform Title: Rules of programming
    DDC: 005.13
    Keywords: Computer programming ; Programmation (Informatique) ; computer programming
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Orig.schr. Ausgabe: 初版.
    Title: ロバストPython : : クリーンで保守しやすいコードを書く /
    Publisher: オライリー・ジャパン,
    ISBN: 9784814400171 , 4814400179
    Language: Japanese
    Pages: 1 online resource (384 pages)
    Edition: Shohan.
    Uniform Title: Robust Python
    DDC: 005.133
    Keywords: Python (Computer program language) ; Computer programming
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Orig.schr. Ausgabe: 初版.
    Title: 詳解Rustアトミック操作とロック : : 並行処理実装のための低レイヤプログラミング /
    Publisher: 東京都新宿区 : オライリー・ジャパン
    ISBN: 9784814400515 , 4814400519
    Language: Japanese
    Pages: 1 online resource (236 pages)
    Edition: Shohan.
    Uniform Title: Rust atomics and locks
    DDC: 005.133
    Keywords: Rust (Computer program language) ; Computer programming ; Computer multitasking ; Rust (Langage de programmation) ; Programmation (Informatique) ; Fonctionnement multitâche ; computer programming
    Abstract: "The Rust programming language is extremely well suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. But implementing those structures correctly can be very difficult. Even in the most well-used libraries, memory ordering bugs are not uncommon. In this practical book, Mara Bos, leader of the Rust library team, helps Rust programmers of all levels gain a clear understanding of low-level concurrency. You'll learn everything about atomics and memory ordering and how they're combined with basic operating system APIs to build common primitives like mutexes and condition variables. Once you're done, you'll have a firm grasp of how Rust's memory model, the processor, and the role of the operating system all fit together. With this guide, you'll learn: How Rust's type system works exceptionally well for programming concurrency correctly All about mutexes, condition variables, atomics, and memory ordering What happens in practice with atomic operations on Intel and ARM processors How locks are implemented with support from the operating system How to write correct code that includes concurrency, atomics, and locks How to build your own locking and synchronization primitives correctly." --
    Note: Includes bibliographical references , In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Orig.schr. Ausgabe: 第 2版.
    Title: プログラミングRust : : 第2版 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119786 , 4873119782
    Language: Japanese
    Pages: 1 online resource (680 pages)
    Edition: Dai 2-han.
    Uniform Title: Programming Rust
    DDC: 005.13/3
    Keywords: Rust (Computer program language) ; Computer programming ; Computer programming ; Rust (Computer program language)
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Orig.schr. Ausgabe: 初版.
    Title: ステップアップJavaScript : : フロントエンド開発の初級から中級へ進むために /
    Publisher: 東京都新宿区 : 翔泳社
    ISBN: 9784798170022 , 479817002X
    Language: Japanese
    Pages: 1 online resource (304 pages)
    Edition: Shohan.
    DDC: 005.13/3
    Keywords: JavaScript (Computer program language) ; Computer programming ; JavaScript (Langage de programmation) ; Programmation (Informatique) ; computer programming
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Orig.schr. Ausgabe: 初版.
    Title: 実用Go言語 : : システム開発の現場で知っておきたいアドバイス /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119694 , 4873119693
    Language: Japanese
    Pages: 1 online resource (464 pages)
    Edition: Shohan.
    DDC: 005.133
    Keywords: Go (Computer program language) ; Computer programming
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Orig.schr. Ausgabe: 初版.
    Title: 初めてのGo言語 : : 他言語プログラマーのためのイディオマティックGo実践ガイド /
    Publisher: オライリー・ジャパン,
    Language: Japanese
    Pages: 1 online resource (464 pages)
    Edition: Shohan.
    Uniform Title: Learning Go
    DDC: 005.133
    Keywords: Go (Computer program language) ; Computer programming ; Web applications Programming ; Open source software
    Abstract: "Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages, tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write clear and idiomatic Go. Nomatter your level of experience, you'll learn how to think like a Go developer. Author Jon Bodner introduces the design patterns experienced Go developers have adopted and explores the rationale for using them. You'll also get a preview of Go's upcoming generics support and how it fits into the language."--
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    Wien : Hollitzer Wissenschaftsverlag
    ISBN: 9783990128114
    Language: German , English , Hebrew , Japanese
    Pages: 1 Online-Ressource (181 Seiten) , Illustrationen, Porträts, Notenbeispiele
    Parallel Title: Erscheint auch als Schwab, Andrea, 1958 - Jüdische Komponistinnen
    RVK:
    RVK:
    Keywords: Electronic books ; Biografie ; Biografie ; Jüdin ; Komponistin ; Geschichte 1832-1992 ; Deutschland ; Österreich ; Komponistin ; Jüdin ; Geschichte 1832-1992
    Abstract: frontcover -- PRINT_Jüdische Komponistinnen LAYOUT.pdf -- backcover.
    Note: Vorwort auf englisch und deutsch , Text auf deutsch, Zusammenfassungen auf englisch, hebräisch und japanisch
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    Toronto : University of Toronto Press
    ISBN: 9781487528201 , 9781487528195
    Language: English , Italian
    Pages: 1 online resource (xv, 276 pages) , Illustrations
    Series Statement: Toronto Italian Studies
    Parallel Title: Erscheint auch als Garvin, Diana Feeding fascism
    DDC: 394.12
    RVK:
    RVK:
    RVK:
    Keywords: Electronic books ; Electronic books ; Italien ; Sachkultur ; Ernährung ; Alltag ; Frau ; Faschismus
    Abstract: Feeding Fascism uses food as a lens to examine how women's efforts to feed their families became politicized under the Italian dictatorship.
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Cover
    URL: Cover  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    Tōkyō-to Shinjuku-ku : Orairī Japan
    Orig.schr. Ausgabe: 第 2版.
    Title: 入門Python 3 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119328 , 4873119324
    Language: Japanese
    Pages: 1 online resource (800 pages)
    Edition: Dai 2-han.
    Uniform Title: Introducing Python
    DDC: 005.133
    Keywords: Python (Computer program language) ; Application software Development ; Python (Langage de programmation) ; Logiciels d'application ; Développement ; Application software ; Development ; Python (Computer program language) ; Electronic books
    Note: Online resource; title from title details screen (O'Reilly, viewed April 19, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Orig.schr. Ausgabe: 初版.
    Title: PyTorchとfastaiではじめるディープラーニング : : エンジニアのためのAIアプリケーション開発 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119427 , 4873119421
    Language: Japanese
    Pages: 1 online resource (584 pages)
    Edition: Shohan.
    Uniform Title: Deep learning for coders with fastai and PyTorch
    DDC: 006.312
    Keywords: Deep learning (Machine learning) ; Data mining ; Natural language processing (Computer science) ; Python (Computer program language) ; Electronic books
    Abstract: "Deep learning has the reputation as an exclusive domain for math PhDs. Not so. With this book, programmers comfortable with Python will learn how to get started with deep learning right away. Using PyTorch and the fastai deep learning library, you'll learn how to train a model to accomplish a wide range of tasks-including computer vision, natural language processing, tabular data, and generative networks. At the same time, you'll dig progressively into deep learning theory so that by the end of the book you'll have a complete understanding of the math behind the library's functions" --
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Orig.schr. Ausgabe: 初版.
    Title: UXデザインの法則 : : 最高のプロダクトとサービスを支える心理学 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119496 , 4873119499
    Language: Japanese
    Pages: 1 online resource (160 pages)
    Edition: Shohan.
    Uniform Title: Laws of UX
    DDC: 004.019
    Keywords: Human-computer interaction Psychological aspects ; User interfaces (Computer systems) Design ; User-centered system design ; Conception participative (Conception de systèmes) ; Human-computer interaction ; Psychological aspects ; User-centered system design ; User interfaces (Computer systems) ; Design ; Electronic books
    Abstract: This practical guide explains how you can apply key principles in psychology to build products and experiences that are more intuitive and human-centered. Author Jon Yablonski deconstructs familiar apps and experiences to provide clear examples of how UX designers can build experiences that adapt to how users perceive and process digital interfaces.
    Note: Includes index. - Online resource; title from title details screen (O'Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Orig.schr. Ausgabe: 初版.
    Title: データベースリライアビリティエンジニアリング : : 回復力のあるデータベースシステムの設計と運用 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119403 , 4873119405
    Language: Japanese
    Pages: 1 online resource (308 pages)
    Edition: Shohan.
    Uniform Title: Database reliability engineering
    DDC: 005.75
    Keywords: Database management ; Database design ; Reliability (Engineering) ; Bases de données ; Gestion ; Bases de données ; Conception ; Fiabilité ; Database design ; Database management ; Reliability (Engineering) ; Electronic books
    Abstract: "The infrastructure-as-code revolution in IT is also affecting database administration. With this practical book, developers, system administrators, and junior to mid-level DBAs will learn how the modern practice of site reliability engineering applies to the craft of database architecture and operations." --
    Note: Online resource; title from title details screen (O'Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Orig.schr. Ausgabe: 初版.
    Title: SolidityとEthereumによる実践スマートコントラクト開発 : : Truffle Suiteを用いた開発の基礎からデプロイまで /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119342 , 4873119340
    Language: Japanese
    Pages: 1 online resource (272 pages)
    Edition: Shohan.
    Uniform Title: Hands-on smart contract development with Solidity and Ethereum
    DDC: 005.74
    Keywords: Blockchains (Databases) ; Electronic data processing Distributed processing ; Smart contracts ; Application software Development ; Chaînes de blocs ; Traitement réparti ; Contrats intelligents ; Logiciels d'application ; Développement ; Application software ; Development ; Blockchains (Databases) ; Electronic data processing ; Distributed processing ; Smart contracts ; Electronic books
    Note: Online resource; title from title details screen (O'Reilly, viewed April 19, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Orig.schr. Ausgabe: 初版.
    Title: スクラム実践者が知るべき97のこと /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119397 , 4873119391
    Language: Japanese
    Pages: 1 online resource (288 pages)
    Edition: Shohan.
    DDC: 005.1
    Keywords: Agile software development ; Scrum (Computer software development) ; Electronic books
    Abstract: "Improve your understanding of Scrum through the proven experience and collected wisdom of experts around the world. Based on real-life experiences, the 97 essays in this unique book provide a wealth of knowledge and expertise from established practitioners who have dealt with specific problems and challenges with Scrum. You'll find out more about the rules and roles of this framework, as well as tactics, strategies, specific patterns to use with Scrum, and stories from the trenches. You'll also gain insights on how to apply, tune, and tweak Scrum for your work. This guide is an ideal resource for people new to Scrum and those who want to assess and improve their understanding of this framework."--
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    Tōkyō-to Shinjuku-ku : Orairī Japan
    Orig.schr. Ausgabe: 第 8版.
    Title: プログラミングC# /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119366 , 4873119367
    Language: Japanese
    Pages: 1 online resource (800 pages)
    Edition: Dai 8-han.
    Uniform Title: Programming C# 8.0
    DDC: 005.133
    Keywords: Microsoft .NET Framework ; C (Computer program language) ; Computer programming ; Microsoft .NET Framework ; C (Langage de programmation) ; Programmation (Informatique) ; computer programming ; C (Computer program language) ; Computer programming ; Electronic books
    Abstract: "C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you'll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 8.0 fundamentals and techniques for building cloud, web, and desktop applications. Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You'll get up to speed on .NET Core and the latest C# 8.0 additions, including asynchronous streams, nullable references, pattern matching, default interface implementation, ranges and new indexing syntax, and changes in the .NET tool chain."--
    Note: Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Orig.schr. Ausgabe: 初版.
    Title: 機械学習による実用アプリケーション構築 : : 事例を通じて学ぶ, 設計から本番稼働までのプロセス /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119502 , 4873119502
    Language: Japanese
    Pages: 1 online resource (256 pages)
    Edition: Shohan.
    Uniform Title: Building machine learning powered applications
    DDC: 006.31
    Keywords: Machine learning ; Application software Development ; Apprentissage automatique ; Logiciels d'application ; Développement ; Application software ; Development ; Machine learning ; Electronic books
    Abstract: "Learn the skills necessary to design, build, and deploy applications powered by machine learning (ML). Through the course of this hands-on book, you'll build an example ML-driven application from initial idea to deployed product. Data scientists, software engineers, and product managers--including experienced practitioners and novices alike--will learn the tools, best practices, and challenges involved in building a real-world ML application step by step. Author Emmanuel Ameisen, an experienced data scientist who led an AI education program, demonstrates practical ML concepts using code snippets, illustrations, screenshots, and interviews with industry leaders. Part I teaches you how to plan an ML application and measure success. Part II explains how to build a working ML model. Part III demonstrates ways to improve the model until it fulfills your original vision. Part IV covers deployment and monitoring strategies. This book will help you:Define your product goal and set up a machine learning problemBuild your first end-to-end pipeline quickly and acquire an initial datasetTrain and evaluate your ML models and address performance bottlenecksDeploy and monitor your models in a production environment." --
    Note: Online resource; title from title details screen (O'Reilly, viewed April 19, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    ISBN: 9788892184176
    Language: Italian
    Pages: 1 online resource (xx, 192 pages)
    Parallel Title: Erscheint auch als
    DDC: 305.908
    Keywords: Sociology of disability ; Electronic books
    Note: Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Orig.schr. Ausgabe: 初版.
    Title: Kubernetesで実践するクラウドネイティブDevOps /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119014 , 4873119014
    Language: Japanese
    Pages: 1 online resource (384 pages)
    Edition: Shohan.
    Uniform Title: Cloud native DevOps with Kubernetes
    DDC: 005.4
    Keywords: Application software Development ; Computer programs ; Application program interfaces (Computer software) ; Cloud computing ; Software maintenance ; Open source software ; Logiciels d'application ; Développement ; Logiciels ; Interfaces de programmation d'applications ; Infonuagique ; Logiciels ; Entretien et réparations ; Logiciels libres ; APIs (interfaces) ; Application program interfaces (Computer software) ; Application software ; Development ; Computer programs ; Cloud computing ; Open source software ; Software maintenance ; Electronic books
    Abstract: "Kubernetes is the operating system of the cloud native world, providing a reliable and scalable platform for running containerized workloads. In this friendly, pragmatic book, cloud experts John Arundel and Justin Domingus show you what Kubernetes can do, and what you can do with it. You'll learn all about the Kubernetes ecosystem, and use battle-tested solutions to everyday problems. You'll build, step by step, an example cloud native application and its supporting infrastructure, along with a development environment and continuous deployment pipeline that you can use for your own applications."--
    Note: Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Orig.schr. Ausgabe: 初版.
    Title: Pythonではじめる教師なし学習 : : 機械学習の可能性を広げるラベルなしデータの利用 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119106 , 4873119103
    Language: Japanese
    Pages: 1 online resource (344 pages)
    Edition: Shohan.
    Uniform Title: Hands-on unsupervised learning using Python
    DDC: 006.31
    Keywords: Machine learning ; Artificial intelligence ; Python (Computer program language) ; Artificial Intelligence ; Apprentissage automatique ; Intelligence artificielle ; Python (Langage de programmation) ; artificial intelligence ; Artificial intelligence ; Machine learning ; Python (Computer program language) ; Electronic books
    Abstract: Many industry experts consider unsupervised learning the next frontier in artificial intelligence, one that may hold the key to the holy grail in AI research, the so-called general artificial intelligence. Since the majority of the world's data is unlabeled, conventional supervised learning cannot be applied; this is where unsupervised learning comes in. Unsupervised learning can be applied to unlabeled datasets to discover meaningful patterns buried deep in the data, patterns that may be near impossible for humans to uncover. Author Ankur Patel provides practical knowledge on how to apply unsupervised learning using two simple, production-ready Python frameworks - scikit-learn and TensorFlow using Keras. With the hands-on examples and code provided, you will identify difficult-to-find patterns in data and gain deeper business insight, detect anomalies, perform automatic feature engineering and selection, and generate synthetic datasets. All you need is programming and some machine learning experience to get started.
    Note: Includes bibiographical references and index. - Online resource; title from title details screen (O'Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Orig.schr. Ausgabe: 初版.
    Title: バイオインフォマティクスデータスキル : : オープンソースツールを使ったロバストで再現性のある研究 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873118635 , 4873118638
    Language: Japanese
    Pages: 1 online resource (560 pages)
    Edition: Shohan.
    Uniform Title: Bioinformatics data skills
    DDC: 570.285
    Keywords: Bioinformatics ; Big data ; Database management ; Biology Data processing ; Information science ; Biology ; Computational Biology ; Biology ; Bio-informatique ; Données volumineuses ; Bases de données ; Gestion ; Biologie ; Informatique ; Sciences de l'information ; Biologie ; information science ; biology ; Big data ; Bioinformatics ; Biology ; Biology ; Data processing ; Database management ; Information science ; Electronic books
    Note: Includes bibiographical references (pages 511-513). - Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Orig.schr. Ausgabe: 第 2版.
    Title: Scikit-learn, Keras, TensorFlowによる実践機械学習 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119281 , 4873119286
    Language: Japanese
    Pages: 1 online resource (832 pages)
    Edition: Dai 2-han.
    Uniform Title: Hands-on machine learning with Scikit-Learn, Keras, and TensorFlow
    Parallel Title: Parallele Sprachausgabe Saikittorān to tensorufurō ni yoru jissen kikai gakushū.
    DDC: 006.3/1
    Keywords: TensorFlow ; Machine learning ; Artificial intelligence ; Python (Computer program language) ; Artificial Intelligence ; Apprentissage automatique ; Intelligence artificielle ; Python (Langage de programmation) ; artificial intelligence ; Artificial intelligence ; Machine learning ; Python (Computer program language) ; Electronic books
    Abstract: "Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how. By using concrete examples, minimal theory, and two production-ready Python frameworks - Scikit-Learn and TensorFlow 2 - the author helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You'll learn a range of techniques, starting with simple linear regression and progressing to deep neural networks. With exercises in each chapter to help you apply what you've learned, all you need is programming experience to get started." --
    Note: Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Orig.schr. Ausgabe: 初版.
    Title: 生成 deep learning : : 絵を描き、物語や音楽を作り、ゲームをプレイする /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119205 , 4873119200
    Language: Japanese
    Pages: 1 online resource (384 pages) , illustrations.
    Edition: Shohan.
    Uniform Title: Generative deep learning
    DDC: 006.3/1
    Keywords: Deep learning (Machine learning) ; Neural networks (Computer science) ; Neural Networks, Computer ; Réseaux neuronaux (Informatique) ; Deep learning (Machine learning) ; Neural networks (Computer science) ; Shinsō gakushū ; Electronic books
    Note: Includes bibliographical references (pages 343-347) and index. - Online resource; title from title details screen (O'Reilly, viewed April 19, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Orig.schr. Ausgabe: 第 2版.
    Title: データサイエンスのための統計学入門 : : 予測, 分類, 統計モデリング, 統計的機械学習とR/Pythonプログラミング /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119267 , 487311926X
    Language: Japanese
    Pages: 1 online resource (396 pages)
    Edition: Dai 2-han.
    Uniform Title: Practical statistics for data scientists
    DDC: 001.4/22
    Keywords: Mathematical analysis Statistical methods ; Quantitative research Statistical methods ; R (Computer program language) ; Python (Computer program language) ; Statistics Data processing ; Analyse mathématique ; Méthodes statistiques ; Recherche quantitative ; Méthodes statistiques ; R (Langage de programmation) ; Python (Langage de programmation) ; Statistique ; Informatique ; Python (Computer program language) ; R (Computer program language) ; Statistics ; Data processing ; Electronic books
    Abstract: "Statistical methods are a key part of data science, yet few data scientists have formal statistical training. Courses and books on basic statistics rarely cover the topic from a data science perspective. The second edition of this practical guide-now including examples in Python as well as R-explains how to apply various statistical methods to data science, tells you how to avoid their misuse, and gives you advice on what's important and what's not. Many data scientists use statistical methods but lack a deeper statistical perspective. If you're familiar with the R or Python programming languages, and have had some exposure to statistics but want to learn more, this quick reference bridges the gap in an accessible, readable format. With this updated edition, you'll dive into: Exploratory data analysis Data and sampling distributions Statistical experiments and significance testing Regression and prediction Classification Statistical machine learning Unsupervised learning." --
    Note: Includes bibiographical references (pages 345-349) and index. - Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Orig.schr. Ausgabe: 初版.
    Title: 実践bashによるサイバーセキュリティ対策 : : セキュリティ技術者のためのシェルスクリプト活用術 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119052 , 4873119057
    Language: Japanese
    Pages: 1 online resource (352 pages)
    Edition: Shohan.
    Uniform Title: Cybersecurity Ops with bash
    DDC: 005.8
    Keywords: Computer security ; Computer networks Security measures ; Computer crimes Economic aspects ; Computer Security ; Sécurité informatique ; Réseaux d'ordinateurs ; Sécurité ; Mesures ; Criminalité informatique ; Aspect économique ; Computer networks ; Security measures ; Computer security ; Electronic books
    Abstract: If you hope to outmaneuver threat actors, speed and efficiency need to be key components of your cybersecurity operations. Mastery of the standard command-line interface (CLI) is an invaluable skill in times of crisis because no other software application can match the CLI's availability, flexibility, and agility. This practical guide shows you how to use the CLI with the bash shell to perform tasks such as data collection and analysis, intrusion detection, reverse engineering, and administration. Authors Paul Troncone, founder of Digadel Corporation, and Carl Albing, coauthor of bash cookbook (O'Reilly), provide insight into command-line tools and techniques to help defensive operators collect data, analyze logs, and monitor networks. Penetration testers will learn how to leverage the enormous amount of functionality built into nearly every version of Linux to enable offensive operations.
    Note: Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Orig.schr. Ausgabe: 初版.
    Title: プログラミング・ビットコイン : : ゼロからビットコインをプログラムする方法 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119021 , 4873119022
    Language: Japanese
    Pages: 1 online resource (344 pages)
    Edition: Shohan.
    Uniform Title: Programming Bitcoin
    DDC: 005.13
    Keywords: Bitcoin ; Bitcoin Programming ; Cryptocurrencies ; Electronic funds transfers ; Python (Computer program language) ; Application software Development ; Bitcoin ; Bitcoin ; Programmation ; Cryptomonnaie ; Transferts électroniques de fonds ; Python (Langage de programmation) ; Logiciels d'application ; Développement ; Bitcoin ; cryptocurrencies ; Application software ; Development ; Bitcoin ; Cryptocurrencies ; Electronic funds transfers ; Python (Computer program language) ; Electronic books
    Abstract: "Dive into Bitcoin technology with this hands-on guide from one of the leading teachers on Bitcoin and Bitcoin programming. Author Jimmy Song shows Python programmers and developers how to program a Bitcoin library from scratch. You'll learn how to work with the basics, including the math, blocks, network, and transactions behind this popular cryptocurrency and its blockchain payment system. By the end of the book, you'll understand how this cryptocurrency works under the hood by coding all the components necessary for a Bitcoin library. Learn how to create transactions, get the data you need from peers, and send transactions over the network. Whether you're exploring Bitcoin applications for your company or considering a new career path, this practical book will get you started."--Provided by publisher.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 19, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Orig.schr. Ausgabe: 初版.
    Title: プロダクトマネジメント : : ビルドトラップを避け顧客に価値を届ける /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119250 , 4873119251
    Language: Japanese
    Pages: 1 online resource (224 pages)
    Edition: Shohan.
    Uniform Title: Escaping the build trap
    DDC: 658.5
    Keywords: Product management ; Customer relations ; Success in business ; Produits commerciaux ; Gestion ; Succès dans les affaires ; Customer relations ; Product management ; Success in business ; Electronic books
    Note: Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Orig.schr. Ausgabe: 初版.
    Title: Effective Python : : 第 2版 : Pythonプログラムを改良する 90項目 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119175 , 4873119170
    Language: Japanese
    Pages: 1 online resource (456 pages)
    Edition: Shohan.
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Computer programming
    Note: In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Orig.schr. Ausgabe: 初版.
    Title: みんなでアジャイル : : 変化に対応できる顧客中心組織のつくりかた /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119090 , 487311909X
    Language: Japanese
    Pages: 1 online resource (216 pages) , illustrations.
    Edition: Shohan.
    Uniform Title: Agile for everybody
    DDC: 658.4/013
    Keywords: Organizational effectiveness ; Strategic planning ; Organizational change ; Agile project management ; Organizational Innovation ; Efficacité organisationnelle ; Planification stratégique ; Changement organisationnel ; Electronic books
    Note: Includes bibiographical references. - Online resource; title from title details screen (O'Reilly, viewed April 19, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Orig.schr. Ausgabe: 初版.
    Title: 動かして学ぶ量子コンピュータプログラミング : : シミュレータとサンプルコードで理解する基本アルゴリズム /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119199 , 4873119197
    Language: Japanese
    Pages: 1 online resource (xvii, 332 pages)
    Edition: Shohan.
    Uniform Title: Programming quantum computers
    DDC: 006.3/843
    Keywords: Quantum computing ; Electronic books
    Abstract: "Quantum computers are poised to kick-start a new computing revolution, and you can join in right away. If you're in software engineering, computer graphics, data science, or just an intrigued computerphile, this book provides a hands-on programmer's guide to understanding quantum computing technology. Rather than labor through math and theory, you'll work directly with examples that demonstrate this technology's unique capabilities. Quantum computing specialists Eric Johnson, Nic Harrigan, and Mercedes Gimeno-Segovia show you how to build the skills, tools, and intuition required to write quantum programs at the center of applications. You'll understand what quantum computers can do and learn how to identify the types of problems they can solve." --
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Orig.schr. Ausgabe: 初版.
    Title: 行動を変えるデザイン : : 心理学と行動経済学をプロダクトデザインに活用する /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119144 , 4873119146
    Language: Japanese
    Pages: 1 online resource (464 pages)
    Edition: Shohan.
    Uniform Title: Designing for behavior change
    DDC: 004.019
    Keywords: Human-computer interaction ; User-centered system design ; Conception participative (Conception de systèmes) ; Human-computer interaction ; User-centered system design ; Electronic books
    Abstract: "A new wave of products is helping people change their behavior and daily routines, whether it's exercising more (Jawbone Up), taking control of their finances (HelloWallet), or organizing their email (Mailbox). This practical guide shows you how to design these types of products for users seeking to take action and achieve specific goals. Stephen Wendel, HelloWallet's head researcher, takes you step-by-step through the process of applying behavioral economics and psychology to the practical problems of product design and development. Using a combination of lean and agile development methods, you'll learn a simple iterative approach for identifying target users and behaviors, building the product, and gauging its effectiveness. Discover how to create easy-to-use products to help people make positive changes. Learn the three main strategies to help people change behavior Identify your target audience and the behaviors they seek to change Extract user stories and identify obstacles to behavior change Develop effective interface designs that are enjoyable to use Measure your product's impact and learn ways to improve it Use practical examples from products like Nest, Fitbit, and Opower." --
    Note: Includes bibiographical references. - Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Orig.schr. Ausgabe: 第 2版.
    Title: Rクックブック /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873118857 , 4873118859
    Language: Japanese
    Pages: 1 online resource (584 pages)
    Edition: Dai 2-han.
    Uniform Title: R cookbook
    DDC: 519.502855133
    Keywords: R (Computer program language) ; Mathematical statistics Data processing ; Statistics Data processing ; Multiple comparisons (Statistics) ; R (Langage de programmation) ; Statistique mathématique ; Informatique ; Statistique ; Informatique ; Corrélation multiple (Statistique) ; Mathematical statistics ; Data processing ; Multiple comparisons (Statistics) ; R (Computer program language) ; Statistics ; Data processing ; Electronic books
    Abstract: "Perform data analysis with R quickly and efficiently with more than 275 practical recipes in this expanded second edition. The R language provides everything you need to do statistical work, but its structure can be difficult to master. These task-oriented recipes make you productive with R immediately. Solutions range from basic tasks to input and output, general statistics, graphics, and linear regression. Each recipe addresses a specific problem and includes a discussion that explains the solution and provides insight into how it works. If you're a beginner, R Cookbook will help get you started. If you're an intermediate user, this book will jog your memory and expand your horizons. You'll get the job done faster and learn more about R in the process." --
    Note: Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Orig.schr. Ausgabe: 第 2版.
    Title: ゼロからはじめるデータサイエンス : : Pythonで学ぶ基本と実践 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119113 , 4873119111
    Language: Japanese
    Pages: 1 online resource (456 pages)
    Edition: Dai 2-han.
    Uniform Title: Data science from scratch
    DDC: 006.3/12
    Keywords: Data mining Statistical methods ; Mathematical statistics ; Database management ; Data structures (Computer science) ; Python (Computer program language) ; Bases de données ; Gestion ; Structures de données (Informatique) ; Python (Langage de programmation) ; Data mining ; Statistical methods ; Data structures (Computer science) ; Database management ; Mathematical statistics ; Python (Computer program language) ; Electronic books
    Abstract: "Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they're also a good way to dive into the discipline without actually understanding data science. In this book, you'll learn how many of the most fundamental data science tools and algorithms work by implementing them from scratch. If you have an aptitude for mathematics and some programming skills, author Joel Grus will help you get comfortable with the math and statistics at the core of data science, and with hacking skills you need to get started as a data scientist. Today's messy glut of data holds answers to questions no one's even thought to ask. This book provides you with the know-how to dig those answers out. Get a crash course in Python Learn the basics of linear algebra, statistics, and probability--and understand how and when they're used in data science Collect, explore, clean, munge, and manipulate data Dive into the fundamentals of machine learning Implement models such as k-nearest Neighbors, Naive Bayes, linear and logistic regression, decision trees, neural networks, and clustering Explore recommender systems, natural language processing, network analysis, MapReduce, and databases." --
    Note: Includes index. - Online resource; title from title details screen (O'Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Orig.schr. Ausgabe: 初版.
    Title: モノリスからマイクロサービスへ : : モノリスを進化させる実践移行ガイド /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119311 , 4873119316
    Language: Japanese
    Pages: 1 online resource (276 pages)
    Edition: Shohan.
    Uniform Title: Monolith to microservices
    DDC: 005.1
    Keywords: Application software Development ; Computer architecture ; Distributed operating systems (Computers) ; Computer software Development ; Software patterns ; Logiciels d'application ; Développement ; Ordinateurs ; Architecture ; Systèmes d'exploitation répartis ; Logiciels ; Modèles de conception ; Application software ; Development ; Computer architecture ; Computer software ; Development ; Distributed operating systems (Computers) ; Software patterns ; Electronic books
    Abstract: "How do you detangle a monolithic system and migrate it to a microservice architecture? How do you do it while maintaining business-as-usual? As a companion to Sam Newman's extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture. With many illustrative examples, insightful migration patterns, and a bevy of practical advice to transition your monolith enterprise into a microservice operation, this practical guide covers multiple scenarios and strategies for a successful migration, from initial planning all the way through application and database decomposition. You'll learn several tried and tested patterns and techniques that you can use as you migrate your existing architecture."--
    Note: Includes bibiographical references (pages 245-247). - Online resource; title from title details screen (O’Reilly, viewed April 20, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Orig.schr. Ausgabe: 初版.
    Title: サイトリライアビリティワークブック : : SREの実践方法 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119137 , 4873119138
    Language: Japanese
    Pages: 1 online resource (516 pages)
    Edition: Shohan.
    DDC: 620.00452
    Keywords: Reliability (Engineering) ; Information technology Management ; Systems engineering Management ; Computer engineering ; Fiabilité ; Technologie de l'information ; Gestion ; Ingénierie des systèmes ; Gestion ; Ordinateurs ; Conception et construction ; Computer engineering ; Information technology ; Management ; Reliability (Engineering) ; Systems engineering ; Management ; Electronic books
    Note: Online resource; title from title details screen (O'Reilly, viewed April 19, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Orig.schr. Ausgabe: 初版.
    Title: プログラミングTypeScript : : スケールするJavaScriptアプリケーション開発 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873119045 , 4873119049
    Language: Japanese
    Pages: 1 online resource (376 pages)
    Edition: Shohan.
    Uniform Title: Programming TypeScript
    DDC: 005.2/762
    Keywords: TypeScript (Computer program language) ; JavaScript (Computer program language) ; Application software Development ; TypeScript (Langage de programmation) ; JavaScript (Langage de programmation) ; Logiciels d'application ; Développement ; Application software ; Development ; JavaScript (Computer program language) ; TypeScript (Computer program language) ; Electronic books
    Abstract: "Any programmer working with a dynamically typed language will tell you how hard it is to scale to more lines of code and more engineers. That's why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed JavaScript and Python code. This practical book shows you how one such type layer, TypeScript, is unique among them: it makes programming fun with its powerful static type system. If you're a programmer with intermediate JavaScript experience, author Boris Cherny will teach you how to master the TypeScript language. You'll understand how TypeScript can help you eliminate bugs in your code and enable you to scale your code across more engineers than you could before. In this book, you'll: Start with the basics: Learn about TypeScript's different types and type operators, including what they're for and how they're used. Explore advanced topics: Understand TypeScript's sophisticated type system, including how to safely handle errors and build asynchronous programs. Dive in hands-on: Use TypeScript with your favorite frontend and backend frameworks, migrate your existing JavaScript project to TypeScript, and run your TypeScript application in production." --
    Note: Online resource; title from title details screen (O'Reilly, viewed April 19, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    ISBN: 9788892184206
    Language: Italian
    Pages: 1 Online-Ressource (241 p)
    Parallel Title: Erscheint auch als Gualdani, Annalisa L' amministrazione Dello Spettacolo Dal Vivo : Stato Dell'arte e Prospettive Di Riforma
    DDC: 394.2
    Keywords: Special events Management ; Entertainment events Management ; Special events ; Management ; Electronic books
    Abstract: Cover -- Dedica -- Indice -- Introduzione -- Capitolo I Il ruolo dell'intervento pubblico nello spettacolo dal vivo -- Capitolo II Le Fondazioni lirico-sinfoniche -- Capitolo III Le "altre" istituzioni dello spettacolo dal vivo -- Capitolo IV Gli attuali problemi dello spettacolo dal vivo e le soluzioni prospettabili -- Capitolo V La disciplina dello spettacolo dal vivo nella prospettiva di riforma -- Conclusioni finali -- Bibliografia
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    ISBN: 9788892186187
    Language: Italian
    Pages: 1 Online-Ressource (537 pages)
    Edition: 1st ed.
    DDC: 304.8
    Keywords: Immigrants ; Electronic books
    Note: Description based on publisher supplied metadata and other sources
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    Torino : Giappichelli | Ann Arbor, Michigan : ProQuest
    ISBN: 9788892184923
    Language: Italian
    Pages: 1 Online-Ressource (305 pages)
    Edition: 1st ed.
    DDC: 302.35000000000002
    Keywords: Whistle blowing ; Electronic books
    Note: Description based on publisher supplied metadata and other sources
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    ISBN: 9788892186187
    Language: Italian
    Pages: 1 online resource (537 pages)
    Series Statement: Quaderni CESIFIN Nuova serie 72
    Parallel Title: Erscheint auch als
    DDC: 304.8
    Keywords: Electronic books ; Immigrants
    Note: Description based on publisher supplied metadata and other sources
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Orig.schr. Ausgabe: 初版.
    Title: Modern C++チャレンジ : : C++17プログラミング力を鍛える 100問 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873118697 , 4873118697
    Language: Japanese
    Pages: 1 online resource (332 pages)
    Edition: Shohan.
    Uniform Title: Modern C++ challenge
    DDC: 005.133
    Keywords: C++ (Computer program language) Problems, exercises, etc ; Computer programming Problems, exercises, etc ; C++ (Computer program language) ; Computer programming ; Problems and exercises
    Note: Includes bibiographical references , In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    ISBN: 9788892183759
    Language: Italian
    Pages: 1 Online-Ressource (137 pages)
    Edition: 1st ed.
    DDC: 301
    Keywords: Sociology ; Human rights ; Electronic books
    Note: Description based on publisher supplied metadata and other sources
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    Turin : Giappichelli | Ann Arbor, Michigan : ProQuest
    ISBN: 9788892180703
    Language: Italian
    Pages: 1 Online-Ressource (481 pages)
    Edition: 1st ed.
    Series Statement: Giustizia e Politica Costituzionali Ser. v.10
    DDC: 301
    Keywords: Culture-History ; Electronic books
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    Barcelona : Linkgua Ediciones,
    ISBN: 9788498976410
    Language: Italian
    Pages: 1 online resource (201 pages)
    Series Statement: Pensamiento Ser. v.156
    Parallel Title: Erscheint auch als
    DDC: 303.482
    Keywords: Globalization-20th century ; Electronic books
    Abstract: Intro -- Crediti -- Macrofilosofia della globalizzazione e del Pensiero Unico -- 1. SIAMO GLOBALI? -- 1.1. Umanizzare e «appropriarsi» della globalizzazione -- 2. UNA SPECIE, UNA GLOBALIZZAZIONE -- 2.1. Globalizzazione pur nella diversità -- 2.2. Globalizzazione impercettibile -- 2.3. Con la modernità, la globalizzazione si diventa violentemente percepibile -- 2.4. Il culmine - violento - della globalizzazione -- 3. LE BASI DEL PENSIERO UNICO E GLOBALIZZAZIONE -- 3.1. Per una genealogia del PU -- 4. RITORNO DELLA GLOBALIZZAZIONE AD EGEMONIA OCCIDENTALE -- 4.1. Omogeneizzazione o pluralità di civiltà? -- 5. NELLA CRISI ATTUALE -- 5.1. Crisi, ma nel capitalismo -- 5.2. Mancanza di controllo -- 5.3. Debolezza delle frontiere e «santuari» statali -- 5.4. Crescente omogeneizzazione delle culture -- 5.5. Compatibilità tra turboglobalizzazione, capitalismo e PU -- 6. LA NUOVA ÉLITE E LE CULTURE GLOBALIZZATE -- 6.1. Indigenizzazione o multiculturalismo banalizzato -- 7. ALTERNATIVE CULTURALI -- 8. CONTRO UN «PENSIERO DEPENSATO» -- 8.1. Mera gestione logistica -- 8.2. Pensiero minimo e postmodernità -- 8.3. Baudrillard: società simulacro -- 8.4. Lunga genesi, recente presa di coscienza -- 8.5. Contro la mitizzazione del PU -- 8.5. La grande battaglia a venire -- 9. TURBOGLOBALIZZAZIONE E PENSIERO UNICO: IL «TERRORISMO» COMO ESEMPIO -- 10. BIBLIOGRAFIA -- 10.1. BIBLIOGRAFIA DELLE OPERE TRADOTTE IN ITALIANO.
    Note: Description based on publisher supplied metadata and other sources
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    Frankfurt am Main : Max Planck Institute for European Legal History
    ISBN: 9783944773216 , 3944773217 , 3944773217 , 9783944773216
    Language: Italian , English , Spanish
    Pages: 1 Online-Ressource
    Series Statement: Global perspectives on legal history volume 11
    DDC: 340.2
    Keywords: Comparative law ; Law History ; Comparative law ; Law ; Electronic books ; Law ; History ; Comparative law
    Note: Includes bibliographical references , In Italian with 3 articles in English and 2 in Spanish
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    ISBN: 8892163515 , 9788892163515
    Language: Italian
    Pages: 1 Online-Ressource (192 p)
    Series Statement: Quaderno 3
    Series Statement: Fondazione "Venezia per la ricerca sulla pace
    Parallel Title: Erscheint auch als Pitassio, Armando Balcani, Europa, violenza, politica, memoria
    DDC: 303.6094
    Keywords: Violence Congresses History 19th century ; Violence Congresses History 20th century ; HISTORY ; Europe ; General ; Conference papers and proceedings ; History ; Violence ; Balkan Peninsula Congresses History 20th century ; Balkan Peninsula Congresses History 19th century ; Balkan Peninsula ; Electronic books
    Abstract: Cover; Occhiello; Indice; Nota introduttiva; ROLF PETRI BALCANI: TELEOLOGIA DI UNA REGIONE; STEFANO PETRUNGARO TRA PARTICOLARE E GENERALE. SULLA VIOLENZA NEI BALCANI ; ARMANDO PITASSIO UCCIDERE PER LA TERRA, UCCIDERE PER LA PATRIA. L'UTILIZZO DELLA VIOLENZA NELLA STORIA BULGARA CONTEMPORANEA (1878-1925); FRANCESCO ZAVATTI LA VIOLENZA NELL'IDEOLOGIA DEL LEGIONARISMO ROMENO (1923-1941); MILOVAN PISARRI LA MEMORIA DELLE VITTIME CIVILI IN SERBIA ; POLYMERIS VOGLIS VIOLENZA E CAMBIAMENTO SOCIALE NELLA GRECIA OCCUPATA. RIFLESSIONI SULLE GUERRE DEL NOVECENTO
    Abstract: LUCA BALDISSARA DAL PUNTO DI VISTA DEL DIRITTO. VIOLENZA BELLICA E PUNIZIONE DEI CRIMINI DI GUERRAMAURIZIO CERMEL LA CONDIZIONE DELLE MINORANZE ETNICHE DOPO LE GUERRE JUGOSLAVE DEL 1991-1999; Appendice; Volumi pubblicati
    Note: Description based upon print version of record
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    Frankfurt a.M : Peter Lang GmbH, Internationaler Verlag der Wissenschaften
    ISBN: 9783631660973
    Language: Italian
    Pages: 1 Online-Ressource (317 p)
    Edition: Online-Ausg.
    Series Statement: Etudes de linguistique, littérature et art v.14
    Parallel Title: Print version Grochowska-Reiter, Anna Commedia all'italiana come specchio di stereotipi veicolati dal dialetto : Un approccio sociolinguistico
    DDC: 306.44
    Keywords: Electronic books
    Abstract: Il volume presenta l'analisi di quattro stereotipi regionali: romano, milanese, siciliano e veneto e i rispettivi tratti linguistici in base al corpus composto da dieci commedie all'italiana uscite tra il 1958 e il 1968
    Abstract: Cover -- Indice -- Premessa -- Capitolo 1: Sguardo panoramico sul repertorio linguistico degli italiani -- Capitolo 2: Tra lingua e dialetto. Comportamenti linguistici degli italiani -- 2.1 Dialetto tra famiglia, tradizione e identità -- 2.2 Dialetto come sinonimo di sottocultura e arretratezza -- 2.3 Uso reazionario ed elitario del dialetto -- 2.4 Autopercezione. Atteggiamento degli italiani verso il dialetto -- 2.5 Tipizzazione e uso del dialetto nella letteratura, nella poesia e sul palcoscenico -- Capitolo 3: Lingua del cinema -- 3.1 Lingua trasmessa tra scritto e parlato
    Abstract: 3.2 Parlato filmico -- 3.3 Lingua filmata: lingua del cinema, nel cinema e dal cinema -- 3.4 Uso del dialetto nella cinematografia italiana -- 3.4.1 Cinema nazionale -- 3.4.2 Dialetto e doppiaggio -- Capitolo 4: Commedia all'italiana -- 4.1 All'italiana -- 4.2 Verso la commedia all'italiana -- 4.3 Definire la commedia all'italiana -- 4.4 Ricezione della commedia all'italiana -- Capitolo 5: Stereotipo: tra psicologia e lingua -- Capitolo 6: Corpus della ricerca -- 6.1 I soliti ignoti (1958) -- 6.2 Audace colpo di soliti ignoti (1959) -- 6.3 La grande guerra (1959) -- 6.4 Il vedovo (1959)
    Abstract: 6.5 Divorzio all'italiana (1962) -- 6.6 Mafioso (1962) -- 6.7 Il sorpasso (1962) -- 6.8 Anna (Ieri oggi domani) (1963) -- 6.9 Sedotta e abbandonata (1964) -- 6.10 La ragazza con la pistola (1968) -- Capitolo 7: Stereotipo del romano nella commedia all'italiana -- 7.1 Origini dello stereotipo culturale -- 7.2 Dialetto romanesco nel cinema -- 7.3 Immagine stereotipata dei romani -- 7.4 Stereotipo linguistico del romanesco -- 7.4.1 Tratti fonetici -- 7.4.1.1 Laterale palatale [j] -- 7.4.1.2 Monottongazione [wɔ] 〉 [ɔ] -- 7.4.1.3 Lenizione delle consonanti
    Abstract: 7.4.1.4 Assimilazione progressiva totale del nesso [nd] 〉 [nn] -- 7.4.1.5 Geminazione delle consonanti -- 7.4.1.6 Scempiamento della [rr] -- 7.4.1.7 Rotacismo [l] 〉 [r] -- 7.4.1.8 Apocope negli allocutivi -- 7.4.2 Tratti morfosintattici -- 7.4.2.1 Articolo -- 7.4.2.2 Preposizioni -- 7.4.2.3 Particella allocutiva a -- 7.4.2.4 Verbi -- 7.4.2.5 Avverbi di luogo -- 7.4.2.6 Sistema pronominale -- 7.4.2.7 Stare a fà -- 7.4.2.8 Che interrogativo -- 7.4.3 Tratti lessicali -- 7.5 Considerazioni finali -- Capitolo 8: Stereotipo del milanese nella commedia all'italiana
    Abstract: 8.1 Origini dello stereotipo culturale -- 8.2 Immagine di Milano e dei milanesi nel cinema italiano -- 8.3 Immagine stereotipata di Milano e dei suoi abitanti -- 8.3.1 Milano -- 8.3.2 Milanesi -- 8.4 Stereotipo linguistico del milanese -- 8.4.1 Tratti fonetici -- 8.4.1.1 Pronuncia delle vocali -- 8.4.1.2 Pronuncia di alcune consonanti -- 8.4.2 Tratti morfosintattici -- 8.4.2.1 Articolo davanti ai nomi -- 8.4.2.2 Pronomi personali -- 8.4.2.3 Verbi -- 8.4.2.4 Negazione -- 8.4.2.5 Rafforzamento dei deittici -- 8.4.2.6 Doppio introduttore nelle frasi interrogative -- 8.4.3 Tratti lessicali
    Abstract: 8.5 Considerazioni finali
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    Tōkyō-to Shinjuku-ku : Orairī Japan | $UChin : オライリー・ジャパン,
    Orig.schr. Ausgabe: 初版.
    Title: Pythonで学ぶディープラーニングの理論と実装 /
    ISBN: 9784873117584 , 4873117585
    Language: Japanese
    Pages: 1 online resource (320 pages)
    Edition: Shohan.
    Series Statement: Zero kara tsukuru deep learning [1]
    DDC: 006.3/1
    Keywords: Deep learning (Machine learning) ; Python (Computer program language) ; Computer programming
    Note: Includes bibiographical references
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Orig.schr. Ausgabe: 初版.
    Title: 料理の科学と実践レシピ : : 第 2版 = Cooking for geeks /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873117874 , 4873117879
    Language: Japanese
    Pages: 1 online resource (504 pages) , illustrations.
    Edition: Shohan.
    Uniform Title: Cooking for geeks
    DDC: 641.5
    Keywords: Cooking ; Food science ; Electronic books ; Cookbooks
    Abstract: "Presents recipes ranging in difficulty with the science and technology-minded cook in mind, providing the science behind cooking, the physiology of taste, and the techniques of molecular gastronomy" --
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    ISBN: 9788892161993 , 8892161997
    Language: Italian
    Pages: Online Ressource (vi, 257 pages)
    DDC: 306.4494
    Keywords: Language and languages Political aspects ; Linguistic minorities ; Sociolinguistics ; Language and languages Political aspects ; Linguistic minorities ; Sociolinguistics ; Language and languages Political aspects ; LAW ; Constitutional ; LAW ; Public ; POLITICAL SCIENCE ; Public Policy ; Cultural Policy ; SOCIAL SCIENCE ; Anthropology ; Cultural ; SOCIAL SCIENCE ; Popular Culture ; Language and languages ; Political aspects ; Linguistic minorities ; Sociolinguistics ; Electronic books
    Note: Includes bibliographical references
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    ISBN: 9783869458823 , 3869458828
    Language: German , French , English , Italian
    Pages: Online Ressource (176 pages)
    DDC: 301
    Keywords: Anthropology ; Electronic books
    Note: Vendor-supplied metadata
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    ISBN: 9788874705436 , 8874705433
    Language: Italian
    Pages: Online Ressource , illustrations
    DDC: 398.0945
    Keywords: Folklore Italy ; Ethnology Italy ; Italy Social life and customs ; Italy ; Electronic books
    Note: Online resource; title from PDF title page (EBSCO, viewed July 27, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    ISBN: 9788892163935 , 8892163930
    Language: Italian
    Pages: Online Ressource (129 pages)
    Series Statement: Quaderni 4
    DDC: 302
    Keywords: Memory Social aspects ; Collective memory ; Electronic books
    Note: Includes bibliographical references. - Print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    ISBN: 9789633861462
    Language: Hungarian , English
    Pages: 1 Online-Ressource (vii, 242 Seiten) , Illustrationen
    Uniform Title: Cigánykérdés Magyarországon, 1945-2010
    Parallel Title: Erscheint auch als Majtényi, Balázs A contemporary history of exclusion
    DDC: 305.8914/970439
    Keywords: Romanies ; Romanies Social conditions ; Marginality, Social ; Romanies Legal status, laws, etc ; Minorities Government policy ; Romanies Hungary ; Romanies Social conditions ; Hungary ; Marginality, Social Hungary ; Romanies Legal status, laws, etc ; Hungary ; Minorities Government policy ; Hungary ; Social sciences ; Social Science / Discrimination ; Hungary Ethnic relations ; Hungary Social policy ; Hungary Ethnic relations ; Hungary Social policy ; Electronic books ; Aufsatzsammlung ; Electronic books. ; Electronic books ; Aufsatzsammlung ; Electronic books ; Aufsatzsammlung ; Online-Publikation ; Ungarn ; Roma ; Politik ; Geschichte 1945-2015
    Abstract: Introduction: Contexts of Gypsy/Roma identity and history -- On the sources of Gypsy/Roma history -- Who (what) is (was) Hungarian or Gypsy/Roma? -- "Comrades, if you have a heart" : the history of the Gypsy issue, 1945-1961 -- The construction and spread of the state socialist system -- Policy and Gypsies -- Modernization and Gypsy communities -- Disciplinary state -- The impossibility of self-organization -- Minority issue -- Discourses on social policy and equality -- "Life goes on" : the Hungarian party-state and assimilation -- Social policy and the Gypsies -- Wage work -- Housing -- Social system -- Education -- Scientific approaches -- Gypsy images -- The transformation of discourse -- Disciplinary power, disciplinary society -- Police and agents -- "Health supervisors" -- The national minority issue -- National movement -- The "ethnic interpretation" of history -- Roma policy after the regime change -- Minority issue -- Prospects for multiculturalism -- Minority (self-)government? -- Divide at Impera : the opportunities and impossibilities of self-organization -- Movement -- National minority culture, national culture -- Questions of equal treatment and equal opportunity -- Anti-discrimination -- Equal opportunity -- Roma programs -- Education -- Employment -- Social policy and the Roma -- Aid -- Segregation -- Disciplinary society -- The transformation of discourses -- Research methods -- Panopticon : Roma policy, 2010-2015 -- The Hungarian National Cooperation System -- The anti-egalitarian character of the system -- Changing minority legislation -- New social policy? -- Violence -- The shift -- Summary: Decades of exclusion
    Description / Table of Contents: Introduction: Contexts of Gypsy/Roma identity and historyOn the sources of Gypsy/Roma history -- Who (what) is (was) Hungarian or Gypsy/Roma? -- "Comrades, if you have a heart" : the history of the Gypsy issue, 1945-1961 -- The construction and spread of the state socialist system -- Policy and Gypsies -- Modernization and Gypsy communities -- Disciplinary state -- The impossibility of self-organization -- Minority issue -- Discourses on social policy and equality -- "Life goes on" : the Hungarian party-state and assimilation -- Social policy and the Gypsies -- Wage work -- Housing -- Social system -- Education -- Scientific approaches -- Gypsy images -- The transformation of discourse -- Disciplinary power, disciplinary society -- Police and agents -- "Health supervisors" -- The national minority issue -- National movement -- The "ethnic interpretation" of history -- Roma policy after the regime change -- Minority issue -- Prospects for multiculturalism -- Minority (self-)government? -- Divide at Impera : the opportunities and impossibilities of self-organization -- Movement -- National minority culture, national culture -- Questions of equal treatment and equal opportunity -- Anti-discrimination -- Equal opportunity -- Roma programs -- Education -- Employment -- Social policy and the Roma -- Aid -- Segregation -- Disciplinary society -- The transformation of discourses -- Research methods -- Panopticon : Roma policy, 2010-2015 -- The Hungarian National Cooperation System -- The anti-egalitarian character of the system -- Changing minority legislation -- New social policy? -- Violence -- The shift -- Summary: Decades of exclusion.
    Note: First published in Hungarian as Cigánykérdés Magyarországon, 1945-2010, Budapest: Libri Kiadó, 2012 , Literaturverzeichnis: Seiten 211-232 , vergriffen 11/2017. - The first version of this volume was published in 2012 under the title The Gypsy Issue in Hungary, 1945-2010. - First published in Hungarian as Cigánykérdés Magyarországon, 1945-2010, Budapest: Libri Kiadó, 2012. - Literaturverzeichnis: Seiten 211-232
    URL: Volltext  (View this content on Open Research Library)
    URL: Volltext  (kostenfrei)
    URL: Cover  (Thumbnail cover image)
    URL: JSTOR
    URL: Image  (Thumbnail cover image)
    URL: Volltext  (View this content on Open Research Library)
    URL: Volltext  (kostenfrei)
    URL: Cover  (Thumbnail cover image)
    URL: Volltext  (View this content on Open Research Library)
    URL: Volltext  (kostenfrei)
    URL: Cover  (Thumbnail cover image)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    Turin : G. Giappichelli | Ann Arbor, Michigan : ProQuest
    ISBN: 9788892160606
    Language: Italian
    Pages: 1 Online-Ressource (225 pages)
    DDC: 305.553
    Keywords: Electronic books
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    Turin : G. Giappichelli | Ann Arbor, Michigan : ProQuest
    ISBN: 9788892160859
    Language: Italian
    Pages: 1 Online-Ressource (161 pages)
    DDC: 302.35000000000002
    Keywords: Electronic books
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    Nordhausen : Traugott Bautz
    ISBN: 9783959480192
    Language: Italian
    Pages: Online-Ressource (44 p)
    Edition: Online-Ausg.
    Parallel Title: Print version ANTICHI SIMBOLI IN NUOVE FORME E SIGNIFICATI RISCOPERTI : IL TRISCELE
    DDC: 302.22230222
    Keywords: Electronic books
    Abstract: Parlare di simboli significa comprendere la struttura della Creazione e del Creato. I simboli sono giunti fino a noi direttamente dalla storia più remota dell'umanità. Alcuni di essi appaiono contemporaneamente in zone opposte della Terra in situazioni in cui - piuttosto che immaginare che popoli distanti tra loro siano entrati in contatto - ci è più facile ipotizzare intuitivamente che essi appartengano ad un substrato ancestrale di conoscenze al quale ogni essere umano ha potenzialmente accesso. Inhaltsverzeichnis INTRODUZIONE UNA PRECISAZIONE IL TRISCELE ALCUNI ESEMPI DI VARIAZIONI DI
    Description / Table of Contents: Cover; Titelei; Impressum; INDICE; INTRODUZIONE; UNA PRECISAZIONE; IL TRISCELE; ALCUNI ESEMPI DI VARIAZIONI DITRISCELE; IPOTESI SULL'ORIGINE; INTERPRETAZIONE DEL SIMBOLO; SIGNIFICATO DEL SIMBOLO OVVERO A "CHE COSA CI COLLEGA IL TRISCELE"; NOTE; GALLERIA IMMAGINI; BIBLIOGRAFIA; BIOGRAFIA
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [s.l.] : Edition Raetia
    ISBN: 8872835275
    Language: Italian
    Pages: Online Ressource (398 S.)
    Edition: 1. Aufl.
    Parallel Title: Print version SELfservice : Uno scandalo altoatesino
    DDC: 302.2
    Keywords: Electronic books
    Abstract: Scandalo SEL, 'Stein an Stein', truffa, estorsione: tutto nell'interesse pubblico? Il caso della società elettrica provinciale SEL è una vera e propria lezione di politica altoatesina. Il giornalista Christoph Franceschini rivela le manovre sospette dietro alla presunta buona intenzione della 'riconquista dell'energia': documenti di gara manipolati, concorrenti ricattati, consiglieri amministrativi ingannati, partecipazioni nascoste dietro società fiduciarie, affari intesi a creare un vantaggio economico per gli interessati. Non è più un caso isolato: è un sistema. Alcuni protagonisti della faccenda sono stati condannati, ma per capire davvero quanto fosse profonda la palude della corruzione ci è voluto questo libro. Dopo avere visionato centinaia di pagine di atti giudiziari e materiale probante e dopo anni di ricerche e interviste con gli interessati, l'autore è finalmente in grado di svelare tutta la verità: l'Alto Adige è un self-service. Nato ad Appiano nel 1964, è giornalista, autore e documentarista. Ha studiato Storia, Filosofia e Scienze politiche presso l'Università di Innsbruck. Ha lavorato per Rai Sender Bozen, per i settimanali FF e südtirol profil e dal 1996 al 2013 come redattore di politica per il quotidiano Neue Südtiroler Tageszeitung. Per il documentario TV in sei parti 'Bombenjahre' dedicato alla storia degli attentati in Alto Adige ha ricevuto nel 2005 il premio Claus Gatterer.
    Description / Table of Contents: Cover; Impressum; Indice; Prefazione di Enrico Franco; Premessa: un ritratto simbolico dell'Alto Adige; La prima pietra; L'articolo; La reazione; I due protagonisti; La "riconquista" dell'energia; Onnipotenza e protagonismo; L'officiante; Pubblicità come arma; SEnza Limiti; Affari privati; Primo tentativo a Milano; La centrale di Rainer; Fiduciante Maximilian; Il guastafeste; Il self-made man; Tentativo sulla Rienza; Interesse romano; Lo scambio di Pasqua; Brindisi in piazza Mazzini; La modifica pianificata; L'assistenza non ortodossa di Laimer; Operazione Venerdì Santo; La nota ufficiale
    Description / Table of Contents: Persone senza carattereLa guerra per l'energia in Venosta; La denuncia della segretaria; Attacco a Noggler; Comuni doppiamente gabbati; Guerra per l'Isarco; Concorrenza inaspettata; Quattro piccole centrali; Ventata viennese; Il perito scomodo; La compagna di studi di Rainer; Il sopralluogo di Stocker; Consiglio di amministrazione ingannato; Pranzo da Sacher; Finanziatori altoatesini; Sistema procura speciale; Il fratello del presidente; Collaborazione dal Tirolo dell'Est; Presidenti attivi; La calligrafia di Rainer; Incidente in giunta; Il piano B; La nota di Durnwalder
    Description / Table of Contents: Salvataggio normativoLa prova regina; L'estorsione; Il vincitore sbagliato; Cava a Braies; Quattro incontri; Il contrattacco; Parentesi & punto e virgola; Segreto d'ufficio violato; Seduta turbolenta; L'Argumentarium; Copiato pari pari; Il comune sbagliato; Le indagini; La perquisizione; La breccia; Rivelazioni verdi; La favola dell'interesse pubblico; Rolling Stones; La farsa della trasparenza; L'uomo del rinnovamento; Partecipazione nascosta; Potere femminile; La figlia della senatrice; Il fedele Hans; Nella cantina del sindaco; Denaro verso Verona; Nessun reato; La falciatrice di Berger
    Description / Table of Contents: Giornalisti cattiviLa cultura altoatesina dei tagliatori di teste; Incontro al Kaiserkron; Durnwalder a Mezzaselva; Il castello di carte crolla; Riabilitazione orchestrata; Volkspartei in imbarazzo; La mossa di Rispoli; L'ultimo scontro; Contadini raggirati; La lettera dei contadini; L'oste del passo; La testa di legno di Potsdam; Tre uomini e una cava; Seppellimento silenzioso; Progetto Kajoma; Il coniglio dal cilindro; La e-mail; Firma sospetta; Fine di una causa di lavoro; Timing perfetto; Il proiettile inesploso in canna; Attacco ai funzionari; Registrazione segreta; Richiesta ipocrita
    Description / Table of Contents: Una scomoda direttrice di ripartizioneL'esplosione nucleare; 941 pagine in più; Dimissioni a rate; La tortura del serrapollici; Il tango di Rio Pusteria; L'attacco di Durnwalder; Ghiaia costosa; A caccia di cimici; Telefonate notturne; Frequenza 443,935 MHz; Palazzo Widmann; Fatturazione delicata; Un bilancio provvisorio; Il rito abbreviato; Seguito imbarazzante; L'impervia via giudiziaria; Un affare di famiglia; Appendice; Nota editoriale; Ringraziamenti; Cronologia
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    Nordhausen [Germany] : Verlag Traugott Bautz GmbH
    ISBN: 9783869457932 , 3869457937
    Language: Italian
    Pages: Online Ressource
    Edition: First edition
    DDC: 302.2
    Keywords: Signs and symbols ; Signs and symbols ; PSYCHOLOGY / Social Psychology ; Electronic books ; Electronic books
    Note: Includes bibliographical references. - Vendor-supplied metadata
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    Bern : Peter Lang AG, Internationaler Verlag der Wissenschaften
    ISBN: 9783034316217
    Language: Italian
    Pages: Online-Ressource (465 p)
    Edition: 0 ed
    Parallel Title: Print version Stampa e regimi : Studi su Legioni e Falangi/Legiones y Falanges, una Rivista d'Italia e di Spagna
    DDC: 306
    Keywords: Electronic books
    Abstract: Come tutta la stampa «di regime» anche &ltI〉Legioni e Falangi. Rivista d'Italia e di Spagna / Legiones y Falanges. Revista mensual de Italia y de España &lt/I〉(1940-1943), pubblicata tra Roma e Madrid, può leggersi come una narrazione univoca degli avvenimenti di quegli anni attraverso le immagini e i testi che la componevano. Come una sorta di &ltI〉koiné&lt/I〉 culturale fascista, la rivista attuava una politica - anche lingüística - basata sugli ideali e i valori identitari ostentatamente condivisi dai due totalitarismi. Grazie a una visione trasversale di entrambe le edizioni, i saggi in ita
    Description / Table of Contents: Indice generale; Presentazione (Chiara Sinatra); Catalogo (Assunta Polizzi); Pagina Web (Floriana Di Gesù); Presentación (Chiara Sinatra); Catálogo (Assunta Polizzi); Página Web (Floriana Di Gesù); Note su un'iniziativa editoriale di regime (Chiara Sinatra); Gráfica y totalitarismo. El caso de la revista Legiones y Falanges (Alina Navas); Legiones y Falanges: una aproximación a los anuncios publicitarios (Rosa Mateu Serra); La traduzione come specchio identitario in Legioni e Falangi / Legiones y Falanges (Chiara Sinatra)
    Description / Table of Contents: 'Sostitute d'onore'. Las mujeres en Legiones y Falanges* (Mechthild Albert)Un lessico fascista per un ordine mondiale. Il lemmario politico di Legioni e Falangi (Matteo Di Figlia); Eduardo Aunós, de una dictadura a otra. Autoritarismo, corporativismo y fascistización en España (1918-1945) (Josep Gelonch Solé); Imágenes de Marruecos en la prensa del régimen franquista (Mostafa Ammadi); L'egemonia anglosassone nella rivista Legioni e Falangi. Costruzioni ideologiche e identitarie (Cinzia Spinzi); La construcción de la identidad grupal en el discurso ideológico (Catalina Fuentes Rodríguez)
    Description / Table of Contents: Legiones y Falanges: Estrategias argumentativas para «una España Nueva, Libre y Grande» (Carla Prestigiacomo)Scrittura autoreferenziale negli articoli letterari di Legioni e Falangi / Legiones y Falanges (Assunta Polizzi); «Scrisse di tutto e fu sempre lui»: Orio Vergani e la parabola di «Legioni e Falangi» tra reportage e racconto (Donatella La Monaca); Militanza e critica letteraria in Legiones y Falanges (Antonella Russo); Una pagina inedita di interventismo culturale: gli articoli letterari di Legioni e Falangi (Domenica Perrone)
    Description / Table of Contents: Escritores valencianos y referencias a Valencia en Legiones y Falanges (Rogelio Rodríguez Pellicer)Cine ítalo-español y actualidad cinematográfica en la prensa falangista (María Ángeles García Collado); El reflejo de la actividad lingüística de la Academia en Legiones y Falanges (María Matesanz del Barrio); L'argot del legionario: un esempio di commistione e commutazione di codice nella rivista Legioni e Falangi / Legiones y Falanges (Floriana Di Gesù); Note bio-bibliografiche autori (Mechthild Albert)
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    Wien : Verlag der Österreichischen Akademie der Wissenschaften, ÖAW
    ISBN: 3700178069 , 3700176740 , 9783700176749 , 9783700178064
    Language: English , French , German , Italian
    Pages: 1 Online-Ressource (246 Seiten) , Illustrationen
    Series Statement: Veröffentlichungen zur Byzanzforschung, Philosophisch-Historische Klasse, Denkschriften 478. Band
    Parallel Title: Erscheint auch als Inscriptions in Byzantium and beyond
    DDC: 961.022
    RVK:
    RVK:
    Keywords: Inscriptions, Byzantine Congresses ; Electronic books ; Mittelgriechisch ; Inschrift ; Byzantinisches Reich ; Epigraphik ; Inscriptions, Byzantine ; Conference papers and proceedings ; Mittelgriechisch ; Inschrift ; Epigraphik ; Byzanz ; Inschrift ; Geschichte
    Abstract: "Der vorliegende Sammelband - der erste, der zur Gänze Aspekten der byzantinistischen Epigraphik gewidmet ist - umfasst in erster Linie Beiträge zweier internationaler Konferenzen (Wien 2010, Sofia 2011). Er gliedert sich in vier Abschnitte und versammelt unter anderem folgende Artikel: Nach einem einführenden Beitrag über die 'Geschichte' der byzantinistischen Epigraphik versucht Cyril Mango den Terminus "Byzantinische Inschrift" und seine Grenzen zu definieren. Vincent Debiais liefert interessante Beobachtungen anhand eines Vergleichs von westlichen und byzantinischen Inschriften. Der zweite Abschnitt des Buches trägt den Titel 'Methods of Editing Byzantine Inscriptions': Während der Beitrag Peter Schreiners die dringende Notwendigkeit einer neuen epigraphischen Initiative innerhalb der Byzantinistik betont, beschreibt Walter Koch detailliert die westlichen Inschriftenprojekte. Sowohl Guglielmo Cavallo als auch Erkki Sironen diskutieren Editionsrichtlinien, während Charlotte Roueché die Vorteile von Online-Corpora beschreibt. Joel Kalvesmaki stellt das kürzlich publizierte epigraphische Font 'Athena Ruby' vor. Der dritte Abschnitt umfasst Artikel, die über laufende epigraphische Projekte berichten: Zwei in Griechenland durchgeführte Projekte werden als Datenbank publiziert werden. Maria Xenaki diskutiert den epigraphischen Reichtum Kappadokiens und die kaum analysierten Graffiti. Der letzte Abschnitt ist Fallstudien gewidmet, deren Inhalt von der Spätantike (Sencer Şahin, Mustafa Sayar) bis in mittel- und spätbyzantinische Zeit reicht (Ida Toth, Linda Safran)."--
    Abstract: "The present book, the first collective volume entirely devoted to aspects of Byzantine epigraphy, mainly comprises papers delivered at two international meetings (Vienna 2010, Sofia 2011). The book is divided into four sections and includes among others the following contributions: after an introductory article about the 'history' of the discipline of Byzantine epigraphy Cyril Mango tries to define the term 'Byzantine inscription' and its limits. Vincent Debiais offers some interesting observations by comparing medieval Latin inscriptions from the West with Byzantine epigraphic traditions. The second section of the book bears the title 'Methods of Editing Byzantine Inscriptions': while the paper of Peter Schreiner discusses the urgent necessity of creating a new epigraphic initiative within Byzantine Studies, Walter Koch describes the Western medieval inscription projects in detail. Both Guglielmo Cavallo and Erkki Sironen discuss editorial guidelines while Charlotte Roueché stresses the advantages of creating online-corpora, and Joel Kalvesmaki describes his recently published epigraphic font 'Athena Ruby'. The third section covers articles which report current epigraphic projects: two projects from Greece presented will be published within databases. Maria Xenaki discusses the epigraphic wealth of Cappadocia and its hardly studied graffiti. The last section is devoted to case studies articles. Their content ranges from Late Antiquity (Sencer Şahin, Mustafa Sayar) until the middle and the late Byzantine period (Ida Toth, Linda Safran)."--
    Abstract: A short history of Byzantine inscriptions / Andreas Rhoby -- Some lessons of Byzantine epigraphy / Cyril Mango -- La tentation de Byzance : réflexions sur les inscriptions byzantines vues de la Latinité / Vincent Debiais -- Die byzantinische und die slawische Epigraphik in Bulgarien heute / Vasil Gjuzelev -- Byzantanischen Inschriften des nördlichen Schwarzmeerraums / Audrey Vinogradov -- Drei Grunfragen zu einen Corpus byzantinischer Inschriften / Peter Schreiner -- Die grössen westlichen Corpuswerke zu den mittelalterlichren und frühneuzeitlichen Inschriften / Walter Koch -- Corpus delle iscrizioni bizantine e pratiche della cultura scritta : note su questioni aperte e per prospettive future / Guglielmo Cavallo -- Zu den Richtlinien für die Edition byzantinischer Inschriften / Erkki Sironen -- Byzantine epigraphy for the 21st century / Charlotte Roueché -- Introducing Athena Ruby, Dumbarton Oaks' new font for Byzantine inscriptions / Joel Kalvesmaki -- Indices of published Christian and Byzantine inscriptions : an old project carried through with new technologies / Katerina Nikolaou, Irene Chrestou -- Byzantine dedicatory inscriptions and donor portraits (7th-15th c.) : a project in progress at the University of Athens / Sophia Kalopissi-Verti -- Corpus des graffites en Cappodoce : introduction / Mari Xenaki -- Greek graffitti from St. Sophia's in Constantinople in the archive of Robert Van Nice (Dumbarton Oaks, Washington, D.C.) / Alexandra A. Evdokimova -- Spätrömisch-frühbyzantinische Inschriften aus Perge im Pamphylien / Sencer Şahin -- Ziegelstempel von den Ausgrabungen am Nordwestufer des Lagunensees Küçükçekemece / Mustafa H. Sayar -- Greek inscriptions from ninth-tenth century Bulgaria : a case study of Byzantine epigraphy / Kazimir Popkonstantinov -- Epigraphic traditions in eleventh-century Byzantium : general considerations / Ida Toth -- Greek in the Salento : Byzantine and post-Byzantine public texts / Linda Safran.
    Note: "The present book, the first collective volume entirely devoted to aspects of Byzantine epigraphy ... mainly comprises papers delivered at two international meetings: a workshop entitled 'Byzantinishe Epigraphik: Wege zu einen Corpus' held on 18 May 2010 at the Austrian Academy of Sciences in Vienna, and a round table titled "Towards a Corpus of Byzantine Inscriptions' convened on 24 August 2011 at the 22nd International Congress of Byzantine Studies at the University of Sofia."--Preface , Includes bibliographical references (pages 241-242) and index , Beiträge teilweise englisch, teilweise deutsch, teilweise französisch, teilweise italienisch
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    ISBN: 9788834858653
    Language: Italian
    Pages: Online-Ressource (243 p)
    Edition: Online-Ausg.
    Series Statement: Collana della Scuola di Giurisprudenza dell'Università degli Studi di Milano-Bicocca
    Parallel Title: Print version Discriminazioni, linguaggio e diritto. Profili teorico-giuridici : Dall'immigrazione agli sviluppi della tecno-scienza: uno sguardo al diritto e al suo ruolo nella società moderna
    DDC: 305.8
    Keywords: Community development ; Social aspects ; Equality ; Social justice ; Electronic books ; Electronic books
    Abstract: Cover -- Occhiello -- Dedica -- Indice -- Ringraziamenti -- Prefazione -- Premessa -- Capitolo I - DISCRIMINAZIONI, EGUAGLIANZA, LIBERTÀ E RESPONSABILITÀ. CONCETTI NORMATIVI A CONFRONTO -- Capitolo II - IL LINGUAGGIO GIURIDICO DELLE DISCRIMINAZIONI -- Capitolo III - DIRITTO E DISCRIMINAZIONI: NORMATIVE A CONFRONTO -- Capitolo IV - LA GIURISPRUDENZA IN MATERIA DI DISCRIMINAZIONI -- Capitolo V - VERSO QUALE DIRITTO PER QUALE SOCIETÀ? RIFLESSIONI CONCLUSIVE -- Appendice - NORMATIVE DI RIFERIMENTO IN MATERIA DI ANALISI GENETICHE -- Bibliografia -- Ultimato di stampa -- Volumi pubblicati.
    Description / Table of Contents: Cover; Occhiello; Dedica; Indice; Ringraziamenti; Prefazione; Premessa; Capitolo I - DISCRIMINAZIONI, EGUAGLIANZA, LIBERTÀ E RESPONSABILITÀ.CONCETTI NORMATIVI A CONFRONTO; Capitolo II - IL LINGUAGGIO GIURIDICO DELLE DISCRIMINAZIONI; Capitolo III - DIRITTO E DISCRIMINAZIONI:NORMATIVE A CONFRONTO; Capitolo IV - LA GIURISPRUDENZAIN MATERIA DI DISCRIMINAZIONI; Capitolo V - VERSO QUALE DIRITTO PER QUALE SOCIETÀ?RIFLESSIONI CONCLUSIVE; Appendice - NORMATIVE DI RIFERIMENTOIN MATERIA DI ANALISI GENETICHE; Bibliografia; Ultimato di stampa; Volumi pubblicati
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    ISBN: 9783110362794 , 9783110393118
    Language: Italian
    Pages: 1 Online-Ressource (X, 300 S.) , Ill.
    Series Statement: Pluralisierung & Autorität 43
    Series Statement: Pluralisierung & Autorität
    Parallel Title: Erscheint auch als
    Dissertation note: Zugl.: München, Univ., Diss., 2014
    DDC: 306.44
    RVK:
    RVK:
    Keywords: Geschichte 1500-1700 ; Italienisch ; Neapel ; Sizilien ; Hochschulschrift ; Electronic books ; Hochschulschrift ; Hochschulschrift ; Sizilien ; Neapel ; Italienisch ; Geschichte 1500-1700
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    Tōkyō-to Shinjuku-ku : Orairī Japan
    Orig.schr. Ausgabe: 初版.
    Title: Python文法詳解 /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873116884 , 4873116880
    Language: Japanese
    Pages: 1 online resource (332 pages)
    Edition: Shohan.
    DDC: 005.133
    Keywords: Python (Computer program language) ; Computer programming
    Note: Includes index , In Japanese.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    ISBN: 3700177771 , 3700176589 , 9783700176589 , 9783700177777
    Language: Italian , English , French , German , Spanish
    Pages: 1 Online-Ressource (2 Bände,1083 Seiten) , Illustrationen
    Series Statement: Denkschriften 468. Bd
    Series Statement: Österreichische Akademie der Wissenschaften. Philosophisch-Historische Klasse
    Series Statement: Archäologische Forschungen Band 23
    Parallel Title: Erscheint auch als Antike Malerei zwischen Lokalstil und Zeitstil
    Parallel Title: Erscheint auch als Antike Malerei zwischen Lokalstil und Zeitstil
    DDC: 759.938
    RVK:
    Keywords: Painting, Ancient Congresses ; Antiquities, Prehistoric Congresses ; Painting, Ancient Congresses Themes, motives ; Electronic books ; Antiquities, Prehistoric ; Painting, Ancient ; Conference papers and proceedings ; Konferenzschrift 2010 ; Antike ; Wandmalerei
    Abstract: [Bd. 1.]Textband --[Bd. 2.]Tafelband.
    Note: Includes bibliographical references (pages 987-1065) , Band 1, Textband , Band 2, Tafelband , In Italian, with twenty two contributions in English, twenty three in French, nine in German and nine in Spanish
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    Torino : G. Giappichelli Editore
    ISBN: 9788834848074
    Language: Italian
    Pages: Online-Ressource (121 p)
    Parallel Title: Print version Il diritto di critica nei luoghi di lavoro
    DDC: 302.2
    Keywords: Labor laws and legislation ; Italy ; Work environment ; Law and legislation ; Electronic books ; Electronic books
    Abstract: COVER -- Quartino -- Dedica -- Indice -- Prefazione -- Capitolo 1 - Cenni storici sulla libertà di espressione -- Capitolo 2 - La libertà di espressione nell'ordinamento giuridico vigente -- Capitolo 3 - L'onore e l'immagine come limiti alla libertà di espressione -- Capitolo 4 - Il diritto di critica nel rapporto di lavoro -- Capitolo V - Il diritto di critica sindacale -- Capitolo 6 - Approfondimenti su alcune questioni controverse -- Capitolo 7 - Osservazioni conclusive -- Riferimenti normativi -- Bibliografia -- Ultimato di stampare.
    Description / Table of Contents: Cover; Quartino; Dedica; Indice; Prefazione; Capitolo I - Cenni storici sulla libertà di espressione; Capitolo II - La libertà di espressione nell'ordinamento giuridico vigente; Capitolo III - L'onore e l'immagine come limiti alla libertà di espressione; Capitolo IV - Il diritto di critica nel rapporto di lavoro; Capitolo V - Il diritto di critica sindacale; Capitolo VI - Approfondimenti su alcune questioni controverse; Capitolo VII - Osservazioni conclusive; Principali riferimenti normativi; Bibliografia; Ultimato di stampare
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    Torino : G. Giappichelli Editore
    ISBN: 9788875242633
    Language: Italian
    Pages: Online-Ressource (373 p)
    Series Statement: Focus
    Parallel Title: Print version La responsabilità giuridica per atti di bullismo : Prefazione di Anna Maria Baldelli
    DDC: 331.13/30945
    Keywords: Bullying ; Italy ; Harassment ; Italy ; Stalking ; Italy ; Electronic books ; Bullying ; Electronic books
    Abstract: L'allarme dei mass media spesso ""urlato"" su quotidiani e periodici, non appare particolarmente efficace per far comprendere agli attori (bulli, genitori, insegnanti ecc.) l'estrema gravità del ""bullismo"" che è considerato ormai un problema di salute internazionale.L'atteggiamento nella valutazione di tali agiti, è spesso superficiale, sì da provocare una semplificazione ed una banalizzazione dei comportamenti devianti, causando conseguentemente la mancata presa di consapevolezza del problema. Spesso genitori ed insegnanti percepiscono il bullismo come una realtà estranea ai propri figli ed
    Description / Table of Contents: Table of Contents; Frontespizio; © Copyright 2014 - LINEA PROFESSIONALE - TORINO; PREfAZIONE; PRESENTAZIONE; bullismo; bullismo e responsabilità civile; bullismo e responsabilità penale; rapporto tra il fenomeno del bullismo e i reati di stalking e di violenza sessuale; bullismo e aspetti processuali; le convenzioni internazionali e la giurisrudenza della corte europea dei diritti dell'uomo; conclusioni; Intervista a Mario Abrate; Strategie di prossimità per il contrasto al disagio giovanile
    Description / Table of Contents: Protocollo d'intesa interculturale tra la Procura della Repubblica presso il Tribunale dei minorenni del Piemonte e dellabibliografia
    Note: Description based upon print version of record
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    Torino : G. Giappichelli Editore
    ISBN: 9788834847695
    Language: Italian
    Pages: Online-Ressource (244 p)
    Parallel Title: Print version Aspetti evolutivi nella progettazione delle soluzioni organizzative
    DDC: 302.3
    Keywords: Electronic books ; Corporate culture ; Italy ; Organization ; Italy ; Psychology, Industrial ; Italy ; Electronic books
    Abstract: Cover -- Quartino -- Indice -- Introduzione -- Capitolo I - L'organizzazione nell'attuale scenario di riferimento -- Capitolo II - La progettazione organizzativa -- Capitolo III - Linee evolutive in termini di progettazione organizzativa -- Bibliografia -- Ultimato di stampare.
    Description / Table of Contents: Cover; Quartino; Indice; Introduzione; Capitolo I - L'organizzazione nell'attuale scenario di riferimento; Capitolo II - La progettazione organizzativa; Capitolo III - Linee evolutive in termini di progettazioneorganizzativa; Bibliografia; Ultimato di stampare
    Note: Description based upon print version of record
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    Torino : G. Giappichelli Editore
    ISBN: 9788834849934
    Language: Italian
    Pages: Online-Ressource (94 p)
    Parallel Title: Print version Flessibilità in uscita e sindacato giudiziario : Estratto da 'Il nuovo mercato del lavoro'
    DDC: 306.3/6
    Keywords: Labor market ; Manpower policy ; Electronic books ; Electronic books
    Abstract: pagina I-II -- Indice -- Parte II -- Capitolo XIII -- Capitolo XIV -- Capitolo XV -- Capitolo XVI -- Capitolo XVII -- Capitolo XVIII -- Capitolo XIX.
    Description / Table of Contents: pagina I-II; Indice; Parte II; Capitolo XIII; Capitolo XIV; Capitolo XV; Capitolo XVI; Capitolo XVII; Capitolo XVIII; Capitolo XIX
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    Turin : G. Giappichelli Editore | Ann Arbor, Michigan : ProQuest
    ISBN: 9788834848067
    Language: Italian
    Pages: 1 Online-Ressource (192 pages)
    DDC: 302.2
    Keywords: Electronic books
    Abstract: Il contatto continuativo con la 'diversità' implica una scelta inevitabile: alzare le barriere delle proprie abitudini esistenziali, presumendo di doversi dotare di una qualche difesa, o aprirsi fiduciosamente alla creazione quotidiana di nuovi significati? In altre parole: vivere interculturalmente è una sfida troppo rischiosa da accettare, o forse è il solo, ineluttabile destino dell'essere umano? A domanda esplicita, Il Diplomatico Interculturale risponde altrettanto esplicitamente.
    Note: Description based on publisher supplied metadata and other sources
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [s.l.] : Parkstone-International
    ISBN: 9639701211
    Language: Hungarian
    Pages: Online Ressource (7232 KB, 240 S.)
    Edition: 1. Aufl.
    Edition: Online-Ausg.
    Parallel Title: Print version Szimbolizmus
    DDC: 305.26
    Keywords: Electronic books
    Abstract: A szimbolizmus az 1880-as évekt?l kezdve bontakozott ki Franciaországban, és a 20. század elejéig Európa-szerte virágzott. A szimbolistákat leny?gözték az ?si mítoszok, megpróbáltak kiszabadulni a tudomány által az emberiségre ráer?szakolt racionális gondolkodás alól. A látható és kézzelfogható világot igyekeztek a szellemi létbe helyezni, hogy eljussanak a tiszta ideák mennyei honába, túlszárnyalva a tudat korlátait. A mozgalom legjelent?sebb képvisel?i a francia Gustave Moreau és Odilon Redon, a belga Fernand Khnopff és Félicien Rops, az angol Edward Burne-Jones és Dante Gabriel Rossetti, valamint a holland Jan Toorop.
    Description / Table of Contents: Tartalom; Bevezetés: Jean Moréas szimbolista kiáltványa; MÁSODIK JELENET; I. Szimbolizmus az irodalomban; II. Szimbolista költészet; Charles Baudelaire: Spleen; Joris-Karl Huysmans: Bevezető szonett; Gustave Kahn: A csésze; Jules Laforgue: Zongorák panasza, amit a rosszhírű negyedből hallani; Stéphane Mallarmé: Egy faun délutánja; Anna de Noailles: A halál így szól az emberhez; Henri de Régnier: A hang; Arthur Rimbaud: Hangzók; Paul Valéry: Heléna; Emile Verhaeren: A szikla; Paul Verlaine: Költészettan; III. Szimbolizmus a művészetben; Legjelentősebb művészek
    Description / Table of Contents: Pierre Puvis de Chavannes (Lyon, 1824 - Párizs, 1898)Arnold Böcklin (Bázel, 1827 - Zürich, 1901); Gustave Moreau (Párizs, 1828 - Párizs, 1898); Dante Gabriel Rossetti (London, 1828 - Birchington-on-Sea, 1882); Edward Burne-Jones (Birmingham, 1833 - London, 1898); Odilon Redon (Bordeaux, 1840 - Párizs, 1916); Eugène Carrière (Gournay-sur-Marne, 1849 - Párizs, 1906); Mihail Alekszandrovics Vrubel (Omszk, 1856 - Szentpétervár, 1910); Fernand Khnopff (Grembergen-lez-Termonde, 1858 - Brüsszel, 1921); Jan Toorop (Purworedjo, 1858 - Hága, 1928); Edvard Munch (Løten, 1863 - Ekely, 1944)
    Description / Table of Contents: Franz von Stuck (Tettenweis, 1863 - München, 1928)Jens Ferdinand Willumsen (Koppenhága, 1863 - Le Canet, 1958); Maurice Denis (Granville, 1870 - Párizs, 1943); Bibliográfia; Mutató; Jegyzetek
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    Frankfurt : Peter Lang GmbH, Internationaler Verlag der Wissenschaften
    ISBN: 9783631624258
    Language: Italian
    Pages: Online-Ressource (241 p)
    Edition: Online-Ausg.
    Series Statement: Spazi comunicativi kommunikative räume Band 11
    Parallel Title: Print version Gli italiani locali di Sardegna : Uno Studio Percettivo
    DDC: 300
    Keywords: Electronic books
    Abstract: La Sardegna presenta un panorama linguistico particolarmente vario e complesso. Questa eterogeneita (linguistica) si rispecchia nella pluridimensionalita dei suoi spazi comunicativi. Lo scopo principale di questo lavoro e l'indagine di tali spazi comunicativi, esaminando la varieta areale parlata in Sardegna; si e percio osservata la percezione dell'italiano regionale sardo nella sua distribuzione locale, da parte dei suoi parlanti, utilizzando gli strumenti e le teorie della varietistica percettiva. I risultati mostrano come la percezione del parlante possa fornire alla linguistica tradiziona
    Description / Table of Contents: Cover; Premessa; Indice; Introduzione; 1 L'italiano regionale e locale; 1.1 Definizione dell'italiano regionale; 1.1.1 Concetto di italiano regionale; 1.1.2 L'italiano regionale, l'italiano popolare, l'italiano dell'uso medio; 1.1.3 L'italiano regionale e l'italiano standard: status linguistico dell'Italia; 1.2 Classificazione; 1.2.1 Le varietà regionali; 1.2.2 Modelli di classificazione; 1.2.3 La variazione nel repertorio linguistico; 1.3 Formazione; 1.3.1 Periodo pre-unitario; 1.3.2 Periodo post-unitario; 1.3.3 L'Italia linguistica nell'età della Repubblica
    Description / Table of Contents: 2 Situazione linguistica in Sardegna2.1 La Sardegna: panorama linguistico; 2.1.1 Status; 2.1.2 Il sardo; 2.1.3 I dialetti sardocorsi; 2.1.4 L'italiano regionale di Sardegna - prospettiva diacronica; 2.2 Gli spazi comunicativi; 2.2.1 Dalla a-spazialità alla varietistica dello spazio; 2.2.2 Gli spazi comunicativi; 2.2.3 Descrizione degli spazi comunicativi della Sardegna; 3 Teorie, metodi e obbiettivi; 3.1 La geografia linguistica: dalla crisi al rinnovamento; 3.2 Varietistica percettiva; 3.2.1 Definizione; 3.2.2 Strumenti e metodi; 3.2.2.1 Intervista; 3.2.2.2 Osservazione; 3.2.2.3 Riproduzione
    Description / Table of Contents: 3.2.2.4 Esperimenti3.2.3 Finalità della ricerca: dal dato di produzione al dato percettivo; 4 Descrizione del corpus; 4.1 Dati di produzione; 4.1.1 Raccolta dati; 4.1.1.1 Località; 4.1.1.2 Probanti; 4.1.1.3 Item dell'inchiesta; 4.1.2 L'italiano regionale di Sardegna - prospettiva sincronica; 4.2 Dati sulla percezione; 4.2.1 Raccolta dati; 4.2.1.1 Stimoli; 4.2.1.2 Località d'indagine; 4.2.1.3 Descrizione del test percettivo; 4.2.2 Spazi percettivi della Sardegna: analisi e visualizzazione dei risultati; 4.2.2.1 Stimolo A - Sassari; 4.2.2.2 Stimolo B - Bitti; 4.2.2.3 Stimolo C - Bortigiadas
    Description / Table of Contents: 4.2.2.4 Stimolo D - Cagliari4.2.2.5 Stimolo E - Trinità D'Agultu; 4.2.2.6 Stimolo F - Sorso; 4.2.2.7 Stimolo G - San Basilio; 4.2.2.8 Stimolo H - Thiesi; 4.2.2.9 Conclusioni test percettivo; 5 Conclusioni generali; Indice delle figure; Bibliografia; Appendice 1: Questionario test percettivo; Appendice 2: Trascrizioni interviste
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [s.l.] : Franz Steiner Verlag
    ISBN: 351510383X , 9783515103831
    Language: Italian
    Pages: Online Ressource (PDF, 3499 KB, 562 S.)
    Edition: 1. Aufl.
    Edition: Online-Ausg.
    Parallel Title: Print version Gli epiteti ufficiali dei re ellenistici
    DDC: 305.31/09
    Keywords: Electronic books
    Abstract: L'autore esamina uno degli aspetti più importanti (e spesso trascurati) dell'età ellenistica: gli epiteti ufficiali dei sovrani e dei loro familiari (con attenzione anche alla titolatura regia nel suo complesso, agli epiteti non ufficiali e ai soprannomi), nel contesto più generale dei cambiamenti politici e religiosi in quell'epoca. Ile-book è diviso in tre parti, precedute da un'introduzione di carattere metodologico e con alcuni confronti con realtà della Grecia arcaica e classica. La prima parte offre un quadro storico incentrato sull'uso degli epiteti per Alessandro Magno e i suoi successori. Segue un'analisi dei singoli titoli nelle diverse dinastie (in alcuni casi, fino all'impero romano). Nella terza parte sono invece indagati il rapporto tra gli epiteti e la propaganda multiculturale nelle regalità ellenistiche e l'elaborazione dell'immagine ideale del sovrano nella tradizione antica.Completano il volume le conclusioni, due appendici, tabelle cronologiche, un'ampia bibliografia e due indici.---The author explores one of the most important (and so far neglected) topics of Hellenism: the official epithets of kings and relatives (with reference even to the whole royal titulature and to unofficial epithets and nicknames), in the wider context of political and religious changes during the Hellenistic times. The e-book is divided mainly in three parts, with an introduction which explains various methodological issues and provides the reader with some parallel examples in Greek archaic and classical periods. The first part offers a historical overview of the development of the use of the epithets for Alexander the Great and his successors. The second part sheds some light on each title used in every single dynasty (in some cases, down into Roman imperial times). The third part examines the interconnection between epithets and royal multicultural propaganda under the Hellenistic kingdoms, and the construction of an ideal figure of the king in ancient authors.The e-book includes conclusions, two appendices, chronological tables, an extended bibliography and two indexes. Federicomaria Muccioli is associated professor of Greek History in the University of Bologna. He is particularly interested in Hellenistic Kingship and society. Other fields of research are Western Greek history, Greek historiography and biography.
    Description / Table of Contents: INDICE; PREMESSA; INTRODUZIONE; PARTE I: LINEE EVOLUTIVE; CAP. I ALESSANDRO III ANIKETOS (E MEGAS?); CAP. II L'ETÀ DEI DIADOCHI; CAP. III SVILUPPO ED EVOLUZIONE DELL'USO DEGLI EPITETI UFFICIALI. UN QUADRO STORICO; PARTE II: INDAGINE ANALITICA; CAP. IV EPITETI ATTINENTI ALLA SFERA POLITICA; CAP. V EPITETI ATTINENTI ALLA SFERA FAMILIARE; CAP. VI EPITETI CON PREFISSO PHILO-/PHIL- NON ATTINENTI ALLA SFERA FAMILIARE; CAP. VII EPITETI ATTINENTI ALLA SFERA DIVINA; CAP. VIII EPITETI ATTINENTI ALLA SFERA MILITARE; PARTE III: LE IMMAGINI DEL RE ELLENISTICO
    Description / Table of Contents: CAP. IX ALLA RICERCA DEL SOVRANO ‹IDEALE› NELLA TITOLATURACONCLUSIONI; APPENDICE; TABELLE CRONOLOGICHE DELLE DINASTIE; BIBLIOGRAFIA E ABBREVIAZIONI; INDICE DELLE FONTI; INDICE SELETTIVO
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    ISBN: 9783110300376 , 9783110300376 , 3110300370
    Language: Italian
    Pages: Online Ressource (vii, 337 pages)
    Series Statement: Pluralisierung & Autorität 2076-8281 Bd. 38
    Series Statement: Pluralisierung & Autorität Bd. 38
    DDC: 306.4460945
    RVK:
    RVK:
    Keywords: Multilingualism Italy ; Bilingualism Italy ; Spaniards Language ; Italy ; Italy ; Multilingualism ; Bilingualism ; Spaniards Language ; Multilingualism ; Bilingualism ; Spaniards Language ; POLITICAL SCIENCE ; Public Policy ; Cultural Policy ; SOCIAL SCIENCE ; Anthropology ; Cultural ; SOCIAL SCIENCE ; Popular Culture ; Bilingualism ; Multilingualism ; Spaniards ; Language ; Italy ; Electronic books ; Konferenzschrift 2011
    Abstract: Frontmatter --Indice del volume --Premessa --L’Italia spagnola – parametri di uno spazio comunicativo prenazionale /Krefeld, Thomas --Scritture di una società plurilingue: note sugli atti parlamentari sardi di epoca moderna /Cadeddu, Maria Eugenia --Interferenze catalane in un volgarizzamento siciliano del XIV secolo /Musso, Pasquale --Scritture e ‘interscritture’ pratiche e burocratiche nella Sicilia spagnola /Sardo, Rosaria --La coalescenza dei volgari nelle documentazioni giuridiche del Regno di Sicilia (sec. XVI) – riapertura di questioni archiviate /Soares da Silva, Davide --Literatura de avisos: Información y espionaje de la frontera. La conjura de cataneses en Trípoli en 1558– 1559 /Sola, Emilio --Lo spagnolo in Lombardia. Spunti critici per una storia del plurilinguismo /Wilhelm, Raymund --Gli ispanismi di Carlo Maria Maggi nella crisi della coscienza europea /Mazzocchi, Giuseppe --Intimità o segreto? L’uso del catalano nei documenti bilingui del Codice Aragonese (1458–1460) /Venetz, Gabriela H. --La lingua amministrativa e burocratica negli Abruzzi vicereali /Fresu, Rita --La Gramatica española ‘perduta’ di Perles y Campos (1689) – specchio del plurilinguismo a Napoli nel Seicento /Ambrosch-Baroua, Tina --‘Plurilinguismo ricettivo’ – una chiave di lettura per l’Italia spagnola? /Schwägerl-Melchior, Verena --'Nuestra lengua Romance Castellana que ellos llaman española’ – Valoraciones y estereotipos en la reflexión sobre el papel del español en el Reino de Nápoles /Gruber, Teresa --Iberismi e cultura iberica nella prima Cortigiana dell’Aretino (1525) /Trovato, Paolo --Marte y Minerva – El vocabulario náutico y militar hispano-italiano en la Italia Española (siglos XVI–XVII) /Hiltensperger, Thomas --Indice analitico.
    Abstract: This volume sheds light on plurilingualism in Spanish-occupied Italy during the early modern period from a variety of perspectives. Topics include written language in pragmatic contexts (such as administrative documents), plurilingual literature and theater, and early modern thought on plurilingualism
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    Torino : G. Giappichelli Editore
    ISBN: 9788834839515
    Language: Italian
    Pages: Online-Ressource (121 p)
    Series Statement: Pubblicazioni della facoltà di Giurisprudenza. Università Telematica 'Giustino Fortunato
    Parallel Title: Print version Le fondazioni culturali : Profili di un modello in evoluzione
    DDC: 306.0945
    Keywords: Nonprofit organizations ; Law and legislation ; Italy ; Electronic books ; Electronic books
    Abstract: cover -- occhiello -- indice -- premessa -- Cap. I - MODELLO CONCETTUALE E STRUTTURA POSITIVA DELLA FONDAZIONE -- Cap. II - AUTONOMIA PRIVATA E CONTROLLI NEL CODICECIVILE E NELLA DISCIPLINA SPECIALE -- Cap. III - LE FONDAZIONI DI DIRITTO SPECIALE -- finito di stampare.
    Description / Table of Contents: cover; occhiello; indice; premessa; Cap. I - MODELLO CONCETTUALE E STRUTTURA POSITIVA DELLA FONDAZIONE; Cap. II - AUTONOMIA PRIVATA E CONTROLLI NEL CODICECIVILE E NELLA DISCIPLINA SPECIALE; Cap. III - LE FONDAZIONI DI DIRITTO SPECIALE; finito di stampare
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    Turin : G. Giappichelli Editore | Ann Arbor, Michigan : ProQuest
    ISBN: 9788834838891
    Language: Italian
    Pages: 1 Online-Ressource (154 pages)
    Series Statement: Collana di Studi e Ricerche Aziendali. Dipartimento di Studi e Ricerche Aziendali. Università d v.55
    DDC: 302.35
    Keywords: Electronic books
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    Turin : G. Giappichelli Editore | Ann Arbor, Michigan : ProQuest
    ISBN: 9788834878279
    Language: Italian
    Pages: 1 Online-Ressource (117 pages)
    Series Statement: Stelle inquiete. Interventi e confronti; Collana del Centro Studi Giuridici Dì-con-per Donne. U v.2
    DDC: 305.42
    Keywords: Electronic books
    Note: Description based on publisher supplied metadata and other sources
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Orig.schr. Ausgabe: 初版.
    Title: リーダブルコード : : より良いコードを書くためのシンプルで実践的なテクニック /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873115658 , 4873115655
    Language: Japanese
    Pages: 1 online resource (260 pages) , illustrations.
    Edition: Shohan.
    Uniform Title: Art of readable code
    DDC: 005.101
    Keywords: Computer programming ; Coding theory ; Coding theory ; Computer programming ; Electronic books
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    ISBN: 9781461905158 , 146190515X
    Language: English , Italian
    Pages: Online Ressource (xv, 173 p.) , ill.
    Edition: Online-Ausg.
    Series Statement: Sicilian studies v. 23
    Uniform Title: Fiabe, novelle e racconti poplari Siciliani 〈English〉
    Uniform Title: Fiabe, novelle e racconti poplari Siciliani. 〈engl.〉
    Parallel Title: Print version King of love and other fairy tales from his collection of Sicilian folk stories
    DDC: 398.209458
    Keywords: Fairy tales Italy ; Sicily ; Folklore Italy ; Sicily ; Italy ; Sicily ; Fairy tales ; Folklore ; Fairy tales ; Folklore ; Social Sciences ; Folklore ; Anthropology ; SOCIAL SCIENCE ; Folklore & Mythology ; Fairy tales ; Folklore ; Italy ; Sicily ; Electronic books ; Electronic books
    Note: Includes bibliographical references (p. 172). - Italian and English texts. - Description based on print version record , Italian and English texts
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    ISBN: 9788892152601
    Language: Italian
    Pages: 1 Online-Ressource (200 pages)
    Series Statement: Collana del corso di laurea in servizio sociale Facoltà di Giurisprudenza - Università di
    DDC: 306.85
    Keywords: Family policy. ; Families ; Electronic books
    Note: Description based on publisher supplied metadata and other sources
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    ISBN: 9789004222410 , 9004222413
    Language: English , Italian
    Pages: Online Ressource (viii, 389 pages) , illustrations, map.
    Additional Information: Rezensiert in Visani, Alessandro Pouring Jewish water into Fascist wine. Untold stories of (Catholic) Jews from the archive of Mussolini's Jesuit Pietro Tacchi Venturi. By Robert Aleksander Maryks. (Studies in the History of Christian Traditions, 157.) Pp. xv+389 incl. frontispiece and 20 ills. Leiden–Boston: Brill, 2012. €99. 978 90 04 21670 9; 1573 5664 2014
    Additional Information: Rezensiert in Adler, Franklin Hugh “Pouring Jewish Water into Fascist Wine”: Untold Stories of (Catholic) Jews from the Archive of Mussolini's Jesuit Pietro Tacchi Venturi, Robert Aleksander Maryks (Leiden and Boston: Brill, 2012), 395 pp., hardcover 136.00, electronic version available 2013
    Series Statement: Studies in the history of Christian traditions v. 157
    Parallel Title: Erscheint auch als Maryks, Robert A "Pouring Jewish water into fascist wine
    DDC: 305.892404509041
    Keywords: Jews Legal status, laws, etc ; History ; 20th century ; Italy ; Christian converts from Judaism Legal status, laws, etc ; History ; 20th century ; Italy ; Jews History ; 20th century ; Italy ; Race discrimination Law and legislation ; History ; 20th century ; Italy ; Jews History 20th century ; Jews Legal status, laws, etc 20th century ; History ; Christian converts from Judaism Legal status, laws, etc 20th century ; History ; Race discrimination Law and legislation 20th century ; History ; SOCIAL SCIENCE ; Anthropology ; Cultural ; SOCIAL SCIENCE ; Discrimination & Race Relations ; SOCIAL SCIENCE ; Minority Studies ; Ethnic relations ; Jews ; Jews ; Legal status, laws, etc ; Politics and government ; Race discrimination ; Law and legislation ; History ; Italy Ethnic relations ; History ; 20th century ; Italy Politics and government ; 1922-1945 ; Italy Ethnic relations 20th century ; History ; Italy Politics and government 1922-1945 ; Italy ; Electronic books ; Quelle
    Abstract: Preliminary Material -- Introduction -- 1. Allatini Giulia -- 2. Berger Eugenio -- 3. Campagnano Angelo -- 4. Cava Umberto -- 5. Cavalieri Ferdinando -- 6. Della Rocca Mario -- 7. Donati Antigono and Giacomo -- 8. Fanno Marco -- 9. Finzi Giulio -- 10. Foa Raimondo -- 11. Forti Alberto -- 12. Forti(s) Gino -- 13. Gallico Isacco Ernesto -- 14. Giordana (Cohen) Giordano -- 15. Guetta Elio -- 16. Hirsch Giuseppe -- 17. Iona Ippolito -- 18. Israeli Paolo -- 19. Lattes Bruno (Abramo) -- 20. Levi Mario Emanuele -- 21. Liuzzi Gabriella -- 22. Lombroso Enrico -- 23. Lumbroso Besso Lia -- 24. Melli Ida Tiziana -- 25. Melli Roberto -- 26. Migliau De Benedetti Bellina -- 27. Milla Angelo -- 28. Milla Edoardo -- 29. Modena Marcello -- 30. Orvieto Angiolo -- 31. Ottolenghi Carlo -- 32. Paggi Mario -- 33. Parasol Feliks Ryszard -- 34. Pereyra de Leon Giorgio -- 35. Prister Renzo -- 36. Salmon Massimo -- 37. Scazzocchio Graziano -- 38. Seppilli Giuseppe -- 39. Sinigaglia Giorgio -- 40. Sonino Guido -- 41. Sonnino Flavio -- 42. Uzielli Paolo -- 43. Zacutti Giulia -- 44. Zacutti Tullio -- Appendix One -- Appendix Two -- Bibliography -- Index.
    Abstract: The aim of this book is to offer the reader a critical edition of the petitions in their original Italian language that (Catholic) Jews residing in Italy submitted to the Fascist General Administration for Demography and Race (Demorazza) in order either to be ¿́¿discriminated, ¿́¿ id est, not subjected to various provisions of Mussolini¿́¿s racial laws of 1938, or ¿́¿Aryanized, ¿́¿ id est, be considered not of ¿́¿the Jewish race, ¿́¿ as defined by the convoluted and inconsistent Fascist anti-Semitic legislation. Anyone born of parents who both were of ¿́¿the Jewish race, ¿́¿ even though professing a religion other than Judaism, was deemed to be Jewish. Consequently, the racial laws affected not only those Italians who considered themselves Jewish, whether secular or religious, but also a significant number of Catholics whose ancestors had been Jewish, as the majority of the cases contained in this volume show
    Note: Includes bibliographical references (pages 373-376) and index. - English and Italian text. - Print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    Torino : G. Giappichelli Editore
    ISBN: 9788834828991
    Language: Italian
    Pages: Online-Ressource (333 p)
    Series Statement: Biblioteca di diritto processuale civile; Collana diretta da S. Chiarloni, C. Consolo, G. Costantino
    Series Statement: Biblioteca di Diritto Processuale Civile 55
    Parallel Title: Print version Le preclusioni nel processo ordinario di cognizione in tribunale
    DDC: 305.896073
    Keywords: Foreclosure ; United States ; Mortgage loans ; Law and legislation ; United States ; Electronic books ; Electronic books
    Description / Table of Contents: Cover; Quartino; Indice; Parte I - L'epoca delle codificazioni continentali; Capitolo I - Le preclusioni agli albori della prima codificazione unitaria; Capitolo II - Le preclusioni nella prima legislazione processuale dello stato italiano (dal codice Pisanelli 1865 alla riforma mortara del 1901); Capitolo III - Le preclusioni nel regolamento processuale austriaco del 1898 e in quello tedesco del 1877/1898; Parte II - La riforma del processo civile; Capitolo I - Le preclusioni nel progetto chiovenda; Capitolo II - Le preclusioni nelle riforme anteriori al codice del 1940
    Description / Table of Contents: Capitolo III - Le preclusioni nel codice di procedura civile del 1940/1942 (dalla promulgazione alle riforme degli anni novanta)Parte III - Diritto positivo; Capitolo I - Il sistema delle preclusioni nel vigente processo ordinario di cognizione innanzi al tribunale; Sezione I - Fase introduttiva del giudizio e preclusioni; Sezione II - Trattazione della causa e preclusioni; Sezione III - L'onere di contestazione specifica; Sezione IV - La rimessione in termini; Sezione V - Intervento volontario e preclusioni; Conclusioni; Ultimato di stampare
    Note: Description based upon print version of record
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    ISBN: 9788834828892
    Language: Italian
    Pages: Online-Ressource (154 p)
    Edition: Online-Ausg.
    Series Statement: Stelle inquiete. Interventi e confronti; Collana del Centro Studi Giuridici Dì-con-per Donne. U v.1
    Series Statement: Stelle inquiete Interventi e confronti 1
    Parallel Title: Print version Donne tra storia e politica : Stelle inquiete. Interventi e confronti
    DDC: 305
    Keywords: Female offenders ; Italy ; Sex discrimination in criminal justice administration ; Electronic books ; Electronic books
    Description / Table of Contents: Cover; Quartino; Indice; DIFFERENZE/SOMIGLIANZE. UNA INTRODUZIONE; Parte I - Tra prospettive storiche e profili teorici ; M.P. Baccari - LA CONDIZIONE GIURIDICA DELLA DONNA A ROMA:A PROPOSITO DEL MUNUS FEMINARUM; M.R. Di Simone - LA DONNA NELLA STORIA DEL DIRITTO AUSTRIACO:TRADIZIONE E INNOVAZIONETRA MEDIOEVO E SETTECENTO; C. Ariano - LA CONDIZIONE FEMMINILE.SUGGESTIONI DA HEGEL; E. Bea - LA SCRITTURA FEMMINILECOME ARMA DI PACE; V. Sala - IL PRINCIPIO FEMMINILEIN ITALO MANCINI; F. Vinci - ALBE INCOMPIUTE.DALLE VITE DI SCARTOAGLI ABORTI SELETTIVI DI GENERE
    Description / Table of Contents: Parte II -Tra fondamentie dimensioni praticheM.N. Campagnoli - VIOLENZA POLITICA E QUESTIONI DI GENERE. LE SHAID: DONNE CHE SFIDANO L'ORDINE SOCIO-POLITICO; V. Colombo - DONNE CHE "DIVENTANO PERSONE".ANALISI DEI CASI SPECIFICI DI ARABIA SAUDITA,KUWAIT E BAHREIN; M. Daverio - LA BIOPOLITICA E IL CORPO DELLA DONNA.ALCUNE QUESTIONI LEGATE ALL'IDENTITÀ FEMMINILE; L. Palazzani - L'ETICA DELLA CURA:PERCORSI FILOSOFICI DECLINATI "AL FEMMINILE"; Nota finale; C. Faralli - DIDATTICA E RICERCA AL FEMMINILE NELLA FACOLTÀ DI GIURISPRUDENZA
    Description / Table of Contents: F. Vinci - ABORTO SELETTIVO DI GENEREDOCUMENTO DEL CENTRO STUDI GIURIDICIDI-CON-PER DONNEBIBLIOGRAFIA/SITOGRAFIA
    Note: Description based upon print version of record
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    Torino : G. Giappichelli Editore
    ISBN: 9788834837764
    Language: Italian
    Pages: Online-Ressource (194 p)
    Series Statement: Collana dell'Università europea di Roma
    Series Statement: Università europea di Roma 8
    Parallel Title: Print version La mediazione
    DDC: 303.69
    Keywords: Mediation ; Electronic books ; Electronic books
    Description / Table of Contents: Cover; Quartino; Dedica; Indice; Capitolo I - La mediazione nel sistema della tutela dei diritti; Capitolo II - I modelli di mediazione; Capitolo III - L'amministrazione della mediazione:regole di condotta e responsabilità; Capitolo IV - Il procedimento di mediazione; Ultimato di stampare
    Note: Description based upon print version of record
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    ISBN: 9788834836897
    Language: Italian
    Pages: Online-Ressource (200 p)
    Series Statement: Collana del corso di laurea in servizio sociale Facoltà di Giurisprudenza - Università di
    Series Statement: Collana del Corso di laurea in servizio sociale 9
    Parallel Title: Print version Famiglie in movimento : Difficoltà e strategie per il sostegno. Atti del Convegno organizzato dalla Facoltà di Giurisprudenza (Genova 20 gennaio 2012)
    DDC: 320.6094
    Keywords: Family policy ; Families ; Electronic books ; Electronic books
    Description / Table of Contents: Cover; Quartino; Indice; Introduzione - Giovanni Savorani; Saluti - Lorena Rambaudi; Saluti - Roberta Papi; Le politiche della famiglia in europa: tra convergenza e diversificazione - Chiara Saraceno; La famiglia nella prospettiva della libera circolazione delle persone: il diritto al ricongiungimento familiare spettante ai cittadini dell'Unione Europea e degli stati terzi - Ilaria Queirolo; Legislazione del lavoro e conciliazione tra lavoro e vita familiare - Maria Vittoria Ballestrero; Politiche di sostegno alla domanda di servizi alla persona: una sintesi - Luca Beltrametti
    Description / Table of Contents: Politiche sociali e servizi in Italia - Emanuele Ranci OrtigosaPolitiche sociali per la famiglia: le linee della legislazione regionale e statale a confronto - Maria Rosa Spallarossa; Famiglia: insostituibile risorsa sociale - Anna Maria Panfili; A Parma, un'esperienza innovativa per politiche comunali a misura di famiglia: l'Agenzia per la famiglia - Cecilia Maria Greci; Il lato oscuro delle relazioni familiari - Carla Costanzi ; Il co-housing tra solidarietà sociale e sostenibilità economica - Vincenzo Bancone
    Description / Table of Contents: Servizi per l'infanzia e per la scuola. Sistema tariffario ""a isee continuo"", un sistema equo e solidale - Clemino CasalgrandiUltimato di stampare; Volumi pubblicati
    Note: Description based upon print version of record
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    ISBN: 9783631636695 , 9783653017458
    Language: Italian
    Pages: 497 p.
    Edition: Online-Ausg. 2011 Available via World Wide Web
    Series Statement: VarioLingua Bd. 41
    Parallel Title: Print version Noio volevan savuar : Studi in Onore Di Edgar Radtke del Sessantesimo Compleanno Festschrift Fuer Edgar Radtke Zu Seinem 60. Geburtstag
    DDC: 306.44094
    Keywords: Electronic books ; Bibliografie ; Aufsatzsammlung ; Festschrift
    Abstract: Includes bibliographical references
    Abstract: La miscellanea in occasione del sessantesimo compleanno di Edgar Radtke contiene una serie di articoli scientifici redatti dai suoi colleghi, amici e allievi. Gli articoli riguardano diverse aree della linguistica e trattano l'italiano e il francese contemporaneo, il substandard, il linguaggio giovanile come anche aspetti del lessico e delle lingue settoriali. Al centro dell'interesse anche i cambiamenti linguistici e sociali, la storia e la riflessione linguistica, la geolinguistica e l'etnolinguistica e questioni centrali nell'ambito linguistico e culturale della Campania. Die Festschrift an
    Description / Table of Contents: Tabula Gratulatoria; Inhalt / Indice; Grußwort. Ekkehard Felder; Noio volevàn savuàr...eine Hommage an unseren Lehrer Edgar Radtke; In principio erat... Neapolis.Eine Erinnerung. Gudrun Held; Vabbè, embè e compagnia bella. Maurizio Dardano; «Abbiamo scassato» significa 'abbiamo sfondato'.Cronaca di un neologismo semantico. Nicola De Blasi; Tratti fonetici neo-standard nell'italiano della RAI. Pietro Maturi; La perifrasi progressiva? Sta avendo un buon momento! Silvia Natale; "Tra un'apericena e un frushi": le nuove abitudini gastrolinguistiche degli italiani. Daniela Pietrini
    Description / Table of Contents: Les marqueurs d'interaction. Ellen RötterinkLe français parlé, les français parlés et les conséquences didactiques. Thomas Stehl; Jugendsprache und jugendliches Sprechen in Rom 2006 und 2011: Eine kleine Fallstudie. Gerald Bernhard; Affioramenti dialettali nell'italiano popolare novecentesco: quattro lettere campane (1943) censurate dal fascismo. Paolo D'Achille; In culo al mondo / am Arsch der Welt - Ein Streifzug durch die Toponomastik der Einöde. Nelson Puccio; Scritture italiane popolari in Sicilia. Una ricognizione con un inedito di Tommaso Bordonaro. Giovanni Ruffino
    Description / Table of Contents: Sul turpiloquio nell'italiano scritto contemporaneo. Luca SerianniLiberi tutti! L'affermazione del turpiloquio nella politica italiana. Alberto A. Sobrero; La goliardia giovanile oggi. Un impasto linguistico. Immacolata Tempesta; Handles of besoms and ploughs; shafts of carts, hayforks, spades and scythes: the evidence of the Survey of English Dialects (SED). Beat Glauser (Heidelberg); Le denominazioni della pasta Intorno a una proposta di fine Ottocento. Annalisa Nesi; Sul potenziale espressivo del lessico psicanalitico: Il caso di "libido". Giulia Pelillo
    Description / Table of Contents: Aspetti della variazione diafasica nel dominio della medicina. Giovanni RoverePIPISTRELLO. Una categoria volatile. Arno Scholz; Sprecheridentität und Gesellschaftswandel -Überlegungen zur außersprachlichen Bedingtheit sprachlicher Verhaltens- und Wahrnehmungsmuster. Till Stellino; Auswirkungen der Einwanderungspolitik auf die soziale und sprachliche Integration von Immigranten in Italien. Matthias Wolny; Carl Ludwig Fernow zum letzten - Erinnerung an ein(noch) nicht eingelöstes Versprechen. Jörn Albrecht
    Description / Table of Contents: Il giuoco (linguistico) delle parti: stereotipi delle identità "geografiche" nel teatro comico. Massimo ArcangeliElemente varietätenlinguistischer Reflexion in Italien vom 14. bis zum 18. Jahrhundert anhand von Fallstudien. Andreas Michel; La circolazione linguistica nel medioevo italiano. Elda Morlicchio; I primi tempi dell'insegnamento dell'italiano in Boemia-Moravia, Polonia e Slovacchia. Stanisław Widłak; Sopravvivenze di culti antichi: agiotoponimi nei Catasti Onciari di Tito. Maria Teresa Greco
    Description / Table of Contents: Essere in Italien: Gibt es eine Semantik der 'Person' hinter der morphologischen Unregelmäßigkeit? Thomas Krefeld / Stephan Lücke
    Note: Description based upon print version of record , Available via World Wide Web
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Orig.schr. Ausgabe: 初版.
    Title: エビデンスが変えるソフトウェア開発 = : Making software /
    Publisher: オライリー・ジャパン,
    ISBN: 9784873115115 , 4873115116
    Language: Japanese
    Pages: 1 online resource (612 pages) , illustrations.
    Edition: Shohan.
    DDC: 005.1
    Keywords: Computer software Development ; Software engineering ; Electronic books
    Abstract: "No doubt, you've heard many claims about how some tool, technology, or practice improves software development. But which claims are verifiable? In this book, leading thinkers offer essays that uncover the truth and unmask myths commonly held among the software development community" --
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    Clevedon : Multilingual Matters
    ISBN: 1853596825 , 9781853596827
    Language: English , Italian
    Pages: Online Ressource (xii, 288 p.) , map.
    Edition: Online-Ausg. [S.l.] HathiTrust Digital Library Online-Ausg. [S.l.] : HathiTrust Digital Library
    Series Statement: Multilingual matters 117
    Parallel Title: Erscheint auch als Tosi, Arturo Language and society in a changing Italy
    DDC: 306.440945
    Keywords: Italian language Social aspects ; Sociolinguistics Italy ; Italian language Dialectology ; Languages in contact Italy ; Italienisch ; Italy ; Italian language Social aspects ; Sociolinguistics ; Italian language Dialectology ; Languages in contact ; Languages in contact Italy ; Italienisch ; Italy ; Sociolinguistics Italy ; Italian language Dialectology ; Italian language Social aspects ; LANGUAGE ARTS & DISCIPLINES ; Linguistics ; Sociolinguistics ; Languages in contact ; Sociolinguistics ; Italiaans ; Sociolinguïstiek ; Gesellschaft ; Sprachvariante ; Sprachkontakt ; Soziolinguistik ; Italy ; Italienisch ; Electronic books
    Abstract: Language planning and language change -- Linguistic diversity -- Standard and non-standard variations -- Language in education -- New conventions -- The language of bureaucracy -- The language of politicians -- The language of newspapers -- The language of advertising -- The language of young people -- Italian and English in Italy -- Italian in English-speaking countries -- Italian in multilingual Europe.
    Note: Includes bibliographical references (p. 269-280) and index. - Description based on print version record , Description based on print version record , Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002 , Online-Ausg. [S.l.] : HathiTrust Digital Library , Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    ISBN: 9789047421610 , 9047421612
    Language: English , Italian , Latin
    Pages: Online Ressource (xx, 253 pages) , illustrations, maps.
    Edition: Online-Ausg. [S.l.] HathiTrust Digital Library Online-Ausg. [S.l.] : HathiTrust Digital Library
    Series Statement: Ottoman Empire and its heritage v. 37
    Parallel Title: Erscheint auch als Ransom slavery along the Ottoman borders
    DDC: 306.3620956
    Keywords: Slavery History ; Turkey ; Slave trade History ; Turkey ; Slavery and Islam History ; Slave trade History ; Slavery and Islam History ; Slavery History ; Slave trade History ; Turkey ; Slavery History ; Turkey ; Slavery and Islam History ; Sklavenhandel ; Slave trade ; SOCIAL SCIENCE ; Slavery ; Slavery and Islam ; Sklavenhandel ; Grenzgebiet ; Slavernij ; Slavery ; Grenzgebiet ; History ; Electronic books ; Turkey History ; Ottoman Empire, 1288-1918 ; Turkey ; Osmaanse rijk ; Midden-Oosten ; Türkei ; Osmanisches Reich ; Turkey History Ottoman Empire, 1288-1918 ; Turkey History ; Ottoman Empire, 1288-1918 ; Turkey ; Osmaanse rijk ; Midden-Oosten ; Türkei ; Osmanisches Reich ; Türkei ; Osmaanse rijk ; Midden-Oosten ; Osmanisches Reich ; Turkey ; Electronic books History
    Abstract: ISTVÁN GYÖRGY TÓTH Catholic missionaries as Turkish prisoners in Ottoman Hungary in the seventeenth centuryZSUZSANNA J. ÚJVÁRY A Muslim captive's vicissitudes in Ottoman Hungary (mid-seventeenth century); JÁNOS J. VARGA Ransoming Ottoman slaves from Munich (1688); GÉZA DÁVID Manumitted male slaves at Galata and Istanbul around 1700; MÁRIA IVANICS Enslavement, slave labour and treatment of captives in the Crimean Khanate; PÁL FODOR Maltese pirates, Ottoman captives and French traders in the early seventeenthcentury Mediterranean; INDEX
    Abstract: PREFACE; ABBREVIATIONS; INTRODUCTION; ENIKO CSUKOVITS Miraculous escapes from Ottoman captivity; ISTVÁN TRINGLI Litigations for Ottoman prisoners of war and the siege of Buzsin (1481, 1522); ÁRPÁD NÓGRÁDY A list of ransom for Ottoman captives imprisoned in Croatian castles (1492); GÉZA PÁLFFY Ransom slavery along the Ottoman- Hungarian frontier in the sixteenth and seventeenth centuries; KLÁRA HEGYI Freed slaves as soldiers in the Ottoman fortresses in Hungary; FERENC SZAKÁLY The ransom of Ali bey of Koppány. The impact of capturing slaves on trade in Ottoman Hungary
    Abstract: The volume is an ambitious attempt to give a comprehensive picture of trade in captives along the European borders of the Ottoman Empire, especially in Central Europe. It brings together a great deal of so far unpublished archival material and thus integrates a new area into the research
    Note: Includes bibliographical references and index. - In English with some Italian and Latin text. - Description based on print version record , In English with some Italian and Latin text , Description based on print version record , Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002 , Online-Ausg. [S.l.] : HathiTrust Digital Library , Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    Milano : Springer Milan
    ISBN: 9788847018273
    Language: Italian
    Pages: 1 online resource (220 pages)
    Parallel Title: Erscheint auch als
    DDC: 548
    Keywords: Crystals ; Pictorial works ; Electronic books
    Abstract: Molte persone hanno avuto occasione di vedere le forme ed i colori dei cristalli formati dalle rocce cristalline, ma forse pochi sanno che le sostanze chimiche possono formare dei microcristalli, visibili al microscopio, con forme e colori altrettanto belli. Immersi nel nostro mondo macroscopico non ci rendiamo conto che attorno a noi vi sono altri fantastici mondi microscopici che attendono di essere svelati. In questo libro sono riportate con intento educativo una serie di informazioni di base su come preparare i microcristalli e su come poterli osservare e fotografare al microscopio, ma l aspetto pi affascinante la vasta serie di immagini di microcristalli che viene proposta. Questo libro vuole condividere con il lettore le emozioni visive che vengono da un incredibile fusione di forme con un arcobaleno di variazioni cromatiche e di impareggiabile bellezza, che non sono solo un piacere per gli occhi, ma testimoniano anche come la fantasia della natura non abbia mai fine.
    Abstract: Title Page -- Prefazione -- Copyright Page -- Table of Contents -- I cristalli: cosa sono -- I microcristalli: come si formano -- Come osservare i microcristalli -- II microscopio -- La luce polarizzata -- II campo oscuro -- L'illuminazione di Rheinberg -- Come fotografare i microcristalli -- Bibliografia -- Indice analitico -- Indice delle figure -- Microcristalli: raccolta iconografica.
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [s.l.] : Springer Verlag Italia
    ISBN: 8847010683
    Language: Italian
    Pages: Online Ressource (2144 KB, 189 S.)
    Edition: 1. Aufl.
    Edition: Online-Ausg.
    Parallel Title: Print version Sentire e pensare : Emozioni E Apprendimento Fra Mente E Cervello
    DDC: 152.4
    Keywords: Cognition ; Thinking ; Emotions ; Electronic books
    Abstract: Pensieri e sentimenti sono spesso stati considerati, studiati separatamente. Ricerche recenti, in ambito psicologico, neuroscientifico sottolineano l’unitarietà, la reciproca influenza dei processi cognitivi ed emotivi, lo stretto rapporto fra natura e cultura. La vita psichica, sin dalle sue origini, dalle sue prime esperienze relazionali si sviluppa in tutte le sue funzioni. Nel corso degli anni si continua ad apprendere, a memorizzare, a crescere sul piano del pensare e del sentire. Anche da vecchi si può sempre imparare e perfezionare ciò che si pensa e si prova. Il benessere o il malessere coinvolgono la storia e la vita delle persone, nella loro complessità. Quando vengono colpiti gli affetti ne risentono i pensieri, gli atteggiamenti, le relazioni con gli altri. Nelle situazioni vissute positivamente si è più facilmente portati ad essere ottimisti, disponibili verso l’ambiente circostante, spesso ci si sente meglio anche fisicamente. Mente e cervello nascono insieme e non si separano mai, sono entrambi testimoni della biografia di un individuo, il loro destino è connesso alle esperienze, alla qualità e caratteristiche dei pensieri e dei sentimenti, al loro grado di consapevolezza, al desiderio di saperne sempre di più, di noi stessi e di quanto ci accade. La dimensione relazionale, l’intersoggettività, il significato degli affetti, la cultura, la libertà dello spirito creativo caratterizzano il pensare e il sentire, l’apprendere e il ricordare, la verità narrativa di una persona, dall’infanzia alla vecchiaia. Il volume raccoglie in una prospettiva interdisciplinare vari contributi sulle emozioni e sull’apprendimento, sul sentire e sul pensare e può essere di aiuto a medici, psicologi, professionisti della salute, ricercatori, studenti e a tutte quelle persone a cui stanno a cuore l’unitarietà e le speranze dell’essere umano.
    Description / Table of Contents: Emozioni e gravidanza: effetti dello stress materno sul benessere fetale; Le emozioni nella prospettiva cognitivo-costruttivistica; Social Appraisal : una dimensione del Cognitive Appraisal; La dimensione emotiva dell'attrazione sessuale; Le emozioni invecchiano?; Le emozioni per lo storico medico; Mente e medici: analisi di alcuni repertori ottocenteschi; Neurofisiologia delle emozioni; Emozioni e psicosomatica; Curarsi delle emozioni. Una nuova prospettiva per la medicina; Sentire o pensare? Emozioni o apprendimento?; Apprendimento fra natura e cultura
    Description / Table of Contents: Relazioni di apprendimento e costruzione della menteL'apprendimento tra biologia, epistemologia e psicoterapia psicoanalitica; Piaceri e dispiaceri nell'apprendimento e nell'insegnamento universitari; Dinamiche di gruppo nel processo di formazione;
    Note: Description based upon print version of record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    ISBN: 9786074620238 , 6074620237 , 6074620237 , 9786074620238
    Language: Spanish , Japanese
    Pages: 1 Online-Ressource (386 pages)
    Edition: 1. edition
    Parallel Title: Erscheint auch als
    Parallel Title: Print version Cultura visual en Japón
    Keywords: Art and society ; Art, Japanese 20th century ; Art and society ; Art, Japanese ; Electronic books ; Japan ; Art and society ; Art, Japanese
    Note: "Centro de Estudios de Asia y África"--Page opp. title page , Includes bibliographical references , Spanish and Japanese
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    México, D.F : Editorial Aldus
    ISBN: 9786074620573 , 6074620571 , 6074620571 , 9786074620573
    Language: Italian , Spanish
    Pages: 1 Online-Ressource (xxxviii, 200 pages)
    Edition: Segunda edición, corregida y muy aumentada
    Parallel Title: Print version Fiori di sonetti
    Keywords: Sonnets, Italian Translations into Spanish ; Sonnets, Spanish ; Sonnets, Italian ; Sonnets, Italian ; Sonnets, Spanish ; Sonnets, Italian ; Electronic books ; LITERARY CRITICISM / European / Italian ; Translations ; Sonnets, Italian ; Sonnets, Spanish
    Note: "Aldus sexto libro aldino"--Preliminary page , Includes indexes , Italian and Spanish
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    Toronto [Ont.] : University of Toronto Press
    ISBN: 9781442688087 , 1442688084
    Language: English , Italian
    Pages: Online Ressource , ill.)
    Edition: Online-Ausg.
    Additional Information: Rezensiert in Buck, Lawrence P. [Rezension von: Magnanini, Suzanne, Fairy-Tale Science: Monstrous Generation in the Tales of Straparola and Basile] 2010
    Series Statement: Toronto Italian studies
    Parallel Title: Erscheint auch als Magnanini, Suzanne Fairy-tale science
    DDC: 398.209450903
    Keywords: Straparola, Giovanni Francesco approximately 1480-1557? Criticism and interpretation ; Basile, Giambattista approximately 1575-1632 Criticism and interpretation ; Basile, Giambattista Criticism and interpretation ; Straparola, Giovanni Francesco Criticism and interpretation ; Basile, Giambattista ; Straparola, Giovanni Francesco ; Straparola, Giovanni Francesco ; Basile, Giambattista ; Monsters Folklore ; Fairy tales History and criticism ; Italy ; Literature and science History ; Italy ; Italian fiction History and criticism ; 16th century ; Italian fiction History and criticism ; 17th century ; Monsters in literature ; Fairy tales History and criticism ; Literature and science History ; Italian fiction History and criticism 16th century ; Italian fiction History and criticism 17th century ; Monsters Folklore ; SOCIAL SCIENCE ; Folklore & Mythology ; LITERARY CRITICISM ; European ; Italian ; Fairy tales ; Italian fiction ; Literature and science ; Monsters ; Monsters in literature ; Ungeheuer ; Criticism, interpretation, etc ; Folklore ; History ; Italy ; Electronic books
    Abstract: "In Fairy-Tale Science Suzanne Magnanini explores the birth and evolution of the literary fairy tale in the context of early modern discourses on the monstrous. She demonstrates how both the normative literary theories of the Italian intellectual establishment and the emerging New Science limited the genre's success on its native soil. Natural philosophers, physicians, and clergymen positioned the fairy tale in opposition to science, fixing it as a negative pole in a binary system, one which came to define both a new type of scientific inquiry and the nascent literary genre. Magnanini also suggests that, by identifying their literary production with the monstrous and the feminine, Straparola and Basile contributed to the marginalization of the new genre." "A wide-ranging yet carefully crafted study, Fairy-Tale Science investigates the complex interplay between scientific discourse and an emerging literary genre, and expands our understanding of the early modern European imagination."--Jacket
    Abstract: Introduction. Science Fictions -- 1. Facts and Favole -- 2. Wonder Tales in the Age of the Marvellous -- 3. 'Con l'uno e l'altro sesso': Gender, Genre, and Monstrosity in Straparola's Frame Tale -- 4. 'Per far vere le favole': Manipulating Maternal Desire in Basile's Frame Tale -- 5. Bestiality and Interclass Marriage in Straparola's 'Il re porco' -- 6. Foils and Fakes: Manufactured Monsters and the Dragon-Slayer -- 7. Fertile Flatulence: Monstrous Paternity in Basile's 'Viola'.
    Note: Includes bibliographical references (p. [199]-213) and index. - Includes some text in Italian
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    Milano : Springer | [Heidelberg] : Springer
    ISBN: 9788847008137
    Language: Italian
    Pages: Online-Ressource
    Edition: Online-Ausg.
    Series Statement: I blu
    DDC: 793.7
    Keywords: Electronic books
    Abstract: Il gioco del Sudoku è esploso nel mondo occidentale a partire dal 2005 e da allora ha continuato a espandersi, a raccogliere nuovi proseliti, a far proliferare riviste specializzate nelle edicole e siti dedicati su Internet. Il successo del Sudoku non accenna a rallentare. Tutti i grandi quotidiani offrono giornalmente alcuni schemi da risolvere; sono nate associazioni e federazioni; vengono organizzati tornei locali, vari campionati nazionali e persino un campionato mondiale a cadenza annuale; si moltiplicano le proposte di varianti del Sudoku classico; moltissimi docenti universitari hanno a
    Description / Table of Contents: Introduzione; Il gioco; Convenzioni di base per notazione e primi termini di glossario; Tecniche di soluzione di base; Prime osservazioni sulla strategia di gioco; I candidati; Tecniche convenzionali di riduzione dei candidati; La situazione di stallo apparente; Tecnic he avanzate; Strategia conclusiva di gioco; I livelli di difficoltà; Ulteriori tecniche di gioco;
    Note: Lizenzpflichtig
    URL: Volltext  (lizenzpflichtig)
    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...