Skip to content

Commit 626cbf9

Browse files
authored
Add Benoit's slides for JuMP-dev 2025 (#188)
1 parent ed85ba8 commit 626cbf9

File tree

5 files changed

+1647
-1
lines changed

5 files changed

+1647
-1
lines changed

_includes/jump-dev-2025-schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<tr>
1818
<td class="talk-table">10:00&nbsp;</td>
1919
<td class="talk-table"><div class="talk-title">Introduction and welcome</div><div class="talk-speaker">Oscar Dowson</div></td>
20-
<td class="talk-table"><div class="talk-title">Large Scale JuMP Models with Constraint Generators</div><div class="talk-speaker">Benoît Legat</div>[<a href="https://youtu.be/RpmuPESfSl8">video</a>]</td>
20+
<td class="talk-table"><div class="talk-title">Large Scale JuMP Models with Constraint Generators</div><div class="talk-speaker">Benoît Legat</div>[<a href="/assets/jump-dev-workshops/2025/talk-legat.html">slides</a>][<a href="https://youtu.be/RpmuPESfSl8">video</a>]</td>
2121
</tr>
2222
<tr>
2323
<td class="talk-table">10:15&nbsp;</td>

assets/jump-dev-workshops/2025/schedule.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ url = "https://youtu.be/YOeoGm9H2kw"
9696
[talks.2_10_00]
9797
speaker = "Benoît Legat"
9898
title = "Large Scale JuMP Models with Constraint Generators"
99+
slides = "talk-legat.html"
99100
url = "https://youtu.be/RpmuPESfSl8"
100101

101102
[talks.2_10_30]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width"><meta charset="utf-8"><meta property='og:type' content='article'>
2+
3+
<meta name="pluto-insertion-spot-meta">
4+
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white"><meta name="theme-color" media="(prefers-color-scheme: dark)" content="#2a2928"><meta name="color-scheme" content="light dark"><link rel="icon" type="image/png" sizes="16x16" href="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/favicon-16x16.267aebbe.png"><link rel="icon" type="image/png" sizes="32x32" href="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/favicon-32x32.1b9d3e70.png"><link rel="icon" type="image/png" sizes="96x96" href="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/favicon-96x96.26e08763.png"><link rel="pluto-external-source" id="pluto-logo-big" href="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/logo.49a14041.svg"><link rel="pluto-external-source" id="pluto-logo-small" href="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/favicon_unsaturated.c11d4d33.svg"><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/editor.5017d7bd.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/editor.8365375a.css"><script type="module" src="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/index.8d714875.js"></script><script type="module" src="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/editor.runtime.dda76f2f.js"></script><script defer>console.log("Pluto.jl, by Fons van der Plas (https://github.com/fonsp), Mikołaj Bochenski (https://github.com/malyvsen), Michiel Dral (https://github.com/dralletje) and friends \uD83C\uDF08");</script><script src="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/editor.21e3b1fd.js" defer></script><script id="iframe-resizer-content-window-script" src="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/editor.69996afe.js" crossorigin defer></script><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/editor.a19283c8.css" type="text/css"><script data-pluto-file="launch-parameters">
5+
window.pluto_notebook_id = undefined;
6+
window.pluto_isolated_cell_ids = undefined;
7+
window.pluto_notebookfile = "talk-legat.jl";
8+
window.pluto_disable_ui = true;
9+
window.pluto_slider_server_url = undefined;
10+
window.pluto_binder_url = "https://mybinder.org/v2/gh/fonsp/pluto-on-binder/v0.20.21";
11+
window.pluto_statefile = "talk-legat.plutostate";
12+
window.pluto_preamble_html = undefined;
13+
window.pluto_recording_url = undefined;
14+
window.pluto_recording_audio_url = undefined;
15+
</script>
16+
17+
<meta name="pluto-insertion-spot-parameters">
18+
<script src="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/editor.2d3393ce.js" type="module" defer></script><script src="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/index.11569726.js"></script><link rel="pluto-external-source" id="MathJax-script" href="https://cdn.jsdelivr.net/gh/fonsp/[email protected]/frontend-dist/tex-svg-full.f72d1ae1.js" type="text/javascript">
19+
<link rel="preload" as="fetch" href="talk-legat.plutostate" crossorigin>
20+
21+
<meta name="pluto-insertion-spot-preload">
22+
</head><body class="no-MαθJax"> <div style="min-height:100vh;display:flex"> <pluto-editor class="fullscreen loading" translate="no"> <progress style="filter:grayscale()" class="delete-me-when-live statefile-fetch-progress" max="100"></progress> </pluto-editor> </div> </body></html>

0 commit comments

Comments
 (0)