update exercises w38 and w39

This commit is contained in:
KarlHenrik
2025-09-10 12:14:32 +02:00
parent cee5f8e1f0
commit fbdf9c32f8
196 changed files with 23368 additions and 300 deletions
@@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=eba8b062" />
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -391,7 +391,7 @@ document.write(`
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-1-creating-the-report-document">Exercise 1: Creating the report document</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-2-adding-good-figures">Exercise 2: Adding good figures</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-3-writing-an-abstract-and-introduction">Exercise 3: Writing an abstract and introduction</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-4-making-the-code-avaliable-and-presentable">Exercise 4: Making the code avaliable and presentable</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-4-making-the-code-available-and-presentable">Exercise 4: Making the code available and presentable</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-5-referencing">Exercise 5: Referencing</a></li>
</ul>
</nav>
@@ -431,7 +431,7 @@ document.write(`
<section id="exercise-1-creating-the-report-document">
<h2>Exercise 1: Creating the report document<a class="headerlink" href="#exercise-1-creating-the-report-document" title="Link to this heading">#</a></h2>
<p>We require all projects to be formatted as proper scientific reports, and this includes using LaTeX for typesetting. We strongly recommend that you use the online LaTeX editor Overleaf, as it is much easier to start using, and has excellent support for collaboration.</p>
<p><strong>a)</strong> Create an account on <a class="reference external" href="http://Overleaf.com">Overleaf.com</a></p>
<p><strong>a)</strong> Create an account on <a class="reference external" href="http://Overleaf.com">Overleaf.com</a>, or log in using SSO with your UiO email.</p>
<p><strong>b)</strong> Download <a class="reference external" href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/LectureNotes/data/FYS_STK_Template.zip">this</a> template project.</p>
<p><strong>c)</strong> Create a new Overleaf project with the correct formatting by uploading the template project.</p>
<p><strong>d)</strong> Read the general guideline for writing a report, which can be found at <a class="github reference external" href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/Projects/EvaluationGrading/EvaluationForm.md">CompPhysics/MachineLearning</a>.</p>
@@ -452,8 +452,8 @@ document.write(`
<p><strong>b)</strong> Write an abstract for project 1 in your report.</p>
<p><strong>c)</strong> Write an introduction for project 1 in your report.</p>
</section>
<section id="exercise-4-making-the-code-avaliable-and-presentable">
<h2>Exercise 4: Making the code avaliable and presentable<a class="headerlink" href="#exercise-4-making-the-code-avaliable-and-presentable" title="Link to this heading">#</a></h2>
<section id="exercise-4-making-the-code-available-and-presentable">
<h2>Exercise 4: Making the code available and presentable<a class="headerlink" href="#exercise-4-making-the-code-available-and-presentable" title="Link to this heading">#</a></h2>
<p>A central part of the report is the code you write to implement the methods and generate the results. To get points for the code-part of the project, you need to make your code avaliable and presentable.</p>
<p><strong>a)</strong> Create a github repository for project 1, or create a dedicated folder for project 1 in a github repository. Only one person in your group needs to do this.</p>
<p><strong>b)</strong> Add a PDF of the report to this repository, after completing exercises 1-3</p>
@@ -548,7 +548,7 @@ document.write(`
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-1-creating-the-report-document">Exercise 1: Creating the report document</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-2-adding-good-figures">Exercise 2: Adding good figures</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-3-writing-an-abstract-and-introduction">Exercise 3: Writing an abstract and introduction</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-4-making-the-code-avaliable-and-presentable">Exercise 4: Making the code avaliable and presentable</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-4-making-the-code-available-and-presentable">Exercise 4: Making the code available and presentable</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#exercise-5-referencing">Exercise 5: Referencing</a></li>
</ul>
</nav></div>