Skip to content

Commit be760af

Browse files
Update GitHub_Portfolio.html
1 parent 469eb8c commit be760af

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

GitHub_Portfolio.html

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,28 @@ <h1>Hariprashad Ravikumar</h1>
120120

121121

122122
<main>
123-
<h2>GitHub Stats</h2>
123+
124+
125+
126+
<section>
127+
<h2>Projects</h2>
128+
<ul>
129+
<li>
130+
<strong>\(\mathbb{Z}_2\) Lattice Gauge Monte Carlo Simulation</strong>
131+
(<a href="https://github.com/Hariprashad-Ravikumar/Z2_LatticeGauge_Monte_Carlo_Simulation" target="_blank" rel="noopener noreferrer">GitHub Repository</a>)<br>
132+
Developed a Python simulation of \(\mathbb{Z}_2\) lattice gauge theory using Markov chain Monte Carlo methods and Metropolis algorithms. Explored confinement phenomena through Wilson loop measurements and benchmarked results against analytical predictions. Served as foundational computational experience in stochastic sampling and lattice QCD simulation ahead of full PhD research.
133+
</li>
134+
</ul>
135+
</section>
136+
137+
<h2>My GitHub Activity</h2>
124138
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-bottom: 2rem;">
125139
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=Hariprashad-Ravikumar&layout=compact&langs_count=10&hide=cmake,makefile&theme=github_light" alt="Top Langs"/>
126140
<img src="https://github-readme-stats.vercel.app/api?username=Hariprashad-Ravikumar&show_icons=true&theme=default" alt="GitHub Stats" style="max-width: 100%; height: auto;" />
127141
</div>
128142

129143
<div style="margin-top: 20px;">
130-
<p>
144+
<p style="text-align: center;">
131145
GitHub Contributions in the Past Year
132146
</p>
133147
<iframe
@@ -139,18 +153,6 @@ <h2>GitHub Stats</h2>
139153

140154

141155

142-
143-
<section>
144-
<h2>Projects</h2>
145-
<ul>
146-
<li>
147-
<strong>\(\mathbb{Z}_2\) Lattice Gauge Monte Carlo Simulation</strong>
148-
(<a href="https://github.com/Hariprashad-Ravikumar/Z2_LatticeGauge_Monte_Carlo_Simulation" target="_blank" rel="noopener noreferrer">GitHub Repository</a>)<br>
149-
Developed a Python simulation of \(\mathbb{Z}_2\) lattice gauge theory using Markov chain Monte Carlo methods and Metropolis algorithms. Explored confinement phenomena through Wilson loop measurements and benchmarked results against analytical predictions. Served as foundational computational experience in stochastic sampling and lattice QCD simulation ahead of full PhD research.
150-
</li>
151-
</ul>
152-
</section>
153-
154156
</main>
155157

156158

0 commit comments

Comments
 (0)