diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-03-31 11:18:00 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-03-31 11:22:34 -0600 |
| commit | f0c842665dc7cec1b01b5ea76cad57e634079a00 (patch) | |
| tree | 6ba663a7931c0ce30426f3c8161fac017f544933 | |
| parent | b358c25c3ecb3029c185aec16811b9893f6c29b0 (diff) | |
Compiled all README files to the a single file in root directory and updated links.
| -rw-r--r-- | README.md | 72 | ||||
| -rw-r--r-- | administration/readme.md | 19 | ||||
| -rw-r--r-- | tutorials/readme.md | 48 |
3 files changed, 68 insertions, 71 deletions
@@ -1,7 +1,71 @@ # ComputingME Development repository for MECH 305 - Computing for Mechanical Engineers -Links to pages: -- [Administration/](administration/readme.md) -- [Tutorials/](tutorials/readme.md) -- [Resources](resources.md) +--- + +## Administration +Find meeting notes, Course overview and Gantt Chart here. + +[Meeting notes](meeting-notes/) + +### Course overview + +[Enlarge](CourseOverview.png) + +### Gantt Chart +To view interactive Gantt chart download and open the .html [file](timeline.html) in a browser. + + +[Enlarge](gantt.png) +Updated: 2025-03-28 + +--- + +## Tutorials +See the tutorials under the /tutorials/ directory. + +### Table of Content + +#### Introductory Programming Concepts +- [Introduction to Programming](module_1/1_intro_to_programming.md) +- [Installing Anaconda](module_1/1_installing_anaconda.md) +- [Intro to Anaconda](module_1/1_intro_to_anaconda.md) +- [Getting started with Spyder](module_1/1_spyder_getting_started.md) +- [Basics of python](module_1/1_basics_of_python.md) +- [Arrays](module_1/1_arrays.md) +- [Functions](module_1/1_functions.md) +- [Control Structures](module_1/1_control_structures.md) +- [Classes/Objects](module_1/1_classes_and_objects.md) +- [Excel to Python](module_1/1_excel_to_python.md) +- Unlisted Tutorials: + - [Fundamentals of Computing](module_1/1_fundamentals_of_programming.md) + - [Open source software](module_1/1_open_source_software.md) \[In-progress\] + - [Computational Expense](module_1/1_computational_expense.md) + + +#### Algorithm Developments for ME +- [Introduction to Numerical Methods](module_2/2_01_intro_to_numerical_methods.md) \[In-progress\] +- [Version Control](module_2/2_version_control.md) \[In-progress\] +- [Problem Solving Strategies](module_2/2_problem_solving_strategies.md) +- Code debugging +- Code Documentation +- Code libraries & resources +- [AI assisted programming](2_ai_assisted_programming) +- Verification and Validation +- Roots and Optimization +- Linear Regression + +#### 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 +- [Plotting](4_plotting.md) +- Importing scientific data +- Data Processing +- Data Visualization +#### Introduction to AI for Engineering Problems +- Supervised vs unsupervised learning +- Neural Networks diff --git a/administration/readme.md b/administration/readme.md deleted file mode 100644 index 909cef4..0000000 --- a/administration/readme.md +++ /dev/null @@ -1,19 +0,0 @@ -# Administration -Find meeting notes, Course overview and Gantt Chart here. - -[Meeting notes](meeting-notes/) - -List of real-world project ideas to implement in the course. - -[Mini Projects ideas](miniProjects/readme.md) - -## Course overview - -[Enlarge](CourseOverview.png) - -## Gantt Chart -To view interactive Gantt chart download and open the .html [file](timeline.html) in a browser. - - -[Enlarge](gantt.png) -Updated: 2025-03-28 diff --git a/tutorials/readme.md b/tutorials/readme.md deleted file mode 100644 index ef5a88b..0000000 --- a/tutorials/readme.md +++ /dev/null @@ -1,48 +0,0 @@ -# Tutorials -This directory contains all the tutorials. - -## Table of Content - -### Introductory Programming Concepts -- [Introduction to Programming](module_1/1_intro_to_programming.md) -- [Installing Anaconda](module_1/1_installing_anaconda.md) -- [Intro to Anaconda](module_1/1_intro_to_anaconda.md) -- [Getting started with Spyder](module_1/1_spyder_getting_started.md) -- [Basics of python](module_1/1_basics_of_python.md) -- [Arrays](module_1/1_arrays.md) -- [Functions](module_1/1_functions.md) -- [Control Structures](module_1/1_control_structures.md) -- [Classes/Objects](module_1/1_classes_and_objects.md) -- [Excel to Python](module_1/1_excel_to_python.md) -- Unlisted Tutorials: - - [Fundamentals of Computing](module_1/1_fundamentals_of_programming.md) - - [Open source software](module_1/1_open_source_software.md) \[In-progress\] - - [Computational Expense](module_1/1_computational_expense.md) - - -### Algorithm Developments for ME -- [Introduction to Numerical Methods](module_2/2_01_intro_to_numerical_methods.md) \[In-progress\] -- [Version Control](module_2/2_version_control.md) \[In-progress\] -- [Problem Solving Strategies](module_2/2_problem_solving_strategies.md) -- Code debugging -- Code Documentation -- Code libraries & resources -- [AI assisted programming](2_ai_assisted_programming) -- Verification and Validation -- Roots and Optimization -- Linear Regression - -### 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 -- [Plotting](4_plotting.md) -- Importing scientific data -- Data Processing -- Data Visualization -### Introduction to AI for Engineering Problems -- Supervised vs unsupervised learning -- Neural Networks |
