Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Oct 6, 2023
1 parent 64c40cc commit aa3c5a2
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4c47b04e
23af13c3
14 changes: 7 additions & 7 deletions material/1_mon/envs/envs_handout.html
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ <h3 class="anchored" data-anchor-id="adding-dependencies">Adding dependencies</h
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-5" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-5" data-code-lines="3" data-code-annotation="1">let’s directly add a compat entry for ProgressMeter</span>
<span data-code-lines="3" data-code-cell="annotated-cell-5" data-code-annotation="1">let’s directly add a compat entry for ProgressMeter</span>
</dd>
</dl>
</section>
Expand Down Expand Up @@ -786,23 +786,23 @@ <h3 class="anchored" data-anchor-id="compat-entries">Compat entries</h3>
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-6" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-6" data-code-lines="2" data-code-annotation="1">[1.0.0-2)</span>
<span data-code-lines="2" data-code-cell="annotated-cell-6" data-code-annotation="1">[1.0.0-2)</span>
</dd>
<dt data-target-cell="annotated-cell-6" data-target-annotation="2">2</dt>
<dd>
<span data-code-cell="annotated-cell-6" data-code-lines="3" data-code-annotation="2">[1.5.0-2)</span>
<span data-code-lines="3" data-code-cell="annotated-cell-6" data-code-annotation="2">[1.5.0-2)</span>
</dd>
<dt data-target-cell="annotated-cell-6" data-target-annotation="3">3</dt>
<dd>
<span data-code-cell="annotated-cell-6" data-code-lines="4" data-code-annotation="3">[1.5.3-2)</span>
<span data-code-lines="4" data-code-cell="annotated-cell-6" data-code-annotation="3">[1.5.3-2)</span>
</dd>
<dt data-target-cell="annotated-cell-6" data-target-annotation="4">4</dt>
<dd>
<span data-code-cell="annotated-cell-6" data-code-lines="5" data-code-annotation="4">[1.5.6]</span>
<span data-code-lines="5" data-code-cell="annotated-cell-6" data-code-annotation="4">[1.5.6]</span>
</dd>
<dt data-target-cell="annotated-cell-6" data-target-annotation="5">5</dt>
<dd>
<span data-code-cell="annotated-cell-6" data-code-lines="7" data-code-annotation="5">[0.2.3 - 0.3)</span>
<span data-code-lines="7" data-code-cell="annotated-cell-6" data-code-annotation="5">[0.2.3 - 0.3)</span>
</dd>
</dl>
<p>As you can see, develop version (<code>version &lt; 1</code>) are treated a bit special in Julia, and different to <code>semver</code>. <a href="https://pkgdocs.julialang.org/v1/compatibility/#compat-pre-1.0">Read more here</a></p>
Expand Down Expand Up @@ -834,7 +834,7 @@ <h3 class="anchored" data-anchor-id="internals-of-a-package">Internals of a pack
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-7" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-7" data-code-lines="2" data-code-annotation="1">We use GLMakie as a simple example as you need it on Wednesday again anyway - it does take a while to install though!</span>
<span data-code-lines="2" data-code-cell="annotated-cell-7" data-code-annotation="1">We use GLMakie as a simple example as you need it on Wednesday again anyway - it does take a while to install though!</span>
</dd>
</dl>
<p>Now we are ready to use the package from a different environment</p>
Expand Down
58 changes: 29 additions & 29 deletions material/1_mon/firststeps/firststeps_handout.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions material/3_wed/linalg/slides.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/3_wed/vis/handout.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ <h2 class="anchored" data-anchor-id="bonus-makie-interactivity">Bonus: Makie Int
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-5" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-5" data-code-annotation="1" data-code-lines="5"><code>@lift</code> does the heavy lifting (hrhr) here. It adds a listener to <code>obs_ix</code>, whenever that value is changed, the value of the output of <code>@lift</code> is changed as well ## Task 2: Interactivity <a href="../../../material/3_wed/vis/tasks.html#2">Click here for the next task</a></span>
<span data-code-cell="annotated-cell-5" data-code-lines="5" data-code-annotation="1"><code>@lift</code> does the heavy lifting (hrhr) here. It adds a listener to <code>obs_ix</code>, whenever that value is changed, the value of the output of <code>@lift</code> is changed as well ## Task 2: Interactivity <a href="../../../material/3_wed/vis/tasks.html#2">Click here for the next task</a></span>
</dd>
</dl>
</section>
Expand Down
2 changes: 1 addition & 1 deletion material/3_wed/vis/tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ <h2 class="anchored" data-anchor-id="rotate-the-labels">Rotate the labels</h2>
<dl class="code-annotation-container-hidden code-annotation-container-grid">
<dt data-target-cell="annotated-cell-4" data-target-annotation="1">1</dt>
<dd>
<span data-code-cell="annotated-cell-4" data-code-annotation="1" data-code-lines="1">Note the <code>;</code> before xlims, this enforces that a <code>NamedTuple</code> is created</span>
<span data-code-cell="annotated-cell-4" data-code-lines="1" data-code-annotation="1">Note the <code>;</code> before xlims, this enforces that a <code>NamedTuple</code> is created</span>
</dd>
</dl>

Expand Down
4 changes: 2 additions & 2 deletions material/4_thu/parallel/slides.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -1236,21 +1236,21 @@
"href": "social.html",
"title": "Social Program",
"section": "",
"text": "What\nWhen\nWhere\n\n\n\n\nGet-together\nSunday (8th October) 7 pm\nAt a café/bar called Metzgerei\n\n\nBBQ\nMonday (9th October)\n\n\n\nHike to Bärenschlössle + dinner\nTuesday (10th October) 6:10pm\nWe start at the entrance of the SimTech building\n\n\nGet-together/Games night\nTuesday (10th October) ~9:15 pm\nAt a student pub called Unithekle\n\n\nConference dinner\nWednesday (11th October)\n\n\n\nBowling night\nThursday (12th October) 7:45 pm\nAt the bowling centre in Möhringen"
"text": "What\nWhen\nWhere\n\n\n\n\nGet-together\nSunday (8th October) 7 pm\nAt a restaurant called Metzgerei\n\n\nBBQ\nMonday (9th October)\n\n\n\nHike to Bärenschlössle + dinner\nTuesday (10th October) 6:10pm\nWe start at the entrance of the SimTech building\n\n\nGet-together/Games night\nTuesday (10th October) ~9:15 pm\nAt a student pub called Unithekle\n\n\nConference dinner\nWednesday (11th October)\n\n\n\nBowling night\nThursday (12th October) 7:45 pm\nAt the bowling centre in Möhringen"
},
{
"objectID": "social.html#overview",
"href": "social.html#overview",
"title": "Social Program",
"section": "",
"text": "What\nWhen\nWhere\n\n\n\n\nGet-together\nSunday (8th October) 7 pm\nAt a café/bar called Metzgerei\n\n\nBBQ\nMonday (9th October)\n\n\n\nHike to Bärenschlössle + dinner\nTuesday (10th October) 6:10pm\nWe start at the entrance of the SimTech building\n\n\nGet-together/Games night\nTuesday (10th October) ~9:15 pm\nAt a student pub called Unithekle\n\n\nConference dinner\nWednesday (11th October)\n\n\n\nBowling night\nThursday (12th October) 7:45 pm\nAt the bowling centre in Möhringen"
"text": "What\nWhen\nWhere\n\n\n\n\nGet-together\nSunday (8th October) 7 pm\nAt a restaurant called Metzgerei\n\n\nBBQ\nMonday (9th October)\n\n\n\nHike to Bärenschlössle + dinner\nTuesday (10th October) 6:10pm\nWe start at the entrance of the SimTech building\n\n\nGet-together/Games night\nTuesday (10th October) ~9:15 pm\nAt a student pub called Unithekle\n\n\nConference dinner\nWednesday (11th October)\n\n\n\nBowling night\nThursday (12th October) 7:45 pm\nAt the bowling centre in Möhringen"
},
{
"objectID": "social.html#sunday",
"href": "social.html#sunday",
"title": "Social Program",
"section": "Sunday",
"text": "Sunday\nGet-together at 7pm at a café/bar called Metzgerei\n\nClosest U-Bahn station(s): Schwab-/Bebelstraße (U2, U29)\nClosest S-Bahn station(s): Schwabstraße (S1, S2, S3, S4, S5, S6, S60)"
"text": "Sunday\nGet-together at 7pm at a restaurant called Metzgerei (vegetarian and vegan options available)\n\nClosest U-Bahn station(s): Schwab-/Bebelstraße (U2, U29)\nClosest S-Bahn station(s): Schwabstraße (S1, S2, S3, S4, S5, S6, S60)"
},
{
"objectID": "social.html#monday",
Expand All @@ -1264,7 +1264,7 @@
"href": "social.html#tuesday",
"title": "Social Program",
"section": "Tuesday",
"text": "Tuesday\nOn Tuesday we leave at 6:15 from the SimTech building building for an easy hike (around 30-45 min.; no elevation) through the forest towards Bärenschlössle. Here, we will have time for dinner and drinks together (individually payed), after which we will head back towards campus.\nBärenschlössle 🗺️\nArriving on campus you can decide to either head off for the night, or you join our group to go to Unithekle, a student pub on campus with cheap drinks and good boardgames!"
"text": "Tuesday\nOn Tuesday we leave at 6:15 from the SimTech building building for an easy hike (around 30-45 min.; no elevation) through the forest towards Bärenschlössle. Here, we will have time for dinner and drinks together (individually payed), after which we will head back towards campus.\nBärenschlössle 🗺️\nArriving on campus you can decide to either head off for the night, or you join our group to go to Unithekle, a student pub on campus with cheap drinks and good boardgames!\nUnithekle 🗺️"
},
{
"objectID": "social.html#wednesday",
Expand Down
66 changes: 33 additions & 33 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,134 +2,134 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/installation/vscode.html</loc>
<lastmod>2023-10-06T12:45:02.517Z</lastmod>
<lastmod>2023-10-06T12:47:46.637Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/teaching.html</loc>
<lastmod>2023-10-06T12:45:01.781Z</lastmod>
<lastmod>2023-10-06T12:47:45.769Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/schedule.html</loc>
<lastmod>2023-10-06T12:45:01.049Z</lastmod>
<lastmod>2023-10-06T12:47:44.924Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/projectwork.html</loc>
<lastmod>2023-10-06T12:45:00.241Z</lastmod>
<lastmod>2023-10-06T12:47:43.996Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/cheatsheets/githubactions.html</loc>
<lastmod>2023-10-06T12:44:59.445Z</lastmod>
<lastmod>2023-10-06T12:47:43.080Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/cheatsheets/julia.html</loc>
<lastmod>2023-10-06T12:44:58.737Z</lastmod>
<lastmod>2023-10-06T12:47:42.288Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/3_wed/docs/slides.html</loc>
<lastmod>2023-10-06T12:44:57.997Z</lastmod>
<lastmod>2023-10-06T12:47:41.420Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/3_wed/docs/handout.html</loc>
<lastmod>2023-10-06T12:44:55.361Z</lastmod>
<lastmod>2023-10-06T12:47:38.084Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/3_wed/linalg/Julia_Matrices_Optimization_JuMP_Stuttgart2023.html</loc>
<lastmod>2023-10-06T12:44:54.281Z</lastmod>
<lastmod>2023-10-06T12:47:36.824Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/3_wed/vis/tasks.html</loc>
<lastmod>2023-10-06T12:44:50.665Z</lastmod>
<lastmod>2023-10-06T12:47:32.604Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/1_mon/rse/rse_basics_slides_revealjs.html</loc>
<lastmod>2023-10-06T12:44:49.277Z</lastmod>
<lastmod>2023-10-06T12:47:30.968Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/1_mon/rse/rse_basics_slides.html</loc>
<lastmod>2023-10-06T12:44:49.265Z</lastmod>
<lastmod>2023-10-06T12:47:30.956Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/1_mon/envs/envs_handout.html</loc>
<lastmod>2023-10-06T12:44:48.081Z</lastmod>
<lastmod>2023-10-06T12:47:29.636Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/1_mon/firststeps/tasks.html</loc>
<lastmod>2023-10-06T12:44:47.021Z</lastmod>
<lastmod>2023-10-06T12:47:28.468Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/4_thu/parallel/slides.html</loc>
<lastmod>2023-10-06T12:44:45.633Z</lastmod>
<lastmod>2023-10-06T12:47:26.892Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/4_thu/sim/slides.html</loc>
<lastmod>2023-10-06T12:44:43.821Z</lastmod>
<lastmod>2023-10-06T12:47:24.780Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/2_tue/git/tasks.html</loc>
<lastmod>2023-10-06T12:44:37.117Z</lastmod>
<lastmod>2023-10-06T12:47:18.611Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/2_tue/git/slides.html</loc>
<lastmod>2023-10-06T12:44:36.405Z</lastmod>
<lastmod>2023-10-06T12:47:17.739Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/2_tue/codereview/slides.html</loc>
<lastmod>2023-10-06T12:44:42.441Z</lastmod>
<lastmod>2023-10-06T12:47:24.348Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/4_thu/parallel/Julia_Parallel_Distributed_2023_Stuttgart.html</loc>
<lastmod>2023-10-06T12:44:45.261Z</lastmod>
<lastmod>2023-10-06T12:47:26.476Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/1_mon/firststeps/firststeps_handout.html</loc>
<lastmod>2023-10-06T12:44:46.593Z</lastmod>
<lastmod>2023-10-06T12:47:27.976Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/1_mon/envs/tasks.html</loc>
<lastmod>2023-10-06T12:44:47.377Z</lastmod>
<lastmod>2023-10-06T12:47:28.852Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/1_mon/why_julia/page.html</loc>
<lastmod>2023-10-06T12:44:48.421Z</lastmod>
<lastmod>2023-10-06T12:47:30.008Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/3_wed/vis/handout.html</loc>
<lastmod>2023-10-06T12:44:49.973Z</lastmod>
<lastmod>2023-10-06T12:47:31.800Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/3_wed/regression/MultipleRegressionBasics.html</loc>
<lastmod>2023-10-06T12:44:51.181Z</lastmod>
<lastmod>2023-10-06T12:47:33.184Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/3_wed/linalg/slides.html</loc>
<lastmod>2023-10-06T12:44:54.717Z</lastmod>
<lastmod>2023-10-06T12:47:37.336Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/material/3_wed/docs/tasks.html</loc>
<lastmod>2023-10-06T12:44:57.657Z</lastmod>
<lastmod>2023-10-06T12:47:41.016Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/cheatsheets/git.html</loc>
<lastmod>2023-10-06T12:44:58.329Z</lastmod>
<lastmod>2023-10-06T12:47:41.808Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/cheatsheets/ggplotAOG.html</loc>
<lastmod>2023-10-06T12:44:59.097Z</lastmod>
<lastmod>2023-10-06T12:47:42.684Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/social.html</loc>
<lastmod>2023-10-06T12:44:59.897Z</lastmod>
<lastmod>2023-10-06T12:47:43.592Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/missing.html</loc>
<lastmod>2023-10-06T12:45:00.569Z</lastmod>
<lastmod>2023-10-06T12:47:44.368Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/index.html</loc>
<lastmod>2023-10-06T12:45:01.413Z</lastmod>
<lastmod>2023-10-06T12:47:45.352Z</lastmod>
</url>
<url>
<loc>https://github.com/s-ccs/summerschool_simtech_2023/installation/julia.html</loc>
<lastmod>2023-10-06T12:45:02.145Z</lastmod>
<lastmod>2023-10-06T12:47:46.193Z</lastmod>
</url>
</urlset>
5 changes: 3 additions & 2 deletions social.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h2 class="anchored" data-anchor-id="overview">Overview</h2>
<tr class="odd">
<td>Get-together</td>
<td>Sunday (8th October) 7 pm</td>
<td>At a café/bar called <a href="https://maps.app.goo.gl/BchdVZWqegxgtHXi8">Metzgerei</a></td>
<td>At a restaurant called <a href="https://maps.app.goo.gl/BchdVZWqegxgtHXi8">Metzgerei</a></td>
</tr>
<tr class="even">
<td>BBQ</td>
Expand Down Expand Up @@ -444,7 +444,7 @@ <h2 class="anchored" data-anchor-id="overview">Overview</h2>
</section>
<section id="sunday" class="level2">
<h2 class="anchored" data-anchor-id="sunday">Sunday</h2>
<p>Get-together at 7pm at a café/bar called <a href="https://maps.app.goo.gl/BchdVZWqegxgtHXi8">Metzgerei</a></p>
<p>Get-together at 7pm at a restaurant called <a href="https://maps.app.goo.gl/BchdVZWqegxgtHXi8">Metzgerei</a> (vegetarian and vegan options available)</p>
<ul>
<li>Closest U-Bahn station(s): Schwab-/Bebelstraße (U2, U29)</li>
<li>Closest S-Bahn station(s): Schwabstraße (S1, S2, S3, S4, S5, S6, S60)</li>
Expand All @@ -459,6 +459,7 @@ <h2 class="anchored" data-anchor-id="tuesday">Tuesday</h2>
<p>On Tuesday we leave at 6:15 from the <a href="https://maps.app.goo.gl/M8VgfDRkFiZk8wri8">SimTech building</a> building for an easy hike (around 30-45 min.; no elevation) through the forest towards <a href="https://www.baerenschloessle-stuttgart.de/de">Bärenschlössle</a>. Here, we will have time for dinner and drinks together (individually payed), after which we will head back towards campus.</p>
<p><a href="https://maps.app.goo.gl/xKQCuboiAR9YQksC7">Bärenschlössle <span class="emoji" data-emoji="world_map">🗺️</span></a></p>
<p>Arriving on campus you can decide to either head off for the night, or you join our group to go to <a href="https://www.unithekle.de/">Unithekle</a>, a student pub on campus with cheap drinks and good boardgames!</p>
<p><a href="https://maps.app.goo.gl/NHdeJvjHiEPfvRh59">Unithekle <span class="emoji" data-emoji="world_map">🗺️</span></a></p>
</section>
<section id="wednesday" class="level2">
<h2 class="anchored" data-anchor-id="wednesday">Wednesday</h2>
Expand Down

0 comments on commit aa3c5a2

Please sign in to comment.