Tall Hujayrat Al-Ghuzlan

Tall Hujayrat Al-Ghuzlan is an archaeological site during the Chalcolithic period that lies 4 km north of modern-day Aqaba city in Jordan. Tall Hujayrat Al-Ghuzlan and the neighboring Tall Al-Magass site in Aqaba both have extensive evidence of significant copper production and trade in the region.[1]

View of the site
Archaeological discoveries from the site on display at the Aqaba Archaeological Museum

Overview

Archaeologists from University of Jordan discovered the site. They found a building whose walls were inscribed with human and animal drawings which suggested that the building was used as a religious site. The people who inhabited the site had developed an extensive water system for irrigating their crops (mostly grapes and wheat). Searchers also uncovered several different-sized clay pots, suggesting that copper production was a major industry in the region (the pots were possibly used in melting the copper and reshaping it). Scientific studies performed onsite revealed that it had undergone two earthquakes, with the latter one leaving the site completely destroyed.[2]

gollark: Er, doesn't CC Tweaked allow it?
gollark: I was asking hydraz what he thought the page should look like.
gollark: <@107118134875422720>
gollark: Well, *sorry*. What do you *want* on it?
gollark: I've written```Coroutines are Lua's way of handling concurrency - running multiple things "at once". They act somewhat similarly to threads on computers, except coroutines must explicitly transfer control back to their parent - only one is actually run at any given time. This is what [[coroutine.yield]] does. Many things internally use [[coroutine.yield]], such as [[os.pullEvent]], [[sleep]] and anything else which waits for events.You can create a coroutine with [[coroutine.create]] - pass it a function and it will return a coroutine. This coroutine will initially not be running (use [[coroutine.status]] to check its status - it should show "suspended")See also [http://lua-users.org/wiki/CoroutinesTutorial the Lua users' wiki].```so far, but I'm really not too great at documentation...

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.