Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Document templates

Kanholm, Jack. ISO 14001 Manual and Procedures EMS Manual, 21 Procedures and Forms, Pasadena, Calif. AQA Press, 1999. - A CD-ROM containing a full set of formatted document templates and procedures, including a model EMS manual, that conform to the ISO 14001 standard. [Pg.386]

Most people have seen the cartoon — a big complex diagram of some outfit s Methodology it s got all sorts of purposeful-sounding tasks, numerous feedback loops and checkpoints, extensive forms and documentation templates to fill out, matrices to put check marks against and metrics to tell you how well you are doing. Inputs to analysis at one end, code out at the other. But in the middle of all this busy activity, all arrows converge sooner or later on the box that says And Then A Miracle Happens ... [Pg.632]

To make the use of these validation procedures easier, many organizations are developing document templates and tools to assist practitioners to prepare, review, and approve documents in a rapid, quality-conscious fashion. [Pg.53]

A description of the document content by describing the internal structure (i.e., the syntax) of the document, for example through a document template. [Pg.111]

Document registration and coding Version and configuration control Storage, retrieval and backup Editorial standards Common terms and definitions Document templates, branding and copyright notices Peer review and sign-off processes... [Pg.137]

Alarm Philosophy Document Template, Exida Consulting LLC http //www.exida.com/images/ uploads/exida Alarm Philosophy Sample (Oct 2011).pdf. [Pg.696]

In the present situation, a paper version of the publication would in many cases be the only output accessible some time after the termination of the project. With the help of the system presented in this paper, the researcher first of all uses templates, enabling him/her to create standardized spreadsheets. A database for references together with document templates allow the researcher to create a publication, which meets the particular layout required, and at the same time serves as a base for a standardized XML-ftle (to be automatically created). The created files as well as raw data files are submitted to the central database, which validates the structure and asks for additional information about the resources supplied and their interconnections. The latter can be edited with a graphical user interface (figure 1), which provides access to the particular struc-... [Pg.332]

Safety evidence Document templates Incorporation of documentation into SLCM... [Pg.142]

Saponara, Anthony, and Randy A. Roig, Ph.D. ISO 14001 Environmental Management Systems A Complete Implementation Guide. Vancouver ERM-West, Inc. and STP Specialty Technical Publishers Inc., 1998. - A very extensive, two-volume ISO 14001 implementation manual containing dozens of checklists, prototype charts, templates, document examples, and other tools. Uses Green Acres Hotel and Resort as a case illustration for presenting implementation principles, techniques, and tools. [Pg.387]

Some investigators described artifactual DNA sequence alterations after formalin fixation, when testing DNA samples extracted from FFPE tissues. Williams et al.46 reported that up to one mutation artifact per 500 bases was found in FFPE tissue. They also found that the chance of artificial mutations in FFPE tissue sample was inversely correlated with the number of cells used for DNA extraction that is, the fewer cells, the more the artifacts. However, they mentioned that these artifacts can be distinguished from true mutations by confirmational sequencing of independent amplification products, in essence comparing the product of different batches. Quach et al.47 documented that damaged bases can be found in DNA extracted from FFPE tissues, but are still readable after in vitro translesion synthesis by Taq DNA polymerase. They pointed out that appropriate caution should be exercised when analyzing small numbers of templates or cloned PCR products derived from FFPE tissue samples. [Pg.55]

To summarize, the templates continue to function as the seminal documents that help to create a more unified national approach to the development of hydrogen and fuel cell codes and standards. The templates and the National Hydrogen and Fuel Cells Codes and Standards Coordinating Committee that was formed to manage the templates have created a "virtual national forum" for SDOs, CDOs, industry, government, and other interested parties to address codes and standards issues, both immediate and long-term. [Pg.483]

A range of direct syntheses have been performed under conditions of moderate to low dilution but have still led to isolation of the required cyclic product in reasonable to high yields. In some of these so-called direct syntheses, ions such as sodium or potassium were present in the reaction solution. It has often been suspected (and has been documented for a number of systems) that these ions may also undertake a template role. In this manner, such syntheses may fall between the extreme direct and in situ categories mentioned at the beginning of this chapter. There is little doubt that such an effect is the source of the larger-than-expected yields obtained in some syntheses of this type. Nevertheless, this is not always the case and there are further mechanisms for assisting cyclization which may operate for particular systems. For such systems, special circumstances usually appear to be present. Examples of this latter type are discussed later in this chapter. [Pg.22]

Examples of the operation of both types of effect have been documented. Nevertheless, while these effects are useful concepts, as mentioned previously, very often the role of the metal ion in a given in situ reaction may be quite complex and, for instance, involve aspects of both effects. As well, the metal may play less obvious roles in such processes. For example, it may mask or activate individual functional groups or influence the reaction in other ways not directly related to the more readily defined steric influences inherent in both template effects. [Pg.28]

Examples of template procedures in which the ring-closing condensation involves reaction at a centre other than a donor atom have been documented. In an early synthesis of this type, the reaction of bis-(dimethylglyoximato)nickel(n) (62) with boron trifluoride was demonstrated to yield the corresponding complex of the N4-donor macrocycle (63) (Schrauzer, 1962 Umland Thierig, 1962). In this reaction the proton of each bridging oxime linkage is replaced by a BF2+ moiety. X-ray... [Pg.30]

Template contributions. Alkali metal ions have been documented to play a template role in a number of crown syntheses. Thus, for example, the presence of K+ has been shown to promote the formation of 18-crown-6 in syntheses such as [4.2] (Green, 1972) intermediates of type (174) are... [Pg.93]

When you separately refine the action (Chapter 6, Abstraction, Refinement, and Testing), it is useful to document the refinement textually in a use case template. [Pg.190]

We will use the idea of join again when we discuss model frameworks in Chapter 9, Model Frameworks and Template Packages. Partial models kept in libraries can be composed to make complete models their documentation need be kept only in one place. [Pg.217]

Do not lose sight of the domain terms even in your code. Use refinement to maintain trace-ability even as your code becomes more decoupled and reusable. Wherever possible, recast the problem domain descriptions themselves using these orthogonal and more abstract views remember, you are actively constructing a model of reality and not passively discovering it. Use frameworks (see Chapter 9, Model Frameworks and Template Packages) to explicitly document the mapping from domain terms to terms and roles in the abstract problem descriptions. [Pg.303]

In the provisions section, you can put any model to which the substituted types must already conform.6 Thus, you can require that one substituted type be a subtype of another or that they have some relationship (see Section 9.2.1, Framework Applications Are Not Subtypes) or satisfy some predicate. The designer who applies the template must check, perhaps with help from a tool, that all the other parts of his or her model imply the properties laid down as provisions, and this should be documented much as a refinement is documented. [Pg.387]

One of the problems with inheritance frameworks is that they are white-box in nature The extender of a framework must study and understand the source code in order to make extensions and to understand which methods to override, which other (template) methods that override will affect, and how the set of overridden methods must behave for the framework to function properly. The real reason for this legacy is that the vertical interfaces of class frameworks have rarely been documented explicitly, abstracting away from the code. [Pg.500]

The basic idea of plugging in to a code framework shows up in different ways in different languages, including C++ templates, component/connector technologies, and class hierarchies. The latter tend to be overused it is often better to replace the inheritance with composition and explicit forwarding and to use types to document the subtle call patterns between superclasses and subclasses. [Pg.501]

We performed a benchmark analysis on a set of genes for which the full mRNA and/or the pertinent protein sequence was documented in the literature. Instead of clustering ESTs without any template, we aligned them by a BLAST search (Altshul et al., 1997) to this set of master mRNA sequences and looked in these alignments for variant letters. We applied a set of filters as follows ... [Pg.423]


See other pages where Document templates is mentioned: [Pg.518]    [Pg.35]    [Pg.32]    [Pg.540]    [Pg.309]    [Pg.2386]    [Pg.103]    [Pg.106]    [Pg.518]    [Pg.35]    [Pg.32]    [Pg.540]    [Pg.309]    [Pg.2386]    [Pg.103]    [Pg.106]    [Pg.60]    [Pg.42]    [Pg.62]    [Pg.669]    [Pg.1035]    [Pg.245]    [Pg.246]    [Pg.64]    [Pg.330]    [Pg.21]    [Pg.21]    [Pg.307]    [Pg.410]    [Pg.548]    [Pg.632]    [Pg.366]   
See also in sourсe #XX -- [ Pg.309 ]




SEARCH



© 2024 chempedia.info