Skip to content

Commit bfc1e96

Browse files
update links
1 parent 417e202 commit bfc1e96

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,32 @@ DiffEqTutorials.open_notebooks()
2929
## Table of Contents
3030

3131
- Introduction
32-
- [Introduction to DifferentialEquations.jl through ODEs](http://juliadiffeq.org/DiffEqTutorials.jl/html/introduction/01-ode_introduction.html)
33-
- [Detecting Stiffness and Choosing an ODE Algorithm](http://juliadiffeq.org/DiffEqTutorials.jl/html/introduction/02-choosing_algs.html)
34-
- [Optimizing your DiffEq Code](http://juliadiffeq.org/DiffEqTutorials.jl/html/introduction/03-optimizing_diffeq_code.html)
35-
- [Callbacks and Event Handling](http://juliadiffeq.org/DiffEqTutorials.jl/html/introduction/04-callbacks_and_events.html)
36-
- [Formatting Plots](http://juliadiffeq.org/DiffEqTutorials.jl/html/introduction/05-formatting_plots.html)
32+
- [Introduction to DifferentialEquations.jl through ODEs](http://tutorials.juliadiffeq.org/html/introduction/01-ode_introduction.html)
33+
- [Detecting Stiffness and Choosing an ODE Algorithm](http://tutorials.juliadiffeq.org/html/introduction/02-choosing_algs.html)
34+
- [Optimizing your DiffEq Code](http://tutorials.juliadiffeq.org/html/introduction/03-optimizing_diffeq_code.html)
35+
- [Callbacks and Event Handling](http://tutorials.juliadiffeq.org/html/introduction/04-callbacks_and_events.html)
36+
- [Formatting Plots](http://tutorials.juliadiffeq.org/html/introduction/05-formatting_plots.html)
3737
- Exercise Sheets
38-
- [DifferentialEquations.jl Workshop Exercises](http://juliadiffeq.org/DiffEqTutorials.jl/html/exercises/01-workshop_exercises.html)
39-
- [DifferentialEquations.jl Workshop Exercise Solutions](http://juliadiffeq.org/DiffEqTutorials.jl/html/exercises/02-workshop_solutions.html)
38+
- [DifferentialEquations.jl Workshop Exercises](http://tutorials.juliadiffeq.org/html/exercises/01-workshop_exercises.html)
39+
- [DifferentialEquations.jl Workshop Exercise Solutions](http://tutorials.juliadiffeq.org/html/exercises/02-workshop_solutions.html)
4040
- Modeling Examples
41-
- [Classical Physics Models](http://juliadiffeq.org/DiffEqTutorials.jl/html/models/01-classical_physics.html)
42-
- [Conditional Dosing Example](http://juliadiffeq.org/DiffEqTutorials.jl/html/models/02-conditional_dosing.html)
43-
- [DiffEqBiological Tutorial I: Introduction](http://juliadiffeq.org/DiffEqTutorials.jl/html/models/03-diffeqbio_I_introduction.html)
44-
- [DiffEqBiological Tutorial II: Network Properties API](http://juliadiffeq.org/DiffEqTutorials.jl/html/models/04-diffeqbio_II_networkproperties.html)
45-
- [Kepler Problem Orbit](http://juliadiffeq.org/DiffEqTutorials.jl/html/models/05-kepler_problem.html)
46-
- [Bayesian Inference of Pendulum Parameters](http://juliadiffeq.org/DiffEqTutorials.jl/html/models/06-pendulum_bayesian_inference.html)
41+
- [Classical Physics Models](http://tutorials.juliadiffeq.org/html/models/01-classical_physics.html)
42+
- [Conditional Dosing Example](http://tutorials.juliadiffeq.org/html/models/02-conditional_dosing.html)
43+
- [DiffEqBiological Tutorial I: Introduction](http://tutorials.juliadiffeq.org/html/models/03-diffeqbio_I_introduction.html)
44+
- [DiffEqBiological Tutorial II: Network Properties API](http://tutorials.juliadiffeq.org/html/models/04-diffeqbio_II_networkproperties.html)
45+
- [Kepler Problem Orbit](http://tutorials.juliadiffeq.org/html/models/05-kepler_problem.html)
46+
- [Bayesian Inference of Pendulum Parameters](http://tutorials.juliadiffeq.org/html/models/06-pendulum_bayesian_inference.html)
4747
- Advanced ODE Features
48-
- [ModelingToolkit.jl, An IR and Compiler for Scientific Models](http://juliadiffeq.org/DiffEqTutorials.jl/html/ode_extras/01-ModelingToolkit.html)
49-
- [Feagin's Order 10, 12, and 14 Methods](http://juliadiffeq.org/DiffEqTutorials.jl/html/ode_extras/02-feagin.html)
50-
- [Finding Maxima and Minima of DiffEq Solutions](http://juliadiffeq.org/DiffEqTutorials.jl/html/ode_extras/03-ode_minmax.html)
51-
- [Monte Carlo Parameter Estimation from Data](http://juliadiffeq.org/DiffEqTutorials.jl/html/ode_extras/04-monte_carlo_parameter_estim.html)
48+
- [ModelingToolkit.jl, An IR and Compiler for Scientific Models](http://tutorials.juliadiffeq.org/html/ode_extras/01-ModelingToolkit.html)
49+
- [Feagin's Order 10, 12, and 14 Methods](http://tutorials.juliadiffeq.org/html/ode_extras/02-feagin.html)
50+
- [Finding Maxima and Minima of DiffEq Solutions](http://tutorials.juliadiffeq.org/html/ode_extras/03-ode_minmax.html)
51+
- [Monte Carlo Parameter Estimation from Data](http://tutorials.juliadiffeq.org/html/ode_extras/04-monte_carlo_parameter_estim.html)
5252
- Type Handling
53-
- [Solving Equations with Julia-Defined Types](http://juliadiffeq.org/DiffEqTutorials.jl/html/type_handling/01-number_types.html)
54-
- [Numbers with Uncertainties](http://juliadiffeq.org/DiffEqTutorials.jl/html/type_handling/02-uncertainties.html)
55-
- [Unit Check Arithmetic via Unitful.jl](http://juliadiffeq.org/DiffEqTutorials.jl/html/type_handling/03-unitful.html)
53+
- [Solving Equations with Julia-Defined Types](http://tutorials.juliadiffeq.org/html/type_handling/01-number_types.html)
54+
- [Numbers with Uncertainties](http://tutorials.juliadiffeq.org/html/type_handling/02-uncertainties.html)
55+
- [Unit Check Arithmetic via Unitful.jl](http://tutorials.juliadiffeq.org/html/type_handling/03-unitful.html)
5656
- Advanced
57-
- [A 2D Cardiac Electrophysiology Model (CUDA-accelerated PDE solver)](http://juliadiffeq.org/DiffEqTutorials.jl/html/advanced/01-beeler_reuter.html)
57+
- [A 2D Cardiac Electrophysiology Model (CUDA-accelerated PDE solver)](http://tutorials.juliadiffeq.org/html/advanced/01-beeler_reuter.html)
5858

5959
## Contributing
6060

0 commit comments

Comments
 (0)