Skip to content

Commit 6a2f968

Browse files
arnavk23dependabot[bot]abelsiqueiraJSOTutorials bot
authored
Link checker issues in several markdown files (#209)
* inspiring computing podcast episode added * Key changes: Removed all the "excitement," "buzzing," and overselling language Simplified the title (no exclamation marks) Made it a short, factual announcement about Abel's podcast appearance Used a simple bulleted list to summarize what Abel discussed Direct link to the show notes for full details Removed all the celebratory/marketing-style sections * Created 2023-07-23-gpmr-paper.md with: Metadata: title + rss_description Brief announcement paragraph Links to publisher page and DOI (as proper markdown links) One-sentence description of GPMR Reference line with DOI link * Fix link checker: stop forcing checkout of gh-pages (use current commit/branch) * pushing changes * Update LinkChecker.yml * ⬆️ Bump lycheeverse/lychee-action in /.github/workflows (#198) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.1.0 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.1.0...v2.0.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 🤖 Tutorials deployment from 8b527f4a0fbf82ffe8ca2b677efa2b327fe19346 (#204) Co-authored-by: JSOTutorials bot <[email protected]> * 🤖 Tutorials deployment from aa27d1c3ac4132ce5ee3dcc7e3e9f92a9429664f (#203) Co-authored-by: JSOTutorials bot <[email protected]> * 🤖 Tutorials deployment from b6c520c3e3c3308bebfe1542a5af1e1592b21eee (#205) Co-authored-by: JSOTutorials bot <[email protected]> * 🤖 Tutorials deployment from ab33f474c35b5fe8677b115236272868c860e1c5 (#206) Co-authored-by: JSOTutorials bot <[email protected]> * Delete news-and-blogposts/2023/2023-07-23-gpmr-paper.md * Fix link-checker: remove or canonicalize external links that return 403/404 (abelsiqueira assets, gerad preprints, dx.doi -> doi.org, epubs.siam -> doi.org) * Changed files: _data/references.json _data/bibtex/articles2019.bib _data/bibtex/articles2020.bib tutorials/index.md * fixed #23 Link checker issues in several markdown files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abel Soares Siqueira <[email protected]> Co-authored-by: JSOTutorials bot <[email protected]>
1 parent e4e90ca commit 6a2f968

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

news-and-blogposts/2023/2023-12-01-jso-juliacon-eindhoven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As published [in a previous post](https://jso.dev/news-and-blogposts/2023/2023-0
88

99
[![JuliaCon Local Eindhoven 2023](/assets/julia-packages-in-region.png)](https://juliacon.org/local/eindhoven2023/)
1010

11-
Abel Siqueira's talk, titled [*Nonlinear Optimization with the Julia Smooth Optimizers Packages*](https://eindhoven2023.pydata.org/juliacon/talk/MYXETU/), delved into the rich ecosystem built by the JSO since its inception in 2015. With over 50 registered packages covering a wide range of nonlinear optimization and linear algebra topics, JSO has been a driving force in providing researchers with the necessary tools to seamlessly transition from prototyping to publication-ready code.
11+
Abel Siqueira's talk, titled [*Nonlinear Optimization with the Julia Smooth Optimizers Packages*](https://www.youtube.com/watch?v=i1eeD3uHbZ4), delved into the rich ecosystem built by the JSO since its inception in 2015. With over 50 registered packages covering a wide range of nonlinear optimization and linear algebra topics, JSO has been a driving force in providing researchers with the necessary tools to seamlessly transition from prototyping to publication-ready code.
1212

1313
With an extensive package ecosystem and the introduction of JSOSuite, the organization continues to play a pivotal role in bridging the gap between research and practical, user-friendly solutions. As we look forward to the future, events like JuliaCon Local Eindhoven contribute significantly to the collaborative and innovative spirit of the Julia community.
1414

@@ -17,4 +17,4 @@ Abstract:
1717

1818
You can check the full talk at [The Julia Programming Language Youtube](https://www.youtube.com/watch?v=i1eeD3uHbZ4).
1919

20-
[![Some tweets about the event](/assets/abel-juliacon-local-24.png)](https://twitter.com/eScienceCenter/status/1731659629287862537)
20+
[![Some tweets about the event](/assets/abel-juliacon-local-24.png)](https://x.com/eScienceCenter/status/1731659629287862537)

tutorials/introduction-to-pdenlpmodels/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ We will use the solution found to initialize our solvers.
144144

145145
Finally, we are ready to solve the PDE-constrained optimization problem with a targeted tolerance of `10⁻⁵`.
146146
In the following, we will use both Ipopt and DCI on our problem.
147-
We refer to the tutorial [How to solve a small optimization problem with Ipopt + NLPModels](https://jso-docs.github.io/solve-an-optimization-problem-with-ipopt/)
147+
We refer to the tutorial [How to solve a small optimization problem with Ipopt + NLPModels](https://jso.dev/tutorials/solve-an-optimization-problem-with-ipopt/)
148148
for more information on `NLPModelsIpopt`.
149149

150150
```julia

tutorials/introduction-to-ripqp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Generic Execution stats
111111

112112

113113
The `stats` output is a
114-
[GenericExecutionStats](https://jso.dev/SolverCore.jl/dev/reference/#SolverCore.GenericExecutionStats).
114+
[GenericExecutionStats](https://jso.dev/SolverCore.jl/dev/).
115115

116116
It is also possible to use the package [QPSReader.jl](https://github.com/JuliaSmoothOptimizers/QPSReader.jl) in order to
117117
read convex quadratic problems in MPS or SIF formats: (download [QAFIRO](https://raw.githubusercontent.com/JuliaSmoothOptimizers/RipQP.jl/main/test/QAFIRO.SIF))

tutorials/introduction-to-solverbenchmark/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ pretty_stats(df[!, [:name, :f, :t]],
288288

289289

290290

291-
See the [PrettyTables.jl documentation](https://ronisbr.github.io/PrettyTables.jl/stable/man/formatters/) for more information.
291+
See the [PrettyTables.jl documentation](https://ronisbr.github.io/PrettyTables.jl/stable/) for more information.
292292

293293
When using LaTeX format, the output must be understood by LaTeX.
294294
By default, numerical data in the table is wrapped in inline math environments.

0 commit comments

Comments
 (0)