File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,7 +321,6 @@ enable_project_categories: true # enables categorization of projects into
321321 # multiple categories
322322enable_medium_zoom : true # enables image zoom feature (as on medium.com)
323323enable_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
354353medium_zoom :
355354 version : " 1.0.6"
356355 integrity : " sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM="
357- mermaid :
358- version : " 11.0.0"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff 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 "https://macartan.github.io/ci/" _blank
361- click B "https://integrated-inferences.github.io/short-course/" _blank</code></pre>
362- <p>Overview of course areas:</p>
363- <pre class="mermaid"><code>flowchart LR
364- A[Short courses] --> B[Comparative Politics]
365- B --> C[Game Theory]
366- C --> 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><a href="https://macartan.github.io/ci/" target="_blank" rel="noopener" class="card h-100 text-dark text-decoration-none border shadow-sm">
360+ <div class="card-body">
361+ <h5 class="card-title">Causal Inference and Experimental Design</h5>
362+ <p class="card-text small text-muted mb-0">→ Course site</p>
363+ </div>
364+ </a></code></pre>
365+ </div>
366+ <div class="col-md-6">
367+ <pre><code><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">
368+ <div class="card-body">
369+ <h5 class="card-title">Qualitative and Mixed Methods short course</h5>
370+ <p class="card-text small text-muted mb-0">→ Course site</p>
371+ </div>
372+ </a></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
Original file line number Diff line number Diff line change @@ -9,14 +9,24 @@ nav_order: 4
99
1010Recent 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
You can’t perform that action at this time.
0 commit comments