Hōjō Coal Mine Disaster

The Mitsubishi Hōjō mine disaster occurred December 15, 1914, in Kyushu, Japan. A gas explosion at the Hōjō (Hojyo) coal mine killed 687. It is the worst mining accident in Japanese history.[2]

Hojyo Coal Mine Disaster
American news coverage of the disaster
DateDecember 15, 1914
LocationMitsubishi Hōjō Coal Mine
CauseCoal Mine explosion
Casualties
687-1000 [A 1]

Mine details

Mitsubishi formally opened the Hōjō mine in 1908. It was the seventh mine in an elaborate network of mines known as the Mitsubishi Chikuho coalfield.[4] The mine was a shaft mine that pioneered deep shaft mining in Japan and was one of the deeper mines of its day, at parts was 295 feet (90 m) deep. [4]

Explosion

On December 15, 1914 coal dust and methane gas mixed together in the air until some sort of spark set off a giant explosion. The blast sent the mine shaft cage, used to take miners in and out of the mine, flying out of the mine shaft.

After the explosion, the owners of mine cut up hundreds of oranges and tossed them down the shaft thinking that the citrus would negate the poison gas fumes.[1] As the rescuers went down into the mine they "Each held a summer orange in their mouth and went down breathing only through their noses" under the same belief.[1] After a short while to prevent the fire from spreading underground and destroying valuable coal the mine's entrances were sealed to put out the fire but as a result, also killing anyone who survived the initial explosion underground.[3] As with most Japanese mines the wives worked with their husbands and an estimated 20% of those killed were women.[3]

Deaths by mine sector

Deaths by mine sector location.[3]

Sector Deaths
Left Nogi Ascent 112
Right Mata Descent area 250
New Oyama Fourth Descent area 60
Second New Kuroki Descent 88
Second New Mata, Right Slope 70
Ditto, Left No.3 Descent 50
Third New Mata Descent 50

Bibliography

Notes

  1. Different sources give different death tolls: 680[1] 686[2] Orii adumbrates report that Mitsubishi may have tried to cover up the actual death toll which in reality could have been as high as 1000 miners killed[3]
  1. Burton 2014, p. 72.
  2. Cleveland & Morris 2013, p. 74.
  3. Burton 2014, p. 73.
  4. Walker 2011, p. 188.

References

  • Burton, W. Donald (2014). Coal-Mining Women in Japan: Heavy Burdens. Routledge. ISBN 9781317800422.CS1 maint: ref=harv (link) - Total pages: 256
  • Cleveland, Cutler J.; Morris, Christopher G. (2013). Handbook of Energy: Chronologies, Top Ten Lists, and Word Clouds. Elsevier. ISBN 9780124170193.CS1 maint: ref=harv (link) - Total pages: 968
  • Walker, Brett L. (2011). Toxic Archipelago: A History of Industrial Disease in Japan. University of Washington Press. ISBN 9780295803012.CS1 maint: ref=harv (link) - Total pages: 352

gollark: ```lua if settings.get "potatOS.removable" then potatOS.actually_really_uninstall = function(hedgehog) if hedgehog == "76fde5717a89e332513d4f1e5b36f6cb" then print "Hedgehog valid. Deleting potatOS main code." fs.delete "/autorun" else error "Invalid hedgehog! Expected 76fde5717a89e332513d4f1e5b36f6cb." end end end```Also this bit, optionally.
gollark: ```lua begin_uninstall_process = function() print "Please wait. Generating semiprime number..." local p1 = findprime(math.random(2, 100000)) local p2 = findprime(math.random(2, 100000)) local num = p1 * p2 print("Please find the prime factors of the following number:", num) write "Factor 1: " local f1 = tonumber(read()) write "Factor 2: " local f2 = tonumber(read()) if (f1 == p1 and f2 == p2) or (f2 == p1 and f1 == p2) then term.clear() term.setCursorPos(1, 1) print "Accepted. Moving startup." fs.delete "old-potatOS-startup" fs.move("startup", "old-potatOS-startup") print "Press any key to continue." os.pullEvent "key" os.reboot() else print("Factors", f1, f2, "invalid.", p1, p2, "expected.") end end```This bit is the uninstaller.
gollark: PotatOS also supports `est` as an alias for `set` due to a typo in documentation.
gollark: ```lua process.spawn(function() local signs = {peripheral.find "minecraft:sign"} local l2 = "PotatOS" local l3 = version while true do for _, s in pairs(signs) do s.setSignText("\167k" .. randbytes(16), l2, l3, "\167k" .. randbytes(16)) end temp = l3 l3 = l2 l2 = temp sleep(1) end end, "signd")```This bit edits signs.
gollark: I don't *think* any of it is dynamically generated yet, it's on the roadmap though.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.