From 43a739d20d4256ad2cfdbc8f5b6926338c16161f Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 13 Feb 2025 22:59:00 -0700 Subject: Added CourseOverview Mindmap and links to README in root. --- tutorials/readme.md | 47 +++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 20 deletions(-) (limited to 'tutorials/readme.md') diff --git a/tutorials/readme.md b/tutorials/readme.md index f165619..8e72ab1 100644 --- a/tutorials/readme.md +++ b/tutorials/readme.md @@ -2,32 +2,39 @@ This directory contains all the tutorials. ## Table of Content + ### Introductory Programming Concepts -- [Introduction to Programming](1_01_intro_to_programming.md) -- [Installing Anaconda](1_02_installing_anaconda.md) -- [Intro to Anaconda](1_03_intro_to_anaconda.md) -- [Getting started with Spyder](1_04_spyder_getting_started.md) -- [Fundamentals of Computing](1_fundamentals_of_programming.md) -- [Open source_software](1_open_source_software.md) -- [Basics of python](1_05_basics_of_python.md) -- [Arrays](1_06_arrays.md) -- [Control Structures](1_07_control_structures.md) -- [Functions](1_functions.md) -- [Classes/Objects](1_classes_and_objects.md) +- [Introduction to Programming](1_01_intro_to_programming.md) | [x] | [x] | +- [Installing Anaconda](1_02_installing_anaconda.md) | [x] | [x] | +- [Intro to Anaconda](1_03_intro_to_anaconda.md) | [x] | [ ] | +- [Getting started with Spyder](1_04_spyder_getting_started.md) | [ ] | [ ] | +- [Basics of python](1_05_basics_of_python.md) | [ ] | [ ] | +- [Arrays](1_06_arrays.md) | [ ] | [ ] | +- [Control Structures](1_07_control_structures.md) | [ ] | [ ] | +- [Functions](1_functions.md) | [ ] | [ ] | +- [Classes/Objects](1_classes_and_objects.md) | [ ] | [ ] | +- Unlisted Tutorials: + - [Fundamentals of Computing](1_fundamentals_of_programming.md) | [ ] | [ ] | + - [Open source_software](1_open_source_software.md) | [ ] | [ ] | + ### Algorithm Developments for ME -- [Version Control](version_control.md) -- [Introduction to Numerical Methods](intro_to_numerical_methods.md) -- Roots and Optimization -- Systems of Equations and LU Decomposition -- Linear Regression -- Numerical Integration -- Ordinary Differential Equations +- [Version Control](version_control.md) | [ ] | [ ] | +- [Introduction to Numerical Methods](intro_to_numerical_methods.md) | [ ] | [ ] | +- Roots and Optimization | [ ] | [ ] | +- Systems of Equations and LU Decomposition | [ ] | [ ] | +- Linear Regression | [ ] | [ ] | +- Numerical Integration | [ ] | [ ] | +- Ordinary Differential Equations | [ ] | [ ] | ### Applications of Computational Mathematics in ME ### Data Analysis of Processing -- [Plotting](plotting.md) +- [Plotting](plotting.md) | [ ] | [ ] | + +### Progress notation -### Numerical Methods + | [x] | [x] | - Progress: Complete + | [x] | [ ] | - Progress: Started + | [ ] | [ ] | - Progress: Not started \ No newline at end of file -- cgit v1.2.3