-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLiterature.html
58 lines (58 loc) · 4.25 KB
/
Literature.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
<!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:lightyellow;">
<h2>THE NOBEL PRIZE</h2>
<h3>Nomination and selection of Literature laureates</h3>
<p>Nomination to the Nobel Prize in Literature 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>About the prize</h3>
<h4>Alfred Nobel had broad cultural interests. During his early youth, he developed his literary interests which lasted throughout his life. His library consisted of a rich and broad selection of literature in different languages. During the last years of his life, he tried his hand as an author and began writing fiction. Literature was the fourth prize area Nobel mentioned in his will.
The Nobel Prize in Literature is awarded by the Swedish Academy, Stockholm, Sweden.</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 Literature sends invitation letters to persons who are qualified to nominate for the Nobel Prize in Literature.<br>The right to submit proposals for the award of a Nobel Prize in Literature shall, by statute, be enjoyed by:<br><ol>
<li>Members of the Swedish Academy and of other academies, institutions and societies which are similar to it in construction and purpose;</li>
<li>Professors of literature and of linguistics at universities and university colleges;</li>
<li>Previous Nobel Prize laureates in literature;</li>
<li>Presidents of those societies of authors that are representative of the literary production in their respective countries.
</li></p>
</div>
<div class="col-sm-4">
<h3>Selection of Nobel Prize laureates</h3>
<p>The Swedish Academy is responsible for the selection of the Nobel Prize laureates in literature, and has 18 members. The Nobel Committee for Literature is the working body that evaluates the nominations and presents its recommendations to the Swedish Academy, and comprises four to five members.</p>
</div>
<div class="col-sm-4">
<h3>Who is eligible for the Nobel Prize in Literature</h3>
<p>The candidates eligible for the literature prize are those nominated by qualified persons (see below) who have received an invitation from the Nobel Committee to submit names for consideration. Other persons who are qualified to nominate but have not received invitations may also submit nominations. No one can nominate himself or herself.</p>
</div>
</div>
</div>
<div class="jumbotron text-center"style="background-color:lightgrey;">
<img src="literature image.webp"heigth="250" width="250" align="right" >
<h2>Nobel Prize in Literature 2023</h2>
<h2>Jon Fosse</h2>
<p>The Nobel Prize in Literature 2023 is awarded to the Norwegian author Jon Fosse, “for his innovative plays and prose which give voice to the unsayable.”
His immense oeuvre written in Norwegian Nynorsk and spanning a variety of genres consists of a wealth of plays, novels, poetry collections, essays, children’s books and translations. While he is today one of the most widely performed playwrights in the world, he has also become increasingly recognised for his prose.
</p>
</div><center>
<h3>Articles in Literature</h3>
<h4> The Nobel Prize in Literature</h4>
<h4>The Nobel Prize in Literature: Nominations and reports 1901-1950</h4>
<h4>Topping Shakespeare? Aspects of the Nobel Prize for Literature</h4>
<h4>The idealised and naturalistic view of reality: Early 20th century German literature laureates</h4>
<h4>Nobel Prize authors on time</h4>
<h4>6 master storytellers - on the power of books</h4>
<br><br> <a href="index.html">RETURN TO HOME</a>
</center>
</body>
</html>