Skip to content

Commit 03b4d13

Browse files
content: julia cert
1 parent ab09ca6 commit 03b4d13

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

frontend/assets/logos/uct.png

8.01 KB
Loading

frontend/assets/logos/umich.png

4.95 KB
Loading

frontend/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,50 @@ <h2 class="text-3xl font-bold mb-6 text-center text-teal-600 dark:text-teal-300"
11001100
</div>
11011101
</div>
11021102

1103+
<!-- University of Michigan — Python for Everybody (5-course Specialization) -->
1104+
<div class="bg-white dark:bg-slate-800 rounded-2xl p-6 shadow-lg">
1105+
<div class="flex items-start gap-4">
1106+
<img src="assets/logos/umich.png" alt="University of Michigan"
1107+
class="w-8 h-8 object-contain rounded-sm ring-1 ring-gray-200 dark:ring-white/10 bg-white p-0.5" />
1108+
<div>
1109+
<p class="font-semibold text-lg">
1110+
<a href="https://coursera.org/share/95cac56d9a38474c09ef7dfdbe660dc4"
1111+
target="_blank" rel="noopener"
1112+
class="hover:text-teal-600 dark:hover:text-teal-300">
1113+
Python for Everybody — Specialization
1114+
</a>
1115+
</p>
1116+
<p class="text-gray-600 dark:text-white/75 text-sm">University of Michigan · 5-course specialization</p>
1117+
<p class="mt-2 text-gray-700 dark:text-white/85">
1118+
Core Python through data structures, web data/APIs, and SQLite databases, capped by a project on data retrieval, processing, and visualization (taught by Dr. Charles Severance).
1119+
</p>
1120+
</div>
1121+
</div>
1122+
</div>
1123+
1124+
<!-- University of Cape Town — Julia Scientific Programming (4-module course) -->
1125+
<div class="bg-white dark:bg-slate-800 rounded-2xl p-6 shadow-lg">
1126+
<div class="flex items-start gap-4">
1127+
<img src="assets/logos/uct.png" alt="University of Cape Town"
1128+
class="w-8 h-8 object-contain rounded-sm ring-1 ring-gray-200 dark:ring-white/10 bg-white p-0.5" />
1129+
<div>
1130+
<p class="font-semibold text-lg">
1131+
<a href="https://coursera.org/share/01ebfaadb6cd9f4e25f084bb79af3eb6"
1132+
target="_blank" rel="noopener"
1133+
class="hover:text-teal-600 dark:hover:text-teal-300">
1134+
Julia Scientific Programming
1135+
</a>
1136+
</p>
1137+
<p class="text-gray-600 dark:text-white/75 text-sm">University of Cape Town · 4-module course</p>
1138+
<p class="mt-2 text-gray-700 dark:text-white/85">
1139+
Intro to Julia for scientific computing—syntax & types, multiple dispatch, arrays/loops, Jupyter notebooks,
1140+
and packages like Plots, DataFrames, and Stats—applied to real data (Ebola case study).
1141+
</p>
1142+
</div>
1143+
</div>
1144+
</div>
1145+
1146+
11031147
</div>
11041148
</section>
11051149

0 commit comments

Comments
 (0)