-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
169 lines (158 loc) · 15.4 KB
/
index.html
File metadata and controls
169 lines (158 loc) · 15.4 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Nimrud NW Palace</title>
<style type="text/css">
<!--
body {
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
background-color: #42413C;
margin: 0;
padding: 0;
color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
padding-right: 15px;
padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
color: #42413C;
text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
color: #6E6C64;
text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
text-decoration: none;
}
/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
width: 960px;
background-color: #FFF;
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ This is the layout information. ~~
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
*/
.content {
padding: 10px 0;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
-->
</style></head>
<script src="http://cdli.ucla.edu/js/startup_script.js"></script>
<body>
<div class="container">
<div class="content">
<h1>The Northwest Palace at Nimrud</h1>
<p><i>Klaudia Englund</i></p>
<p>The site of Nimrud is located on the Tigris River southeast of Mosul in the north of modern day Iraq. Today the city lies some kilometers east of the Tigris, but in antiquity the river flowed along the northwest side of the acropolis. The site was occupied intermittently from the 6th millennium BC to at least the Hellenistic period, but the most significant period of occupation occurred during the Late Assyrian period, when Assurnasirpal II (883-859 BC) built Nimrud as the capital of his empire. The city remained the chief royal residence and administrative capital of the Assyrian empire until the reign of Sargon II (721-705 BC), though Esarhaddon (680-669 BC) later rebuilt much of the citadel.</p>
<p>The modern name Nimrud is taken from the biblical account of Nimrod the hunter who, according to Genesis 10:8-12, established the dynasty from which the Assyrians derived. The Assyrians themselves called the site Kalḫu (biblical Calaḫ), a name which first appears in texts from the 13th century BC.</p>
<p>This website is sponsored by the UCLA-led research collaboration <a href="http://cdli.ucla.edu" target="blank">Cuneiform Digital Library Initiative</a> and draws heavily from CDLI’s online content, while at the same time ordering for display, to a general audience, the image and text files I have gathered in the course of my own work on the Northwest Palace and the over 600 relief slabs mounted along the walls of the building’s main rooms. Given the unrest along the Tigris from Nimrud up to Mosul, and the threat it represents to the heritage of ancient Assyria, it seems all the more urgent to make public as much as possible of these files so that cultural officials may more easily recognize what has survived this period of failing security, and so that they might more faithfully reconstruct this and other monuments to the artistry of ancient Mesopotamia. We appear now to have credible video documentation of the wanton destruction by IS militants of at least Room S and its contents—a natural enough target, since as I well remember from my visits to Nimrud, this room contained some of the best preserved reliefs of the entire site.</p>
<p>First, here are a few hyperlinks to associated online projects, and to CDLI’s files of Northwest Palace artifacts:
<br>
➞ <a href="https://en.wikipedia.org/wiki/Nimrud" target="_blank">Nimrud in Wiki</a>
<br>
➞ <a href="https://en.wikipedia.org/wiki/Ashurnasirpal_II" target="_blank">Assurnasirpal II in Wiki</a>
<br>
➞ <a href="https://cdli.ucla.edu/search/search_results.php?CompositeNumber=Q004477" target="_blank">Assurnasirpal II’s “Standard Inscription” (CDLI)</a>
<br>
➞ <a href="https://cdli.ucla.edu/search/search_results.php?CompositeNumber=Q004484" target="_blank">Assurnasirpal II’s “Banquet Inscription” (CDLI)</a>
<br>
➞ <a href="fulllist.html" target="_blank">All NW Palace slabs (CDLI; overview list sorted by country and city)</a>
<br>
➞ <a href="https://cdli.ucla.edu/search/search_results.php?SearchMode=Text&requestFrom=Search&PrimaryPublication=Nimrud+NW+palace&order=PrimaryPublication" target="_blank">All NW Palace slabs (CDLI)</a>
<br>
➞ <a href="http://oracc.museum.upenn.edu/nimrud/" target="_blank">Nimrud in Oracc</a>
<br>
➞ <a href="http://www.learningsites.com/NWPalace/NWPalhome.html" target="_blank">Northwest Palace in Learning Sites (with 3D renderings)</a>
</p>
<p>
<i>The following floor plan encompasses the major ‘display’ rooms of Assurnasirpal II's palace. Individual rooms highlighted in blue contained reliefs with pictorial representations, while those in yellow describe the presence of reliefs with only the Standard Inscription; we are hyperlinking all such rooms to more detailed pages (as of 2015/2/9 completed: rooms B, C, F, G, H, S, and niche EA [Banquet Stele]).</i></p>
<p>
<map name="Map" id="Map">
<area shape="rect" coords="554,309,623,505" href="rooms/nimrud_g.html" target="blank"/>
</map>
</p>
<p><img src="nimrud_nw.jpg" width="806" height="917" usemap="#Map2" border="0" />
<map name="Map2" id="Map2">
<area shape="rect" coords="553,304,627,503" href="rooms/g.html" />
<area shape="rect" coords="309,259,554,338" href="rooms/f.html" />
<area shape="rect" coords="315,609,505,682" href="rooms/s.html" />
<area shape="rect" coords="551,581,673,620" href="rooms/p.html" />
<area shape="rect" coords="626,111,674,148" href="rooms/ea.html" />
<area shape="poly" coords="143,262,277,262,275,338,346,339,346,577,211,577,210,609,144,609" href="rooms/ww.html" />
<area shape="rect" coords="635,264,689,482" href="rooms/h.html" />
<area shape="rect" coords="273,149,620,250" href="rooms/b.html" />
<area shape="rect" coords="95,149,269,257" href="rooms/c.html" />
<area shape="rect" coords="347,339,553,608" href="rooms/y.html" />
<area shape="poly" coords="635,158,728,159,727,328,694,327,693,217,636,217,635,157" href="rooms/i.html" />
<area shape="poly" coords="694,412,727,411,728,575,632,576,632,526,692,525,693,413" href="rooms/l.html" />
<area shape="rect" coords="632,484,691,522" href="rooms/m.html" />
<area shape="poly" coords="625,504,557,505,557,577,585,577,585,535,623,534,625,504" href="rooms/n.html" />
<area shape="poly" coords="344,579,211,578,213,608,345,608,344,578" href="rooms/z.html" />
<area shape="rect" coords="291,608,315,682" href="rooms/t.html" />
<area shape="rect" coords="220,106,368,143" href="rooms/d.html" />
<area shape="rect" coords="427,104,488,147" href="rooms/ed.html" />
<area shape="rect" coords="544,105,625,145" href="rooms/e.html" />
<area shape="rect" coords="279,259,306,332" href="rooms/a.html" />
<area shape="rect" coords="557,265,630,302" href="rooms/r.html" />
<area shape="rect" coords="635,219,690,261" href="rooms/j.html" />
<area shape="rect" coords="692,332,725,408" href="rooms/k.html" />
<area shape="rect" coords="585,538,622,576" href="rooms/o.html" />
<area shape="rect" coords="284,683,430,734" href="rooms/x.html" />
<area shape="rect" coords="253,682,278,733" href="rooms/w.html" />
<area shape="rect" coords="218,681,250,733" href="rooms/v.html" />
<area shape="rect" coords="226,613,284,675" href="rooms/u.html" />
<area shape="rect" coords="145,613,223,671" href="rooms/aa.html" />
</map>
</p>
<p> </p>
<h2>History of excavations</h2>
<p>In 1820 Claudius James Rich, the East India Company’s resident in Baghdad, visited and provided the first modern description of Nimrud, but it was Austen Henry Layard undertook the first large-scale excavations at the site. From 1845 to 1847 and again from 1849 to 1851, Layard, with the assistance of Hormuzd Rassam (who would go on to excavate scores of other Babylonian and Assyrian sites, including Nineveh), uncovered the walls and southern part of the North-West Palace, the Ninurta Temple, South-West Palace, and the Ezida and Burnt Palace (which Layard called the South-East Palace). Layard also found the colossal gateway figures and impressive bas-reliefs that adorned the walls of the Northwest Palace, and the first of the magnificent “Nimrud Ivories.” Layard mistakenly assumed that the site of Nimrud contained the remains of ancient Nineveh, the final capital of the Assyrian Empire, and in 1849 he published an account of his adventures and excavations in Iraq. <i>Nineveh and its Remains</i> became an instant best seller and ignited the Victorian world’s fascination with ancient Mesopotamia. <br />
<br />
Shortly after the publication of <i>Nineveh and its Remains</i>, Layard left the excavation of Nimrud in the hands of Rassam. From 1854 to 1855, William K. Loftus took over from Rassam, extending the exposures of the Central Palace, the South-West Palace, the Nabu Temple, and the Burnt Palace. In the burnt palace he found a collection of ivories now known as the “Loftus Ivories.”</p>
<p>Between 1878 and 1880 Hormuzd Rassam returned to the site. Aside from his short excavation, the end of the 19th century and first half of the 20th century saw little serious archaeological work at Nimrud following Loftus’s excavations. </p>
<p>In 1949 the British School of Archaeology in Iraq (BSAI) sponsored renewed excavations at Nimrud under the direction of Sir Max Mallowan. The BSAI excavations continued until 1963 with David Oates and Jeffrey Orchard each succeeding Mallowan as director. The British teams worked on all areas of the acropolis and also excavated in the complex in the southeast corner of the site known as Fort Shalmaneser, where a large number of important ivories were found.</p>
<br><center>
<a href="mound_mallowan.jpg" target="link"> <img align="middle" src="mound_mallowantn.jpg" alt=""></a>
</center><br>
<p>After the close of the BSAI excavations, foreign expeditions were absent from Nimrud for some time, although the Iraqi Department of Antiquities conducted excavations and restoration work intermittently beginning in 1956. As part of the Iraqi project, Muyasser Sa’id excavated another collection of ivories in a courtyard of the Northwest Palace in 1975. </p>
<p>In 1974 foreign excavations resumed at Nimrud. The Polish archaeologist, Janusz Meuszynski, directed excavations on the acropolis palaces of Assurnasirpal II and Tiglath-Pileser III until 1976. Then, from 1987 to 1989, Paolo Fiorina and an Italian team of archaeologists surveyed the site and excavated at Fort Shalmaneser. In 1989, John Curtis and Dominique Collon of the British Museum continued excavations at Fort Shalmaneser.</p>
<p>Among the most significant recent discoveries at Nimrud are four tombs belonging to the royal women of Kalhu. Excavated between 1988 and 1990 by Muzahim Mahmud and the Iraq Department of Antiquities, these tombs held a remarkable collection of gold vessels and precious stones.</p>
<p> </p>
<h2>The Northwest Palace</h2>
<p>For one and a half centuries, the Northwest Palace was the king’s principle residence and the administrative center of the Assyrian empire. The building itself, over 200 meters long and at least 120 meters wide, is the largest and most significant structure on the site. It was here that Layard found the imposing inscribed and painted bas-relief panels that had adorned the walls of the palace. Layard and his successors also found bronze vessels and a number of elaborately carved ivory pieces discarded in wells, and which had once been inlaid into furniture. </p>
<br><center>
<a href="nwpalace_full.jpg" target="link"> <img align="middle" src="nwpalace_fulltn.jpg" alt=""></a></center><i><font size="2"> (source: Paley & Sobolewski [1987] plan 2)</i></font><br><br>
<p>The Northwest Palace was probably completed between 865 and 869 BC. Its inauguration was celebrated with a large banquet, a description of which is preserved in an inscription on a large stone slab found in the palace. The text describes the building of the city of Kalhu, the settlement of peoples from all over the kingdom in the city, the irrigation of orchards and gardens in the city, the dedication of temples, and the hunting and capture of exotic animals. Finally, the inscription describes the lavish dedicatory celebration, which was attended by 69,574 invitees from all over Assyria. According to Assurnasirpal, they were provided with an enormous amount of food, including 1,500 ducks, 500 geese, 10,000 turtle doves, 10,000 loaves of bread, 10,000 jugs of beer, 10,000 skins of wine, and quantities of nuts, sheep, spices, and vegetables. The text concludes with Assurnasirpal expressing satisfaction in the event: “For ten days I gave them food, I gave them drink, I had them bathe, and I had them anointed. (Thus) did I honor them (and) send them back to their lands in peace and joy” (Grayson 1991: 293).</p>
<!-- end .content --></div>
<!-- end .container --></div>
</body>
</html>