-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchemistry.html
57 lines (56 loc) · 3.83 KB
/
chemistry.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="jumbotron text-center"style="background-color:violet;">
<h2>THE NOBEL PRIZE</h2>
<h3>Nomination and selection of chemistry laureates</h3>
<p>Nomination to the Nobel Prize in chemistry is by invitation only. The names of the nominees and other information about the nominations cannot be revealed until 50 years later.</p>
</div><center><h3>The Nobel Prize in Chemistry 2023</h3>
<h4>They added colour to nanotechnology</h4>
<p>Moungi G. Bawendi, Louis E. Brus and Aleksey Yekimov are awarded the Nobel Prize in Chemistry 2023 for the discovery and development of quantum dots. These tiny particles have unique properties and now spread their light from television screens and LED lamps. They catalyse chemical reactions and their clear light can illuminate tumour tissue for a surgeon.</p></center>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>Process of nomination and selection</h3>
<p>The Nobel Committee for chemistry sends confidential forms to persons who are competent and qualified to nominate.<br>The right to submit proposals for the award of a Nobel Prize in chemistry shall, by statute, be enjoyed by:<br><ol>
<li>Members of the Nobel Committee for chemistry and Physics;</li>
<li>Nobel Prize laureates in chemistry and physics;</li>
<li>Swedish and foreign members of the Royal Swedish Academy of Sciences;</li>
<li>Other scientists from whom the Academy may see fit to invite proposals.</li></p>
</div>
<div class="col-sm-4">
<h3>Selection of Nobel Prize laureates</h3>
<p>The Royal Swedish Academy of Sciences is responsible for the selection of the Nobel Prize laureates in chemistry.The Nobel Committee is the working body that screens the nominations and selects the final candidates. It consists of five members, but for many years the Committee has also adjunct members with the same voting rights as members. </p>
</div>
<div class="col-sm-4">
<h3>Who is eligible for the Nobel Prize in chemistry?</h3>
<p>The candidates eligible for the Chemistry Prize are those nominated by qualified persons who have received an invitation from the Nobel Committee to submit names for consideration. No one can nominate himself or herself.</p>
</div>
</div>
</div>
<div class="jumbotron text-center"style="background-color:lightgrey;">
<img src="chemistry image.webp"heigth="250" width="250"align="right" >
<h2>Nobel Prize in Chemistry</h2>
<h3>The 2023 chemistry Laureates</h3>
<p>The Nobel Prize in Chemistry 2023 was awarded to Moungi Bawendi, Louis Brus and Aleksey Yekimov “for the discovery and synthesis of quantum dots.”
Independently of each other, Ekimov and Brus succeeded in creating quantum dots, and Bawendi revolutionised the chemical production.
Quantum dots now illuminate computer monitors and television screens based on QLED technology. They also add nuance to the light of some LED lamps, and biochemists and doctors use them to map biological tissue.
</p>
</div><center>
<h3>Articles in chemistry</h3>
<h4>The Nobel Prize in Chemistry: The development of modern chemistry</h4>
<h4>Nobel Prizes in organic chemistry 1901-2010</h4>
<h4>The role of science and technology in future design</h4>
<BR><BR>
<a href="index.html">RETURN TO HOME</a>
</center>
</body>
</html>