Skip to content

Commit 22258d4

Browse files
committed
feat(layout): add post layout template with metadata and comments support
1 parent 6b3f4f8 commit 22258d4

10 files changed

+68
-1
lines changed

_layouts/post.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
layout: base
3+
---
4+
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
5+
6+
<header class="post-header">
7+
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
8+
<div class="post-meta">
9+
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
10+
{% assign pdate = page.date | date_to_xmlschema %}
11+
{%- if page.modified_date %}<span class="meta-label">Published:</span>{% endif %}
12+
<time class="dt-published" datetime="{{ pdate }}" itemprop="datePublished">
13+
{{ pdate | date: date_format }}
14+
</time>
15+
{%- if page.modified_date -%}
16+
<span class="bullet-divider"></span>
17+
<span class="meta-label">Updated:</span>
18+
{%- assign mdate = page.modified_date | date_to_xmlschema %}
19+
<time class="dt-modified" datetime="{{ mdate }}" itemprop="dateModified">
20+
{{ mdate | date: date_format }}
21+
</time>
22+
{%- endif -%}
23+
{%- if page.author %}
24+
<div class="{% unless page.modified_date %}force-inline {% endunless %}post-authors">
25+
{%- for author in page.author %}
26+
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
27+
<span class="p-author h-card" itemprop="name">{{ author }}</span></span>
28+
{%- if forloop.last == false %}, {% endif -%}
29+
{% endfor %}
30+
</div>
31+
{%- endif %}
32+
{% if page.tags.size > 0 %}
33+
<div class="post-tags">
34+
Tags:
35+
{% for tag in page.tags %}
36+
<span class="post-tag">#{{ tag }}</span>
37+
{% unless forloop.last %}, {% endunless %}
38+
{% endfor %}
39+
</div>
40+
{% endif %}
41+
</div>
42+
</header>
43+
44+
<div class="post-content e-content" itemprop="articleBody">
45+
{{ content }}
46+
</div>
47+
48+
{% if jekyll.environment == 'production' -%}
49+
{% if page.comments == false -%}
50+
<div class="comments-disabled-message">
51+
Comments have been disabled for this post.
52+
</div>
53+
{% else -%}
54+
{%- include comments.html -%}
55+
{% endif -%}
56+
{% endif -%}
57+
58+
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
59+
</article>

_posts/2023-01-01-welcome-to-jekyll.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "Welcome to Jekyll!"
44
date: 2023-01-01 17:25:54 +0800
55
categories: earlier
6+
tags: [dummy]
67
---
78
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
89

_posts/2023-01-02-Earlier Works.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "Earlier Works"
44
date: 2023-01-02 17:25:54 +0800
55
categories: earlier
6+
tags: [IEEE TMM, JAMA Netw. Open, IJMLC, IEEE Sens. J]
67
---
78

89
[A Robust Frequency-Domain-Based Graph Adaptive Network for Parkinson's Disease Detection From Gait Data](https://ieeexplore.ieee.org/abstract/document/9930650) 2022-10-26

_posts/2023-06-04-LSSED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "LSSED: A Robust Segmentation Network for Inflamed Appendix from CT Images"
44
date: 2023-01-21 17:25:54 +0800
55
categories: appendix
6+
tags: [ICASSP]
67
---
78

89
Acute appendicitis (AA) is one of the most prevalent surgical acute abdominal condition diseases. The treatment management of A A is highly dependent on the CT image diagnosis. However, the in-flamed appendix exhibits blurred boundaries with nearby tissue, varying shapes, and sizes. These properties require high robustness and generalization capability of inflamed appendix segmentation networks. In this paper, we propose a CNN-Transformer-based encoder-decoder segmentation network (LSSED) equipped with localized stochastic sensitivity (LSS) loss function and residual dilated paths (RD-Paths) to solve above problems. The proposed method effectively learns robust features of the input data by reducing the LSS of unseen samples. In addition, the RD-Paths capture multiscale feature information and reduce the semantic gap between the encoder and decoder, which improves the accuracy of the segmentation. Empirical studies on a real-world AA dataset show that our method yields the best performance in terms of average Dice similarity coefficient (DSC) and Hausdorff Distance of 95% (HD95) compared to several state-of-the-art segmentation networks.

_posts/2023-11-08-HRadNet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "HRadNet: A Hierarchical Radiomics-based Network for Multicenter Breast Cancer Molecular Subtypes Prediction"
44
date: 2023-11-08 17:25:54 +0800
55
categories: breast
6+
tags: [IEEE TMI]
67
---
78

89
Breast cancer is a heterogeneous disease, where molecular subtypes of breast cancer are closely related to the treatment and prognosis. Therefore, the goal of this work is to differentiate between luminal and non-luminal subtypes of breast cancer. The hierarchical radiomics network (HRadNet) is proposed for breast cancer molecular subtypes prediction based on dynamic contrast-enhanced magnetic resonance imaging. HRadNet fuses multilayer features with the metadata of images to take advantage of conventional radiomics methods and general convolutional neural networks. A two-stage training mechanism is adopted to improve the generalization capability of the network for multicenter breast cancer data. The ablation study shows the effectiveness of each component of HRadNet. Furthermore, the influence of features from different layers and metadata fusion are also analyzed. It reveals that selecting certain layers of features for a specified domain can make further performance improvements. Experimental results on three data sets from different devices demonstrate the effectiveness of the proposed network. HRadNet also has good performance when transferring to other domains without fine-tuning.

_posts/2024-10-06-AOCN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "AOCN: Appendix Object Correction Network Utilizing Relationships Across CT Slices"
44
date: 2024-10-06 17:25:54 +0800
55
categories: appendix
6+
tags: [IEEE SMC]
67
---
78

89
When analyzing CT images of patients with suspected appendicitis, radiologists need to observe and examine consecutive 2D CT slices. Computer-assisted detection of the appendix in 2D CT slices significantly improve the diagnostic efficiency of radiologists. However, existing 2D medical image object detection methods primarily focus on spatial features within a single CT slice, which overlook spatial relationships between consecutive slices. We propose an Appendix Object Correction Network (AOCN) to refine predictions of universal object detectors. Although AOCN is a 2D network, it effectively leverages spatial relationships across consecutive CT slices. AOCN requires only a few training epochs to improve the accuracy of bounding boxes significantly, which offers advantages such as high scalability, low cost, and reduced training time. It consists of a global case feature learning module for extracting global feature map from the CT case and an object feature relation module for modeling the relationships between objects across slices. Experimental results demonstrate the effectiveness and efficiency of AOCN in correcting the output bounding boxes of several mainstream object detection networks, with a 6% to 14% improvement in Recall while requiring only a few training epochs.

_posts/2025-03-10-XRadNet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "XRadNet: A Radiomics-Guided Breast Cancer Molecular Subtype Prediction Network with a Radiomics Explanation"
44
date: 2025-03-10 17:25:54 +0800
55
categories: breast
6+
tags: [IEEE JBHI]
67
---
78

89
In this work, we propose a radiomics-guided neural network, XRadNet, for breast cancer molecular subtype prediction. XRadNet is a two-head neural network, with one for predicting molecular subtypes and the other for approximating radiomic features. In addition, a training scheme with radiomics guidance is proposed to improve performance. First, we conduct a series of experiments to test the radiomic feature learning capacity of different neural networks, which determines the backbone of XRadNet. Moreover, significant radiomic features are also determined according to radiomics and prior knowledge. XRadNet is subsequently pretrained in a self-supervised manner. The pretraining uses synthetic samples to train the backbone and radiomic feature regression head. This mitigates the impact of an insufficient number of samples. Finally, XRadNet is fine-tuned with a downstream real-world dataset by enabling all heads. Furthermore, a logistic regression is built with radiomic features and learned features, which provides a new way to interpreting the trained model with concepts familiar to radiologists. The experimental results show that XRadNet effectively predicts the four molecular subtypes of breast cancer. These results also demonstrate that the proposed training scheme yields better or competitive performance than those models pretrained on ImageNet or medical datasets.

_posts/2025-06-30-DCED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "DCED: Deformable Convolutional Encoder-Decoder Network for Inflamed Appendix Segmentation and Classification from CT Images"
44
date: 2025-06-30 09:25:54 +0800
55
categories: appendix
6+
tags: [IEEE SMC]
67
---
78

89
Acute appendicitis (AA) is one of the most prevalent surgical acute abdominal condition diseases. The recognition and segmentation of the inflamed appendix are important for AA diagnosis. However, it is a challenging task to find and segment the inflamed appendix from computed tomography (CT) images due to the varying sizes and shapes of different appendices and blurred borders with nearby tissues. To the best of our knowledge, the general expert segmentation model suffers due to the characterization of the inflamed appendix. Thus, we propose a deformable convolutional encoder-decoder network (DCED) for better recognition and segmentation of the inflamed appendix. The network consists of an encoder, a bottleneck, and a decoder. The encoder is composed of several convolutional neural network (CNN) layers to capture the local structural information. The bottleneck based on a vision transformer (ViT) focuses on the region of interest (ROI) using the global attention mechanism. The encoder and bottleneck modules effectively combine the local and global information of input data to locate the inflamed appendix. The decoder based on a deformable convolutional network (DCN) learns the varied boundary information, which helps to improve the accuracy of boundary segmentation. Extensive experimental results on a real-world AA dataset show that the proposed method yields the best average Dice similarity coefficient (DSC) of 71.29\% and average Hausdorff Distance 95% (HD95) of 12.38 mm in comparison to state-of-the-art segmentation methods.

_posts/2025-12-19-XITH.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "Localized Intra- and Inter-tumoral Heterogeneity for Predicting Treatment Response to Neoadjuvant Chemotherapy in Breast Cancer"
44
date: 2025-12-22 17:25:54 +0800
55
categories: breast
6+
tags: [IEEE JBHI]
67
---
78

89
This study proposes a novel method for extracting breast cancer tumor heterogeneity descriptors to non-invasively predict whether pathological complete response (pCR) can be achieved after neoadjuvant chemotherapy (NAC). These localized descriptors extract corresponding heterogeneity features for different radiomic features and are able to capture tumor characteristics at various localization levels. These descriptors also capture tumor heterogeneity both at the individual tumor level and across the whole dataset, providing decision-making models with features that are both more effective and interpretable. We validated the effectiveness of the proposed features with the Kolmogorov-Arnold network (KAN) across multiple centers, yielding an AUC of 0.92 when combined with pathological features and demonstrating good performance in external datasets (AUCs of 0.84 and 0.81). Additionally, we transform the best model into a symbolic formula to intuitively explain the machine learning model's prediction process, showing how factors such as age, HER2, Ki-67 and heterogeneity influence the prediction. The symbolized model is consistent with the experience of clinical experts, which enhances users' confidence in deep models. The experimental results show that our proposed features and method outperform classical heterogeneity features and end-to-end neural networks with a small additional computational cost.

_posts/2026-03-20-Reti-Pioneer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: ""
3+
title: "Coming Soon"
44
date: 2026-03-20 17:25:54 +0800
55
categories: eye
66
tags: [Nature Medicine, Fundus, Multidisease]

0 commit comments

Comments
 (0)