1,371 research outputs found

    Understanding Women Leaders in a Male-Dominated Profession: A Study of the United States Marine Corps\u27 Women Generals

    Get PDF
    Contemporary organizations are increasingly realizing that future success requires a significant shift in leadership due to globalization, flattened organizational command and control structures, rapid technology growth, and the shift from manufacturing to service industries. Specifically, current leaders and scholars have begun to recognize the importance of employee diversity within organizations, and in particular the critical need to tap into the underutilized half of the population—women. Yet, the efforts to recruit, develop or retain women has been minimal, leading to metaphors such as glass ceiling and labyrinth, which characterize the institutional, social and personal barriers women encounter when seeking high-level leadership positions. While many women have pushed past these barriers, the current body of literature tends to focus more on the challenges that serve to hold women back. As a result, there are few studies of highly successful women in high-level leadership positions, and even fewer of those that have examined successful women in male-dominated career fields such as the United States Marine Corps. Although the organization is noted for rigid institutional barriers and pervasive gender bias, women have been able to achieve the highest positions of responsibility within the the Corps’ general-level ranks. This exploratory case study/cross-case analysis examined the career trajectories of eight of the ten women Marines who achieved the rank of general, revealing the complexity of navigating success in the male-dominated context of the Marine Corps. An exploration of personal, organizational, and cultural influences revealed three themes consistent across the women generals: a willingness to settle for short-term career goals, the privileging of their Marine identity, and a strong affinity with the core values of the Corps’ culture. Beyond this, the women generals attributed their success to an array of differing strategies, motivations, and decisions. As Brigadier General Reals concluded, “There is no magical path or yellow brick road” leading to success of women in the Marine Corps. This inquiry not only offers a rare glimpse into the careers of successful military women, but also provides greater understanding of some of the factors that support and challenge leadership achievement for women more generally

    Operationally Efficient Propulsion System Study (OEPSS) data book. Volume 2: Ground operations problems

    Get PDF
    Operations problems and cost drivers were identified for current propulsion systems and design and technology approaches were identified to increase the operational efficiency and to reduce operations costs for future propulsion systems. To provide readily usable data for the ALS program, the results of the OEPSS study were organized into a series of OEPSS Data Books. This volume presents a detailed description of 25 major problems encountered during launch processing of current expendable and reusable launch vehicles. A concise description of each problem and its operational impact on launch processing is presented, along with potential solutions and technology recommendation

    Transforming AdaPT to Ada

    Get PDF
    This paper describes how the main features of the proposed Ada language extensions intended to support distribution, and offered as possible solutions for Ada9X can be implemented by transformation into standard Ada83. We start by summarizing the features proposed in a paper (Gargaro et al, 1990) which constitutes the definition of the extensions. For convenience we have called the language in its modified form AdaPT which might be interpreted as Ada with partitions. These features were carefully chosen to provide support for the construction of executable modules for execution in nodes of a network of loosely coupled computers, but flexibly configurable for different network architectures and for recovery following failure, or adapting to mode changes. The intention in their design was to provide extensions which would not impact adversely on the normal use of Ada, and would fit well in style and feel with the existing standard. We begin by summarizing the features introduced in AdaPT

    Programming in a proposed 9X distributed Ada

    Get PDF
    The studies of the proposed Ada 9X constructs for distribution, now referred to as AdaPT are reported. The goals for this time period were to revise the chosen example scenario and to begin studying about how the proposed constructs might be implemented. The example scenario chosen is the Submarine Combat Information Center (CIC) developed by IBM for the Navy. The specification provided by IBM was preliminary and had several deficiencies. To address these problems, some changes to the scenario specification were made. Some of the more important changes include: (1) addition of a system database management function; (2) addition of a fourth processing unit to the standard resources; (3) addition of an operator console interface function; and (4) removal of the time synchronization function. To implement the CIC scenario in AdaPT, the decided strategy were publics, partitions, and nodes. The principle purpose for implementing the CIC scenario was to demonstrate how the AdaPT constructs interact with the program structure. While considering ways that the AdaPt constructs might be translated to Ada 83, it was observed that the partition construct could reasonably be modeled as an abstract data type. Although this gives a useful method of modeling partitions, it does not at all address the configuration aspects on the node construct

    Operationally Efficient Propulsion System Study (OEPSS) data book. Volume 5: OEPSS final briefing for first year study

    Get PDF
    This study was initiated to identify operations problems and cost drivers for current propulsion systems and to identify technology and design approaches to increase the operational efficiency and reduce operations costs for future propulsion systems. To provide readily usable data for the Advanced Launch System (ALS) Program, the results of the Operationally Efficient Propulsion System Study (OEPSS) were organized into a series of OEPSS Data Books. This volume contains the final briefing on the OEPSS first-year effort. This briefing was presented to MSFC as part of an effort to promote greater interaction between the design community and the launch site operator

    Transforming AdaPT to Ada9x

    Get PDF
    How the concepts of AdaPT can be transformed into programs using the object oriented features proposed in the preliminary mapping for Ada9x are described. Emphasizing, as they do, the importance of data types as units of program, these features match well with the development of partitions as translations into Abstract Data Types which was exploited in the Ada83 translation covered in report R3. By providing a form of polymorphic type, the Ada83 version also gives support for the conformant partition idea which could be achieved in Ada83 only by using UNCHECKED CONVERSIONS. It is assumed that the reader understands AdaPT itself, but the translation into Ada83 is briefly reviewed, by applying it to a small example. This is then used to show how the same translation would be achieved in the 9x version. It is important to appreciate that the distribution features which are proposed in current mapping are not used or discussed in any detail, as those are not well matched to the AdaPT approach. Critical evaluation and comparison of these approaches is given in a separate report

    Distributed and parallel Ada and the Ada 9X recommendations

    Get PDF
    Recently, the DoD has sponsored work towards a new version of Ada, intended to support the construction of distributed systems. The revised version, often called Ada 9X, will become the new standard sometimes in the 1990s. It is intended that Ada 9X should provide language features giving limited support for distributed system construction. The requirements for such features are given. Many of the most advanced computer applications involve embedded systems that are comprised of parallel processors or networks of distributed computers. If Ada is to become the widely adopted language envisioned by many, it is essential that suitable compilers and tools be available to facilitate the creation of distributed and parallel Ada programs for these applications. The major languages issues impacting distributed and parallel programming are reviewed, and some principles upon which distributed/parallel language systems should be built are suggested. Based upon these, alternative language concepts for distributed/parallel programming are analyzed

    On-line replacement of program modules using AdaPT

    Get PDF
    One purpose of our research is the investigation of the effectiveness and expressiveness of AdaPT(1), a set of language extensions to Ada 83, for distributed systems. As a part of that effort, we are now investigating the subject of replacing, e.g., upgrading, software modules while the software system remains in operation. The AdaPT language extension provide a good basis for this investigation for several reasons: (1) they include the concept of specific, self-contained program modules which can be manipulated; (2) support for program configuration is included in the language; and (3) although the discussion will be in terms of the AdaPT language, the AdaPT to Ada 83 conversion methodology being developed as another part of this project will provide a basis for the application of our findings to Ada 83 systems. The purpose of this investigation is to explore the basic mechanisms to the replacement process. Thus, while replacement in the presence of real-time deadlines, heterogeneous systems, and unreliable networks is certainly a topic of interest, we will first gain an understanding of the basic processes in the absence of such concerns. The extension of the replacement process to more complex situations can be made later. This report will establish an overview of the on-line upgrade problem, and present a taxonomy of the various aspects of the replacement process

    Programming in a proposed 9X distributed Ada

    Get PDF
    The proposed Ada 9X constructs for distribution was studied. The goal was to select suitable test cases to help in the evaluation of the proposed constructs. The examples were to be considered according to the following requirements: real time operation; fault tolerance at several different levels; demonstration of both distributed and massively parallel operation; reflection of realistic NASA programs; illustration of the issues of configuration, compilation, linking, and loading; indications of the consequences of using the proposed revisions for large scale programs; and coverage of the spectrum of communication patterns such as predictable, bursty, small and large messages. The first month was spent identifying possible examples and judging their suitability for the project

    Curvilinear grids for sinuous river channels

    Get PDF
    In order to effectively analyze the flow in sinuous river channels, a curvilinear grid system was developed for use in the appropriate hydrodynamic code. The CENTERLINE program was designed to generate a two dimensional grid for this purpose. The Cartesian coordinates of a series of points along the boundaries of the sinuous channel represent the primary input to CENTERLINE. The program calculates the location of the river centerline, the distance downstream along the centerline, and both radius of curvature and channel width as a function of such distance downstream. These parameters form the basis for the generation of the curvilinear grid. Based on input values for longitudinal and lateral grid spacing, the corresponding grid system is generated and a file is created containing the appropriate parameters for use in the associated explicit finite difference hydrodynamic programs. Because of the option for a nonuniform grid, grid spacing can be concentrated in areas containing the largest flow gradients
    corecore