SS Ideal X

SS Ideal X, a converted World War II T-2 oil tanker, was the first commercially successful container ship.

Plan of the SS Ideal X
History
Name: Ideal X, ex-Potrero Hills, ex-Capt. John D.P., ex-Elemir[1]
Owner: Pan-Atlantic Steamship Company[2]
Port of registry: United States
Builder: Rebuilt as container ship at Bethlehem Steel, Baltimore, MD.[1]
Launched: 30 December, 1944
Completed: January 1945
Out of service: Sold for scrapping, 1965.[3]
Identification: Official number: 247155[4]
Fate: Scrapped in Japan, 1967.[3]
Notes: Former T2 tanker. Originally built by Marinship Corp. in Sausalito, California as yard number 158 in 1945.[4]
General characteristics
Class and type: T2-SE-A1
Tonnage: 16,460 GRT[4]
Length: 524 ft (160 m)[1]
Beam: 30 ft (9.1 m)[1]
Height: 68 ft (21 m)[1]
Propulsion: Elliot Company steam turbine, electric propulsion.[4]
Capacity:
  • 58 33-foot containers
  • 10,572 DWT[4]
The Ideal X was originally constructed as a T2 tanker, similar to the Hat Creek shown here in August 1943.

Built by The Marinship Corporation during World War II as Potrero Hills, she was later purchased by Malcom McLean's Pan-Atlantic Steamship Company.[5][6][7] In 1955, the ship was modified to carry shipping containers and rechristened Ideal X. During her first voyage in her new configuration, on April 26, 1956,[8] the Ideal X carried 58 containers from Port Newark, New Jersey, to Port of Houston, Texas, where 58 trucks were waiting to be loaded with the containers.[9] It was not the first container ship, however. The Clifford J. Rodgers, operated by the White Pass and Yukon Route, made its debut in 1955.

In 1959, the vessel was acquired by Bulgarian owners, who rechristened her Elemir. The Elemir suffered extensive damage during heavy weather on February 8, 1964, and was sold in turn to Japanese breakers. She was finally scrapped on October 20, 1964, in Hirao, Japan.

Notes

  1. Cudahy, 2004, p. 31.
  2. Cudahy, 2004, p. 30.
  3. Cudahy, 2004, p. 312.
  4. Cudahy, 2004, p. 290.
  5. "Marinship".
  6. "THe JoC: 175 Years of Change". Archived from the original on 2007-09-15.
  7. Cudahy, 2006.
  8. "The Port Authority of New York and New Jersey - Press Release".
  9. Levinson, 2006, p.1.
gollark: ```javascriptconst renderPlayer = (player) => { let str = "" for (let y = player.y - 5; y <= player.y + 5; y++) { for (let x = player.x - 10; x <= player.x + 10; x++) { let wallCol = getWallColor(x, y) if (x >= WIDTH) { str += wallCol } else if (y >= HEIGHT) { str += wallCol } else if (x < 0) { str += wallCol } else if (y < 0) { str += wallCol } else { let id = getEnemy(x, y) if (id != -1) { str += enemy_icons[enemies[id].id] } else { let id = getPlayer(x, y) if (id != -1) { str += players[id].icon } else { let id = getBonus(x, y) if (id != -1) { str += "?" } else { str += " " } } } } } str += "\n" } return str}```
gollark: YES, SOME OFFENSE.
gollark: As I said, this is not very good code.]
gollark: Every rendered tile.
gollark: I suppose baidicoot thought "hmm, how might I find whether a player is on a tile I'm rendering". Now, you might think "hmm yes, the solution to this is just to maintain a map of coordinates to entities, or something like that". But no! The game ITERATES OVER ALL PLAYERS FOR EVERY SINGLE TILE.

References


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