InaMA is my personal project to create my academic assignments and other stuff using LaTeX. LaTeX is my favourite tool for writing as eliminate many hassles that have to be faced in Microsoft Word. I started using it by the inspiration of one of our faculty members named Dr. Muhammad Rizwanur Rahman, D.I.C., who was using it to make his presentation slides. When he first gave us the first assignment of our Fluid Mechanics-II course, I started using it. Now, in my research and scientific work, this is the go-to tool for me.
.
├── .github
│ └── workflows
│ └── Auto_Tree.yaml
├── .gitignore
├── 01_Assignments
│ ├── 01_Computation_Mechanics
│ │ ├── Assignment_01
│ │ │ ├── Assignment_01.tex
│ │ │ └── Images
│ │ │ ├── equivalent_stress.png
│ │ │ ├── equivalent_stress_10mm.png
│ │ │ ├── equivalent_stress_2.5mm.png
│ │ │ ├── equivalent_stress_dia_125mm_quadilateral.png
│ │ │ ├── equivalent_stress_dia_125mm_triangular.png
│ │ │ ├── equivalent_stress_triangular.png
│ │ │ ├── maximum_principal_stress.png
│ │ │ ├── maximum_principal_stress_10mm.png
│ │ │ ├── maximum_principal_stress_2.5mm.png
│ │ │ ├── maximum_principal_stress_dia_125mm_quadilateral.png
│ │ │ ├── maximum_principal_stress_dia_125mm_triangular.png
│ │ │ ├── maximum_principal_stress_triangular.png
│ │ │ ├── total_deformation.png
│ │ │ ├── total_deformation_10mm.png
│ │ │ ├── total_deformation_2.5mm.png
│ │ │ ├── total_deformation_dia_125mm_quadilateral.png
│ │ │ ├── total_deformation_dia_125mm_triangular.png
│ │ │ └── total_deformation_triangular.png
│ │ └── Assignment_02
│ │ ├── Assignment_02.tex
│ │ └── Images
│ │ ├── equivalent_stress.png
│ │ ├── equivalent_stress_galvanized_steel.png
│ │ ├── max_shear_stress.png
│ │ ├── max_shear_stress_fos.png
│ │ ├── max_shear_stress_fos_galvanized_steel.png
│ │ ├── max_shear_stress_fos_impact_load.png
│ │ ├── max_shear_stress_galvanized_steel.png
│ │ ├── max_shear_stress_impact_load.png
│ │ ├── max_tensile_stress_fos.png
│ │ ├── max_tensile_stress_fos_galvanized_steel.png
│ │ ├── max_tensile_stress_fos_impact_load.png
│ │ ├── normal_stress_at_x_direction.png
│ │ ├── normal_stress_at_x_direction_galvanized_steel.png
│ │ ├── normal_stress_at_y_direction.png
│ │ ├── normal_stress_at_y_direction_galvanized_steel.png
│ │ ├── normal_stress_at_z_direction.png
│ │ ├── normal_stress_at_z_direction_galvanized_steel.png
│ │ ├── normal_stress_at_z_direction_impact_load.png
│ │ ├── rough_sketch.png
│ │ ├── total_deformation.png
│ │ ├── total_deformation_galvanized_steel.png
│ │ ├── total_deformation_impact_load.png
│ │ └── total_load_and_constraints.png
│ ├── 02_Fluid_Mechanics
│ │ └── Assignment_01
│ │ ├── Assignment_01.tex
│ │ ├── Code
│ │ │ └── Stream_Function_Plot.py
│ │ ├── Images
│ │ │ ├── heatmap_of_different_frame_and_coordinates.pdf
│ │ │ ├── heatmap_of_different_frame_and_coordinates.svg
│ │ │ ├── laminar_flow_image_horizontal.jpg
│ │ │ ├── laminar_flow_image_vertical.jpg
│ │ │ ├── marked_coordinates_in_first_frame.pdf
│ │ │ ├── marked_coordinates_in_first_frame.svg
│ │ │ ├── pixel_instensity_over_time.pdf
│ │ │ ├── pixel_instensity_over_time.svg
│ │ │ ├── stream_function_plot.pdf
│ │ │ ├── stream_function_plot.png
│ │ │ └── stream_function_plot.svg
│ │ └── Video_Analysis
│ │ ├── __marimo__
│ │ │ └── session
│ │ │ └── video_analysis_of_fluid_flow.py.json
│ │ ├── fluid_flow_video.mp4
│ │ ├── stream_function_plot.py
│ │ ├── video_analysis.py
│ │ └── video_analysis_of_fluid_flow.py
│ ├── 03_Mechanics_of_Machine
│ │ └── Assignment_02
│ │ ├── Assignment_02.tex
│ │ ├── CAD_Design
│ │ │ ├── Assem1.SLDASM
│ │ │ ├── Part2.SLDPRT
│ │ │ └── Part4.SLDPRT
│ │ ├── Code
│ │ │ ├── Gear_Profile_Sketch.py
│ │ │ └── Gear_Teeth_Calculation.py
│ │ └── Images
│ │ ├── Figure_1.png
│ │ ├── Untitled.JPG
│ │ ├── cam_profile.JPG
│ │ ├── displacement_profile.png
│ │ ├── linear_acceleration.png
│ │ ├── linear_displacement.png
│ │ ├── linear_velocity.png
│ │ └── minimum_dia_of_the_shaft.png
│ └── 04_Probability_and_Statistics
│ ├── Assignment_01
│ │ └── Assignment_01.tex
│ └── Assignment_02
│ ├── Assignment_02.tex
│ ├── Code
│ │ └── Code.py
│ └── Images
│ └── Figure_01.png
├── 02_Lab_Report_Cover
│ └── Lab_Report_Cover.tex
├── LICENSE
├── README.md
└── tree.bak
27 directories, 85 files