From 187d17f16c90a4e2dfc49e280445e027b53ec86c Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 25 Aug 2025 16:13:49 -0600 Subject: Added module labels on ToC --- README.md | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e2a753b..51ae32c 100644 --- a/README.md +++ b/README.md @@ -14,21 +14,16 @@ Start Jupyter Notebook/Lab and navigate to the `ComputingME/tutorials/module_#/` Find meeting notes, course overview and Gantt charts in this directory. Below is a link to the meeting notes and images related to project management. [**Meeting notes**](admin/meeting-notes/) +[**Gantt Chart**](https://markwhen.com/ckolset/MECH305-Modules) ![Course overview](admin/CourseOverview.png) *Course Overview Flowchart* [Enlarge](admin/CourseOverview.png) -![Gantt Chart](admin/gantt.png) -*Project Gantt Chart: version 2* [Enlarge](admin/gantt.png) -Updated: 2025-04-29 - -Online [version](https://markwhen.com/ckolset/MECH305-Modules) - ## Tutorials -See the tutorials under the /tutorials/ directory. +See the tutorials under the /tutorials/ directory or use the links below. -#### Introductory Programming Concepts +#### Module 1: Introductory Programming Concepts - [Introduction to Programming](tutorials/module_1/intro_to_programming.md) - [Installing Anaconda](tutorials/module_1/installing_anaconda.md) - [Intro to Anaconda](tutorials/module_1/intro_to_anaconda.md) @@ -44,7 +39,7 @@ See the tutorials under the /tutorials/ directory. - [Open source software](tutorials/module_1/open_source_software.md) - [Computational Expense](tutorials/module_1/computational_expense.md) -#### Algorithm Developments for ME +#### Module 2: Algorithm Developments for ME - [Numerical Methods](tutorials/module_2/non_linear_eqn_solver.md) - [Version Control](tutorials/module_2/version_control.md) - [Problem Solving Strategies](tutorials/module_2/problem_solving_strategies.md) @@ -53,20 +48,20 @@ See the tutorials under the /tutorials/ directory. - Code libraries & resources - [AI assisted programming](tutorials/module_2/assisted_programming) - Verification and Validation -- [Error](error.md) -#### Applications of Computational Mathematics in ME +- [Error](tutorials/module_2/error.md) +#### Module 3: Applications of Computational Mathematics in ME - Systems of Equations and LU Decomposition - Nonlinear Equation Solver -- Numerical Differentiation -- Numerical Integration -- Ordinary Differential Equations -#### Data Analysis of Processing +- [[numerical_differentiation]] +- [[numerical_integration]] +- [Ordinary Differential Equations](tutorials/module_3/ode) +#### Module 4: Data Analysis of Processing - [[importing_scientific_data]] - [[data_processing]] - [Linear Regression](tutorials/linear_regression.md) - [Plotting](plotting.md) - [[data_visualization]] -#### Introduction to AI for Engineering Problems +#### Module 5: Introduction to AI for Engineering Problems - [[supervised_vs_unsupervised_learning]] - [[neural_networks]] -- cgit v1.2.3