Skip to content

Commit 8428574

Browse files
committed
deploy: 9febca9
1 parent ce4f367 commit 8428574

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

modules/numerical-integration/ode-1d-assignment.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ <h1>Deliverable</h1>
355355
<section id="tips-for-success" class="level1">
356356
<h1>Tips for Success</h1>
357357
<ul>
358-
<li><strong>Start simple:</strong> Get section <strong>?@sec-implementing-ode-function</strong> working first, then build up.</li>
358+
<li><strong>Start simple:</strong> Get the ODE function working first (see <a href="../../modules/numerical-integration/ode-1d-spruce-budworm.html#sec-implementing-ode-function">Implementing the ODE Function</a> for an example), then build up.</li>
359359
<li><strong>Start simple:</strong> Get <a href="../../modules/numerical-integration/ode-1d-spruce-budworm.html#sec-implementing-ode-function">Implementing the ODE Function</a> working first, then build up.</li>
360360
<li><strong>Test incrementally:</strong> Verify each function works before moving to the next.</li>
361361
<li><strong>Use the reference:</strong> The provided code (and additional documentation) is there to help you understand the structure.</li>
@@ -848,7 +848,7 @@ <h1>Tips for Success</h1>
848848
<span id="cb1-25"><a href="#cb1-25" aria-hidden="true" tabindex="-1"></a></span>
849849
<span id="cb1-26"><a href="#cb1-26" aria-hidden="true" tabindex="-1"></a><span class="fu"># Tips for Success</span></span>
850850
<span id="cb1-27"><a href="#cb1-27" aria-hidden="true" tabindex="-1"></a></span>
851-
<span id="cb1-28"><a href="#cb1-28" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>**Start simple:** Get section @sec-implementing-ode-function working first, then build up.</span>
851+
<span id="cb1-28"><a href="#cb1-28" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>**Start simple:** Get the ODE function working first (see <span class="co">[</span><span class="ot">Implementing the ODE Function</span><span class="co">](ode-1d-spruce-budworm.qmd#sec-implementing-ode-function)</span> for an example), then build up.</span>
852852
<span id="cb1-29"><a href="#cb1-29" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>**Start simple:** Get <span class="co">[</span><span class="ot">Implementing the ODE Function</span><span class="co">](ode-1d-spruce-budworm.qmd#sec-implementing-ode-function)</span> working first, then build up.</span>
853853
<span id="cb1-30"><a href="#cb1-30" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>**Test incrementally:** Verify each function works before moving to the next.</span>
854854
<span id="cb1-31"><a href="#cb1-31" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>**Use the reference:** The provided code (and additional documentation) is there to help you understand the structure.</span>

search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
"href": "modules/numerical-integration/ode-1d-assignment.html",
324324
"title": "1D Ordinary Differential Equations",
325325
"section": "",
326-
"text": "Deliverable\nImplement the complete Streamlit application for the Spruce Budworm model as described here, following the sections from Implementing the ODE Function through Building the Streamlit Application. Ensure that all functions are correctly defined and integrated into the app. Test the application thoroughly to confirm that it behaves as expected.\nAnswer at least three of the exploration questions from Exploration Questions and document your findings in a brief report (1-2 pages). You are encouraged to use LaTeX here. Include graphs demonstrating different behaviors observed during your exploration.\nIf you want to go the extra mile, here are some additional challenges you can tackle:\n\nCreate a GitHub repository for your project and push your code there. You can include the text of your report in the repository as well.\nDeploy your Streamlit app using Streamlit Cloud or another hosting service. Share the link in your report.\nImplement some of the advanced features mentioned in Building the Streamlit Application.\nInstead of using SciPy’s built-in ODE solver, implement your own simple Euler or Runge-Kutta integrator and compare results.\n\n\n\nTips for Success\n\nStart simple: Get section ?@sec-implementing-ode-function working first, then build up.\nStart simple: Get Implementing the ODE Function working first, then build up.\nTest incrementally: Verify each function works before moving to the next.\nUse the reference: The provided code (and additional documentation) is there to help you understand the structure.\nExperiment: Try different parameter values and see what happens.\nCollaborate: Discuss with your teammates, divide the work if needed. You can also work separately and then compare your implementations.\nAsk questions: If you’re stuck, ask for help!\n\nGood luck and enjoy your coding!",
326+
"text": "Deliverable\nImplement the complete Streamlit application for the Spruce Budworm model as described here, following the sections from Implementing the ODE Function through Building the Streamlit Application. Ensure that all functions are correctly defined and integrated into the app. Test the application thoroughly to confirm that it behaves as expected.\nAnswer at least three of the exploration questions from Exploration Questions and document your findings in a brief report (1-2 pages). You are encouraged to use LaTeX here. Include graphs demonstrating different behaviors observed during your exploration.\nIf you want to go the extra mile, here are some additional challenges you can tackle:\n\nCreate a GitHub repository for your project and push your code there. You can include the text of your report in the repository as well.\nDeploy your Streamlit app using Streamlit Cloud or another hosting service. Share the link in your report.\nImplement some of the advanced features mentioned in Building the Streamlit Application.\nInstead of using SciPy’s built-in ODE solver, implement your own simple Euler or Runge-Kutta integrator and compare results.\n\n\n\nTips for Success\n\nStart simple: Get the ODE function working first (see Implementing the ODE Function for an example), then build up.\nStart simple: Get Implementing the ODE Function working first, then build up.\nTest incrementally: Verify each function works before moving to the next.\nUse the reference: The provided code (and additional documentation) is there to help you understand the structure.\nExperiment: Try different parameter values and see what happens.\nCollaborate: Discuss with your teammates, divide the work if needed. You can also work separately and then compare your implementations.\nAsk questions: If you’re stuck, ask for help!\n\nGood luck and enjoy your coding!",
327327
"crumbs": [
328328
"Home",
329329
"Module 1: Numerical Integration with Python",

sitemap.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://daniprec.github.io/Applied-Math-Modeling/modules/numerical-integration/ode-1d-michaelis-menten.html</loc>
5-
<lastmod>2026-02-04T16:44:49.723Z</lastmod>
5+
<lastmod>2026-02-04T16:46:37.694Z</lastmod>
66
</url>
77
<url>
88
<loc>https://daniprec.github.io/Applied-Math-Modeling/modules/numerical-integration/ode-1d-sir.html</loc>
9-
<lastmod>2026-02-04T16:44:49.723Z</lastmod>
9+
<lastmod>2026-02-04T16:46:37.694Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://daniprec.github.io/Applied-Math-Modeling/modules/numerical-integration/ode-2d-van-der-pol.html</loc>
13-
<lastmod>2026-02-04T16:44:49.723Z</lastmod>
13+
<lastmod>2026-02-04T16:46:37.694Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://daniprec.github.io/Applied-Math-Modeling/modules/numerical-integration/index.html</loc>
17-
<lastmod>2026-02-04T16:44:49.722Z</lastmod>
17+
<lastmod>2026-02-04T16:46:37.694Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://daniprec.github.io/Applied-Math-Modeling/syllabus.html</loc>
21-
<lastmod>2026-02-04T16:44:49.800Z</lastmod>
21+
<lastmod>2026-02-04T16:46:37.772Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://daniprec.github.io/Applied-Math-Modeling/index.html</loc>
25-
<lastmod>2026-02-04T16:44:49.722Z</lastmod>
25+
<lastmod>2026-02-04T16:46:37.694Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://daniprec.github.io/Applied-Math-Modeling/modules/numerical-integration/ode-2d-fitzhugh-nagumo.html</loc>
29-
<lastmod>2026-02-04T16:44:49.723Z</lastmod>
29+
<lastmod>2026-02-04T16:46:37.694Z</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://daniprec.github.io/Applied-Math-Modeling/modules/numerical-integration/ode-1d-assignment.html</loc>
33-
<lastmod>2026-02-04T16:44:49.723Z</lastmod>
33+
<lastmod>2026-02-04T16:46:37.694Z</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://daniprec.github.io/Applied-Math-Modeling/modules/numerical-integration/ode-1d-spruce-budworm.html</loc>
37-
<lastmod>2026-02-04T16:44:49.723Z</lastmod>
37+
<lastmod>2026-02-04T16:46:37.694Z</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://daniprec.github.io/Applied-Math-Modeling/modules/numerical-integration/ode-2d-cdima.html</loc>
41-
<lastmod>2026-02-04T16:44:49.723Z</lastmod>
41+
<lastmod>2026-02-04T16:46:37.694Z</lastmod>
4242
</url>
4343
</urlset>

0 commit comments

Comments
 (0)