Skip to content

Commit d49f298

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 3307e39 commit d49f298

25 files changed

Lines changed: 65 additions & 55 deletions

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bd1bcd0f
1+
a4e1f103

index-meca.zip

187 Bytes
Binary file not shown.

index-preview.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,14 @@ <h2 id="toc-title">Table of contents</h2>
271271

272272
<style>
273273
.course-hero {
274-
background: rgba(20, 25, 40, 0.65);
275-
border: 1px solid rgba(255,255,255,0.06);
276-
border-radius: 18px;
277-
padding: 1.5rem;
278-
margin: 1rem 0 2rem 0;
279-
backdrop-filter: blur(10px);
274+
background: linear-gradient(135deg, rgba(59,130,246,0.18), rgba(139,92,246,0.14));
275+
border: 1px solid rgba(255,255,255,0.08);
276+
border-radius: 24px;
277+
padding: 2.5rem 3rem;
278+
margin: 2rem 0 3rem 0;
279+
text-align: left;
280280
}
281+
.course-hero h1 { font-family: "Outfit", sans-serif; font-weight: 800; margin-bottom: 0.5rem; border: none; }
281282
.course-kicker {
282283
text-transform: uppercase;
283284
letter-spacing: 0.08em;
@@ -320,6 +321,7 @@ <h2 id="toc-title">Table of contents</h2>
320321
margin: 1.25rem 0 2rem 0;
321322
}
322323
@media (max-width: 768px) {
324+
.course-hero { padding: 2rem; }
323325
.course-meta-grid { grid-template-columns: 1fr; }
324326
}
325327
</style>

index.docx

0 Bytes
Binary file not shown.

index.embed.ipynb

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"This course teaches how machine learning can be applied to experimental data from materials processing and characterization. The focus lies on images, spectra, time-series, and processing parameters, and on understanding how physical data formation interacts with learning algorithms. Students learn to build robust, uncertainty-aware ML pipelines for real experimental workflows, avoiding common pitfalls such as data leakage, overfitting, and spurious correlations."
1515
],
16-
"id": "a8ad62f3-a1a3-40a4-a2bd-69c5621870e5"
16+
"id": "2a20b373-c106-4b1a-814f-363c665a41e3"
1717
},
1818
{
1919
"cell_type": "raw",
@@ -23,13 +23,14 @@
2323
"source": [
2424
"<style>\n",
2525
".course-hero {\n",
26-
" background: rgba(20, 25, 40, 0.65);\n",
27-
" border: 1px solid rgba(255,255,255,0.06);\n",
28-
" border-radius: 18px;\n",
29-
" padding: 1.5rem;\n",
30-
" margin: 1rem 0 2rem 0;\n",
31-
" backdrop-filter: blur(10px);\n",
26+
" background: linear-gradient(135deg, rgba(59,130,246,0.18), rgba(139,92,246,0.14));\n",
27+
" border: 1px solid rgba(255,255,255,0.08);\n",
28+
" border-radius: 24px;\n",
29+
" padding: 2.5rem 3rem;\n",
30+
" margin: 2rem 0 3rem 0;\n",
31+
" text-align: left;\n",
3232
"}\n",
33+
".course-hero h1 { font-family: \"Outfit\", sans-serif; font-weight: 800; margin-bottom: 0.5rem; border: none; }\n",
3334
".course-kicker {\n",
3435
" text-transform: uppercase;\n",
3536
" letter-spacing: 0.08em;\n",
@@ -72,11 +73,12 @@
7273
" margin: 1.25rem 0 2rem 0;\n",
7374
"}\n",
7475
"@media (max-width: 768px) {\n",
76+
" .course-hero { padding: 2rem; }\n",
7577
" .course-meta-grid { grid-template-columns: 1fr; }\n",
7678
"}\n",
7779
"</style>"
7880
],
79-
"id": "b6ecbb1f-4985-43ac-9878-eec986728040"
81+
"id": "ce3ac6e6-3e5f-4e93-912a-677a788c4150"
8082
},
8183
{
8284
"cell_type": "raw",
@@ -106,7 +108,7 @@
106108
" <strong>How to use this course site.</strong> Use this page as the central hub for syllabus, lecture structure, reading, notebooks, and course materials. Formal announcements and enrollment remain on StudOn; code and openly shared resources live in the linked GitHub repository.\n",
107109
"</div>"
108110
],
109-
"id": "708cc477-6fae-4cb2-b3a7-a38ae9efd9f0"
111+
"id": "77f5543f-6fac-403f-86a9-d1de908e46b3"
110112
},
111113
{
112114
"cell_type": "markdown",
@@ -448,7 +450,7 @@
448450
"- ML-assisted autofocus or EBSD pattern classification.\n",
449451
"- Multi-modal fusion of images, spectra, and process parameters."
450452
],
451-
"id": "a91aef87-eeae-423b-bc0b-3706f0befa72"
453+
"id": "dd8795b9-3baa-454b-980e-166bc44d9f8c"
452454
}
453455
],
454456
"nbformat": 4,

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,14 @@ <h2 id="toc-title">Table of contents</h2>
211211

212212
<style>
213213
.course-hero {
214-
background: rgba(20, 25, 40, 0.65);
215-
border: 1px solid rgba(255,255,255,0.06);
216-
border-radius: 18px;
217-
padding: 1.5rem;
218-
margin: 1rem 0 2rem 0;
219-
backdrop-filter: blur(10px);
214+
background: linear-gradient(135deg, rgba(59,130,246,0.18), rgba(139,92,246,0.14));
215+
border: 1px solid rgba(255,255,255,0.08);
216+
border-radius: 24px;
217+
padding: 2.5rem 3rem;
218+
margin: 2rem 0 3rem 0;
219+
text-align: left;
220220
}
221+
.course-hero h1 { font-family: "Outfit", sans-serif; font-weight: 800; margin-bottom: 0.5rem; border: none; }
221222
.course-kicker {
222223
text-transform: uppercase;
223224
letter-spacing: 0.08em;
@@ -260,6 +261,7 @@ <h2 id="toc-title">Table of contents</h2>
260261
margin: 1.25rem 0 2rem 0;
261262
}
262263
@media (max-width: 768px) {
264+
.course-hero { padding: 2rem; }
263265
.course-meta-grid { grid-template-columns: 1fr; }
264266
}
265267
</style>

index.out.ipynb

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"This course teaches how machine learning can be applied to experimental data from materials processing and characterization. The focus lies on images, spectra, time-series, and processing parameters, and on understanding how physical data formation interacts with learning algorithms. Students learn to build robust, uncertainty-aware ML pipelines for real experimental workflows, avoiding common pitfalls such as data leakage, overfitting, and spurious correlations."
1515
],
16-
"id": "bd82efaa-db8b-44b1-97c3-6787fd4a3edb"
16+
"id": "2dead55d-282e-4189-8c3a-6fb15c7dfcdc"
1717
},
1818
{
1919
"cell_type": "raw",
@@ -23,13 +23,14 @@
2323
"source": [
2424
"<style>\n",
2525
".course-hero {\n",
26-
" background: rgba(20, 25, 40, 0.65);\n",
27-
" border: 1px solid rgba(255,255,255,0.06);\n",
28-
" border-radius: 18px;\n",
29-
" padding: 1.5rem;\n",
30-
" margin: 1rem 0 2rem 0;\n",
31-
" backdrop-filter: blur(10px);\n",
26+
" background: linear-gradient(135deg, rgba(59,130,246,0.18), rgba(139,92,246,0.14));\n",
27+
" border: 1px solid rgba(255,255,255,0.08);\n",
28+
" border-radius: 24px;\n",
29+
" padding: 2.5rem 3rem;\n",
30+
" margin: 2rem 0 3rem 0;\n",
31+
" text-align: left;\n",
3232
"}\n",
33+
".course-hero h1 { font-family: \"Outfit\", sans-serif; font-weight: 800; margin-bottom: 0.5rem; border: none; }\n",
3334
".course-kicker {\n",
3435
" text-transform: uppercase;\n",
3536
" letter-spacing: 0.08em;\n",
@@ -72,11 +73,12 @@
7273
" margin: 1.25rem 0 2rem 0;\n",
7374
"}\n",
7475
"@media (max-width: 768px) {\n",
76+
" .course-hero { padding: 2rem; }\n",
7577
" .course-meta-grid { grid-template-columns: 1fr; }\n",
7678
"}\n",
7779
"</style>"
7880
],
79-
"id": "9382e95c-8cd8-467a-b410-3ff94506065f"
81+
"id": "f42c5ac0-4033-4cfe-be11-d516fc45100f"
8082
},
8183
{
8284
"cell_type": "raw",
@@ -106,7 +108,7 @@
106108
" <strong>How to use this course site.</strong> Use this page as the central hub for syllabus, lecture structure, reading, notebooks, and course materials. Formal announcements and enrollment remain on StudOn; code and openly shared resources live in the linked GitHub repository.\n",
107109
"</div>"
108110
],
109-
"id": "eb97ea47-42b5-45bb-ab4c-56e3ef06909a"
111+
"id": "9066c33e-3d8a-427d-8f67-962690f83423"
110112
},
111113
{
112114
"cell_type": "markdown",
@@ -450,7 +452,7 @@
450452
"\n",
451453
"Sandfeld, Stefan. 2024. *Materials Data Science: Introduction to Data Mining, Machine Learning, and Data-Driven Predictions for Materials Science and Engineering*. Springer Nature."
452454
],
453-
"id": "5a6b7251-c41c-4f4c-98f0-8cedad87043c"
455+
"id": "de61ab95-f281-4d00-a3a1-a3df3a317f28"
454456
}
455457
],
456458
"nbformat": 4,

index.pdf

0 Bytes
Binary file not shown.

index.qmd

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ execute:
5252
```{=html}
5353
<style>
5454
.course-hero {
55-
background: rgba(20, 25, 40, 0.65);
56-
border: 1px solid rgba(255,255,255,0.06);
57-
border-radius: 18px;
58-
padding: 1.5rem;
59-
margin: 1rem 0 2rem 0;
60-
backdrop-filter: blur(10px);
55+
background: linear-gradient(135deg, rgba(59,130,246,0.18), rgba(139,92,246,0.14));
56+
border: 1px solid rgba(255,255,255,0.08);
57+
border-radius: 24px;
58+
padding: 2.5rem 3rem;
59+
margin: 2rem 0 3rem 0;
60+
text-align: left;
6161
}
62+
.course-hero h1 { font-family: "Outfit", sans-serif; font-weight: 800; margin-bottom: 0.5rem; border: none; }
6263
.course-kicker {
6364
text-transform: uppercase;
6465
letter-spacing: 0.08em;
@@ -101,6 +102,7 @@ execute:
101102
margin: 1.25rem 0 2rem 0;
102103
}
103104
@media (max-width: 768px) {
105+
.course-hero { padding: 2rem; }
104106
.course-meta-grid { grid-template-columns: 1fr; }
105107
}
106108
</style>

unit04_microstructure_representations_gemini.out.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"- **Slide 50: Future Outlook & Questions**\n",
6969
" - Open challenges (data scarcity, physics-informed neural networks)."
7070
],
71-
"id": "e76e9850-4bb1-4901-9871-a5f4632a2a9c"
71+
"id": "6dd4b978-3e8f-480e-bf63-d8d0a6f4fb91"
7272
}
7373
],
7474
"nbformat": 4,

0 commit comments

Comments
 (0)