Suggested Topics within your search.
Suggested Topics within your search.
- Philosophy 131
- linguistics 104
- Literature: history & criticism 60
- Education 56
- Humanities 55
- Politics & government 54
- Ethics & moral philosophy 45
- History 45
- Political science & theory 45
- Social & cultural anthropology, ethnography 40
- Society & social sciences 38
- Media studies 34
- Grammar, syntax & morphology 31
- Social & political philosophy 31
- Economic theory & philosophy 30
- Literature & literary studies 30
- Social & cultural history 30
- Sociology 30
- Gender studies, gender groups 29
- Economics 28
- Political economy 28
- Philosophy: epistemology & theory of knowledge 26
- Anthropology 25
- Biography & True Stories 25
- Rhetoric 25
- International relations 24
- Psychology 24
- Cultural studies 22
- Law 21
- Philosophy of religion 21
-
341
Genre in a Changing World
Published 2009Table of Contents: “…Swales -- From Speech Genres to Mediated Multimodal Genre Systems: Bakhtin, Voloshinov, and the Question of Writing, Paul Prior -- To Describe Genres: Problems and Strategies, Maria Antónia Coutinho and Florencia Miranda -- Relevance and Genre: Theoretical and Conceptual Interfaces, Fábio José Rauen -- Part 2: Genre and the Professions -- Accusation and Defense: The Ideational Metafunction of Language in the Genre Closing Argument, Cristiane Fuzer and Nina Célia Barros -- The Sociohistorical Constitution of the Genre Legal Booklet: A Critical Approach, Leonardo Mozdzenski -- Uptake and the Biomedical Subject, Kimberly K. …”
Access online version
Electronic eBook -
342
Health of People, Health of Planet and Our Responsibility Climate Change, Air Pollution and Health /
Published 2020Table of Contents: “…-- Chapter5: Climate Change, Air Pollution and Health: Common sources, Similar impacts and Common solutions -- PartII: Air Pollution, Climate Change and Health: The Underlying Science & Impacts -- Chapter6: Air Pollution: Adverse Effects and Disease Burden -- Chapter7: Air Pollution, Oxidative Stress and Public Health in the Anthropocene -- Chapter8: Climate Change, Air Pollution and the Environment: The Health Argument -- Chapter9: Reducing air pollution: avoidable health burden -- PartIII: Climate Change and Health: Sustainability and vulnerable populations and regions -- Chapter10: Vulnerable populations and regions: Middle East as a case study -- Chapter11: Climate Change Risks for Agriculture, Health and Nutrition -- Chapter12: Sustaining Water Resources -- Chapter13: Health, air pollution and forest fires in the Amazon -- PartIV: climate Change and Health: Perspectives from Physicians -- Chapter14: Psychological Impacts of Climate Change and Recommendations -- Chapter15: Air Pollution and Cardiovascular Disease: A Proven Causality -- Chapter16: Healthy People, Healthy Planet: Holistic Thinking -- PartV: Climate Change and Health: Social Impacts -- Chapter17: Climate Change, Public Health, Social Peace -- Chapter18: Health of the People, Health of the Planet, Health of the Migrants -- Chapter19: Climate Justice and Public Health: Practical Ethics in Urgent Times -- PartVI: Overarching Solutions: The Role of Religion -- Chapter20: Faith in God & Health of People -- Chapter21: Caring for Creation - The Evangelical's Guide -- Chapter22: Call to Action from Faith Leaders -- PartVII: Overarching Solutions: The Role of Science and Technology -- Chapter23: Public health co-benefits of greenhouse gas emissions reduction -- Chapter24: Good Health in the Anthropocene Epoch: Potentials for Transformative Solutions -- Chapter25: Well Under 2 Degrees Celsius: Ten Solutions for Carbon Neutrality and Climate Stability -- Chapter26: Defeating Energy Poverty: Invest In Scalable Solutions for the Poor -- Chapter27: Sensor-Enabled Climate Financing for Clean Cooking -- Chapter28: Research is vital to tackling climate change, but it cannot succeed alone -- PartVIII: Call to Action -- Chapter29: Governor of California -- Chapter30: United States Congressman -- Chapter31: Opportunities for a sustainable planet -- Chapter32: Sustainable development goals and health: Call for Cultural Revolution -- Chapter33: A Call to action by health care professionals.…”
Link to Metadata
Electronic eBook -
343
Invited Lectures from the 13th International Congress on Mathematical Education
Published 2018Table of Contents: “…Bridging the two research areas, Roza Leikin -- Themes in Mathematics Teacher Professional learning research in South Africa: A Review of the Period 2006-2015, Mdutshekelwa Ndlovu -- Pedagogies of Emergent Learning, Ricardo Nemirovsky -- Connecting Mathematics, Community, Culture and Place: Promise, Possibilities, and Problems, Cynthia Nicol -- Relevance of learning logical Analysis of Mathematical Statements, Judith Njomgang Ngansop -- Understanding and Visualizing Linear Transformations, Asuman Oktac -- Mapping the Relationship between written and enacted Curriculum: Examining teachers' decision making, Janine Remillard -- Building Bridges Between Math Education and Engineering Education Communities: a dialogue through Modelling and Simulation, Ruth Rodriguez -- Constructing dynamic geometry: insights from a study of teaching practices in English schools, Kenneth Ruthven -- Exploring the Contribution of Gestures to Mathematical Argumentation Processes in a Semiotic Perspective, Cristina Sabena -- Improving Mathematics Pedagogy through Student/Teacher Valuing: Lessons from five Continents, Wee Tiong Seah -- About a collaborative work. …”
Link to Metadata
Electronic eBook -
344
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 -
345
-
346
-
347
-
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
-
359
-
360