Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • 1985-1989  (17)
  • Dordrecht : Springer  (17)
  • Science (General)  (17)
Datasource
Material
Language
Years
Year
  • 1
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789400911130
    Language: English
    Pages: Online-Ressource , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Series Statement: Elsevier Applied Food Science Series
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1. A Proposal for Correct Nomenclature of the Domesticated Species of the Genus Saccharomyces -- 2. Microorganisms of Wine -- 3. Genetic Manipulation of Brewing and Wine Yeast -- 4. Killer Yeasts: Notes on Properties and Technical Use of the Character -- 5. The Effects of Carbon Dioxide on Yeasts -- 6. Microbial Spoilage of Canned Fruit Juices -- 7. Recent and Future Developments of Fermentation Technology and Fermenter Design in Brewing -- 8. Fermenter Design for Alcoholic Beverage Production -- 9. Optimal Fermenter Design for White Wine Production -- 10. Factors Affecting the Behaviour of Yeast in Wine Fermentation -- 11. On the Utilisation of Entrapped Microorganisms in the Industry of Fermented Beverages -- 12. Preparation of Yeast for Industrial Use in Production of Beverages -- 13. Enzymes in the Fruit Juice Industry -- 14. Enzymatic Processing of Musts and Wines.
    Abstract: Beverage production is among the oldest, though quantitatively most significant, applications of biotechnology methods, based on the use of microorganisms and enzymes. Manufacturing processes employed in beverage production, origi­ nally typically empirical, have become a sector of growing economic importance in the food industry. Pasteur's work represented the starting point for technological evolution in this field, and over the last hundred years progress in scientifically based research has been intense. This scientific and technological evolution is the direct result of the encounter between various disciplines (chemistry, biology, engineering, etc.). Beverage production now exploits all the various features of first and second-generation biotechnology: screening and selective im­ provement of microorganisms; their mutations; their use in genetic engineering methods; fermentation control; control of enzymatic processes, including industrial plants; use of soluble enzymes and immobilized enzyme reactors; development of waste treatment proc­ esses and so on. Research developments involving the use of biotechnology for the purpose of improving yields, solving quality-related problems and stimulating innovation are of particular and growing interest as far as production is concerned. Indeed, quality is the final result of the regulation of microbiological and enzymatic processes, and innovation is a consequence of improved knowledge of useful fermentations and the availability of new ingredients. The Council of Europe's sponsorship of the work which led to the contributions to this volume is clear evidence of the growing need for adequate information about scientific and technological progress.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789401725583
    Language: English
    Pages: Online-Ressource (XX, 268 p) , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: I The Biological Underpinnings of Scents -- 1 Human odour culture: a zoological perspective -- 2 The molecular dimension in perfumery -- 3 The significance of odorous steroids in axillary odour -- II Developmental and Social Aspects of Fragrance -- 4 The acquisition of odour hedonics -- 5 Perfume as a tactic of impression management in social and organizational settings -- III Odour Perception and the Language of the Brain -- 6 Contingent negative variation (CNV) and the psychological effects of odour -- 7 Emotion and the brain -- IV Fragrance Therapies -- 8 Anxiety reduction using fragrances -- 9 Essential oils as psychotherapeutic agents -- V The Consumer and Perfume -- 10 The psychology of fragrance selection -- 11 Perfume, people, perceptions and products -- 12 Selling perfume: a technique or an art? -- 13 Fragrance education and the psychology of smell -- References -- Author Index.
    Abstract: THE SENSE OF SMELL The nose is normally mistakenly assumed to be the organ of smell reception. It is not. The primary function of the nose is to regulate the temperature and humidity of inspired air, thereby protecting the delicate linings of the lungs. This is achieved by the breathed air passing through narrow passageways formed by three nasal turbinates in each nostril. The turbinates are covered by spongy vascular cells which can expand or contract to open or close the nasal pathways. The olfactory receptors, innervated by the 1st cranial nerve, are located at the top of the nose. There are about 50 million smell receptors in the human olfactory epithelia, the total size of which, in humans, is about that of a small postage stamp, with half being at the top of the left and half at the top of the right nostril. The receptive surfaces of olfactory cells are ciliated and extend into a covering layer of mucus. There is a constant turnover of olfactory cells. Their average active life has been estimated to be about 28 days.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789401165259
    Language: English
    Pages: Online-Ressource (X, 166 p) , digital
    Edition: Second edition
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Series Statement: Tutorial Guides in Electronic Engineering 3
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1 Basic Concepts -- Algorithm -- Programming languages -- Software tools -- Pascal -- Identifiers -- Pascal structure -- Comments -- Examples of bad and good programming -- 2 Scalar Data Type: Constant, Integer, Real. Input-Output -- Constant definition -- Variable declarations -- Integers -- Reals -- Pascal arithmetic -- Arithmetic functions -- Input to a program -- Output from a program -- Formatted output -- A step by step development of simple Pascal programs -- 3 Scalar Data Type: Char, Boolean, Enumerated and Subrange. The Array Data Structure -- Computer character set -- The data type character -- Input and output of character variables -- Standard function identifiers for character -- The data type boolean -- Operator hierarchy -- Standard functions for boolean -- Scalar data type -- Enumerated scalar data type -- Subrange scalar data type -- The array data structure -- 4 Conditional, Repetitive and Goto Statements -- Assignment statement -- Compound statement -- The if statement -- The case statement -- The while-do statement -- The repeat-until statement -- The for-statement -- The goto statement -- 5 Functions and Procedures -- Why use functions and procedures? -- Functions -- Local declarations within functions -- Scope of identifiers and side effects -- Procedures -- Procedures with no formal parameters -- Procedures with value parameters -- Using global variables -- Procedures with variable parameters -- Procedural and functional parameters -- Recursion -- Forward directive -- 6 Structured Data Types: Array, File, Set and Record. The Pointer Data Type -- The array structure -- Arrays as subprogram parameters -- Packed arrays -- Strings -- The file structure -- Standard Pascal procedures for files -- Textfiles and standard procedures -- The set structure -- Set operators -- The record structure -- Variant record -- The pointer data type -- 7 Case Studies -- Network transfer functions -- Transfer function analysis program -- Active filter synthesis -- Active circuit synthesis program -- Linear passive circuits -- Circuit analysis program -- Appendix A Syntax diagrams -- Appendix B Pascal special symbols -- Standard Pascal identifiers -- Description of standard functions -- References.
    Abstract: In the last few years there has been a tremendous increase in the number of Pascal courses taught at various levels in schools and universities. Also with the advances made in electronics it is possible today for the majority of people to own or have access to a microcomputer which invariably runs BASIC and Pascal. A number of Pascal implementations exist and in the last two years a new Pascal specification has emerged. This specification has now been accepted as the British Standard BS6192 (1982). This standard also forms the technical content of the proposed International Standard IS07185. In addition to a separate knowledge of electronic engineering and programming a marriage of engineering and computer science is required. The present method of teaching Pascal in the first year of electronic engineering courses is wasteful. Little, if any, benefit is derived from a course that only teaches Pascal and its use with abstract examples. What is required is continued practice in the use of Pascal to solve meaningful problems in the student's chosen discipline. The purpose of this book is to make the use of standard Pascal (BS6192) as natural a tool in solving engineering problems as possible. In order to achieve this aim, only problems in or related to electrical and elec­ tronic engineering are considered in this book. The many worked examples are of various degrees of difficulty ranging from a simple example to bias a transistor to programs that analyse passive RLC networks or synthesise active circuits.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789400912298
    Language: English
    Pages: Online-Ressource , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Series Statement: Reviews of United Kingdom Statistical Sources 24
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: of Review 42 -- 1. Introduction -- 1.1 Coverage and Arrangement of Subjects -- 1.2 Previous Coverage -- 1.3 Recent Changes -- 1.4 Some Specific Points -- 2. Organisation and Functions of Local Authorities -- 2.1 Introduction -- 2.2 England and Wales -- 2.3 Scotland -- 2.4 Isles of Scilly -- 2.5 Northern Ireland -- 3. Financial Statistics: General Considerations -- 3.1 Important Characteristics -- 3.2 The Publication of Local Authority Financial Statistics -- 3.3 The Structure of Local Authority Accounts -- 3.4 Northern Ireland -- 4 Financial Statistics: Expenditure -- 4.1 Introduction -- 4.2 Revenue (or current) Expenditure -- 4.3 Capital Expenditure -- 4.4 Local Authority Expenditure in Context of Public Expenditure -- 4.5 Northern Ireland -- 5 Financial Statistics: Rates -- 5.1 Introduction -- 5.2 Rate Income -- 5.3 Rate Poundage and Average Rate Payment -- 5.4 Rate Collection -- 5.5 Rate Rebates -- 5.6 Northern Ireland -- 6 Financial Statistics: Government Grants -- 6.1 Introduction -- 6.2 Specific and Supplementary Grants -- 6.3 Rate Rebate Grants -- 6.4 Rate Support Grant -- 6.5 Northern Ireland -- 7 Financial Statistics: Borrowing and Debt -- 7.1 Introduction -- 7.2 Borrowing -- 7.3 Outstanding Debt -- 7.4 Net Financial Transactions -- 7.5 Northern Ireland -- 8 Financial Statistics: Miscellaneous Income -- 8.1 Introduction -- 8.2 Rate Fund Services -- 8.3 Housing Revenue Account -- 8.4 Trading Services -- 8.5 Special Funds -- 8.6 Superannuation Funds -- 8.7 Northern Ireland -- 9 Rateable Values and Penny Rate Products -- 9.1 Rateable Values -- 9.2 Penny Rate Product -- 9.3 Northern Ireland -- 10 Manpower Earnings and Hours -- 10.1 Manpower -- 10.2 Earnings and Hours -- 10.3 Northern Ireland -- 11 Elections -- 11.1 Incidence of Elections -- 11.2 Electoral Statistics -- 11.3 Election Results -- 11.4 Northern Ireland -- 12 Public Protection -- 12.1 Police -- 12.2 Fire -- 12.3 Probation -- 12.4 Administration of Justice and Public Protection Items -- 12.5 Consumer Protection (including Trading Standards) -- 12.6 Northern Ireland -- 13 Transport -- 13.1 Highways and Transportation (England and Wales) -- 13.2 Highways and Transportation (Scotland) -- 13.3 Ports -- 13.4 Airports -- 13.5 Northern Ireland -- 14 Environmental Services -- 14.1 Definition and Scope -- 14.2 Environmental Health (England and Wales) -- 14.3 Refuse Collection (England and Wales) -- 14.4 Refuse Disposal (England and Wales) -- 14.5 Cemeteries and Crematoria (England and Wales) -- 14.6 Scotland -- 14.7 Northern Ireland -- 15 Miscellaneous -- 15.1 Museums, Art Galleries and Library Services -- 15.2 Direct Labour Organisations -- 15 3 Smallholdings -- 15.4 Surveys -- 15.5 Northern Ireland -- 16 Complaints -- 16.1 Great Britain -- 16.2 Northern Ireland -- 17 Conclusion -- 17.1 Recent Developments -- 17.2 Shortcomings -- 17.3 Suggestions -- Quick Reference List Contents -- Quick Reference List -- Quick Reference List Key to Publications -- List of Appendices -- Appendices.
    Abstract: The Sources and Nature of the Statistics of the United Kingdom, produced under the auspices of the Royal S~atistical Society and edited by Maurice Kendall, filled a notable gap on the library shelves when it made its appearance in the early post-war years. Through a series of critical reviews by many of the foremost national experts, it constituted a valuable contemporary guide to statisticians working in many fields as well as a bench-mark to which historians of the development of Statistics in this country are likely to return again and again. The Social Science Research Council* and the Society were both delighted when Professor Maunder came forward with the proposal that a revised version should be produced, indicating as well his willingness to take on the onerous task of editor. The two bodies were more than happy to act as co-sponsors of the project and to help in its planning through a joint steering committee. The result, we are confident, will be judged a worthy successor to the previous volumes by the very much larger 'statistics public' that has come into being in the intervening years. Mrs SUZANNE REEVE Mrs EJ. SNELL Secretary Honorary Secretary Economic and Social Research Council Royal Statistical Society *SSRC is now the Economic and Social Research Council (ESRC). vii MEMBERSHIP OF JOINT STEERING COMMITTEE (November 1986) Chairman: Miss S. V. Cunliffe Representing the Royal Statistical Society: Mr M. C. Fessey Dr S. Rosenbaum Mrs E. J.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789400912311
    Language: English
    Pages: Online-Ressource , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Series Statement: Reviews of United Kingdom Statistical Sources 25
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Demography. ; Population. ; Population—Economic aspects.
    Abstract: of Review 43 -- 1. Introduction -- 2. Types and Sources of Information -- 2.1 Introduction -- 2.2 Current Sources of Routine Data on Family Planning -- 2.3 Survey Data on Fertility and Family Planning -- 2.4 General Household Survey -- 2.5 Parliamentary Questions -- 2.6 Family Planning Information Service -- 3. Contraception -- 3.1 Introduction -- 3.2 Sources of Data on Contraceptive Usage -- 3.3 Sample Survey Data -- 3.4 Information Available From Sample Surveys -- 3.5 Additional Sources of Data on the Use of Contraception -- 3.6 Summary and Conclusion -- 4. Contraceptive Services -- 4.1 Introduction -- 4.2 Development of Contraceptive Services -- 4.3 Statistics Relating to Services before 1974 -- 4.4 Family Practitioner Services under 1973 Act -- 4.5 NHS Community and Hospital Services since 1974 -- 4.6 Survey Data on Family Planning Services -- 4.7 Evaluation of Family Planning Services -- 5. Sterilisation -- 5.1 Introduction -- 5.2 Sources of Data on Sterilisation Operations -- 5.3 Vasectomy -- 5.4 Female Sterilisation -- 5.5 Survey Data on Prevalence of Sterilisation -- 5.6 Summary and Conclusion -- 6. Abortion -- 6.1 Introduction -- 6.2 Legislation -- 6.3 Published Statistics on Legal Abortion -- 6.4 Evaluation of Annual Statistics in England and Wales -- 6.5 Illegal Abortion -- 6.6 Survey Data on Abortion -- 6.7 Conclusion -- 7. Family Building Patterns -- 7.1 Introduction -- 7.2 Family Size Preferences -- 7.3 Unwanted Pregnancy -- 7.4 Contraceptive Effectiveness -- 7.5 Sexual Behaviour Outside Marriage -- 7.6 Childlessness, Subfecundity and Subfertility Services -- 7.7 Adoption -- 7.8 The Artificial Family -- 7.9 Summary and Conclusion -- 8. Evaluation and Future Needs -- 8.1 Evaluation -- 8.2 Further Needs -- Quick Reference List Description -- Quick Reference List Table of Contents -- Quick Reference List -- Quick Reference List Key to Publications -- List of Appendices -- Appendices.
    Abstract: The Sources and Nature of the Statistics of the United Kingdom, produced under th~ auspices of the Royal Statistical Society and edited by Maurice Kendall, filled a notable gap on the library shelves when it made its appearance in the early post-war years. Through a series of critical reviews by many of the foremost national experts, it constituted a valuable contemporary guide to statisticians working in many fields as well as a bench-mark to which historians of the development of Statistics in this country are likely to return again and again. The Social Science Research Council* and the Society were both delighted when Professor Maunder came forward with the proposal that a revised version should be produced, indicating as well his willingness to take on the onerous task of editor. The two bodies were more than happy to act as co-sponsors of the project and to help in its planning through a joint steering committee. The result, we are confident, will be judged a worthy successor to the previous volumes by the very much larger 'statistics public' that has come into being in the intervening years. Mrs SUZANNE REEVE Mrs E. J. SNELL Secretary Honorary Secretary Economic and Social Research Council Royal Statistical Society *SSRC is now the Economic and Social Research Council (ESRC). vii MEMBERSHIP OF JOINT STEERING COMMITTEE (December 1986) Chairman: Miss S. V. Cunliffe Representing the Royal Statistical Society: Mr M. C. Fessey Dr S. Rosenbaum Mrs E. J.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789401168724
    Language: English
    Pages: Online-Ressource (XI, 166 p) , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Science.
    Abstract: 1 Introduction -- I Transducers -- 2 Position transducers -- 3 Light transducers -- 4 Force transducers -- 5 Velocity transducers -- II Sensors -- 6 Robot Vision Sensors -- 7 Robot Tactile Sensors -- III Image Processing -- 8 Image processing -- Solutions to revision questions -- References.
    Abstract: The use of sensor's with machines, whether to control them continuously or to inspect and verify their operation, can be highly cost-effective in particular areas of industrial automation. Examples of such areas include sensing systems to monitor tool condition, force and torque sensing for robot assembly systems, vision-based automatic inspection, and tracking sensor's for robot arc welding and seam sealing. Many think these will be the basis of an important future industry. So far, design of sensor systems to meet these needs has been (in the interest of cheapness) rather ad hoc and carefully tailored to the application both as to the transducer hardware and the associated processing software. There are now, however, encouraging signs of commonality emerging between different sensor application areas. For instance, many commercial vision systems and some tactile systems just emerging from research are able to use more or less standardized techniques for two-dimensional image processing and shape representation. Structured-light triangulation systems can be applied with relatively minor hardware and software variations to measure three-dimensional profiles of objects as diverse as individual soldered joints, body pressings, and weldments. Sensors make it possible for machines to recover 'sensibly' from errors, and standard software proce­ dures such as expert systems can now be applied to facilitate this.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789400934214
    Language: English
    Pages: Online-Ressource , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Series Statement: Pollution Monitoring Series
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1 Introduction -- 1.1 Mercury -- 1.2 Cadmium -- 1.3 Other Metals -- 1.4 Sources and Controls -- 2 Toxicity Testing Techniques -- 2.1 Introduction -- 2.2 Terminology -- 2.3 Physical Factors in Toxicity Tests -- 2.4 Biological Factors in Toxicity Tests -- 2.5 Numbers of Test Animals -- 2.6 Chemical Conditions of Tests -- 3 Toxicity of Metals to Freshwater Fish -- 3.1 Arsenic -- 3.2 Cadmium -- 3.3 Chromium -- 3.4 Copper -- 3.5 Lead -- 3.6 Mercury -- 3.7 Nickel -- 3.8 Selenium -- 3.9 Silver -- 3.10 Vanadium -- 3.11 Zinc -- 4 Toxicity of Metals to Freshwater Invertebrates -- 4.1 Arsenic -- 4.2 Cadmium -- 4.3 Chromium -- 4.4 Copper -- 4.5 Lead -- 4.6 Mercury -- 4.7 Nickel -- 4.8 Selenium -- 4.9 Silver -- 4.10 Vanadium -- 4.11 Zinc -- 5 Toxicity of Metals to Marine Life -- 5.1 Arsenic -- 5.2 Cadmium -- 5.3 Chromium -- 5.4 Copper -- 5.5 Lead -- 5.6 Mercury -- 5.7 Nickel -- 5.8 Selenium -- 5.9 Silver -- 5.10 Vanadium -- 5.11 Zinc -- 6 Factors Affecting Toxicity -- 6.1 Interspecies Variations in Freshwater Fish -- 6.2 Interphyletic Variations -- 6.3 Life Stage -- 6.4 Water Hardness -- 6.5 Temperature -- 6.6 pH -- 6.7 Salinity -- 6.8 Acclimation -- 6.9 Fluctuating Exposure Concentrations -- 6.10 Mixtures of Metals -- 7 Freshwater Field Studies -- 7.1 Introduction -- 7.2 Biological Assessment -- 7.3 Water Quality -- 7.4 Case Studies -- 8 Tidal Water Field Studies -- 8.1 Introduction -- 8.2 Physical Factors -- 8.3 Chemical Factors -- 8.4 Biology -- 8.5 Case Studies -- 9 Bioaccumulation -- 9.1 Biomagnification of Metals -- 9.2 Factors Affecting Bioaccumulation -- 9.3 Monitoring -- 10 Environmental Standards -- 10.1 Introduction -- 10.2 Derivation of Standards -- 10.3 Statistical Expression of the Standard -- 10.4 The Relationship between Field and Laboratory Information -- 10.5 Effluent Controls from Environmental Standards -- 11 International Controls -- References.
    Abstract: The role of the European Community in developing environmental legislation has focused the minds of pollution control agencies and industrialists on the need for, and the evidence to support, water quality standards. This is particularly so for the Dangerous Substances Directive which has led to European standards for cadmium, mercury and lindane. Additionally the United Kingdom has published standards for six other non-ferrous metals. In this book I have sought to review the aquatic toxicity information for these and other metals, not just by the collation of the results of all the published toxicity tests, but by the critical consideration of the test techniques. A surprising proportion of the reported toxicity studies for aquatic organisms are based on unsatisfactory chemical or biological methods. That such weaknesses persist at a time of limited resources for environmental research is disappointing, especially when sound metho­ dologies are extensively documented and widely published. Evaluation of the critically reviewed and vetted data indicates that many of the previously accepted generalisations about the toxicity of metals to aquatic life are invalid: for instance the assumption that salmonid species of fish are more susceptible to these metals than coarse fish, or that increased water hardness decreases toxicity. Too few studies have actually sought to test such hypotheses.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789401572712
    Language: English
    Pages: Online-Ressource (XVI, 724 p) , digital
    Edition: Third Edition
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1 Plant Breeders and Their Work -- What Is Plant Breeding? -- The Strategy of Plant Breeding -- Training for the Modern Plant Breeder -- Some Early Plant Breeders -- Some Accomplishments in Plant Breeding -- Who Does Plant Breeding in the United States? -- 2 Reproduction in Crop Plants -- Types of Reproduction -- Sexual Reproduction in Crop Plants -- Asexual Reproduction in Crop Plants -- 3 Gene Recombination in Plant Breeding -- Variation, the Basis of Plant Breeding -- The Mechanism of Mendelian Heredity -- Gene Recombination Following Hybridization -- Gene Structure and Action -- 4 Quantitative Inheritance in Plant Breeding -- Quantitative Inheritance and its Measurement -- Multiple Alleles -- Types of Gene Action -- Heritability -- Selection Intensity and Genetic Advance -- Gene Frequency and Genetic Equilibrium -- Gene Recombination and Plant Breeding -- 5 Variations in Chromosome Number -- Polyploidy -- Aneuploidy -- Haploidy -- 6 Mutation -- The Nature of Mutation -- Induction of Mutation -- Mutator Genes and Controlling Elements -- Some Mutation-Breeding Experiments -- Role of Mutation Breeding -- 7 Fertility-Regulating Mechanisms and Their Manipulation -- Incompatibility -- Male Sterility -- Apomixis -- Interspecific Hybridization -- 8 Plant Cell and Tissue Culture: Applications in Plant Breeding -- Plant Cell and Tissue Culture -- Clonal Propagation -- Embryo Culture, Ovule Culture, and in Vitro Pollination -- Anther Culture and Haploid Plant Production -- Genetic Variability from Cell Cultures -- Somatic Cell Hybridization -- Plant Genetic Engineering -- 9 Germplasm Resources and Conservation -- Germplasm Conservation -- Germplasm Resources and Their Maintenance in the United States -- How Genetic Resources Are Utilized -- Acclimatization -- 10 Breeding Self-Pollinated Crops -- What Is a Variety? -- Genetic Significance of Pollination Method -- Breeding Methods in Self-Pollinated Crops -- Plant Breeding: A Numbers Game? -- 11 Breeding Cross-Pollinated and Clonally Propagated Crops -- Genetic Structure of Cross-Pollinated Crops -- Breeding Seed-Propagated Cross-Pollinated Crops -- Breeding Clonally Propagated Crops -- 12 Breeding Hybrids -- Proprietary Nature of Hybrid Varieties -- Inbreeding -- Hybrid Vigor or Heterosis -- Double-Cross Hybrid Corn—The Model for Hybrid Breeding -- Cytoplasmic Male Sterility and Hybrid Seed Production -- Alternative Hybrid Procedures -- 13 Techniques in Breeding Field Crops -- Selfing and Crossing -- Conducting Field Trials -- Maturity Comparisons -- Resistance to Lodging and Shattering -- Resistance to Stress -- Breeding for Disease Resistance -- Breeding for Insect Resistance -- Measuring Quality -- Keeping Accurate Records -- 14 Breeding Wheat and Triticale -- Breeding Wheat -- Breeding Triticale -- 15 Breeding Rice -- Origin and Types -- Varieties -- Botany and Genetics -- Breeding Methods -- Breeding Objectives -- Upland Rice -- Deep-Water and Floating Rice -- Wild Rice -- 16 Breeding Barley and Oats -- Breeding Barley -- Breeding Oats -- 17 Breeding Soybeans -- Origin and Species -- Genetics -- Botany -- Varieties -- The USDA and Cooperative State Agricultural Experimental Stations -- International Soybean Program (INTSOY) -- Asian Vegetable Research and Development Center (AVRDC) -- Breeding Methods -- Breeding Objectives -- 18 Breeding Corn (Maize) -- Origin -- Races of Corn -- Genetics -- Pollination -- Heterozygous Nature of Open-Pollinated Corn -- Breeding Open-Pollinated Corn -- Hybrid Corn -- Breeding Improved Hybrids -- Population Improvement -- Breeding Objectives -- Special-Purpose Hybrids -- International Maize and Wheat Improvement Center -- 19 Breeding Sorghum and Millet -- Breeding Sorghum -- Breeding Millet -- 20 Breeding Cotton -- Botany, Pollination, and Male Sterility -- Genetics and Cytology -- Varieties -- Breeding Methods -- Variety Maintenance -- Breeding Objectives -- 21 Breeding Sugar Beets -- History of the Sugar Beet -- Botany and Genetics -- Varieties -- Breeding Methods -- Breeding Objectives -- 22 Breeding Forage Crops -- Forage Crop Breeding Problems -- Pollination, Fertilization, and Seed Setting -- Vegetative Propagation -- Genetic and Cytogenetic Studies -- Natural Selection -- Endophytic Fungi: Impact on Grass Breeding -- Breeding Self-Pollinated Forage Species -- Breeding Cross-Pollinated Forage Species -- Public versus Private Breeding of Forage Crops -- Breeding Objectives -- Seed Increase of New Varieties -- 23 Seed Production Practices -- Public and Private Plant Breeding and Seed Distribution -- Classes of Certified Seed -- How a New Variety Reaches the Farmer -- How a Variety is Certified -- Agencies Concerned with Seed Certification in the United States -- Practical Problems in Seed Production -- Vegetatively Propagated Forages.
    Abstract: While preparing the first edition of this textbook I attended an extension short course on writing agricultural publications. The message I remember was "select your audience and write to it. " There has never been any doubt about the audience for which this textbook was written, the introductory course in crop breeding. In addition, it has become a widely used reference for the graduate plant-breeding student and the practicing plant breeder. In its prepa­ ration, particular attention has been given to advances in plant-breeding theo­ ry and their utility in plant-breeding practice. The blend of the theoretical with the practical has set this book apart from other plant-breeding textbooks. The basic structure and the objectives of the earlier editions remain un­ changed. These objectives are (1) to review essential features of plant re­ production, Mendelian genetic principles, and related genetic developments applicable in plant-breeding practice; (2) to describe and evaluate established and new plant-breeding procedures and techniques, and (3) to discuss plant­ breeding objectives with emphasis on the importance of proper choice of objec­ tive for achieving success in variety development. Because plant-breeding activities are normally organized around specific crops, there are chapters describing breeding procedures and objectives for the major crop plants; the crops were chosen for their economic importance or diversity in breeding sys­ tems. These chapters provide a broad overview of the kinds of problems with which the breeder must cope.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    ISBN: 9789401722131
    Language: English
    Pages: Online-Ressource (VII, 120 p) , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: One: The algebra of matrices -- Two: Some applications of matrices -- Three: Systems of linear equations -- Four: Invertible matrices -- Five: Vector spaces -- Six: Linear mappings -- Seven: The matrix connection -- Eight: Determinants -- Nine: Eigenvalues and eigenvectors.
    Abstract: H, as it is often said, mathematics is the queen of science then algebra is surely the jewel in her crown. In the course of its vast development over the last half-century, algebra has emerged as the subject in which one can observe pure mathe­ matical reasoning at its best. Its elegance is matched only by the ever-increasing number of its applications to an extraordinarily wide range of topics in areas other than 'pure' mathematics. Here our objective is to present, in the form of a series of five concise volumes, the fundamentals of the subject. Broadly speaking, we have covered in all the now traditional syllabus that is found in first and second year university courses, as well as some third year material. Further study would be at the level of 'honours options'. The reasoning that lies behind this modular presentation is simple, namely to allow the student (be he a mathematician or not) to read the subject in a way that is more appropriate to the length, content, and extent, of the various courses he has to take. Although we have taken great pains to include a wide selec­ tion of illustrative examples, we have not included any exer­ cises. For a suitable companion collection of worked examples, we would refer the reader to our series Algebra through practice (Cambridge University Press), the first five books of which are appropriate to the material covered here.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789401178907
    Language: English
    Pages: Online-Ressource , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Series Statement: Actual Guides in Electronic Engineering 9
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1 Introduction -- Structure of the book -- Understanding fields -- 2 Electrical conduction and currents -- Current and charge -- Conduction equations -- Current as an example of flux -- Models of electrical conduction -- Resistive circuit components -- 3 Potential and the electric field -- Potential (voltage) in a circuit -- Electric field -- Conduction and charge mobility -- Potential and field in space -- Acceleration of charged particles in an electric field -- 4 Charge and electric flux -- Capacitance -- Electric flux and permittivity -- Calculations in electrostatics -- 5 Electric fields in materials -- Polarization and dielectrics -- Electrostatic force and energy -- Capacitor design -- Further applications -- 6 Magnetic flux and circuits -- Electromagnetic induction -- Magnetomotive force, flux and reluctance -- Magnetic circuits -- 7 Magnetic vectors -- Vector B and flux -- Directional rules and Lenz’ law -- Magnetic scalar potential and vector H -- Predicting magnetic fields -- 8 Inductance and magnetic materials -- Self and mutual inductance -- Air-cored inductors -- Calculations in magnetism -- Magnetization -- Electromagnetic machinery -- Some applications -- 9 Magnetic energy and force -- Magnetic energy -- Reluctance force -- Permanent magnets -- Force from the motor effect -- 10 Electromagnetism and charged particles -- The Lorentz force -- The Hall effect -- Applications of the Hall effect -- Electron streams -- Acceleration of electrons -- Deflection and focusing of electron streams -- Some applications of electron streams -- 11 The electromagnetic field -- The time needed to establish a current -- Electromagnetic waves -- Electromagnetism and relativity -- Final comments -- The fundamental rules of electromagnetism -- Appendix: A brief note on integration -- Answers to problems.
    Abstract: I have tried in this book to introduce the basic concepts of electromagnetic field theory at a level suitable for students entering degree or higher diploma courses in electronics or subjects allied to it. Examples and applications have been drawn from areas such as instrumentation rather than machinery, as this was felt to be more apt for the majority of such readers. Some students may have been following courses with a strong bias towards prac­ tical electronics and perhaps not advanced their understanding of the physics of electric and magnetic fields greatly since '0' level or its equivalent. The book there­ fore does not assume that 'A' level physics has been studied. Students of BTEC courses or 'A' level subjects such as technology might also find the material useful. At the other extreme, students who have achieved well on an 'A' level course will, it is hoped, find stimulating material in the applications discussed and in the marginal notes, which suggest further reading or comment on the deeper implica­ tions of the work.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789400943155
    Language: English
    Pages: Online-Ressource (XIII, 546 p) , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Series Statement: Pollution Monitoring Series
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1 Water and Man -- 1.1 Historical Setting -- 1.2 Management of the Water Cycle -- 2 Freshwater Ecosystems -- 2.1 Introduction -- 2.2 Classification of Organisms -- 2.3 Food Chains and Trophic Pyramids -- 2.4 Distribution of Species -- 2.5 Ecological Balance -- 2.6 Community Structure -- 2.7 Still and Flowing Waters -- 2.8 Biological Productivity -- 3 Biological Indicators -- 3.1 Introduction -- 3.2 Selection of Indicators -- 3.3 Individuals and Populations as Indicators -- 3.4 Community Structure as an Indicator -- 3.5 Functional Changes in Communities -- 3.6 Bioaccumulative Indicators -- 4 Environmental Stress -- 4.1 Natural environmental stresses -- 4.2 Imposed Environmental Stresses -- 4.3 Environmental Manipulation -- 4.4 Combined Stresses -- 5 Effects of Physical Disturbances -- 5.1 Effects of Suspended Solids -- 5.2 Effects of the Addition of Heat -- 5.3 Effects of Changes in pH -- 6 The Effects of Organic Enrichment -- 6.1 Introduction -- 6.2 General Effects of Organic Discharges -- 6.3 Physical and Chemical Changes -- 6.4 Biological Changes -- 6.5 Field Studies of Organic Pollution -- 7 Effects of Toxic Materials -- 7.1 Introduction -- 7.2 Physiological Responses to Poisons -- 7.3 Terminology and Criteria -- 7.4 Factors Which Affect Toxicity -- 7.5 Predicting the Toxicity of Combinations of Poisons -- 7.6 Inorganic Poisons -- 7.7 Organic Poisons -- 7.8 Heavy Metals -- 7.9 Pesticides -- 7.10 Polychlorinated Biphenyls -- 8 Laboratory Evaluation of Pollutants -- 8.1 Introduction -- 8.2 Experimental and Laboratory Investigations -- 9 Field Assessments of Environmental Quality -- 9.1 Introduction -- 9.2 Sampling Methods -- 9.3 Sampling Strategies and Programmes -- 9.4 Biotic Indices and Data Analysis -- 10 Biological Surveillance in Environmental Management -- 10.1 Aquatic Resource Management -- 10.2 Basin Management Concepts -- 10.3 Application and Implementation of Uniform Standards -- 10.4 Environmental Impact Statements and Conservation -- 10.5 Future Developments -- Appendices -- 1 Trent Biotic Index -- 2 Chandler Biotic Score -- 3 Biological Monitoring Working Party (BMWP) — Score -- ReferenceS.
    Abstract: The preface of a book often provides a convenient place in which the author can tender his apologies for any inadequacies and affords him the facility to excuse himself by reminding the reader that his art is long but life, or at least the portion of it in which he has the opportunity for writing books, is short. I, too, am deeply conscious that I have undertaken a task which I could not hope to complete to my own satisfaction but I offer, in self­ defence, the observation that, inadequate though it is, there is no other book extant, so far as I am aware, which provides the information contained herein within the covers of a single volume. Often during the last decade, in discharging my responsibilities for the environmental aspects of the water authority's operations and works, I should have been deeply grateful to have had access to a compendium such as this. The lack of a convenient source of data made me aware of the need which I have attempted to fill and in doing so I have drawn on my experiences of the kinds of problem which are presented to biologists in the water industry. The maxim 'half a loaf is better than none' seems particularly apt in this context.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789400940857
    Language: English
    Pages: Online-Ressource (XI, 441 p) , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1 Analysis of membrane protein composition by gel electrophoresis -- 2 Analysis of membrane protein composition by isoelectric focusing and two-dimensional electrophoresis -- 3 Solubilization and purification of membrane proteins -- 4 Reconstitution of membrane proteins into vesicular membranes -- 5 Functional reconstitution of membrane proteins in planar lipid bilayer membranes -- 6 Topography of membrane proteins — determination of regions exposed to the aqueous phase -- 7 Topology of membrane proteins — determination of regions exposed to the lipid bilayer -- 8 Immunochemical analysis of membrane proteins -- 9 Sequence analysis of membrane proteins -- 10 Freeze-fracture and freeze-etch electron microscopy of membrane proteins -- 11 Three-dimensional structure of membrane proteins -- 12 Lateral motion of membrane proteins -- 13 Rotational diffusion of membrane proteins.
    Abstract: A preface should justify the existence of the book it precedes and this is invariably done in scientific texts by reference to the explosive growth of the field since the last such volume appeared. In molecular biology, most fields can be justifiably described as growing explosively, as should be the case for a young and vigorous science, but the study of membrane proteins stands out as one which has taken giant strides in the last few years. Ignorance of the structure and function of membrane proteins at the molecular level was certainly not due to lack of interest but rather was a result of lack of appropriate techniques. It has above all been the development of new experimental methods which has wrenched membrane biochemistry out of what Anthony Martonosi fetchingly called its 'romantic phase' (Le. lots of ideas and few facts), into an era when the determination of membrane protein structure and mechanism is a reasonable goal. Membrane proteins are generally classified as peripheral or integral. Peripheral proteins are relatively easily dissociated from membranes by mild treatments whence their study is essentially no different to that of soluble proteins. This book therefore concentrates on integral proteins which are strongly bound to the membrane by hydrophobic interactions with lipids. A crucial step in their study is of necessity the d~velopment of methods of solubilization and purification under non-denaturing conditions.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789401170154
    Language: English
    Pages: Online-Ressource , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Series Statement: Van Nostrand Reinhold Electrical / Computer Science and Engineering Series
    Series Statement: Van Nostrand Reinhold Electrical/Computer Science and Engineering Series
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1. Introduction -- 2. Diodes and Power Transistors -- 3. Thyristors -- 4. Important Circuit and Component Concepts -- 5. Transistor Switching Regulators -- 6. Transistor Inverters -- 7. Phase — Controlled Rectifiers and Line — Commutated Inverters -- 8. Cycloconverters -- 9. AC Phase Control -- 10. Thyristor Choppers -- 11. Self — Commutated Thyristor Inverters -- Appendix I — Semiconductor Parameters -- Appendix II — D62T Transistor -- Appendix III — Application Data — Power Switching Transistor D60T -- Appendix IV — GE C434/C435 SCR.
    Abstract: Semiconductors have been used widely in signal-level or "brain" applications. Since their invention in 1948, transistors have revolutionized the electronics industry in computers, information processing, and communications. Now, however, semiconductors are being used more and more where consid­ erable "brawn" is required. Devices such as high-power bipolar junction tran­ sistors and power field-effect transistors, as well as SCRs, TRlACs, GTOs, and other semiconductor switching devices that use a p-n-p-n regenerative effect to achieve bistable action, are expanding the power-handling horizons of semicon­ ductors and finding increasing application in a wide range of products including regulated power supplies, lamp dimmers, motor drives, pulse modulators, and heat controls. HVDC and electric-vehicle propulsion are two additional areas of application which may have a very significant long range impact on the tech­ nology. The impact of solid-state devices capable of handling appreciable power levels has yet to be fully realized. Since it first became available in late 1957, the SCR or silicon-controlled rec­ tifier (also called the reverse blocking triode thyristor) has become the most popular member of the thyristor family. At present, SCRs are available from a large number of manufacturers in this country and abroad. SCR ratings range from less than one ampere to over three thousand amperes with voltage ratings in excess of three thousand volts.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789401197083
    Language: English
    Pages: Online-Ressource , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1: Aspects of Robotics -- USA perspectives on the integration of robots into the factory of the future -- Research and development programmes in computer-integrated manufacturing in Europe -- Robotics research and development in 1985: a Japanese perspective -- Tactile sensors for robots: a review -- New manufacturing concepts — the plant engineer’s perspective -- Robotics — some wider implications -- 2: Current Developments: Overviews and National Funding Programmes -- 3: World Directory of Robotics Research and Development Activities -- 4: World Index of Research and Development Centres -- 5: World Index of Robotics Researchers -- 6: Subject Index to Research Activities -- 7: Further Information.
    Abstract: How quickly the technological 'flavour of the month' changes. At the beginning of the 1980's many saw 'robotics' as being something of a pana­ cea for those problems in the manufacturing industries which had been exacerbated by the world recession. Those working at the time in the field of robotics stressed that robots themselves were only part of the solution. Yet in many quarters the 'hype' for the new technology apparently knew few bounds, resulting, inexorably, in many industries painfully discover­ ing for themselves a new realism, closely followed by disillusionment. In its wider sense the term 'robotics' covers an extremely broad spec­ trum of technologies ranging from extremely flexible, highly sensory and integrated systems capable of handling a very diverse product range, through to comparatively inflexible, high volume systems which can merely handle slightly different variations of the same basic product. As a result of the one 'buzzword' referring to such a variety of actual system­ types, the disillusionment which started to become apparent during the early 1980's acted as something of a double edged sword. A given com­ pany might consider a particular robotics-based technological solution to its production problems, find that it was unsuitable, and so renounce all robotics approaches as inappropriate. Yet just because one position on that spectrum of technological solutions was unsuitable for the company should not have led them to assume that there was no other robotics solu­ tion that was appropriate.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    ISBN: 9789401164863
    Language: English
    Pages: Online-Ressource , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Series Statement: World Industry Studies 5
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1 Introduction -- 2 The Technology and its Diffusion -- 2.1 Introduction -- 2.2 CNC lathe technology -- 2.3 Choice of technique in turning -- 2.4 The factor-saving bias of CNC lathes -- 2.5 Conclusions -- 3 Growth and Market Structure in the International CNC Lathe Industry -- 3.1 Introduction -- 3.2 A theoretical framework for analysing the industry -- 3.3 The Japanese expansion in the CNC lathe industry -- 3.4 The European response -- 3.5 A note on the US producers -- 3.6 Concluding remarks on the strategies pursued by firms based in the OECD -- Notes -- 4 Barriers to entry into the Overall Cost Leadership Strategy -- 4.1 Research and Development -- 4.2 Procurement of components -- 4.3 Manufacturing -- 4.4 Marketing and after-sales services -- 4.5 An attempt to specify the minimum efficient scale of production -- Notes -- 5 The position of the NICs within the CNC Lathe Industry -- 5.1 The position of eight NIC-based firms within the low-performance strategy -- Notes -- 6 The Case of Argentina -- 6.1 Growth and structure of the engineering industry -- 6.2 The Argentinian machine tool industry -- 6.3 Government policy -- 6.4 The diffusion of CNC lathes in Argentina -- 6.5 The firm producing CNC lathes -- 6.6 Summary and conclusions -- Notes -- 7 The Case of Taiwan -- 7.1 Growth and structure of the engineering industry -- 7.2 The Taiwanese machine tool industry -- 7.3 Government policy -- 7.4 The diffusion of CNC lathes in Taiwan -- 7.5 The firms producing CNC lathes -- 7.6 Government policy in the machine tool field -- 7.7 Evaluating the explicit governmental policy -- 7.8 Summary and conclusions -- Note -- 8 The Case of Korea -- 8.1 Growth and structure of the engineering industry -- 8.2 The Korean machine tool industry -- 8.3 Government policy -- 8.4 The Korean market for CNC lathes -- 8.5 The firms producing CNC lathes -- 8.6 Evaluating governmental policy -- 8.7 Summary and conclusions -- Notes -- 9 Government Policy -- 9.1 Introduction -- 9.2 Survey of the main arguments -- 9.3 Government policy and industry performance in Argentina, Korea and Taiwan -- 9.4 Industry performance and implications for government policy in small developed countries -- 9.5 Conclusions -- Notes -- 10 Summary -- 10.1 The diffusion of CNC lathes -- 10.2 The international CNC lathe producing industry -- 10.3 The NIC experience -- 10.4 Government policies -- References.
    Abstract: There is a rapidly expanding literature on the economics of the so­ called 'new technologies' - especially on those using microelectronic systems. Dr. Jacobsson's book deals with microelectronics-based innovation in machine tools: with the production and use of computer numerically controlled machine tools in the world economy and especially in the Third World. Jacobsson is mainly interested in the implications which CNC machine tools may be expected to have for users and producers in the Newly Industrialising Countries. He approaches this as a problem in applied economics and the book will have a primary interest for those economists whose concern is with the problems of industrialisation in developing countries. It will be parti­ cularly valuable to those who are preoccupied with the role of local capital goods manufacture and with the technological preconditions for this kind of production. Jacobsson is able to give detailed and specific arguments on these matters as far as CNC machine tools are concerned. In my view, the book has a considerably wider interest and relevance than its specification may at first sight suggest. Jacobsson's achieve­ ment is not just that he has provided valuable and convincing quantita­ tive arguments about policy in setting up production of CNC machine tools. In addition, he has set a new and much needed methodological standard for analysis of the impacts of 'new technologies' on the international economy.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789400948464
    Language: English
    Pages: Online-Ressource (XIII, 750 p) , digital
    Edition: 7
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: One: Topics of General Interest -- 1 Selectivity in the service of man -- Steps in the correlation of structure with biological action -- 3 Comparative distribution: the first principle of selectivity -- 4 Comparative biochemistry: the second principle of selectivity -- 5 Comparative cytology: the third principle of selectivity -- 6 Chemotherapy: history and principles -- 7 Pharmacodynamics -- The forces available for binding an agent. Chemical bonds. Adsorption -- Two: Studies, in Depth, of Topics from Part One -- 9 Anti-metabolites: antagonistic analogues of coenzymes and enzymic substrates -- 10 Ionization -- 11 Metal-binding substances -- 12 Steric factors -- 13 The covalent bond in selective toxicity -- 14 Surface chemistry. The modification of membranes by surface-active agents -- 15 Biological activity unrelated to structure -- 16 The perfection of a discovery -- 17 Some numerical assistance -- References -- Formula index.
    Abstract: This book is about selectively toxic agents. That is to say, it is about those substances that affect certain cells without harming others, even when they are close neighbours. Toxicity need not be fatal. It can be made easily reversible, as is the case with general anaesthetics. Selective toxicity covers an immense field: most of the drugs used for treating illness in man and his economic animals, as well as all of the fungicides, insecticides, and weed killers that are used in agriculture. Essentially, this book is a discussion of the physical and chemical means which contribute to selectivity, and this is the basis of molecular pharmacology. _Selective Toxicity began as a course of lectures that Professor F. G. Young encouraged me to give in University College London, in 1948 and again in 1949. The first edition appeared in 1951, as a very small book because little was then known about the factors that provide selectivity. Since those early days, the subject has undergone tremendous development. At first, industry was un­ receptive to the word 'toxicity', however qualified! Yet the market was being supplied with biologically powerful substances of which several had the potential to cause harm. This aspect was brought to light by two events of the early 1960s. The first of these was the discovery that a sedative, thalidomide, administered to expectant mothers, after what was then considered to be adequate testing, had caused permanent deformities in about 10000 children.
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789400948426
    Language: English
    Pages: Online-Ressource (X, 189 p) , digital
    Edition: Springer eBook Collection. Humanities, Social Sciences and Law
    Series Statement: Remote Sensing Applications
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als
    Keywords: Science (General) ; Social sciences. ; Humanities.
    Abstract: 1 An introduction to the optical, thermal and electrical properties of ice and snow -- 1.1 Introduction -- 1.2 Optical and thermal properties of ice and snow -- 1.3 Electrical properties of ice and snow -- References -- 2 Sensors and platforms -- 2.1 Introduction -- 2.2 Multispectral Scanner (MSS) on the Landsat series -- 2.3 Thematic Mapper (TM) on Landsats 4 and 5 -- 2.4 NOAA satellites and sensors -- 2.5 Heat Capacity Mapping Mission (HCMM) -- 2.6 Nimbus 5 and 6 Electrically Scanning Microwave Radiometer (ESMR) and Nimbus 7 Scanning Multichannel Microwave Radiometer (SMMR) -- 2.7 Passive microwave aircraft sensors -- 2.8 Synthetic Aperture Radar (SAR) -- 2.9 Seasat SAR and radar altimeter -- 2.10 Impulse radar -- References -- 3 Snow cover -- 3.1 Snow cover in the global water balance -- 3.2 Snow properties -- 3.3 Seasonal snow cover -- 3.4 Snow-cover mapping -- 3.5 Snow-cover depletion curves -- References -- 4 Applications of remotely derived snow data -- 4.1 Hydrological importance of snow -- 4.2 Snowmelt-runoff modelling -- 4.3 Discharge forecasts -- 4.4 Economic benefits -- References -- 5 Lake and river ice -- 5.1 The importance of lake and river ice -- 5.2 Freshwater ice thickness studies -- 5.3 Lake depth and ice thickness studies in northern Alaska -- 5.4 Ice in large lakes and estuaries -- 5.5 River ice break-up -- 5.6 Ice jams and aufeis -- References -- 6 Permafrost -- 6.1 Hydrological and geological implications of permafrost -- 6.2 Vegetation mapping in permafrost areas -- 6.3 Snow and ice break-up -- 6.4 Surface temperature and energy balance studies -- 6.5 Tundra surface disturbances -- 6.6 Subsurface probing of permafrost -- References -- 7 Glaciers, ice caps and ice sheets -- 7.1 Global significance of glaciers -- 7.2 Distribution and mass balance of glaciers -- 7.3 Catastrophic events: surges, jökulhlaups and rapid glacier movement -- 7.4 Greenland and Antarctic ice sheets -- 7.5 Icebergs -- 7.6 Radio echo sounding of glacier ice -- References -- 8 Sea ice -- 8.1 Introduction -- 8.2 Sea ice age -- 8.3 Sea ice type and interannual variability -- 8.4 Sea ice concentration -- 8.5 Sea ice movement -- References.
    Abstract: Remote sensing using aircraft and satellites has helped to open up to intensified scientific scrutiny the cold and remote regions in which snow and ice are prevalent. In this book, the utility of remote sensing for identifying, mapping and analyzing surface and subsurface properties of worldwide ice and snow features is described. Emphasis is placed on the use of remote sensing for developing an improved understanding of the physical properties of ice and snow and understanding the interrelationships of cryospheric processes with atmospheric, hydrospheric and oceanic processes. Current and potential applications of remotely sensed data are also stressed. At present, all-weather, day and night observations of the polar regions can be obtained from sensors operating in different portions of the electromagnetic spectrum. Because the approaches for analysis of remotely sensed data are not straightforward, Chapter 1 serves to introduce the reader to some of the optical, thermal and electrical properties of ice and snow as they pertain to remote sensing. In Chapter 2 we briefly describe many of the sensors and platforms that are referred to in the rest of the book. The remaining chapters deal with remote sensing of the seasonal snow cover, lake and river ice, permafrost, glacier ice and sea ice.
    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...