diff --git a/README.md b/README.md
index 18fa5a0..18e855e 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,10 @@ This curriculum module contains interactive [MATLAB® live scripts](https://www.
## Background
-You can use these live scripts as [demonstrations](#H_9AAE657C) in lectures, class [activities](#H_EB6194F8), or interactive [assignments](#H_175C7D50) outside of class. Calculus \- Integrals covers [Riemann sum](#H_1F9663E8) approximations to definite integrals, indefinite integrals as [antiderivatives](#H_BA1C166C), and the [fundamental theorem of calculus](#H_A543F16F). It also covers the indefinite integrals of powers, exponentials, natural logarithms, sines, and cosines as well as [substitution](#H_A0468BE8) and [integration by parts](#H_D389B1B1). Applications include area and power. In addition to the[full scripts](#H_EB6194F8), [visualizations](#H_9AAE657C), and [practice scripts](#H_175C7D50) there is a [Calculus Flashcards app](#H_1F9459BC) included as well.
+You can use these live scripts as [demonstrations](#H_9AAE657C) in lectures, class activities, or interactive assignments outside of class. Calculus \- Integrals covers Riemann sum approximations to definite integrals, indefinite integrals as antiderivatives, and the fundamental theorem of calculus. It also covers the indefinite integrals of powers, exponentials, natural logarithms, sines, and cosines as well as substitution and integration by parts. Applications include area and power. In addition to the full scripts, visualizations, and practice scripts there is a [Calculus Flashcards app](#H_1F9459BC) included as well.
-The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the Stop button in the **RUN** section of the **Live Editor** tab in the MATLAB Toolstrip.
+The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the Stop button in the **RUN** section of the **Live Editor** tab in the MATLAB Toolstrip.
Looking for more? Find an issue? Have a suggestion? Please contact the [MathWorks online teaching team](mailto:%20onlineteaching@mathworks.com).
@@ -56,13 +56,13 @@ Ensure you have all the required products ([listed below](#H_E850B4FF)) installe
MATLAB® is used throughout. Tools from the Symbolic Math Toolbox™ are used frequently as well.
# Scripts
-| **Topic**
| **Full Script**
| **Visualizations**
| **Learning Goals**
In this script, students will...
| **Practice**
|
+[Apply the Fundamental Theorem of Calculus](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/FundamentalTheoremPractice.mlx)| **Full Script**
| **Visualizations**
| **Learning Goals**
In this script, students will...
| **Practice**
|
| :-- | :-- | :-- | :-- | :-- |
-| [Antiderivatives](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/Antiderivatives.mlx)
| [Antiderivatives.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/Antiderivatives.mlx)
| [Visualizing Antiderivatives](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/AntiderivativesViz.mlx)
| see a graphical presentation of the concept of general antiderivatives.
develop computational fluency with the antiderivatives of powers, sines, cosines, and exponentials.
| [Calculate Antiderivatives](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/AntiderivativesPractice.mlx)
[ ](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/AntiderivativesPractice.mlx)
|
-| [Fundamental Theorem of Calculus](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/FundamentalTheorem.mlx)
| [FundamentalTheorem.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/FundamentalTheorem.mlx)
| [Visualizing the FTC](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/FundamentalTheoremViz.mlx)
| explain the fundamental theorem of calculus.
see why the Fundamental Theorem of Calculus makes sense graphically.
develop computational fluency for definite integrals involving linear and rational combinations of powers, sines, cosines, exponentials and natural logarithms.
| [Apply the Fundamental Theorem of Calculus](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/FundamentalTheoremPractice.mlx)
[ ](./FundamentalTheoremPractice.mlx)
|
-| [Riemann Sums](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/Riemann.mlx)
| [Riemann.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/Riemann.mlx)
| [Visualizing Riemann Sums](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/RiemannViz.mlx)
| explain and apply the different approximations computed by a left\-endpoint, right\-endpoint, midpoint, maximum, or minimum method of selecting a height value in a Riemann sum.
| explain and apply the trapezoidal approximation.
explain why increasing the number of intervals in an approximation will decrease the error.
discuss the implications for applying calculus in applications with values that are discrete or continuous.
|
-| [Substitution](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/Substitution.mlx)
| [Substitution.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/Substitution.mlx)
| [Visualizing Substitution](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/SubstitutionViz.mlx)
| explain what the method of substitution is and how it works.
develop fluency with computing integrals of combinations of powers, sines, cosines, exponentials and logarithms that are solvable by substitution by hand.
see a graphical understanding of the method of substitution.
| [Apply the method of substitution](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/SubstitutionPractice.mlx)
[ ](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/SubstitutionPractice.mlx)
|
-| [Integration by Parts](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/ByParts.mlx)
| [ByParts.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/ByParts.mlx)
| [Visualizing Integration by Parts](.Scripts/ByPartsViz.mlx)
| explain what the method of integration by parts is and how it works.
develop fluency with computing integrals involving powers, sines, cosines, exponentials and logarithms that are solvable by integration by parts by hand.
see a graphical understanding of the integration by parts formula.
| [Apply the method of integration by parts](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/ByPartsPractice.mlx)
[ ](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/ByPartsPractice.mlx)
[ ](matlab: edit practiceByParts.mlx)
|
+ | [Antiderivatives.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/Antiderivatives.mlx)
| [Visualizing Antiderivatives](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/AntiderivativesViz.mlx)
| $\bullet$ see a graphical presentation of the concept of general antiderivatives.
$\bullet$ develop computational fluency with the antiderivatives of powers,
sines, cosines, and exponentials.
| [Calculate Antiderivatives](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/AntiderivativesPractice.mlx)
$\displaystyle {\int \sin (3z)\;dz=-\frac{\cos (3z)}{3}+C}$
|
+| [FundamentalTheorem.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/FundamentalTheorem.mlx)
| [Visualizing the FTC](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/FundamentalTheoremViz.mlx)
| $\bullet$ explain the fundamental theorem of calculus.
$\bullet$ see why the Fundamental Theorem of Calculus makes sense graphically.
$\bullet$ develop computational fluency for definite integrals involving linear and
rational combinations of powers, sines, cosines, exponentials and natural
logarithms.
| [Apply the Fundamental Theorem of Calculus](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/FundamentalTheoremPractice.mlx)
$\displaystyle {\int_1^3 \frac{1}{w^2 }\;dw=-\frac{1}{3}+1=\frac{2}{3}}$
|
+| [Riemann.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/Riemann.mlx)
| [Visualizing Riemann Sums](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/RiemannViz.mlx)
| $\bullet$ explain and apply the different approximations computed by a
left\-endpoint, right\-endpoint, midpoint, maximum, or minimum
method of selecting a height value in a Riemann sum.
| $\bullet$ explain and apply the trapezoidal approximation.
$\bullet$ explain why increasing the number of intervals in an approximation will decrease the error.
$\bullet$ discuss the implications for applying calculus in applications with values that are discrete or continuous.
|
+| [Substitution.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/Substitution.mlx)
| [Visualizing Substitution](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/SubstitutionViz.mlx)
| $\bullet$ explain what the method of substitution is and how it works.
$\bullet$ develop fluency with computing integrals of combinations of
powers, sines, cosines, exponentials and logarithms that are solvable
by substitution by hand.
$\bullet$ see a graphical understanding of the method of substitution.
| [Apply the method of substitution](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/SubstitutionPractice.mlx)
$\displaystyle {\int \frac{\cos \left(\ln (t)+1\right)}{t}\;dt=\sin \left(\ln (t)+1\right)+C}$
|
+| [ByParts.mlx](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/ByParts.mlx)
| [Visualizing Integration by Parts](.Scripts/ByPartsViz.mlx)
| $\bullet$ explain what the method of integration by parts is and how it works.
$\bullet$ develop fluency with computing integrals involving powers, sines,
cosines, exponentials and logarithms that are solvable by integration by
parts by hand.
$\bullet$ see a graphical understanding of the integration by parts formula.
| [Apply the method of integration by parts](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Calculus-Integrals&project=Integrals.prj&file=Scripts/ByPartsPractice.mlx)
$\displaystyle {\int y^2 e^y \;dy=y^2 e^y -2ye^y +2e^y +C}$
$\displaystyle =(y^2 -2y+2)e^y +C$
|