Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit f1d6568

Browse files
FermiousFermious
authored andcommitted
Better structure with BS and MS resources
1 parent e825161 commit f1d6568

27 files changed

+2657
-409
lines changed

.DS_Store

14 KB
Binary file not shown.

KFUPM Bulletin |.html

Lines changed: 1908 additions & 0 deletions
Large diffs are not rendered by default.

_courses/phys101.md renamed to _bs_physics/phys101.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ credits: 3-3-4
77
level: 100
88
description: Particle kinematics and dynamics; conservation of energy and momentum; rotational motion; periodic motion; introduction to special relativity.
99
prerequisites: None
10-
semester_offered: F/S
10+
semester_offered: All
1111
course_type: Core
1212
resources_count: 45
1313
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

_bs_physics/phys373.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
layout: course
3+
code: PHYS 373
4+
title: Computational Physics
5+
slug: phys373
6+
credits: 2-3-3
7+
level: 300
8+
description: Numerical methods and computer simulations in physics problems.
9+
prerequisites: PHYS 300, Programming experience
10+
semester_offered: F
11+
course_type: Elective
12+
resources_count: 45
13+
---
14+
15+
Numerical methods and computer simulations in physics problems.
16+
17+
**Prerequisites:** PHYS 300, Programming experience
18+
19+
## 📚 Course Resources
20+
21+
<details open>
22+
<summary><strong>📖 Textbooks & References</strong></summary>
23+
<ul>
24+
<li><a href="/assets/resources/electives/phys373/Computational Physics Problem Solving with Python.pdf">Computational Physics Problem Solving with Python</a></li>
25+
<li><a href="/assets/resources/electives/phys373/Python for Everyone2ndEdition.pdf">Python for Everyone (2nd Edition)</a></li>
26+
<li><a href="/assets/resources/electives/phys373/numerical_analysis_9th.pdf">Numerical Analysis (9th Edition)</a></li>
27+
<li><a href="/assets/resources/electives/phys373/Introduction to python - Intro Computational Physics.pdf">Introduction to Python - Intro Computational Physics</a></li>
28+
</ul>
29+
</details>
30+
31+
<details>
32+
<summary><strong>📝 Lecture Notes</strong></summary>
33+
<ul>
34+
<li><a href="/assets/resources/electives/phys373/Week-01.pdf">Week 01</a></li>
35+
<li><a href="/assets/resources/electives/phys373/Week-02.pdf">Week 02</a></li>
36+
<li><a href="/assets/resources/electives/phys373/Week-03.pdf">Week 03</a></li>
37+
<li><a href="/assets/resources/electives/phys373/Week-04.pdf">Week 04</a></li>
38+
<li><a href="/assets/resources/electives/phys373/Week-05.pdf">Week 05</a></li>
39+
<li><a href="/assets/resources/electives/phys373/Week-06.pdf">Week 06</a></li>
40+
<li><a href="/assets/resources/electives/phys373/Week-07.pdf">Week 07</a></li>
41+
<li><a href="/assets/resources/electives/phys373/Week-08.pdf">Week 08</a></li>
42+
<li><a href="/assets/resources/electives/phys373/Week-09 .pdf">Week 09</a></li>
43+
<li><a href="/assets/resources/electives/phys373/Week-10 .pdf">Week 10</a></li>
44+
<li><a href="/assets/resources/electives/phys373/Week-11.pdf">Week 11</a></li>
45+
<li><a href="/assets/resources/electives/phys373/Week-13 .pdf">Week 13</a></li>
46+
<li><a href="/assets/resources/electives/phys373/Week-14.pdf">Week 14</a></li>
47+
</ul>
48+
</details>
49+
50+
<details>
51+
<summary><strong>🧪 Lab Materials</strong></summary>
52+
<ul>
53+
<li><a href="/assets/resources/electives/phys373/Labs-1.pdf">Lab 1</a></li>
54+
<li><a href="/assets/resources/electives/phys373/Labs-2.pdf">Lab 2</a></li>
55+
<li><a href="/assets/resources/electives/phys373/Labs-3.pdf">Lab 3</a></li>
56+
<li><a href="/assets/resources/electives/phys373/Labs-4.pdf">Lab 4</a></li>
57+
<li><a href="/assets/resources/electives/phys373/Labs-5.pdf">Lab 5</a></li>
58+
<li><a href="/assets/resources/electives/phys373/Labs-7.pdf">Lab 7</a></li>
59+
<li><a href="/assets/resources/electives/phys373/Labs-8.pdf">Lab 8</a></li>
60+
<li><a href="/assets/resources/electives/phys373/Labs-9.pdf">Lab 9</a></li>
61+
<li><a href="/assets/resources/electives/phys373/Labs-10.pdf">Lab 10</a></li>
62+
<li><a href="/assets/resources/electives/phys373/Labs-11-PHYS-373.pdf">Lab 11</a></li>
63+
<li><a href="/assets/resources/electives/phys373/Labs-12-PHYS-373.pdf">Lab 12</a></li>
64+
</ul>
65+
</details>
66+
67+
<details>
68+
<summary><strong>📊 Quizzes & Exams</strong></summary>
69+
<ul>
70+
<li><a href="/assets/resources/electives/phys373/PHYS-373-Quiz1-T222.pdf">Quiz 1</a></li>
71+
<li><a href="/assets/resources/electives/phys373/PHYS-373-Quiz-02-T222.pdf">Quiz 2</a></li>
72+
<li><a href="/assets/resources/electives/phys373/PHYS-373-Quiz-03-T222.pdf">Quiz 3</a></li>
73+
<li><a href="/assets/resources/electives/phys373/Quiz 4.pdf">Quiz 4</a></li>
74+
<li><a href="/assets/resources/electives/phys373/Final_Formula_Sh.pdf">Final Formula Sheet</a></li>
75+
</ul>
76+
</details>
77+
78+
<details>
79+
<summary><strong>📋 Course Documents</strong></summary>
80+
<ul>
81+
<li><a href="/assets/resources/electives/phys373/Syllabus.pdf">Syllabus</a></li>
82+
<li><a href="/assets/resources/electives/phys373/course outlines.pdf">Course Outlines</a></li>
83+
</ul>
84+
</details>

_config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,12 @@ collections:
166166
tabs:
167167
output: true
168168
sort_by: order
169-
courses:
169+
bs_physics:
170170
output: true
171-
permalink: /resources/:name/
171+
permalink: /bs-physics/:name/
172+
ms_quantum:
173+
output: true
174+
permalink: /ms-quantum/:name/
172175

173176
defaults:
174177
- scope:

0 commit comments

Comments
 (0)