Suggested Topics within your search.
Suggested Topics within your search.
- Research & information: general 283
- History of engineering & technology 165
- Technology: general issues 158
- linguistics 146
- History 131
- Biology, life sciences 129
- Medicine 119
- Law 96
- Archaeology 74
- Literature: history & criticism 74
- Education 65
- Humanities 60
- Philosophy 60
- Physics 59
- Mathematics & science 56
- Computer science 55
- Sociology 55
- Literature & literary studies 53
- Environmental science, engineering & technology 51
- Economics 50
- Society & social sciences 50
- European history 49
- Politics & government 47
- Chemistry 46
- Mathematics 45
- Nuclear physics 44
- Psychology 38
- Historical & comparative linguistics 36
- Neurosciences 36
- Materials science 35
-
561
Health Dimensions of COVID-19 in India and Beyond
Published 2022Table of Contents: “…Experiences of countries that have successfully contained the pandemic -- Chapter 17. Commentary-"Go Ahead, Go Early": New Zealand's COVID-19 Elimination Strategy (Dr. …”
Link to Metadata
Electronic eBook -
562
Organic Chemistry with a Biological Emphasis
Published 2016Table of Contents: “…Chapter 1: Introduction to organic structure and bonding, part I -- Section 1: Drawing organic structures -- Section 2: Functional groups and organic nomenclature -- Section 3: Structures of some important classes of biological molecules -- Chapter 2: Introduction to organic structure and bonding, part II -- Section 1: Covalent bonding in organic molecules -- Section 2: Molecular orbital theory -- Section 3: Resonance -- Section 4: Non-covalent interactions -- Section 5: Physical properties of organic compounds -- Chapter 3: Conformation and Stereochemistry -- Section 1: Conformations of open-chain organic molecules -- Section 2: Conformations of cyclic organic molecules -- Section 3: Chirality and stereoisomers -- Section 4: Labeling chiral centers -- Section 5: Optical activity -- Section 6: Compounds with multiple chiral centers -- Section 7: Meso compounds -- Section 8: Fischer and Haworth projections -- Section 9: Stereochemistry of alkenes -- Section 10: Stereochemistry in biology and medicine -- Section 11: Prochirality -- Chapter 4: Structure determination part I - Infrared spectroscopy, UV-visible spectroscopy, and mass spectrometry -- Section 1: Mass Spectrometry -- Section 2: Introduction to molecular spectroscopy -- Section 3: Infrared spectroscopy -- Section 4: Ultraviolet and visible spectroscopy -- Chapter 5: Structure determination part II - Nuclear magnetic resonancespectroscopy -- Section 1: The origin of the NMR signal -- Section 2: Chemical equivalence -- Section 3: The 1H-NMR experiment -- Section 4: The basis for differences in chemical shift -- Section 5: Spin-spin coupling -- Section 6: 13C-NMR spectroscopy -- Section 7: Solving unknown structures -- Section 8: Complex coupling in 1H-NMR spectra -- Section 9: Other applications of NMR -- Chapter 6: Overview of organic reactivity -- Section 1: A first look at some organic reaction mechanisms -- Section 2: A quick review of thermodynamics and kinetics -- Section 3: Catalysis -- Section 4: Comparing biological reactions to laboratory reactions -- Chapter 7: Acid-base reactions -- Section 1: Acid-base reactions -- Section 2: Comparing the acidity and basicity of organic functional groups– the acidityconstant -- Section 3: Structural effects on acidity and basicity -- Section 4: Acid-base properties of phenols -- Section 5: Acid-base properties of nitrogen-containing functional groups -- Section 6: Carbon acids -- Section 7: Polyprotic acids -- Section 8: Effects of enzyme microenvironment on acidity and basicity -- Chapter 8: Nucleophilic substitution reactions -- Section 1: Two mechanistic models for nucleophilic substitution -- Section 2: Nucleophiles -- Section 3: Electrophiles -- Section 4: Leaving groups -- Section 5: SN1 reactions with allylic electrophiles -- Section 6: SN1 or SN2? …”
Access online version
Electronic eBook -
563
How to Think Like a Computer Scientist C Version
Published 1999Table of Contents: “…-- 1.4 Formal and natural language -- 1.5 The first program -- 1.6 Glossary -- 1.7 Exercises -- Chapter 2: Variables and types -- 2.1 More output -- 2.2 Values -- 2.3 Variables -- 2.4 Assignment -- 2.5 Outputting variables -- 2.6 Keywords -- 2.7 Operators -- 2.8 Order of operations -- 2.9 Operators for characters -- 2.10 Composition -- 2.11 Glossary -- 2.12 Exercises -- Chapter 3: Function -- 3.1 Floating-point -- 3.2 Constants -- 3.3 Converting from double to int -- 3.4 Math functions -- 3.5 Composition -- 3.6 Adding new functions -- 3.7 Definitions and uses -- 3.8 Programs with multiple functions -- 3.9 Parameters and arguments -- 3.10 Parameters and variables are local -- 3.11 Functions with multiple parameters -- 3.12 Functions with results -- 3.13 Glossary -- 3.14 Exercises -- Chapter 4: Conditionals and recursion -- 4.1 Conditional execution -- 4.2 The modulus operator -- 4.3 Alternative execution -- 4.4 Chained conditionals -- 4.5 Nested conditionals -- 4.6 The return statement -- 4.7 Recursion -- 4.8 Infinite recursion -- 4.9 Stack diagrams for recursive functions -- 4.10 Glossary -- 4.11 Exercises -- Chapter 5: Fruitful functions -- 5.1 Return values -- 5.2 Program development -- 5.3 Composition -- 5.4 Boolean values -- 5.5 Boolean varaiables -- 5.6 Logical operators -- 5.7 Bool functions -- 5.8 Returning from main() -- 5.9 Glossary -- 5.10 Exercises -- Chapter 6: Iteration -- 6.1 Multiple assignment -- 6.2 Iteration -- 6.3 The while statement -- 6.4 Tables -- 6.5 Two-dimensional tables -- 6.6 Encapsulation and generalization -- 6.7 Functions -- 6.8 More encapsulation -- 6.9 Local varaiables -- 6.10 More generalization -- 6.11 Glossary -- 6.12 Exercises -- Chapter 7: Arrays -- 7.1 Increment and decrement operators -- 7.2 Accessing elements -- 7.3 Copying arrays -- 7.4 for loops -- 7.5 Array length -- 7.6 Random numbers -- 7.7 Statistics -- 7.8 Array of random numbers -- 7.9 Passing an array to a function -- 7.10 Counting -- 7.11 Checking the other values -- 7.12 A histogram -- 7.13 A single-pass solution -- 7.14 Random seeds -- 7.15 Glossary -- 7.16 Exercises -- Chapter 8: Strings and things -- 8.1 Containers for strings -- 8.2 String variables -- 8.3 Extracting characters from a string -- 8.4 Length -- 8.5 Traversal -- 8.6 Finding a character in a string -- 8.7 Pointers and Addresses -- 8.8 String concatenation -- 8.9 Assigning new values to string variables -- 8.10 strings are not comparable -- 8.11 Character classification -- 8.12 Getting user input -- 8.13 Glossary -- 8.14 Exercises -- Chapter 9: Structures -- 9.1 Compound values -- 9.2 Point objects -- 9.3 Accessing member variables -- 9.4 Operations on structures -- 9.5 Structures as parameters -- 9.6 Call by value -- 9.7 Call by reference -- 9.8 Rectangles -- 9.9 Structures as return types -- 9.10 Passing other types by reference -- 9.11 Glossary -- 9.12 Exercises…”
Access online version
Electronic eBook -
564
-
565
-
566
-
567
-
568
-
569
-
570
-
571
-
572
-
573
-
574
-
575
-
576
-
577
-
578
-
579
-
580