Skip to content

Commit 941724e

Browse files
Comment out unfinished research and update basic home to one picture
1 parent ce5a398 commit 941724e

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

_includes/figure.liquid

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,13 @@
7878
>
7979
</picture>
8080

81-
{% if include.caption %}
81+
{% if include.caption and include.subcaption %}
82+
<figcaption>
83+
<h2>{{ include.caption }}</h2>
84+
<p>{{ include.subcaption }}</p>
85+
</figcaption>
86+
{% elsif include.caption %}
8287
<figcaption class="caption">{{ include.caption }}</figcaption>
8388
{% endif %}
89+
8490
</figure>

_pages/about.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# layout: about
33
layout: page
4-
title: home
4+
title:
55
permalink: /
66
#subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Motto. Etc. -->
77

@@ -19,8 +19,10 @@ selected_papers: false # includes a list of papers marked as "selected={true}"
1919
social: false # includes social icons at the bottom of the page
2020
---
2121

22-
<div class="row">
23-
<div class="col-sm mt-1 mt-md-0">
22+
# Mikgroup @ UC Berkeley
23+
24+
<div class="row justify-content-sm-center">
25+
<div class="col-sm-8 mt-1 mt-md-0">
2426
{% include figure.liquid loading="eager" path="/assets/img/dce.gif" title="Frank Ong PhD, 2018" class="img-fluid rounded z-depth-1" %}
2527
</div>
2628
</div>

_pages/research.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ permalink: /research/
55
description:
66
nav: true
77
nav_order: 2
8-
display_categories: [Advanced Acquisition Methods, Computational MRI, MRI Hardware, Motion Sensing and Correction in MRI, Phantoms, Wearable & Implantable Sensors within the MRI]
8+
# Removing unfinished categories for now. Add back when people complete them
9+
# display_categories: [Advanced Acquisition Methods, Computational MRI, MRI Hardware, Motion Sensing and Correction in MRI, Phantoms, Wearable & Implantable Sensors within the MRI]
10+
display_categories: [Advanced Acquisition Methods, MRI Hardware, Wearable & Implantable Sensors within the MRI]
911
horizontal: false
1012
---
1113
<!-- pages/projects.md -->
@@ -64,6 +66,7 @@ horizontal: false
6466
</div>
6567

6668

69+
<br>
6770

6871
### Lecture videos
6972
- NIBIB New Horizon Lecture, ["When Fast is not Fast Enough: The Challenging Path Towards Pediatric MRI Without Anesthesia](https://www.ismrm.org/18/plenaryvideos/04-Tuesday/), ISMRM 2018

_people/Gustavo_Perez.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Gustavo Perez
4-
summary:
4+
summary: co-advised by Stella Yu
55
img: assets/img/people/gustavo.jpg
66
importance: 2
77
category: Postdocs

_people/Phillipa_Krahn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Philippa Krahn
4-
summary:
4+
summary: co-advised by Chunlei Liu
55
img: assets/img/people/philippa.jpg
66
importance: 4
77
category: Postdocs

0 commit comments

Comments
 (0)