Skip to content

Commit dd6d292

Browse files
committed
CV and Paper link fix
CV and Paper link fix
1 parent 27d30fe commit dd6d292

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

_bibliography/papers.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ @article{PneuXdect.1.1
2525
title={Detecting Pneumonia with Dual-Path Ensembled Deep Learning Models with Lung Segmentation on Chest X-ray Images},
2626
author={Shah, Mrunal Nirajkumar and Shah, Malav Ajay},
2727
abstract={A child dies of pneumonia every 43 seconds. In 2017, Pneumonia killed more than 808 000 children under the age of 5, or around 2,000 every day, accounting for 15% of all deaths of children under 5 years. Pneumonia kills more children than any other infectious disease. People at-risk for pneumonia also include adults over the age of 65 and people with preexisting health problems. Globally, an estimated 450 million cases of pneumonia are recorded each year, resulting in nearly 4 million deaths. Almost all of these deaths are preventable. Chest X-rays are primarily used for the diagnosis of this disease. However, even for a trained radiologist, it is a challenging task to examine chest X-rays. There is a need to improve the diagnosis accuracy. This study proposes an efficient dual-path deep learning framework for automated pneumonia detection from chest X-ray images to support clinical decision-making. The model employs two parallel streams: one processing lung-segmented images and the other using full chest X-ray images. Each stream concatenates the results and goes to another pipeline consists of an ensemble of ResNet18, DenseNet121, and InceptionV3 architectures, with final predictions combined via ensemble averaging. Evaluated on the PneumoniaCXR dataset comprising 33,547 chest X-ray images across three classes (Normal, Pneumonia, and No Opacity/No Normal), the proposed dual-path model achieved a test accuracy of 96% on over 6,000 held-out images. These results demonstrate that the approach significantly outperforms individual baseline models and offers a reliable, interpretable tool to assist radiologists in improving diagnostic accuracy and speed, especially in high-burden and low-resource environments.},
28-
pdf={https://drive.google.com/file/d/1qUnwrtHxqJRZuFRYokYPijvpkKOF-qvf/view?usp=sharing},
28+
pdf={https://drive.google.com/file/d/1lTU1VGRKkaZ02_xSRh_MizsF7ETYbjhQ/view?usp=sharing},
2929
dimensions={true},
3030
selected={true},
3131
additional_info={

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ title: blank # the website title (if blank, full name will be used instead)
66
first_name: Mrunal
77
middle_name: Nirajkumar
88
last_name: Shah
9-
description: > # the ">" symbol means to ignore newlines until "footer_text:"
10-
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
9+
description:
1110
footer_text: >
1211
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
1312
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
@@ -18,7 +17,7 @@ icon: 🎅 # the emoji used as the favicon (alternatively, provide image name in
1817

1918
url: https://mrunalnshah.github.io # the base hostname & protocol for your site
2019
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
21-
last_updated: true # set to true if you want to display last updated in the footer
20+
last_updated: false # set to true if you want to display last updated in the footer
2221
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
2322
back_to_top: true # set to false to disable the back to top button
2423

_data/socials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# arxiv_id: # your arXiv author ID
1010
# blogger_url: # your blogger URL
1111
# bluesky_url: # your bluesky URL
12-
cv_pdf: https://drive.google.com/file/d/1L6lPYxYuzq3u7RwxT4dkydN2kgZtSoAx/view?usp=sharing # path to your CV PDF file
12+
cv_pdf: https://drive.google.com/file/d/1yEdYCoLbpB69b_nK_SsNbvhRDXtxQlFG/view?usp=sharing # path to your CV PDF file
1313
# dblp_url: # your DBLP profile url
1414
# discord_id: # your discord id (18-digit unique numerical identifier)
1515
email: [email protected] # your email address

_pages/cv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /cv/
44
title: cv
55
nav: true
66
nav_order: 5
7-
cv_pdf: https://drive.google.com/file/d/1L6lPYxYuzq3u7RwxT4dkydN2kgZtSoAx/view?usp=sharing
7+
cv_pdf: https://drive.google.com/file/d/1yEdYCoLbpB69b_nK_SsNbvhRDXtxQlFG/view?usp=sharing
88
description:
99
toc:
1010
sidebar: left

_projects/4_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ importance: 1
77
category: AI
88
---
99

10-
Paper: <a href = "https://drive.google.com/file/d/1qUnwrtHxqJRZuFRYokYPijvpkKOF-qvf/view?usp=sharing"> Detecting Pneumonia with Dual-Path Ensembled Deep Learning Models with Lung Segmentation on Chest X-ray Images </a>
10+
Paper: <a href = "https://drive.google.com/file/d/1lTU1VGRKkaZ02_xSRh_MizsF7ETYbjhQ/view?usp=sharing"> Detecting Pneumonia with Dual-Path Ensembled Deep Learning Models with Lung Segmentation on Chest X-ray Images </a>
1111

1212

1313
Code:

0 commit comments

Comments
 (0)