forked from chitwang/iitk-sem1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chm.html
92 lines (87 loc) · 4.74 KB
/
chm.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CHM 101</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<style>
a:link {
color: black;
background-color: transparent;
font-size: 300;
}
h2 {
text-decoration: double;
color: black;
font-style: italic;
}
.row {
display: flex;
}
.column {
flex: 50%;
padding: 5px;
}
</style>
</head>
<body>
<header>
<div style="text-align: right;font-size: large;"><pre><a href = "index.html">Home</a> <a href = "phy.html">PHY 103</a> <a href = "mth.html">MTH 101</a> <a href = "esc.html">ESC 101</a> <a href = "art.html">ART 102</a> <a href = "contact.html">Contact</a></pre></div>
<h1 style="text-align: center; text-decoration: underline; font-size: 300; font-family: cursive;color: darkblue;">
CHM101 : CHEMISTRY LABORATORY
</h1>
</header>
<div style="font-size: larger; color: rgb(200, 21, 21);">
<h2 class="h2">ABOUT THE COURSE
</h2>
<ul type="disc">
<li>This is one of the easiest courses offered in Semester-I.</li><br>
<li>The course comprises a total of 9 experiments related to General Chemistry.</li><br>
<li>My instructor: Prof T.G. Gopakumar</li><br>
<li>There were 2 quizzes each having 25% weightage , one at the time of midsem while other during endsem.</li><br>
<li>The remaining 50% was lab reports of experiments which were to be submitted every week.</li><br>
<li>Below is the repository of all my lab reports , midsem and endsem question paper with answers. Access them.</li><br>
</ul><hr>
</div>
<div>
<h2 class = "h2">LAB REPORTS</h2>
<ol type = "1" style="font-size: larger;color: mediumvioletred;">
<li><a href = "exp1.pdf" target="blank">Experiment 1: Determination of Calcium in milk powder</a></li><br>
<li><a href = "exp2.pdf" target="blank">Experiment 2: Estimation of Iodine in Common Salt</a></li><br>
<li><a href = "exp3.pdf" target="blank">Experiment 3: Synthesis of Aspirin</a></li><br>
<li><a href = "exp4.pdf" target="blank">Experiment 4: Isolation & Identification of DNA</a></li><br>
<li><a href = "exp5.pdf" target="blank">Experiment 5: Extraction of Caffeine</a></li><br>
<li><a href = "exp6.pdf" target="blank">Experiment 6: Determination of pI of glycine</a></li><br>
<li><a href = "exp7.pdf" target="blank">Experiment 7: Conductometric Titration</a></li><br>
<li><a href = "exp8.pdf" target="blank">Experiment 8: Energy of Activation</a></li><br>
<li><a href = "exp9.pdf" target="blank">Experiment 9: Preparation of a Nickel Complex and Analysis</a></li><br>
</ol>
<hr>
</div>
<h2 class="h2">QUIZZES</h2>
<div style="font-size: larger;">
<p><a href = "chmmid.pdf" target = "blank">Click to view Quiz 1 (midsem) paper</a></p>
<p><a href = "chmend.pdf" target = "blank">Click to view Quiz 2 (endsem) paper</a></p>
<hr>
</div>
<footer style="margin-right: 10px;font-size: larger;color: black;">
Only contributor : Me myself <br>
Only advice : Don't cheat - effects can (will) be severe<a href="mailto: [email protected]"
target="blank" title="[email protected]"><img src="gmail.png" alt="Gmail"
style="width:50px;height:50px;float: right;"></a>
<a href="mailto: [email protected]" target="blank" title="[email protected]"><img
src="hotmail.png" alt="Hotmail" style="width:50px;height:50px;float: right;"></a>
<a href="https://www.facebook.com/profile.php?id=100074761380552" target="blank" title="Facebook"><img
src="fb.png" alt="Facebook" style="width:50px;height:50px;float: right;"></a>
<a href="https://www.linkedin.com/in/chitwan-goel-2480b4230" target="blank" title="LinkedIn"><img
src="linkedin.jpg" alt="LinkedIn" style="width:50px;height:50px;float: right;"></a>
<a href="https://t.me/chitwang" target="blank" title="Telegram"><img src="tg.png" alt="Telegram"
style="width:50px;height:50px;float: right;"></a><br>Website made by me during the end semester recess
of semester-I 2021-22. <br>
Not updated since: 15 March 2022<br>
<div style="text-align: center;text-decoration: none;color: blue;">© No Rights Reserved.</div>
</footer>
</body>
</html>