Skip to content

Commit bffdfc2

Browse files
committed
mermaid revert
1 parent e066bfc commit bffdfc2

5 files changed

Lines changed: 37 additions & 76 deletions

File tree

_config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ enable_project_categories: true # enables categorization of projects into
321321
# multiple categories
322322
enable_medium_zoom: true # enables image zoom feature (as on medium.com)
323323
enable_progressbar: true # enables a horizontal progress bar linked to the vertical scroll position
324-
enable_mermaid: true # enables Mermaid diagrams in markdown (flowcharts, etc.)
325324

326325
# -----------------------------------------------------------------------------
327326
# Library versions
@@ -354,5 +353,3 @@ mdb:
354353
medium_zoom:
355354
version: "1.0.6"
356355
integrity: "sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM="
357-
mermaid:
358-
version: "11.0.0"

_includes/scripts/mermaid.html

Lines changed: 0 additions & 53 deletions
This file was deleted.

_layouts/default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
{% include scripts/bootstrap.html %}
2929
{% include scripts/masonry.html %}
3030
{% include scripts/misc.html %}
31-
{% include scripts/mermaid.html %}
3231
{% include scripts/mathjax.html %}
3332
{% include scripts/analytics.html %}
3433
{% include scripts/progressBar.html %}

_pages/teaching/teaching.html

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -353,17 +353,25 @@ <h1 class="title toc-ignore">teaching</h1>
353353
</div>
354354

355355

356-
<pre class="mermaid"><code>flowchart LR
357-
A[Causal Inference and Experimental Design]
358-
A --- B
359-
B[Qualitative and Mixed Methods short course]
360-
click A &quot;https://macartan.github.io/ci/&quot; _blank
361-
click B &quot;https://integrated-inferences.github.io/short-course/&quot; _blank</code></pre>
362-
<p>Overview of course areas:</p>
363-
<pre class="mermaid"><code>flowchart LR
364-
A[Short courses] --&gt; B[Comparative Politics]
365-
B --&gt; C[Game Theory]
366-
C --&gt; D[Research Seminars]</code></pre>
356+
<p>Recent teaching:</p>
357+
<div class="row mb-4">
358+
<div class="col-md-6 mb-3 mb-md-0">
359+
<pre><code>&lt;a href=&quot;https://macartan.github.io/ci/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;card h-100 text-dark text-decoration-none border shadow-sm&quot;&gt;
360+
&lt;div class=&quot;card-body&quot;&gt;
361+
&lt;h5 class=&quot;card-title&quot;&gt;Causal Inference and Experimental Design&lt;/h5&gt;
362+
&lt;p class=&quot;card-text small text-muted mb-0&quot;&gt;→ Course site&lt;/p&gt;
363+
&lt;/div&gt;
364+
&lt;/a&gt;</code></pre>
365+
</div>
366+
<div class="col-md-6">
367+
<pre><code>&lt;a href=&quot;https://integrated-inferences.github.io/short-course/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; class=&quot;card h-100 text-dark text-decoration-none border shadow-sm&quot;&gt;
368+
&lt;div class=&quot;card-body&quot;&gt;
369+
&lt;h5 class=&quot;card-title&quot;&gt;Qualitative and Mixed Methods short course&lt;/h5&gt;
370+
&lt;p class=&quot;card-text small text-muted mb-0&quot;&gt;→ Course site&lt;/p&gt;
371+
&lt;/div&gt;
372+
&lt;/a&gt;</code></pre>
373+
</div>
374+
</div>
367375
<hr />
368376
<p>Columbia 2003 - 2023; Humboldt 2023-</p>
369377
<strong>Comparative Politics and the Political Economy of

_pages/teaching/teaching.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,24 @@ nav_order: 4
99

1010
Recent teaching:
1111

12-
```mermaid
13-
flowchart LR
14-
A[Causal Inference and Experimental Design]
15-
A --- B
16-
B[Qualitative and Mixed Methods short course]
17-
click A "https://macartan.github.io/ci/" _blank
18-
click B "https://integrated-inferences.github.io/short-course/" _blank
19-
```
12+
<div class="row mb-4">
13+
<div class="col-md-6 mb-3 mb-md-0">
14+
<a href="https://macartan.github.io/ci/" target="_blank" rel="noopener" class="card h-100 text-dark text-decoration-none border shadow-sm">
15+
<div class="card-body">
16+
<h5 class="card-title">Causal Inference and Experimental Design</h5>
17+
<p class="card-text small text-muted mb-0">→ Course site</p>
18+
</div>
19+
</a>
20+
</div>
21+
<div class="col-md-6">
22+
<a href="https://integrated-inferences.github.io/short-course/" target="_blank" rel="noopener" class="card h-100 text-dark text-decoration-none border shadow-sm">
23+
<div class="card-body">
24+
<h5 class="card-title">Qualitative and Mixed Methods short course</h5>
25+
<p class="card-text small text-muted mb-0">→ Course site</p>
26+
</div>
27+
</a>
28+
</div>
29+
</div>
2030

2131
---
2232

0 commit comments

Comments
 (0)