-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
40 lines (32 loc) · 2.21 KB
/
Copy pathteaching.html
File metadata and controls
40 lines (32 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: default
permalink: /teaching.html
nav: teaching
page_title: "Soumyaranjan Dash | Teaching"
description: "Explore the teaching portfolio, lecture resources, and mentorship history of Dr. Soumyaranjan Dash. Featuring pedagogical notes on solar physics, theoretical mechanics, and scientific computing."
keywords: "Soumyaranjan Dash Teaching, Physics Pedagogy, Astrophysics Lecture Notes, Computational Physics Course, Solar Physics Mentorship, Theoretical Physics Teaching"
og_title: "Teaching & Academic Mentorship | Dr. Soumyaranjan Dash"
og_description: "Lecture syllabi, mentorship summaries, and educational toolkits spanning core physics curriculum and computational numerical methods."
twitter_title: "Teaching & Academic Mentorship | Dr. Soumyaranjan Dash"
twitter_description: "Explore astrophysics syllabus plans, classroom materials, and interactive computational physics notebooks."
schema_type: WebPage
search_placeholder: "Search course directory..."
theme: magnetogram
extra_js: [teaching-engine]
needs_math: true
needs_code: true
needs_markdown: true
---
<div id="teaching-intro" style="margin-bottom: 2rem;">
<h1 class="page-heading">Pedagogy & Curriculum Design</h1>
<p style="color: var(--muted); line-height: 1.6; max-width: 800px;">
A collection of structured academic courses, hands-on computational physics labs, and interactive programming blueprints designed to bridge foundational theory with high-performance numerical simulation techniques.
</p>
</div>
<div class="series-grid" id="course-directory-grid">{% include course-cards.html %}</div>
<div id="course-workspace-view" style="display: none;">
<button id="back-to-courses-btn" class="read-more-btn" onclick="routeToCourse('root')" style="margin-bottom: 1.5rem; background: transparent; display: inline-flex; align-items: center; gap: 0.5rem; border: none; cursor: pointer; color: var(--ink);">
<i class="fas fa-arrow-left"></i> Back to Course Directory
</button>
<div id="syllabus-injection-target"></div>
</div>