-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedicine.html
57 lines (57 loc) · 4.13 KB
/
medicine.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:lightgreen;">
<h2>THE NOBEL PRIZE</h2>
<h3>Nomination and selection of medicine laureates</h3>
<p>Nomination to the Nobel Prize in Physiology or Medicine 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 Physiology or Medicine 2023</h3>
<h4>They contributed to an unprecedented rate of vaccine development</h4>
<p>The discoveries by the two Nobel Prize laureates were critical for developing effective mRNA vaccines against COVID-19 during the pandemic that began in early 2020. Through their groundbreaking findings, which have fundamentally changed our understanding of how mRNA interacts with our immune system, the laureates contributed to the unprecedented rate of vaccine development during one of the greatest threats to human health in modern times.</p></center>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>Process of nomination and selection</h3>
<p>The Nobel Committee sends confidential invitation letters to persons who are competent and qualified to nominate candidates for the Nobel Prize in Physiology or Medicine..<br>The right to submit proposals for the Nobel Prize in Physiology or Medicine is laid down in the Statutes of the Nobel Foundation. Those entitled to nominate are:<br><ol>
<li>Members of the Nobel Assembly at Karolinska Institutet, Stockholm;</li>
<li>Nobel Prize laureates in physiology or medicine and chemistry;</li>
<li>Swedish and foreign members of the Medicine and Biology classes of the Royal Swedish Academy of Sciences;</li>
<li>No self-nominations are considered.</li></p>
</div>
<div class="col-sm-4">
<h3>Selection of Nobel Prize laureates</h3>
<p>The Nobel Assembly at Karolinska Institutet is responsible for the selection of the Nobel Prize laureates in physiology or medicine from among the candidates recommended by the Nobel Committee for Physiology or Medicine. The Nobel Assembly has 50 members. The Nobel Committee is the working body that reviews the nominations and selects the candidates. It consists of five members and the Secretary of the Nobel Committee and Nobel Assembly.</p>
</div>
<div class="col-sm-4">
<h3>Who is eligible for the Nobel Prize in Physiology or Medicine</h3>
<p>Candidates eligible for the medicine prize are those nominated by nominators who have received an invitation from the Nobel Committee to submit names for consideration. No one can nominate herself or himself.</p>
</div>
</div>
</div>
<div class="jumbotron text-center"style="background-color:lightgrey;">
<img src="medicine image.webp"heigth="250" width="250"align="right" >
<h2>Nobel Prize in Physiology or Medicine</h2>
<h3>The 2023 Medicine Laureates</h3>
<p>The Nobel Assembly at the Karolinska Institutet has decided to award the 2023 Nobel Prize in Physiology or Medicine jointly to Katalin Karikó and Drew Weissman “for their discoveries concerning nucleoside base modifications that enabled the development of effective mRNA vaccines against COVID-19.”
</p>
</div><center>
<h3>Articles in medicine</h3>
<h4> August Krogh and the Nobel Prize to Banting and Macleod</h4>
<h4>The Nobel Prize and the discovery of vitamins</h4>
<h4>Nobel Prizes and the immune system 1901-2010</h4>
<h4>Nobel Prizes in nerve signaling 1906-2000</h4>
<h4>The Nobel Prize in Physiology or Medicine, 1901-2000</h4>
<h4>The Pasteur Institute</h4>
<br><br>
<a href="index.html">RETURN TO HOME</a>
</center>
</body>
</html>