A Software Carpentry lesson to learn how to use Make Make is …
A Software Carpentry lesson to learn how to use Make Make is a tool which can run commands to read files, process these files in some way, and write out the processed files. For example, in software development, Make is used to compile source code into executable programs or libraries, but Make can also be used to: run analysis scripts on raw data files to get data files that summarize the raw data; run visualization scripts on data files to produce plots; and to parse and combine text files and plots to create papers. Make is called a build tool - it builds data files, plots, papers, programs or libraries. It can also update existing files if desired. Make tracks the dependencies between the files it creates and the files used to create these. If one of the original files (e.g. a data file) is changed, then Make knows to recreate, or update, the files that depend upon this file (e.g. a plot). There are now many build tools available, all of which are based on the same concepts as Make.
Software Carpentry lesson that teaches how to use databases and SQL In …
Software Carpentry lesson that teaches how to use databases and SQL In the late 1920s and early 1930s, William Dyer, Frank Pabodie, and Valentina Roerich led expeditions to the Pole of Inaccessibility in the South Pacific, and then onward to Antarctica. Two years ago, their expeditions were found in a storage locker at Miskatonic University. We have scanned and OCR the data they contain, and we now want to store that information in a way that will make search and analysis easy. Three common options for storage are text files, spreadsheets, and databases. Text files are easiest to create, and work well with version control, but then we would have to build search and analysis tools ourselves. Spreadsheets are good for doing simple analyses, but they don’t handle large or complex data sets well. Databases, however, include powerful tools for search and analysis, and can handle large, complex data sets. These lessons will show how to use a database to explore the expeditions’ data.
This textbook, Economics: Theory Through Applications, centers around student needs and expectations …
This textbook, Economics: Theory Through Applications, centers around student needs and expectations through two premises: … Students are motivated to study economics if they see that it relates to their own lives. … Students learn best from an inductive approach, in which they are first confronted with a problem, and then led through the process of solving that problem.
Many books claim to present economics in a way that is digestible for students; Russell and Andrew have truly created one from scratch. This textbook will assist you in increasing students’ economic literacy both by developing their aptitude for economic thinking and by presenting key insights about economics that every educated individual should know.
Chapter 1: Essential Ideas Chapter 2: Atoms, Molecules, and Ions Chapter 3: Electronic Structure and Periodic Properties of Elements Chapter 4: Chemical Bonding and Molecular Geometry Chapter 5: Advanced Theories of Bonding Chapter 6: Composition of Substances and Solutions Chapter 7: Stoichiometry of Chemical Reactions Chapter 8: Gases Chapter 9: Thermochemistry
Library Carpentry lesson to learn how to use the Shell. This Library …
Library Carpentry lesson to learn how to use the Shell. This Library Carpentry lesson introduces librarians to the Unix Shell. At the conclusion of the lesson you will: understand the basics of the Unix shell; understand why and how to use the command line; use shell commands to work with directories and files; use shell commands to find and manipulate data.
ussell Cooper and Andrew John have written an economics text aimed directly …
ussell Cooper and Andrew John have written an economics text aimed directly at students from its very inception. You're thinking, ”Yeah, sure. I've heard that before.“
This textbook, Macroeconomics: Theory Through Applications, centers around student needs and expectations through two premises: … Students are motivated to study economics if they see that it relates to their own lives. … Students learn best from an inductive approach, in which they are first confronted with a problem, and then led through the process of solving that problem.
Many books claim to present economics in a way that is digestible for students; Russell and Andrew have truly created one from scratch. This textbook will assist you in increasing students' economic literacy both by developing their aptitude for economic thinking and by presenting key insights about economics that every educated individual should know.
Russell Cooper and Andrew John have written an economics text aimed directly …
Russell Cooper and Andrew John have written an economics text aimed directly at students from its very inception. You're thinking, ”Yeah, sure. I've heard that before.“
This textbook, Microeconomics: Theory Through Applications, centers around student needs and expectations through two premises: … Students are motivated to study economics if they see that it relates to their own lives. … Students learn best from an inductive approach, in which they are first confronted with a problem, and then led through the process of solving that problem.
Many books claim to present economics in a way that is digestible for students; Russell and Andrew have truly created one from scratch. This textbook will assist you in increasing students' economic literacy both by developing their aptitude for economic thinking and by presenting key insights about economics that every educated individual should know.
This course focuses on neural structures and mechanisms mediating the detection, localization …
This course focuses on neural structures and mechanisms mediating the detection, localization and recognition of sounds. Discussions cover how acoustic signals are coded by auditory neurons, the impact of these codes on behavioral performance, and the circuitry and cellular mechanisms underlying signal transformations. Topics include temporal coding, neural maps and feature detectors, learning and plasticity, and feedback control. General principles are conveyed by theme discussions of auditory masking, sound localization, musical pitch, speech coding, and cochlear implants.
(This case study was added to OER Commons as one of a …
(This case study was added to OER Commons as one of a batch of over 700. It has relevant information which may include medical imagery, lab results, and history where relevant. A link to the final diagnosis can be found at the end of the case study for review. The first paragraph of the case study -- typically, but not always the clinical presentation -- is provided below.)
A 16-month-old boy presented to his pediatrician following a 3 week history of left head tilt and a 3 day history of cessation of crawling. Developmental history was significant for delays in sitting independently (8 months) and crawling (12 months), necessitating physical therapy for delayed gross motor milestones. Birth history and all other past medical history were unremarkable. Neurologic examination was positive for a mild left head tilt and lower extremity proximal muscle weakness on ventral suspension. Muscle bulk, tone, sensation, reflexes, and coordination were all within normal limits. MRI of the spine showed an expansile, enhancing, intramedullary mass from C2-T3 with an associated syrinx above and below the lesion (Fig 1). He subsequently underwent complete C3 to T3 laminectomies for spinal cord decompression and tumor resection.
This lesson in part of Software Carpentry workshop and teach novice programmers …
This lesson in part of Software Carpentry workshop and teach novice programmers to write modular code and best practices for using R for data analysis. an introduction to R for non-programmers using gapminder data The goal of this lesson is to teach novice programmers to write modular code and best practices for using R for data analysis. R is commonly used in many scientific disciplines for statistical analysis and its array of third-party packages. We find that many scientists who come to Software Carpentry workshops use R and want to learn more. The emphasis of these materials is to give attendees a strong foundation in the fundamentals of R, and to teach best practices for scientific computing: breaking down analyses into modular units, task automation, and encapsulation. Note that this workshop will focus on teaching the fundamentals of the programming language R, and will not teach statistical analysis. The lesson contains more material than can be taught in a day. The instructor notes page has some suggested lesson plans suitable for a one or half day workshop. A variety of third party packages are used throughout this workshop. These are not necessarily the best, nor are they comprehensive, but they are packages we find useful, and have been chosen primarily for their usability.
Short Description: #TheatreAppreciation is a textbook for introductory level lecture classes such …
Short Description: #TheatreAppreciation is a textbook for introductory level lecture classes such as Theatre Appreciation and Introduction to Theatre. It provides insight about the art and craft of theatre, a brief exploration of theatre history, and discussion about the styles and forms of theatre along with an overview of professions in the field.
Word Count: 97105
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
Software Carpentry lesson on how to use the shell to navigate the …
Software Carpentry lesson on how to use the shell to navigate the filesystem and write simple loops and scripts. The Unix shell has been around longer than most of its users have been alive. It has survived so long because it’s a power tool that allows people to do complex things with just a few keystrokes. More importantly, it helps them combine existing programs in new ways and automate repetitive tasks so they aren’t typing the same things over and over again. Use of the shell is fundamental to using a wide range of other powerful tools and computing resources (including “high-performance computing†supercomputers). These lessons will start you on a path towards using these resources effectively.
We present a consensus-based checklist to improve and document the transparency of …
We present a consensus-based checklist to improve and document the transparency of research reports in social and behavioural research. An accompanying online application allows users to complete the form and generate a report that they can submit with their manuscript or post to a public repository.
No restrictions on your remixing, redistributing, or making derivative works. Give credit to the author, as required.
Your remixing, redistributing, or making derivatives works comes with some restrictions, including how it is shared.
Your redistributing comes with some restrictions. Do not remix or make derivative works.
Most restrictive license type. Prohibits most uses, sharing, and any changes.
Copyrighted materials, available under Fair Use and the TEACH Act for US-based educators, or other custom arrangements. Go to the resource provider to see their individual restrictions.