Skip to content

Commit 1d9fa9b

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 1f3259f commit 1d9fa9b

10 files changed

Lines changed: 710 additions & 296 deletions

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b6621ee8
1+
b14a87e3

_tex/index.tex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ \section{Course Philosophy}\label{course-philosophy}
217217
how to design new materials algorithmically.
218218
\end{itemize}
219219

220-
The angle is computational, structured, mathematically clean --- the
221-
perfect foil to the messier experimental focus of other courses.
222-
223220
\section{Week-by-Week Curriculum (14
224221
weeks)}\label{week-by-week-curriculum-14-weeks}
225222

index-meca.zip

370 KB
Binary file not shown.

index.docx

-61 Bytes
Binary file not shown.

index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.7.32">
5+
<meta name="generator" content="quarto-1.9.12">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

@@ -29,14 +29,15 @@
2929
<script src="site_libs/clipboard/clipboard.min.js"></script>
3030
<script src="site_libs/quarto-html/quarto.js" type="module"></script>
3131
<script src="site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
32+
<script src="site_libs/quarto-html/axe/axe-check.js" type="module"></script>
3233
<script src="site_libs/quarto-html/popper.min.js"></script>
3334
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
3435
<script src="site_libs/quarto-html/anchor.min.js"></script>
3536
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
36-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-37eea08aefeeee20ff55810ff984fec1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
37+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-cdaacfc258cb6f151192107f105ac881.css" rel="stylesheet" id="quarto-text-highlighting-styles">
3738
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
3839
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
39-
<link href="site_libs/bootstrap/bootstrap-ba1a7c362bbf9d7a08afb3b041eb6c5c.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
40+
<link href="site_libs/bootstrap/bootstrap-0a61af393cc41664e89a7addda21b354.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4041
<script async="" src="https://hypothes.is/embed.js"></script>
4142
<script>
4243
window.document.addEventListener("DOMContentLoaded", function (_event) {
@@ -154,7 +155,6 @@ <h2 data-number="2" class="anchored" data-anchor-id="course-philosophy"><span cl
154155
<li>how to use ML as a surrogate for quantum mechanics,</li>
155156
<li>how to design new materials algorithmically.</li>
156157
</ul>
157-
<p>The angle is computational, structured, mathematically clean — the perfect foil to the messier experimental focus of other courses.</p>
158158
</section>
159159
<section id="week-by-week-curriculum-14-weeks" class="level2" data-number="3">
160160
<h2 data-number="3" class="anchored" data-anchor-id="week-by-week-curriculum-14-weeks"><span class="header-section-number">3</span> Week-by-Week Curriculum (14 weeks)</h2>
@@ -357,13 +357,14 @@ <h2 data-number="4" class="anchored" data-anchor-id="learning-outcomes"><span cl
357357
e.clearSelection();
358358
}
359359
const getTextToCopy = function(trigger) {
360-
const codeEl = trigger.previousElementSibling.cloneNode(true);
361-
for (const childEl of codeEl.children) {
362-
if (isCodeAnnotation(childEl)) {
363-
childEl.remove();
364-
}
360+
const outerScaffold = trigger.parentElement.cloneNode(true);
361+
const codeEl = outerScaffold.querySelector('code');
362+
for (const childEl of codeEl.children) {
363+
if (isCodeAnnotation(childEl)) {
364+
childEl.remove();
365365
}
366-
return codeEl.innerText;
366+
}
367+
return codeEl.innerText;
367368
}
368369
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
369370
text: getTextToCopy

index.pdf

2.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)