-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
130 lines (126 loc) Β· 5.25 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Web @ Vishisht</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="https://media-exp1.licdn.com/dms/image/C4E03AQEQkmGDs3qYig/profile-displayphoto-shrink_400_400/0/1642838683864?e=1666828800&v=beta&t=b8OIiy6egbKgeFdhE9xJyO6L2VNjv996QTxOW8BKdno"
height="180" width="180" alt="Vishisht profile picture is not available">
</img>
</td>
<td>
<h1>Vishisht Dubey</h1>
<p style="font-size:30px;"><em>Student at <a href="https://iitbhu.ac.in/"
target="_blank">IIT-VARANASI</a></em>
<br>Department of <a href="https://www.iitbhu.ac.in/dept/phe" target="_blank">Pharmaceutical
Engineering</a>
</p>
</td>
</tr>
</table>
<p>I am a student of IIT-Varansi currently enrolled in dual degree program which started from 2021 and supposed to
be
finished by 2026. My department deals with the medicines, where we learnt about various kinds of medicines,drug
discovery,<strong>drug modification</strong>, pharmacology,<strong>pharmacognosy</strong>, chemistry of the
drugs and their activity on various
environmental conditions.My Personal interests deals with the technical stuff like <strong><a
href="https://www.geeksforgeeks.org/competitive-programming-a-complete-guide/"
target="_blank">Competitive
Programming</a></strong>, Web
development, Android Development, Machine Learning and <strong>Artificial Intelligence</strong>.I had cleared
<strong>JEE-MAINS</strong>and
<strong>JEE-ADVANCE</strong>
Exams.
<hr size="5" noshade>
<h3>COURSES AND WORKSHOPS</h3>
</p>
<ul>
<li>CSO-1O1 : This is the course which teaches you about the mother of all programming languages
C and it covers topic such as variables,array,<strong style="color:blue;">recursion</strong>, loops,<strong
style="color:blue;">dynamic programming</strong> etc.
</li>
<li>MA-2O2 : This course teaches the probabibility and statistics and covers the topic such variance,
standard deviation, <strong style="color:blue;">moment generating function</strong>, binomial distribution,
<strong style="color:blue;">probability mass function </strong> etc.
</li>
<li>PH-221 : This is my departmental subject. It deals with the <strong style="color:blue;">drugs</strong>,
conditions which effects the drug,
things not to do in drug manufacturing, <b style="color:blue;">Kinetics of drug molecule</b>, therapeutic
effect of drug, life span of
a drug.
</li>
<li>Python : This course i got from <strong><a href="https://www.udemy.com/" target="_blank">UDEMY</a></strong>
and its a self paced complete
python tutorial.</li>
<li>Web-Development Bootcamp : A course whose instructor was <strong style="color:blue;">Angela Yu</strong>and
it gives the complete understanding of
HTML, CSS, JAVASCRIPT AND MERN STACK.
</li>
<h3> Hobbies </h3>
<ol>
<li> Music Listening and Playing Instruments.</li>
<li><a href="https://www.youtube.com/watch?v=UmIYanq5gH8">Swimming and Cycling.</a></li>
<li> Watching Philosophical and Motivational Videos.</li>
</ol>
</ul>
<hr size="5" noshade>
<h3>SKILLS</h3>
<table cellspacing = "10">
<!--
<thead>
<tr>
<th style="font-size:26px;">Expertise</th>
<th style="font-size:26px;">Level</th>
<th style="font-size:26px;">Expertise</th>
<th style="font-size:26px;">Level</th>
</tr>
</tbody>
-->
<tbody>
<tr>
<td>Python</td>
<td>πππππ</td>
<td>Hindi</td>
<td>ππππ</td>
</tr>
<tr>
<td>C++</td>
<td>πππππ</td>
<td>Reasoning and Mathematics</td>
<td>ππππ</td>
</tr>
<tr>
<td>C</td>
<td>ππππ</td>
<td>English</td>
<td>πππ</td>
</tr>
<tr>
<td>SQL</td>
<td>πππ</td>
<td>Communication Skills</td>
<td>πππ</td>
</tr>
<tr>
<td>Machine Learning</td>
<td>πππ</td>
<td>HTML5</td>
<td>πππ</td>
</tr>
<tr>
<td>Data Structures and Algorithms</td>
<td>π</td>
<td>CSS</td>
<td>π</td>
</tr>
</tbody>
</table><hr size="5" noshade>
<br><br>
<a href="contact.html"><strong>My professional profile</strong></a>
<h1>Contact me : <a href="contact.html"> @Vishisht </a></h1>
</body>
</html>