-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (63 loc) · 3.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<html lang="en">
<meta lang="en">
<!-- <meta page-type='home'> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rashid Talha | Homepage</title>
<meta name="author" content="Rashid Talha">
<meta name="description" content="Personal website of Rashid Talha. Studying maths and physics at NUST, Pakistan.">
<meta name="keywords" content="rashid, talha, rmathsphys, maths, physics, nust, homepage">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/gridspec.css">
<link rel="stylesheet" type="text/css" href="assets/css/common.css">
<link rel="stylesheet" type="text/css" href="assets/fa/css/fontawesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/fa/css/brands.min.css">
<link rel="stylesheet" type="text/css" href="assets/fa/css/solid.min.css">
</head>
<body>
<nav class="container">
<div class="navbar-brand-box">
<a href="https://rashidtalha.github.io" title="Rashid Talha" class="navbar-brand">
Rashid Talha
</a>
<button class="navbar-toggle">
<i class="fa-solid fa-bars navbar-toggle-icon"></i>
</button>
</div>
<div class="navbar-entries navbar-collapse">
<a href="https://rashidtalha.github.io/projects.html" title="Projects" class="navbar-item navbar-hide">Projects</a>
</div>
</nav>
<div class="container">
<main>
<div class="frow">
<div class="fcell intro-box">
<img src="assets/img/profile-pic.jpg" alt="Profile picture" class="intro-pic">
<h1 class="intro-heading">Rashid Talha</h1>
<span class="intro-icon-container">
<a href="https://github.com/rashidtalha" title="Github"><i class="fa-brands fa-github"></i></a>
<a href="mailto:[email protected]" title="Email"><i class="fa-solid fa-envelope"></i></a>
</span>
<p>I study mathematics at the School of Natural Sciences (SNS), National University of Sciences and Technology (<a href="https://nust.edu.pk/" title="NUST">NUST</a>) in Pakistan. Previously, I completed DipHE in mathematics and physics from the <a href="https://warwick.ac.uk/" title="Warwick">University of Warwick</a>, UK.</p>
<p>While I broadly enjoy studying maths and physics, my main interests are gravitational physics and quantum field theories. I am working towards graduate and postgraduate level studies in theoretical physics, with an aim to explore differential geometry and specialise in the phenomenological aspects of QFTs in curved spacetime.</p>
<p>
Some of my recent projects include:
<ul>
<li>Analysis of the trajectories of multipole solutions of the 5th order mKdV equation in 1+1D. (With a faculty member)</li>
<li>Feasibility study of auto-encoders and CNNs for fluid dynamic simulations of aortic blood flow. (With a faculty member)</li>
<li>Efficient numerical generation of topologies on a finite set using Julia.</li>
<li>Development of software for data discovery and analysis for oceanographic acoustic modelling. (With a faculty member)</li>
</ul>
More details can be found <a href="https://rashidtalha.github.io/projects.html" title="projects">here</a>.
</p>
</div>
</div>
</main>
</div>
<script defer src="assets/js/jquery-3.7.0-slim.min.js" type="text/javascript"></script>
<script defer src="assets/js/main.js" type="text/javascript"></script>
</body>
</html>