-
Notifications
You must be signed in to change notification settings - Fork 0
/
physics.html
49 lines (48 loc) · 3.59 KB
/
physics.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
<!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:skyblue;">
<h2>THE NOBEL PRIZE</h2>
<h3>Nomination and selection of physics laureates</h3>
<p>Nomination to the Nobel Prize in Physics 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><h4>Awarded the first Nobel Prize in Physics, Wilhelm Rontgen discovered X-radiation. This X-ray tube became a frequently used instrument in medicine after this discovery.</h4></center>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>Process of nomination and selection</h3>
<p>The Nobel Committee for Physics 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 Physics shall, by statute, be enjoyed by:<br><ol>
<li>Members of the Nobel Committee for Physics;</li>
<li>Nobel Prize laureates in physics;</li>
<li>Swedish and foreign members of the Royal Swedish Academy of Sciences;</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 physics. The Academy appoints a working body, the Nobel Committee for Physics, which screens the nominations and presents a proposal for final candidates. The committee consists nominally of five voting members, but since many years, it also includes voting adjunct members. The Committee’s proposal is discussed in a larger body, the Physics Class of the Academy, who may suggest a modification or forward a different proposal to the Academy. Finally, additional proposals may be raised at the final Academy meeting. It is in principle possible to suggest that no Prize be given the current year, but that is a seldom used choice.</p>
</div>
<div class="col-sm-4">
<h3>Who is eligible for the Nobel Prize in Physics?</h3>
<p>The candidates eligible for the Physics 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="physics img.jpg" class="rounded-circle" heigth="250" width="250"align="right" >
<h2>The 2023 physics Laureates</h2>
<p>The Royal Swedish Academy of Sciences has decided to award the Nobel Prize in Physics 2023 to Pierre Agostini, Ferenc Krausz and Anne L’Huillier “for experimental methods that generate attosecond pulses of light for the study of electron dynamics in matter.”
</p>
</div><center>
<h2>Exploring the world of electrons</h2>
<h4>How can you capture what takes place inside an atom?<br>To photograph high speed motion you need a very fast camera.<br>But to photograph what’s going on inside an atom you need something much, much faster.</h4>
<BR><BR>
<a href="index.html">RETURN TO HOME</a>
</center>
</body>
</html>