Skip to content

Commit 445fa22

Browse files
committed
bloging youtube
1 parent f36e8ac commit 445fa22

File tree

2 files changed

+31
-15
lines changed

2 files changed

+31
-15
lines changed

index.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,10 @@
3333
</div>
3434
3535
<h2 class="subtitle">
36-
<div class="columns is-vcentered">
37-
<div class="column">
38-
<a href="/tutorials/" class="has-text-weight-bold">
39-
<h2 class="subtitle">Tutorials</h2>
40-
</a>
41-
</div>
42-
<div class="column is-narrow">
43-
<a class="button is-danger" href="https://www.youtube.com/playlist?list=PLOOY0eChA1uxmm8G2caFpdX7X9NjgpDUY">
44-
<span class="icon">
45-
<ion-icon name="logo-youtube"></ion-icon>
46-
</span>
47-
<span>Watch tutorials</span>
48-
</a>
49-
</div>
50-
</div>
36+
<a href="/tutorials/" class="has-text-weight-bold">
37+
Tutorials
38+
</a>
39+
</h2>
5140
<p>
5241
We are centralizing all JSO tutorials in this page.
5342
You can find the full list
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
@def title = "JSO YouTube Tutorials: A Curated Playlist for Getting Started"
2+
@def rss_description = "Announcing the Julia Smooth Optimizers tutorials playlist and where to find step-by-step videos to learn JSO tools."
3+
4+
# JSO YouTube Tutorials: A Curated Playlist for Getting Started
5+
6+
We maintain a curated set of tutorial videos that walk through the Julia Smooth Optimizers ecosystem, from basic package usage to reproducible workflows for optimization research.
7+
8+
- Watch the playlist on YouTube: [JSO Tutorials playlist](https://www.youtube.com/playlist?list=PLOOY0eChA1ux1LAmJZNBySGeqR0kwNZmQ)
9+
- Browse the curated tutorial index on our site: [/tutorials/](/tutorials/)
10+
11+
What you’ll find in the tutorials
12+
13+
- Introductory material on using JSO packages and the NLPModels API
14+
- Examples of setting up and solving constrained and unconstrained problems
15+
- Demos that show how to combine JSO solvers with JuMP and other Julia packages
16+
- Reproducible workflows and tips for testing and benchmarking solver methods
17+
18+
How to use the videos
19+
20+
- Follow a single tutorial start-to-finish and reproduce the examples using the source links on the tutorial page.
21+
- Use the playlist order for a gentle learning path, or jump to specific topics using the timestamps and descriptions.
22+
- If you find an error or have a suggestion for a new topic, open an issue or start a discussion on our GitHub Discussions page.
23+
24+
Reference
25+
26+
- Abel Siqueira's JSO tutorials playlist: [JSO Tutorials playlist](https://www.youtube.com/playlist?list=PLOOY0eChA1ux1LAmJZNBySGeqR0kwNZmQ)
27+

0 commit comments

Comments
 (0)