Skip to content

Commit

Permalink
strikeout references to outdated parts
Browse files Browse the repository at this point in the history
  • Loading branch information
akochari committed Sep 18, 2024
1 parent 46be2b4 commit a90a345
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions FF2024/browser_game.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
<i class="callout-icon"></i>
</div>
<div class="callout-title-container flex-fill">
🤓 Challenge
<strike>🤓 Challenge</strike>
</div>
</div>
<div class="callout-body-container callout-body">
<p>Make a single page game, save it as an <i>.html</i> file and post it in <a href="#">the Slack channel for this session</a>. We will demo the submissions on the big screen.</p>
<p><strike>Make a single page game, save it as an <i>.html</i> file and post it in <a href="#">the Slack channel for this session</a>. We will demo the submissions on the big screen.</strike></p>
</div>
</div>
<h2 class="anchored" data-anchor-id="using-llms-to-create-a-browser-game">Using LLMs to create a browser game</h2>
Expand Down
12 changes: 6 additions & 6 deletions FF2024/exercise_session_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@
<h2 class="anchored" data-anchor-id="session-2">Session 2</h2>
<p>In this round of hands-on exercises you can choose various use cases/applications of LLMs to try out. We do not expect you to try out more than one of these in such a short time. Select one LLM use case that you think is most fun below.</p>
<section id="try-a-scilifelab-chat-assistant--" class="level3">
<h3 class="anchored" data-anchor-id="try-a-scilifelab-chat-assistant--"><a href="assistant.html">Try a SciLifeLab chat assistant -&gt;</a></h3>
<h3 class="anchored" data-anchor-id="try-a-scilifelab-chat-assistant--"><a href="assistant.html"><del>Try a SciLifeLab chat assistant -&gt;</del></a></h3>
</section>
<section id="compare-a-specialized-and-general-llm--" class="level3">
<h3 class="anchored" data-anchor-id="compare-a-specialized-and-general-llm--"><a href="specialized_vs_general.html">Compare a specialized and general LLM -&gt;</a></h3>
<h3 class="anchored" data-anchor-id="compare-a-specialized-and-general-llm--"><a href="specialized_vs_general.html"><del>Compare a specialized and general LLM -&gt;</del></a></h3>
</section>
<section id="upload-and-chat-about-a-document--" class="level3">
<h3 class="anchored" data-anchor-id="upload-and-chat-about-a-document--"><a href="document.html">Upload and chat about a document -&gt;</a></h3>
</section>
<section id="image-generation---basic-challenge" class="level3">
<h3 class="anchored" data-anchor-id="image-generation---basic-challenge"><a href="images.html">Image generation -&gt;</a> [🤓 basic challenge]</h3>
<section id="image-generation--" class="level3">
<h3 class="anchored" data-anchor-id="image-generation--"><a href="images.html">Image generation -&gt;</a></h3>
</section>
<section id="llm-as-a-data-analysis-assistant---advanced" class="level3">
<h3 class="anchored" data-anchor-id="llm-as-a-data-analysis-assistant---advanced"><a href="data_analysis.html">LLM as a data analysis assistant -&gt;</a> [advanced]</h3>
</section>
<section id="using-llms-to-create-a-website---advanced" class="level3">
<h3 class="anchored" data-anchor-id="using-llms-to-create-a-website---advanced"><a href="website.html">Using LLMs to create a website -&gt;</a> [advanced]</h3>
</section>
<section id="make-a-browser-based-game---advanced-advanced-challenge" class="level3">
<h3 class="anchored" data-anchor-id="make-a-browser-based-game---advanced-advanced-challenge"><a href="browser_game.html">Make a browser-based game -&gt;</a> [advanced] [🤓 advanced challenge]</h3>
<section id="make-a-browser-based-game---advanced" class="level3">
<h3 class="anchored" data-anchor-id="make-a-browser-based-game---advanced"><a href="browser_game.html">Make a browser-based game -&gt;</a> [advanced]</h3>
</section>
</section>

Expand Down
8 changes: 4 additions & 4 deletions FF2024/exercise_session_2.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ editor: visual

In this round of hands-on exercises you can choose various use cases/applications of LLMs to try out. We do not expect you to try out more than one of these in such a short time. Select one LLM use case that you think is most fun below.

### [Try a SciLifeLab chat assistant -\>](assistant.html)
### [~~Try a SciLifeLab chat assistant -\>~~](assistant.html)

### [Compare a specialized and general LLM -\>](specialized_vs_general.html)
### [~~Compare a specialized and general LLM -\>~~](specialized_vs_general.html)

### [Upload and chat about a document -\>](document.html)

### [Image generation -\>](images.html) \[🤓 basic challenge\]
### [Image generation -\>](images.html)

### [LLM as a data analysis assistant -\>](data_analysis.html) \[advanced\]

### [Using LLMs to create a website -\>](website.html) \[advanced\]

### [Make a browser-based game -\>](browser_game.html) \[advanced\] \[🤓 advanced challenge\]
### [Make a browser-based game -\>](browser_game.html) \[advanced\]
4 changes: 2 additions & 2 deletions FF2024/images.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
<i class="callout-icon"></i>
</div>
<div class="callout-title-container flex-fill">
🤓 Challenge
<strike>🤓 Challenge</strike>
</div>
</div>
<div class="callout-body-container callout-body">
<p>Create an image of an animal that is a cross between two different real animals. Save it as a file and post it in <a href="#">the Slack channel for this session</a>. We will demo the submissions on the big screen.</p>
<p><strike>Create an image of an animal that is a cross between two different real animals. Save it as a file and post it in <a href="#">the Slack channel for this session</a>. We will demo the submissions on the big screen.</strike></p>
</div>
</div>
<section id="image-generation" class="level2">
Expand Down

0 comments on commit a90a345

Please sign in to comment.