1857 in archaeology
Table of years in archaeology |
---|
Related time period or subjects |
Art Archaeology Architecture Literature Music Science more In Template:Year nav topic: extra parameters: science |
1857 in archaeology
Events
- Shadwell forgeries first made.
Excavations
- Coldrum Long Barrow in south east England.
Finds
- First artifacts of La Tène culture at La Tène, Switzerland
- Battersea Shield in the River Thames[1]
Publications
- William Wilde begins publication of a classified catalogue of the museum of the Royal Irish Academy.
Births
- 27 July - E. A. Wallis Budge, English Egyptologist (d. 1934)
Deaths
- 6 May - John Disney, English barrister and archaeologist (b. 1799)
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.
gollark: Paths are canonicalized before checking.
See also
- List of years in archaeology
- 1856 in archaeology
- 1858 in archaeology
References
- "The Battersea Shield". britishmuseum.org. Retrieved 18 May 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.