-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95799cc
commit bbe543a
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to | ||
// be compatible with the behavior of Pandoc < 2.8). | ||
document.addEventListener('DOMContentLoaded', function(e) { | ||
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); | ||
var i, h, a; | ||
for (i = 0; i < hs.length; i++) { | ||
h = hs[i]; | ||
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 | ||
a = h.attributes; | ||
while (a.length > 0) h.removeAttribute(a[0].name); | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
<title>Syllabus</title> | ||
|
||
<script src="site_libs/header-attrs-2.28/header-attrs.js"></script> | ||
<script src="site_libs/header-attrs-2.27/header-attrs.js"></script> | ||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link href="site_libs/bootstrap-3.3.5/css/bootstrap.min.css" rel="stylesheet" /> | ||
|
@@ -474,8 +474,8 @@ <h4>Course Info</h4> | |
class="email">[email protected]</a>)</p> | ||
<p><strong>TA</strong>: PhD Student Jaime Ortiz Pachar (<a | ||
href="mailto:[email protected]" class="email">[email protected]</a>)</p> | ||
<p><strong>Office hours</strong>: Nina: by appointment; Jaime: Tuesdays, | ||
TBD in Fernow 210 or by appointment</p> | ||
<p><strong>Office hours</strong>: Nina: by appointment; Jaime: | ||
Wednesdays, 10 - 11 am in Fernow 311 or by appointment</p> | ||
<p><strong>Grading</strong>: S/U (2 credits / 3 credits with lab)</p> | ||
<hr /> | ||
</div> | ||
|