Stennis


Book Description




Debating Vietnam


Book Description

In the midst of the Vietnam War, two titans of the Senate, J. William Fulbright and John C. Stennis, held public hearings to debate the conflict's future. In this intriguing new work, historian Joseph A. Fry provides the first comparative analysis of these inquiries and the senior southern Senators who led them. The Senators' shared aim was to alter the Johnson administration's strategy and bring an end to the war--but from dramatically different perspectives. Fulbright hoped to pressure Johnson to halt escalation and seek a negotiated settlement, while Stennis wanted to prompt the President to bomb North Vietnam more aggressively and secure a victorious end to the war. Publicized and televised, these hearings added fuel to the fire of national debate over Vietnam policy and captured the many arguments of both hawks and doves. Fry details the dramatic confrontations between the Senate committees and the administration spokesmen, Dean Rusk and Robert McNamara, and he probes the success of congressional efforts to influence Vietnam policy. Ultimately, Fry shows how the Fulbright and Stennis hearings provide vivid insight into the debate over why the United States was involved in Vietnam and how the war should be conducted.




Way Station to Space


Book Description




Stennis Space Center


Book Description

Originally known simply as Mississippi Field Operations, Stennis Space Center arose from the dissolution of two towns and several surrounding communities that had served the lumber industry since the 1800s. Its sole purpose was to static test the free world's most powerful rockets after they arrived by barge via the Pearl River. Spurred on by an intense Cold War race to the moon, the National Aeronautics and Space Administration (NASA) battled mud, mosquitoes, and snakes as it cleared the way for its colossal test stands for the Apollo program. When completed, the A & B Test Complexes towered between 200 and 400 feet high, the tallest structures in the state of Mississippi in 1965. Dr. Wernher von Braun, the first director of Marshall Space Flight Center, was fond of saying that "to get to the moon, we will have to go through Mississippi to get there!" Today, Stennis Space Center is NASA's largest propulsion test complex and also home to a diverse collection of resident agencies: federal, military, private, local, national, and international.










A Return to Stennis


Book Description

An insidious invasion force of extraterrestrials penetrates our government in Washington DC and elsewhere to the point of saturation. Smart engineers at NASA identify the threat and seek to disarm it by any means available. The adventure unfolds and results in a powerful political statement with ramifications beyond the original intent of the patriotic engineers at the Stennis Space Center.







Local People


Book Description

Traces the monumental battle waged by civil rights organizations and by local people to establish basic human rights for all citizens of Mississippi




Tile-Based Geospatial Information Systems


Book Description

Tile-based mapping systems have grown to become the dominant form of mapping system with the rise of Web-based mapping tools. The origin of this book is a desire to collect all our discoveries, techniques, and best practices for creating a til- mapping system into one combined volume. The intent of this text is to provide a comprehensive guide to the theory behind creating a tiled-map system as well as a practical guide to create a concrete implementation. Stennis Space Center, MS John Sample May 2010 Elias Ioup vii Acknowledgements The authors would like to thank the Naval Research Laboratory’s Base Program, program element number 0602435N, for sponsoring this research. Additionally, the following people provided technical assistance without which this book would not have been possible: Perry Beason, Frank McCreedy, Norm Schoenhardt, Brett Hode, Bruce Lin, Annie Holladay, Juliette Ioup, and Hillary Mesick. ix Contents 1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1. 1 Background of Web-Based Mapping Applications . . . . . . . . . . . . . . . 1 1. 2 Properties of tile-based mapping systems . . . . . . . . . . . . . . . . . . . . . . . 2 1. 3 Book Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2 Logical Tile Schemes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2. 1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2. 2 Global Logical Tile Scheme . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2. 3 Blue Marble Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2. 4 Mercator-Based Schema . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2. 5 Variable Start Tile Schemes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2. 6 Standardized Schema . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 3 Tiled Mapping Clients . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 3. 1 Tile Calculation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 3. 1. 1 Discrete Map Scales . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 3. 1. 2 Continuous Map Scales . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 3. 2 Tile Retrieval . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 3. 2. 1 Local Tile Storage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .