Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 3eacd73

Browse files
Automatic build\nPublished by build of: SciML/SciMLTutorials.jl@0d1fcb3
1 parent f66779f commit 3eacd73

3 files changed

Lines changed: 42 additions & 40 deletions

File tree

README.md

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SciMLTutorials.jl: Tutorials for Scientific Machine Learning and Differential Equations
22

3-
[![Build Status](https://github.com/SciML/SciMLTutorials.jl/workflows/CI/badge.svg)](https://github.com/SciML/SciMLTutorials.jl/actions?query=workflow%3ACI)
3+
[![Build status](https://badge.buildkite.com/8a39c2e1b44511eb84bdcd9019663cad757ae2479abd340508.svg)](https://buildkite.com/julialang/scimltutorials-dot-jl)
44

55
[![Join the chat at https://gitter.im/JuliaDiffEq/Lobby](https://badges.gitter.im/JuliaDiffEq/Lobby.svg)](https://gitter.im/JuliaDiffEq/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

@@ -30,44 +30,45 @@ SciMLTutorials.open_notebooks()
3030
## Table of Contents
3131

3232
- Introduction
33-
- [Introduction to DifferentialEquations.jl through ODEs](http://tutorials.juliadiffeq.org/html/introduction/01-ode_introduction.html)
34-
- [Detecting Stiffness and Choosing an ODE Algorithm](http://tutorials.juliadiffeq.org/html/introduction/02-choosing_algs.html)
35-
- [Optimizing your DiffEq Code](http://tutorials.juliadiffeq.org/html/introduction/03-optimizing_diffeq_code.html)
36-
- [Callbacks and Event Handling](http://tutorials.juliadiffeq.org/html/introduction/04-callbacks_and_events.html)
37-
- [Formatting Plots](http://tutorials.juliadiffeq.org/html/introduction/05-formatting_plots.html)
33+
- [Introduction to DifferentialEquations.jl through ODEs](http://tutorials.sciml.ai/html/introduction/01-ode_introduction.html)
34+
- [Detecting Stiffness and Choosing an ODE Algorithm](http://tutorials.sciml.ai/html/introduction/02-choosing_algs.html)
35+
- [Optimizing your DiffEq Code](http://tutorials.sciml.ai/html/introduction/03-optimizing_diffeq_code.html)
36+
- [Callbacks and Event Handling](http://tutorials.sciml.ai/html/introduction/04-callbacks_and_events.html)
37+
- [Formatting Plots](http://tutorials.sciml.ai/html/introduction/05-formatting_plots.html)
3838
- Exercise Sheets
39-
- [DifferentialEquations.jl Workshop Exercises](http://tutorials.juliadiffeq.org/html/exercises/01-workshop_exercises.html)
40-
- [DifferentialEquations.jl Workshop Exercise Solutions](http://tutorials.juliadiffeq.org/html/exercises/02-workshop_solutions.html)
39+
- [DifferentialEquations.jl Workshop Exercises](http://tutorials.sciml.ai/html/exercises/01-workshop_exercises.html)
40+
- [DifferentialEquations.jl Workshop Exercise Solutions](http://tutorials.sciml.ai/html/exercises/02-workshop_solutions.html)
4141
- Modeling Examples
42-
- [Classical Physics Models](http://tutorials.juliadiffeq.org/html/models/01-classical_physics.html)
43-
- [Conditional Dosing Example](http://tutorials.juliadiffeq.org/html/models/02-conditional_dosing.html)
44-
- [DiffEqBiological Tutorial I: Introduction](http://tutorials.juliadiffeq.org/html/models/03-diffeqbio_I_introduction.html)
45-
- [DiffEqBiological Tutorial II: Network Properties API](http://tutorials.juliadiffeq.org/html/models/04-diffeqbio_II_networkproperties.html)
46-
- [DiffEqBiological Tutorial III: Steady-States and Bifurcations](http://tutorials.juliadiffeq.org/html/models/04b-diffeqbio_III_steadystates.html)
47-
- [Kepler Problem Orbit](http://tutorials.juliadiffeq.org/html/models/05-kepler_problem.html)
48-
- [Spiking Neural Systems](http://tutorials.juliadiffeq.org/html/models/08-spiking_neural_systems.html)
42+
- [Classical Physics Models](http://tutorials.sciml.ai/html/models/01-classical_physics.html)
43+
- [Conditional Dosing Example](http://tutorials.sciml.ai/html/models/02-conditional_dosing.html)
44+
- [DiffEqBiological Tutorial I: Introduction](http://tutorials.sciml.ai/html/models/03-diffeqbio_I_introduction.html)
45+
- [DiffEqBiological Tutorial II: Network Properties API](http://tutorials.sciml.ai/html/models/04-diffeqbio_II_networkproperties.html)
46+
- [DiffEqBiological Tutorial III: Steady-States and Bifurcations](http://tutorials.sciml.ai/html/models/04b-diffeqbio_III_steadystates.html)
47+
- [Tutorial on using spatial SSAs in DiffEqJump](http://tutorials.sciml.ai/html/jumps/spatial.html)
48+
- [Kepler Problem Orbit](http://tutorials.sciml.ai/html/models/05-kepler_problem.html)
49+
- [Spiking Neural Systems](http://tutorials.sciml.ai/html/models/08-spiking_neural_systems.html)
4950
- Advanced ODE Features
50-
- [ModelingToolkit.jl, An IR and Compiler for Scientific Models](http://tutorials.juliadiffeq.org/html/ode_extras/01-ModelingToolkit.html)
51-
- [Feagin's Order 10, 12, and 14 Methods](http://tutorials.juliadiffeq.org/html/ode_extras/02-feagin.html)
52-
- [Finding Maxima and Minima of DiffEq Solutions](http://tutorials.juliadiffeq.org/html/ode_extras/03-ode_minmax.html)
51+
- [Feagin's Order 10, 12, and 14 Methods](http://tutorials.sciml.ai/html/ode_extras/01-feagin.html)
52+
- [Finding Maxima and Minima of DiffEq Solutions](http://tutorials.sciml.ai/html/ode_extras/02-ode_minmax.html)
5353
- Model Inference
54-
- [Bayesian Inference of Pendulum Parameters](http://tutorials.juliadiffeq.org/html/model_inference/01-pendulum_bayesian_inference.html)
55-
- [Monte Carlo Parameter Estimation from Data](http://tutorials.juliadiffeq.org/html/model_inference/02-monte_carlo_parameter_estim.html)
54+
- [Bayesian Inference of Pendulum Parameters](http://tutorials.sciml.ai/html/model_inference/01-pendulum_bayesian_inference.html)
55+
- [Monte Carlo Parameter Estimation from Data](http://tutorials.sciml.ai/html/model_inference/02-monte_carlo_parameter_estim.html)
5656
- Type Handling
57-
- [Solving Equations with Julia-Defined Types](http://tutorials.juliadiffeq.org/html/type_handling/01-number_types.html)
58-
- [Numbers with Uncertainties](http://tutorials.juliadiffeq.org/html/type_handling/02-uncertainties.html)
59-
- [Unit Check Arithmetic via Unitful.jl](http://tutorials.juliadiffeq.org/html/type_handling/03-unitful.html)
57+
- [Solving Equations with Julia-Defined Types](http://tutorials.sciml.ai/html/type_handling/01-number_types.html)
58+
- [Numbers with Uncertainties](http://tutorials.sciml.ai/html/type_handling/02-uncertainties.html)
59+
- [Unit Check Arithmetic via Unitful.jl](http://tutorials.sciml.ai/html/type_handling/03-unitful.html)
6060
- DiffEqUncertainty
61-
- [An Intro to Expectations via DiffEqUncertainty.jl](http://tutorials.juliadiffeq.org/html/DiffEqUncertainty/01-expectation_introduction.html)
62-
- [Optimization Under Uncertainty with DiffEqUncertainty.jl](http://tutorials.juliadiffeq.org/html/DiffEqUncertainty/02-AD_and_optimization.html)
63-
- [GPU-Accelerated Data-Driven Bayesian Uncertainty Quantification with Koopman Operators](http://tutorials.juliadiffeq.org/html/DiffEqUncertainty/03-GPU_Bayesian_Koopman.html)
61+
- [An Intro to Expectations via DiffEqUncertainty.jl](http://tutorials.sciml.ai/html/DiffEqUncertainty/01-expectation_introduction.html)
62+
- [Optimization Under Uncertainty with DiffEqUncertainty.jl](http://tutorials.sciml.ai/html/DiffEqUncertainty/02-AD_and_optimization.html)
63+
- [GPU-Accelerated Data-Driven Bayesian Uncertainty Quantification with Koopman Operators](http://tutorials.sciml.ai/html/DiffEqUncertainty/03-GPU_Bayesian_Koopman.html)
6464
- Advanced
65-
- [A 2D Cardiac Electrophysiology Model (CUDA-accelerated PDE solver)](http://tutorials.juliadiffeq.org/html/advanced/01-beeler_reuter.html)
66-
- [Solving Stiff Equations](http://tutorials.juliadiffeq.org/html/advanced/02-advanced_ODE_solving.html)
67-
- [Kolmogorov Backward Equations](http://tutorials.juliadiffeq.org/html/advanced/03-kolmogorov_equations.html)
65+
- [A 2D Cardiac Electrophysiology Model (CUDA-accelerated PDE solver)](http://tutorials.sciml.ai/html/advanced/01-beeler_reuter.html)
66+
- [Solving Stiff Equations](http://tutorials.sciml.ai/html/advanced/02-advanced_ODE_solving.html)
67+
- [Solving the heat equation with diffusion-implicit time-stepping](http://tutorials.sciml.ai/html/advanced/04-diffusion_implicit_heat_equation.html)
68+
- [Kolmogorov Backward Equations](http://tutorials.sciml.ai/html/advanced/03-kolmogorov_equations.html)
6869
- Perturbation Theory
69-
- [Mixed Symbolic/Numerical Methods for Perturbation Theory - Algebraic Equations](http://tutorials.juliadiffeq.org/html/perturbation/01-perturbation_algebraic.html)
70-
- [Mixed Symbolic/Numerical Methods for Perturbation Theory - Differential Equations](http://tutorials.juliadiffeq.org/html/perturbation/02-perturbation_differential.html)
70+
- [Mixed Symbolic/Numerical Methods for Perturbation Theory - Algebraic Equations](http://tutorials.sciml.ai/html/perturbation/01-perturbation_algebraic.html)
71+
- [Mixed Symbolic/Numerical Methods for Perturbation Theory - Differential Equations](http://tutorials.sciml.ai/html/perturbation/02-perturbation_differential.html)
7172

7273

7374
## Contributing

html/Testing/test.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,8 @@ <h5>Chris Rackauckas</h5>
674674
</div>
675675
<div class="markdown"><p>Computer Information:</p>
676676
</div>
677-
<div class="markdown"><pre><code>Julia Version 1.6.3
678-
Commit ae8452a9e0 &#40;2021-09-23 17:34 UTC&#41;
677+
<div class="markdown"><pre><code>Julia Version 1.6.5
678+
Commit 9058264a69 &#40;2021-12-19 12:30 UTC&#41;
679679
Platform Info:
680680
OS: Linux &#40;x86_64-pc-linux-gnu&#41;
681681
CPU: AMD EPYC 7502 32-Core Processor
@@ -690,10 +690,10 @@ <h5>Chris Rackauckas</h5>
690690
</div>
691691
<div class="markdown"><p>Package Information:</p>
692692
</div>
693-
<div class="markdown"><pre><code> Status &#96;/cache/build/amdci4-2/julialang/scimltutorials-dot-jl/tutorials/Testing/Project.toml&#96;
693+
<div class="markdown"><pre><code> Status &#96;/cache/build/default-amdci4-1/julialang/scimltutorials-dot-jl/tutorials/Testing/Project.toml&#96;
694694
&#91;30cb0354&#93; SciMLTutorials v0.9.0</code></pre>
695695
<p>And the full manifest:</p>
696-
<pre><code> Status &#96;/cache/build/amdci4-2/julialang/scimltutorials-dot-jl/tutorials/Testing/Manifest.toml&#96;
696+
<pre><code> Status &#96;/cache/build/default-amdci4-1/julialang/scimltutorials-dot-jl/tutorials/Testing/Manifest.toml&#96;
697697
&#91;79e6a3ab&#93; Adapt v3.3.0
698698
&#91;35d6a980&#93; ColorSchemes v3.12.1
699699
&#91;3da002f7&#93; ColorTypes v0.11.0
@@ -865,7 +865,7 @@ <h5>Chris Rackauckas</h5>
865865
<div class="footer">
866866
<p>
867867
Published from <a href="test.jmd">test.jmd</a>
868-
using <a href="http://github.com/JunoLab/Weave.jl">Weave.jl</a> v0.10.10 on 2021-11-13.
868+
using <a href="http://github.com/JunoLab/Weave.jl">Weave.jl</a> v0.10.10 on 2022-02-09.
869869
</p>
870870
</div>
871871
</div>

markdown/Testing/test.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title: "Test"
77
This is a test of the builder system. It often gets bumped manually.
88

99

10+
1011
## Appendix
1112

1213
These tutorials are a part of the SciMLTutorials.jl repository, found at: [https://github.com/SciML/SciMLTutorials.jl](https://github.com/SciML/SciMLTutorials.jl). For more information on high-performance scientific machine learning, check out the SciML Open Source Software Organization [https://sciml.ai](https://sciml.ai).
@@ -21,8 +22,8 @@ SciMLTutorials.weave_file("Testing","test.jmd")
2122
Computer Information:
2223

2324
```
24-
Julia Version 1.6.3
25-
Commit ae8452a9e0 (2021-09-23 17:34 UTC)
25+
Julia Version 1.6.5
26+
Commit 9058264a69 (2021-12-19 12:30 UTC)
2627
Platform Info:
2728
OS: Linux (x86_64-pc-linux-gnu)
2829
CPU: AMD EPYC 7502 32-Core Processor
@@ -39,14 +40,14 @@ Environment:
3940
Package Information:
4041

4142
```
42-
Status `/cache/build/amdci4-2/julialang/scimltutorials-dot-jl/tutorials/Testing/Project.toml`
43+
Status `/cache/build/default-amdci4-1/julialang/scimltutorials-dot-jl/tutorials/Testing/Project.toml`
4344
[30cb0354] SciMLTutorials v0.9.0
4445
```
4546

4647
And the full manifest:
4748

4849
```
49-
Status `/cache/build/amdci4-2/julialang/scimltutorials-dot-jl/tutorials/Testing/Manifest.toml`
50+
Status `/cache/build/default-amdci4-1/julialang/scimltutorials-dot-jl/tutorials/Testing/Manifest.toml`
5051
[79e6a3ab] Adapt v3.3.0
5152
[35d6a980] ColorSchemes v3.12.1
5253
[3da002f7] ColorTypes v0.11.0

0 commit comments

Comments
 (0)