Skip to content

Commit 9c95b10

Browse files
committed
init
Edits: Personalized for myself Date: 2025/12/10
1 parent f872b5a commit 9c95b10

39 files changed

+223
-1322
lines changed

@.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
docker compose pull
2+
docker compose up

_bibliography/papers.bib

Lines changed: 31 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -3,113 +3,38 @@
33
44
@string{aps = {American Physical Society,}}
55
6-
@book{einstein1920relativity,
7-
title={Relativity: the Special and General Theory},
8-
author={Einstein, Albert},
9-
year={1920},
10-
publisher={Methuen & Co Ltd},
11-
html={relativity.html}
12-
}
13-
14-
@book{einstein1956investigations,
15-
bibtex_show={true},
16-
title={Investigations on the Theory of the Brownian Movement},
17-
author={Einstein, Albert},
18-
year={1956},
19-
publisher={Courier Corporation},
20-
preview={brownian-motion.gif}
21-
}
22-
23-
@article{einstein1950meaning,
24-
abbr={AJP},
25-
bibtex_show={true},
26-
title={The meaning of relativity},
27-
author={Einstein, Albert and Taub, AH},
28-
journal={American Journal of Physics},
29-
volume={18},
30-
number={6},
31-
pages={403--404},
32-
year={1950},
33-
publisher={American Association of Physics Teachers}
34-
}
35-
36-
@article{PhysRev.47.777,
37-
abbr={PhysRev},
38-
title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?},
39-
author={Einstein*†, A. and Podolsky*, B. and Rosen*, N.},
40-
abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.},
41-
journal={Phys. Rev.},
42-
location={New Jersey},
43-
volume={47},
44-
issue={10},
45-
pages={777--780},
46-
numpages={0},
47-
year={1935},
48-
month={May},
49-
publisher=aps,
50-
doi={10.1103/PhysRev.47.777},
51-
url={http://link.aps.org/doi/10.1103/PhysRev.47.777},
52-
html={https://journals.aps.org/pr/abstract/10.1103/PhysRev.47.777},
53-
pdf={example_pdf.pdf},
54-
altmetric={248277},
6+
@article{IndexFreeGrover.2.1,
7+
abbr={IndexFreeGrover},
8+
title={Index-Free Grover Search Implementation via QROM Based State Encoding for Quantum Pattern Search},
9+
author={Mrunal Nirajkumar Shah},
10+
abstract={I present a fully index-free variant of Grover's search algorithm that identifies target values in an unstructured database solely by their content, without requiring any position-specific oracle or prior knowledge of their indices. The method uses QROM state encoding to load an unstructured database into superposition and marks entries directly by comparing their encoded value against the target. I demonstrate the approach on two different data types: (1) unsorted numeric arrays and (2) single nucleotide search in DNA sequences. Exact state-vector simulations up to $N=1024$ elements on real human genomic data achieve success probabilities exceeding 99\% after the optimal number of Grover iterations, confirming that the quadratic speedup is preserved despite the QROM overhead. The results demonstrate successful target identification on an arbitrarily large unsorted array. The complete gate-level construction is fully reproducible from this document, with code and datasets publicly available.},
11+
pdf={https://drive.google.com/file/d/1Fs4qdFNqA3kfE1uFbC4S0ksOy6fPQqNO/view?usp=sharing},
5512
dimensions={true},
56-
google_scholar_id={qyhmnyLat1gC},
57-
video={https://www.youtube-nocookie.com/embed/aqz-KE-bpKQ},
58-
additional_info={. *More Information* can be [found here](https://github.com/alshedivat/al-folio/)},
59-
annotation={* Example use of superscripts<br>† Albert Einstein},
6013
selected={true},
61-
inspirehep_id = {3255}
62-
}
63-
64-
@article{einstein1905molekularkinetischen,
65-
title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen},
66-
author={Einstein, A.},
67-
journal={Annalen der physik},
68-
volume={322},
69-
number={8},
70-
pages={549--560},
71-
year={1905},
72-
publisher={Wiley Online Library}
73-
}
74-
75-
@article{einstein1905movement,
76-
abbr={Ann. Phys.},
77-
title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat},
78-
author={Einstein, A.},
79-
journal={Ann. Phys.},
80-
volume={17},
81-
pages={549--560},
82-
year={1905}
83-
}
84-
85-
@article{einstein1905electrodynamics,
86-
title={On the electrodynamics of moving bodies},
87-
author={Einstein, A.},
88-
year={1905}
89-
}
90-
91-
@Article{einstein1905photoelectriceffect,
92-
bibtex_show={true},
93-
abbr={Ann. Phys.},
94-
title="{{\"U}ber einen die Erzeugung und Verwandlung des Lichtes betreffenden heuristischen Gesichtspunkt}",
95-
author={Albert Einstein},
96-
abstract={This is the abstract text.},
97-
journal={Ann. Phys.},
98-
volume={322},
99-
number={6},
100-
pages={132--148},
101-
year={1905},
102-
doi={10.1002/andp.19053220607},
103-
award={Albert Einstein receveid the **Nobel Prize in Physics** 1921 *for his services to Theoretical Physics, and especially for his discovery of the law of the photoelectric effect*},
104-
award_name={Nobel Prize}
105-
}
14+
additional_info={
15+
<a href="https://github.com/mrunalnshah/Index-Free-Grovers-Algorithm" target="_blank">
16+
<i class="fab fa-github"></i> Code & Data
17+
</a>
18+
<br>
19+
<small><em>Preprint • Not published yet</em></small>
20+
}
21+
}
22+
23+
@article{PneuXdect.1.1,
24+
abbr={PneuXdect},
25+
title={Detecting Pneumonia with Dual-Path Ensembled Deep Learning Models with Lung Segmentation on Chest X-ray Images},
26+
author={Shah, Mrunal Nirajkumar and Shah, Malav Ajay},
27+
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},
29+
dimensions={true},
30+
selected={true},
31+
additional_info={
32+
<a href="https://www.kaggle.com/mrunalnshah" target="_blank">
33+
<i class="fab fa-github"></i> Both Datasets and Notebooks
34+
</a>
35+
<br>
36+
<small><em>Preprint • Not published yet</em></small>
37+
}
38+
},
10639
107-
@book{przibram1967letters,
108-
bibtex_show={true},
109-
title={Letters on wave mechanics},
110-
author={Einstein, Albert and Schrödinger, Erwin and Planck, Max and Lorentz, Hendrik Antoon and Przibram, Karl},
111-
year={1967},
112-
publisher={Vision},
113-
preview={wave-mechanics.gif},
114-
abbr={Vision}
11540
}

_config.yml

Lines changed: 67 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# -----------------------------------------------------------------------------
44

55
title: blank # the website title (if blank, full name will be used instead)
6-
first_name: You
7-
middle_name: R.
8-
last_name: Name
6+
first_name: Mrunal
7+
middle_name: Nirajkumar
8+
last_name: Shah
99
contact_note: >
10-
You can even add a little note about which of these is the best way to reach you.
10+
Mrunal's Personal Webpage
1111
description: > # the ">" symbol means to ignore newlines until "footer_text:"
1212
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
1313
footer_text: >
@@ -20,7 +20,7 @@ icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name
2020

2121
url: https://mrunalnshah.github.io # the base hostname & protocol for your site
2222
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
23-
last_updated: false # set to true if you want to display last updated in the footer
23+
last_updated: true # set to true if you want to display last updated in the footer
2424
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
2525
back_to_top: true # set to false to disable the back to top button
2626

@@ -67,6 +67,55 @@ serve_og_meta: false # Include Open Graph meta tags in the HTML head
6767
serve_schema_org: false # Include Schema.org in the HTML head
6868
og_image: # The site-wide (default for all links) Open Graph preview image
6969

70+
# -----------------------------------------------------------------------------
71+
# Social integration
72+
# -----------------------------------------------------------------------------
73+
74+
acm_id: # your dl.acm.org/profile/id
75+
blogger_url: # your blogger URL
76+
bluesky_url: # your bluesky URL
77+
dblp_url: # your DBLP profile url
78+
discord_id: # your discord id (18-digit unique numerical identifier)
79+
facebook_id: # your facebook id
80+
flickr_id: # your flickr id
81+
github_username: mrunalnshah # your GitHub user name
82+
gitlab_username: # your GitLab user name
83+
ieee_id: # your ieeexplore.ieee.org/author/id
84+
instagram_id: # your instagram id
85+
kaggle_id: mrunalnshah # your kaggle id
86+
keybase_username: # your keybase user name
87+
lastfm_id: # your lastfm id
88+
lattes_id: # your ID on Lattes (Brazilian Lattes CV)
89+
linkedin_username: mrunalnshah # your LinkedIn user name
90+
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
91+
medium_username: # your Medium username
92+
orcid_id: 0009-0001-2721-3896 # your ORCID ID
93+
osf_id: # your OSF ID
94+
pinterest_id: # your pinterest id
95+
publons_id: # your ID on Publons
96+
quora_username: # your Quora username
97+
research_gate_profile: # your profile on ResearchGate
98+
scholar_userid: # your Google Scholar ID
99+
scopus_id: # your profile on Scopus
100+
semanticscholar_id: # your Semantic Scholar ID
101+
spotify_id: # your spotify id
102+
stackoverflow_id: # your stackoverflow id
103+
telegram_username: # your Telegram user name
104+
unsplash_id: # your unsplash id
105+
wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)
106+
whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
107+
wikidata_id: # your wikidata id
108+
wikipedia_id: # your wikipedia id (Case sensitive)
109+
work_url: # work page URL
110+
x_username: # your X handle
111+
youtube_id: # your youtube channel id (youtube.com/@<youtube_id>)
112+
zotero_username: # your zotero username
113+
114+
contact_note: >
115+
Feel free to contact me through any social media platform.
116+
117+
118+
70119
# -----------------------------------------------------------------------------
71120
# Analytics and search engine verification
72121
# -----------------------------------------------------------------------------
@@ -110,8 +159,9 @@ giscus:
110159
strict: 1 # use strict identification mode
111160
reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
112161
input_position: bottom # whether to display input form below (bottom) or above (top) the comments
113-
dark_theme: dark # name of the dark color scheme (preferred works well with al-folio dark mode)
114-
light_theme: light # name of the light color scheme (preferred works well with al-folio light mode)
162+
theme: preferred_color_scheme
163+
# dark_theme: dark # name of the dark color scheme (preferred works well with al-folio dark mode)
164+
# light_theme: light # name of the light color scheme (preferred works well with al-folio light mode)
115165
emit_metadata: 0
116166
lang: en
117167

@@ -128,7 +178,7 @@ external_sources:
128178
- name: Google Blog
129179
posts:
130180
- url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/
131-
published_date: 2024-05-14
181+
published_date: 2025-12-09
132182

133183
# -----------------------------------------------------------------------------
134184
# Newsletter
@@ -152,7 +202,16 @@ collections:
152202
output: true
153203
projects:
154204
output: true
205+
206+
announcements:
207+
enabled: true
208+
scrollable: true # adds a vertical scroll bar if there are more than 3 news items
209+
limit: # leave blank to include all the news in the `_news` folder
155210

211+
latest_posts:
212+
enabled: false
213+
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
214+
limit: 3 # leave blank to include all the blog posts
156215
# -----------------------------------------------------------------------------
157216
# Jekyll settings
158217
# -----------------------------------------------------------------------------

_data/repositories.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
github_users:
2-
- torvalds
3-
- alshedivat
2+
- mrunalnshah
43

5-
repo_description_lines_max: 2
4+
repo_description_lines_max: 5
65

76
github_repos:
8-
- alshedivat/al-folio
9-
- jekyll/jekyll
10-
- twbs/bootstrap
11-
- jquery/jquery
12-
- FortAwesome/Font-Awesome
13-
- mathjax/MathJax
14-
- jpswalsh/academicons
7+
- mrunalnshah/Mathematics-for-Machine-Learning-and-Data-Science
8+
- mrunalnshah/Algorithm-Specialization-by-Stanford

_data/socials.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,34 @@
99
# arxiv_id: # your arXiv author ID
1010
# blogger_url: # your blogger URL
1111
# bluesky_url: # your bluesky URL
12-
cv_pdf: /assets/pdf/example_pdf.pdf # path to your CV PDF file
12+
cv_pdf: https://drive.google.com/file/d/1L6lPYxYuzq3u7RwxT4dkydN2kgZtSoAx/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)
15-
email: you@example.com # your email address
15+
email: mrunalnshah2883@gmail.com # your email address
1616
# facebook_id: # your facebook id
1717
# flickr_id: # your flickr id
18-
# github_username: # your GitHub user name
18+
github_username: mrunalnshah # your GitHub user name
1919
# gitlab_username: # your GitLab user name
2020
# hal_id: # your HAL id (https://hal.science/)
2121
# ieee_id: # your ieeexplore.ieee.org/author/id
22-
inspirehep_id: 1010907 # Inspire HEP author ID
22+
# inspirehep_id: # Inspire HEP author ID
2323
# instagram_id: # your instagram id
24-
# kaggle_id: # your kaggle id
24+
kaggle_id: mrunalnshah # your kaggle id
2525
# keybase_username: # your keybase user name
2626
# lastfm_id: # your lastfm id
2727
# lattes_id: # your ID on Lattes (Brazilian Lattes CV)
28-
# leetcode_id: # your LeetCode id
29-
# linkedin_username: # your LinkedIn user name
28+
# leetcode_id: mrunalnshah # your LeetCode id
29+
linkedin_username: mrunalnshah # your LinkedIn user name
3030
# mastodon_username: # your mastodon instance+username in the format instance.tld/@username
3131
# medium_username: # your Medium username
32-
# orcid_id: # your ORCID ID
32+
orcid_id: 0009-0001-2721-3896 # your ORCID ID
3333
# osf_id: # your OSF ID
3434
# pinterest_id: # your pinterest id
3535
# publons_id: # your ID on Publons
3636
# quora_username: # your Quora username
3737
# research_gate_profile: # your profile on ResearchGate
38-
rss_icon: true # comment this line to hide the RSS icon
39-
scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID
38+
# rss_icon: true # comment this line to hide the RSS icon
39+
# scholar_userid: # your Google Scholar ID
4040
# scopus_id: # your profile on Scopus
4141
# semanticscholar_id: # your Semantic Scholar ID
4242
# spotify_id: # your spotify id
@@ -52,7 +52,7 @@ scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID
5252
# x_username: # your X handle
5353
# youtube_id: # your youtube channel id (youtube.com/@<youtube_id>)
5454
# zotero_username: # your zotero username
55-
custom_social: # can be any name here other than the ones already defined above
56-
logo: https://www.alberteinstein.com/wp-content/uploads/2024/03/cropped-favicon-192x192.png # can be png, svg, jpg
57-
title: Custom Social
58-
url: https://www.alberteinstein.com/
55+
# custom_social: # can be any name here other than the ones already defined above
56+
#logo: https://www.alberteinstein.com/wp-content/uploads/2024/03/cropped-favicon-192x192.png # can be png, svg, jpg
57+
#title: Custom Social
58+
#url: https://www.alberteinstein.com/

_pages/about.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,32 @@
22
layout: about
33
title: about
44
permalink: /
5-
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Motto. Etc.
5+
subtitle: <a href='https://www.glsuniversity.ac.in/'>GLS University</a>
66

77
profile:
88
align: right
99
image: prof_pic.jpg
1010
image_circular: false # crops the image to make it circular
11-
more_info: >
12-
<p>555 your office number</p>
13-
<p>123 your address street</p>
14-
<p>Your City, State 12345</p>
11+
more_info: # >
12+
# <p>555 your office number</p>
13+
# <p>123 your address street</p>
14+
# <p>Your City, State 12345</p>
1515

16-
selected_papers: true # includes a list of papers marked as "selected={true}"
16+
selected_papers: false # includes a list of papers marked as "selected={true}"
1717
social: true # includes social icons at the bottom of the page
1818

1919
announcements:
20-
enabled: true # includes a list of news items
20+
enabled: false # includes a list of news items
2121
scrollable: true # adds a vertical scroll bar if there are more than 3 news items
22-
limit: 5 # leave blank to include all the news in the `_news` folder
22+
limit: 3 # leave blank to include all the news in the `_news` folder
2323

2424
latest_posts:
25-
enabled: true
25+
enabled: false
2626
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
27-
limit: 3 # leave blank to include all the blog posts
27+
limit: 2 # leave blank to include all the blog posts
2828
---
2929

30-
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
30+
I am a B.Tech student in the Computer Science department at GLS University. My primary research interests lie in Quantum Algorithms, Deep Learning, Large Language Models and Computer Vision, and Genome Sequencing.
3131

32-
Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
32+
My recent research work includes "Index-Free Grover Search Implementation via QROM Based State Encoding for Quantum Pattern Search" and "Detecting Pneumonia with Dual-Path Ensembled Deep Learning Models with Lung Segmentation on Chest X-ray Images"
3333

34-
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.

0 commit comments

Comments
 (0)