Flipping Physics
Finding the Cost to Power Light Bulbs (Example Problem) and Defining KiloWatt Hour
Here we test the money saving advice given on a package of energy efficient light bulbs. We also define KiloWatt Hour; a term that often confuses students. Oh, we also determine the resistance of the light bulbs, ya know, just because we...
Curated Video
What is a Noun? Definition, Examples & Practice (Parts of Speech)
In this video, I talk all about nouns. I give the definition, examples, and even a chance for practice. This video will help you master the concept of nouns in English grammar.
Curated Video
A real case of Diabetic Ketoacidosis (DKA) & Management
Diabetic Ketoacidosis or DKA is a medical emergency that I never take lightly. This real-life clinical case is about a young female with type I diabetes who presented to us with classical symptoms. We were able to treat her successfully...
APMonitor
Data Engineering Summary Statistics
Summary statistics give valuable insights as one of the first steps in data engineering after the data is gathered. Statistics help to assess data quality and diversity. Data discovery with statistics is a common first activity and there...
APMonitor
Mathematical Optimization with Python
This tutorial demonstrates how to solve a simple mathematical optimization problem with four variables, one objective function, one equality constraint, and an inequality constraint. The problem is solved with the APMonitor toolbox in...
Healthcare Triage
Why Don't We Invest More in Public Health?
Many, many studies conclude that investing in public health is more effective than continually increasing spending on expensive treatments. So why doesn't the US spend more on public health?
Healthcare Triage
The Opioid Crisis and the Way Forward
This is part 4 in our series on the opioid crisis, presented with support from the NIHCM Foundation. We've talked about the state of the opioid crisis, deaths of despair, and the disappointing evidence about marijuana as a treatment for...
Let's Tute
Accounting Test Time Financial Statements
A Quick Review on "Financial statement 02". Entertaining yet educational, Accounting Test Time #08 gives you a quick glimpse into your, sense of right and wrong answers relating to questions on " Financial Statement" .
National Institute of Standards and Technology
Heroes of American Manufacturing ACR Electronics
ACR Electronics, a client of FloridaMakes (the MEP Center in Florida and part of the MEP National Network is the leading development center for emergency beacons that are designed with one purpose: to save lives. Through their combined...
Healthcare Triage
Where is the Waste in Health Spending?
Up to 25% of health spending in the US is wasteful. Where is that money being lost? What can we do about it?
Curated Video
Crafting a Thought-Provoking Conclusion
This video provides guidance on how to write a compelling conclusion for an essay that leaves the reader thinking. It emphasizes the importance of restating the thesis in a different way using strong words, considering the positive...
Brian McLogan
How to write the equation of the tangent line with implicit equation
👉 Learn how to find and write the equation of the tangent line of a curve at a given point. The tangent of a curve at a point is a line that touches the circumference of the curve at that point. To find the equation of the tangent line...
APMonitor
MATLAB User Defined Custom Functions
User-defined functions are routines in MATLAB that typically input data or arguments, perform custom calculations, and return one or multiple results. This introduction to functions is part of the programming course for engineers at...
APMonitor
Data Science 🐍 Prepare Data
Much of data science and machine learning work is getting clean data into the correct form. This may include data cleansing to remove outliers or bad information, scaling for machine learning algorithms, splitting into train and test...
Sustainable Business Consulting
Energy Case Studies
Case studies of companies saving money through reducing energy usage and purchasing renewable energy.
ACDC Leadership
Fiscal Policy and the Tax Multiplier Practice (2 of 2)- Macro Topic 3.8
In this video I explain how changes in taxation are different than changes in government spending. Keep in mind that tax cuts have less of an effect on AD than increasing spending since people save a portion of a tax cut. Thanks for...
PBS
What Are the Costs of Having a Baby
These little bundles of joy are priceless, but expensive. How do all the costs of having a newborn really add up?
APMonitor
Data Science 🐍 Import / Export
Python has functions for reading, creating, and deleting files. The high-level steps for many data science applications is to import data, analyze data, and export results. A basic function for working with files is open(filename,mode)....
Sustainable Business Consulting
Water Case Studies
Case studies of companies saving money through reducing water usage, upgrading equipment and installing rain capture systems.
Science360
Do smart electricity meters on conservation?
With smart electricity meters, consumers can measure electricity usage in real time, even find out how they stack up against their neighbors. But, does having that information impact consumers' electricity usage? With support from the...
PBS
How A Sticker Kept 3 Billion Tons of CO2 Out of The Air
Energy efficiency standards have quietly been saving people mountains of money and helping avoid planet-warming emissions at the same time.
Sustainable Business Consulting
Return on Sustainability
Provides case studies and examples of why sustainability provides higher returns for companies and why it is so important to make this business case
Sustainable Business Consulting
Matching the Company's Culture
Learn how sustainability can in fact be profitable in different departments of a corporation and how these initiatives can add up to create a strong culture.
Curated Video
Describe a function : Functions
From the section: Advanced Python. This section is about Advanced Python. Advanced Python: Functions