Skip to content

Commit 257b602

Browse files
committed
Research and Tocky pages updated
1 parent 12a7f68 commit 257b602

5 files changed

Lines changed: 2505 additions & 5 deletions

File tree

_pages/research.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: research
44
permalink: /research/
5-
description: Introducing key publications from the Ono lab.
5+
description: Introducing key publications from the Ono lab. Find a hidden magical Tocky mouse on this page!
66
nav: true
77
nav_order: 3
88
display_categories: [primary research, review and opinion]
@@ -12,10 +12,27 @@ twitter_image: https://monotockylab.github.io/assets/img/MonoTockyLab.png
1212
---
1313

1414
<div class="row mt-3">
15-
<div class="col-sm mt-3 mt-md-0">
16-
{% include figure.liquid path="assets/img/tocky/TockyMouse.jpg" width="200" height="auto" zoomable=true %}
17-
</div>
15+
<!-- First image: JPEG -->
16+
<div class="col-sm mt-3 mt-md-0 d-flex justify-content-center">
17+
{% include figure.liquid
18+
path="assets/img/tocky/TockyMouse.jpg"
19+
width="200"
20+
height="auto"
21+
zoomable=true %}
22+
</div>
23+
24+
<!-- Second image: SVG animation -->
25+
<div class="col-sm mt-3 mt-md-0 d-flex justify-content-center">
26+
<object
27+
class="svg-figure"
28+
type="image/svg+xml"
29+
data="{{ '/assets/svg/mouse.svg' | relative_url }}"
30+
aria-label="Tocky draw animation"
31+
style="max-width:300px; width:150%; height:auto;">
32+
</object>
33+
</div>
1834
</div>
35+
1936
<!-- pages/projects.md -->
2037
<div class="projects">
2138
{% if site.enable_project_categories and page.display_categories %}

_pages/tocky.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: Tocky
44
permalink: /tocky/
5-
description: This page introduces our computational packages designed for analysing Tocky and beyond. The software tools listed under 'General Flow Cytometric Tools' are applicable to any flow cytometric data.
5+
description: Introducing our computational packages for analysing Tocky and General Flow Cytometric Data.
66
nav: true
77
nav_order: 4
88
display_categories: [Tocky, General Flow Cytometric Tools]
@@ -11,6 +11,30 @@ og_image: https://monotockylab.github.io/assets/img/MonoTockyLab.png
1111
twitter_image: https://monotockylab.github.io/assets/img/MonoTockyLab.png
1212
---
1313

14+
The software tools listed under 'General Flow Cytometric Tools' are applicable to any flow cytometric data.
15+
Find a hidden magical Turtle ('Kame-san') on this page!
16+
17+
<div class="row mt-3">
18+
<!-- First image: JPEG -->
19+
<div class="col-sm mt-3 mt-md-0 d-flex justify-content-center">
20+
{% include figure.liquid
21+
path="assets/img/tocky/TockyMouse.jpg"
22+
width="200"
23+
height="auto"
24+
zoomable=true %}
25+
</div>
26+
27+
<!-- Second image: SVG animation -->
28+
<div class="col-sm mt-3 mt-md-0 d-flex justify-content-center">
29+
<object
30+
class="svg-figure"
31+
type="image/svg+xml"
32+
data="{{ '/assets/svg/kamesan2.svg' | relative_url }}"
33+
aria-label="Tocky draw animation"
34+
style="max-width:300px; width:150%; height:auto;">
35+
</object>
36+
</div>
37+
</div>
1438
<!-- pages/tocky.md -->
1539
<div class="projects">
1640
{% if site.enable_project_categories and page.display_categories %}
@@ -62,6 +86,8 @@ twitter_image: https://monotockylab.github.io/assets/img/MonoTockyLab.png
6286
{% include tocky_item.liquid tocky_item=tocky_item %}
6387
{% endfor %}
6488
</div>
89+
6590
{% endif %}
6691
{% endif %}
92+
6793
</div>

0 commit comments

Comments
 (0)