942 resultados para policing with the community


Relevância:

100.00% 100.00%

Publicador:

Resumo:

During its 1990 operation, 2 large RF systems were available on JET. The Ion Cyclotron Resonance Heating (ICRH) system was equipped with new beryllium screens and with feedback matching systems. Specific impurities generated by ICRH were reduced to negligible levels even in the most stringent H-mode conditions. A maximum power of 22 MW was coupled to L-mode plasmas. High quality H-modes (tau-E greater-than-or-equal-to 2.5 tau-EG) were achieved using dipole phasing. A new high confinement mode was discovered. It combines the properties of the H-mode regime to the low central diffusivities obtained by pellet injection. A value of n(d) tau-E T(i) = 7.8 x 10(20) m-3 s keV was obtained in this mode with T(e) approximately T(i) approximately 11 keV. In the L-mode regime, a regime, a record (140 kW) D-He-3 fusion power was generated with 10 - 14 MW of ICRH at the He-3 cyclotron frequency. Experiments were performed with the prototype launcher of the Lower Hybrid Current Drive (LHCD) systems with coupled power up to 1.6 MW with current drive efficiencies up to < n(e) > R I(CD)/P = 0.4 x 10(20) m-2 A/W. Fast electrons are driven by LHCD to tail temperatures of 100 keV with a hollow radial profile. Paradoxically, LHCD induces central heating particularly in combination with ICRH. Finally we present the first observations of the synergistic acceleration of fast electrons by Transit Time Magnetic Pumping (TTMP) (from ICRH) and Electron Landau Damping (ELD) (from LHCD). The synergism generates TTMP current drive even without phasing the ICRH antennae.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The strain energy density criterion is used to characterize subcritical crack growth in a thin aluminum alloy sheet undergoing general yielding. A finite element analysis which incorporates both material and geometrical nonlinear behaviors of the cracked sheets is developed to predict fracture loads at varying crack growth increments. The predicted results are in excellent agreement with those measured experimentally, thus confirming the validity of the strain energy density criterion for characterizing ductile crack propagation.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The Channel Islands—sometimes called the Galapagos of North America—are known for their great beauty, rich biodiversity, cultural heritage, and recreational opportunities. In 1980, in recognition of the islands’ importance, the United States Congress established a national park encompassing 5 of California’s Channel Islands (Santa Barbara, Anacapa, Santa Cruz, Santa Rosa, and San Miguel Islands) and waters within 1 nautical mile of the islands. In the same year, Congress declared a national marine sanctuary around each of these islands, including waters up to 6 nautical miles offshore. Approximately 60,000 people visit the Channel Islands each year for aquatic recreation such as fishing, sailing, kayaking, wildlife watching, surfing, and diving. Another 30,000 people visit the islands for hiking, camping, and sightseeing. Dozens of commercial fishing boats based in Santa Barbara, Ventura, Oxnard, and other ports go to the Channel Islands to catch squid, spiny lobster, sea urchin, rockfish, crab, sheephead, flatfish, and sea cucumber, among other species. In the past few decades, advances in fishing technology and the rising number of fishermen, in conjunction with changing ocean conditions and diseases, have contributed to declines in some marine fishes and invertebrates at the Channel Islands. In 1998, citizens from Santa Barbara and Ventura proposed establishment of no-take marine reserves at the Channel Islands, beginning a 4-year process of public meetings, discussions, and scientific analyses. In 2003, the California Fish and Game Commission designated a network of marine protected areas (MPAs) in state waters around the northern Channel Islands. In 2006 and 2007, the National Oceanic and Atmospheric Administration (NOAA) extended the MPAs into the national marine sanctuary’s deeper, federal waters. To determine if the MPAs are protecting marine species and habitats, scientists are monitoring ecological changes. They are studying changes in habitats; abundance and size of species of interest; the ocean food web and ecosystem; and movement of fish and invertebrates from MPAs to surrounding waters. Additionally, scientists are monitoring human activities such as commercial and recreational fisheries, and compliance with MPA regulations. This booklet describes some results from the first 5 years of monitoring the Channel Islands MPAs. Although 5 years is not long enough to determine if the MPAs will accomplish all of their goals, this booklet offers a glimpse of the changes that are beginning to take place and illustrates the types of information that will eventually be used to assess the MPAs’ effectiveness. (PDF contains 24 pages.)

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Euhrychiopsis lecontei RAYMOND M. NEWMAN 1 AND DAVID D. BIESBOER 2 ABSTRACT The native milfoil weevil, Euhrychiopsis lecontei Dietz, is a candidate biological control agent for the exotic Eurasian watermilfoil ( Myriophyllum spicatum L.) in northern North America. Declines of Eurasian watermilfoil populations have been associated with the weevil but many of these examples are poorly documented. We report the first documented decline of Eurasian watermilfoil in Minnesota due to the milfoil weevil.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

ADMB2R is a collection of AD Model Builder routines for saving complex data structures into a file that can be read in the R statistics environment with a single command.1 ADMB2R provides both the means to transfer data structures significantly more complex than simple tables, and an archive mechanism to store data for future reference. We developed this software because we write and run computationally intensive numerical models in Fortran, C++, and AD Model Builder. We then analyse results with R. We desired to automate data transfer to speed diagnostics during working-group meetings. We thus developed the ADMB2R interface to write an R data object (of type list) to a plain-text file. The master list can contain any number of matrices, values, dataframes, vectors or lists, all of which can be read into R with a single call to the dget function. This allows easy transfer of structured data from compiled models to R. Having the capacity to transfer model data, metadata, and results has sharply reduced the time spent on diagnostics, and at the same time, our diagnostic capabilities have improved tremendously. The simplicity of this interface and the capabilities of R have enabled us to automate graph and table creation for formal reports. Finally, the persistent storage in files makes it easier to treat model results in analyses or meta-analyses devised months—or even years—later. We offer ADMB2R to others in the hope that they will find it useful. (PDF contains 30 pages)

Relevância:

100.00% 100.00%

Publicador:

Resumo:

C2R is a collection of C routines for saving complex data structures into a file that can be read in the R statistics environment with a single command.1 C2R provides both the means to transfer data structures significantly more complex than simple tables, and an archive mechanism to store data for future reference. We developed this software because we write and run computationally intensive numerical models in Fortran, C++, and AD Model Builder. We then analyse results with R. We desired to automate data transfer to speed diagnostics during working-group meetings. We thus developed the C2R interface to write an R data object (of type list) to a plain-text file. The master list can contain any number of matrices, values, dataframes, vectors or lists, all of which can be read into R with a single call to the dget function. This allows easy transfer of structured data from compiled models to R. Having the capacity to transfer model data, metadata, and results has sharply reduced the time spent on diagnostics, and at the same time, our diagnostic capabilities have improved tremendously. The simplicity of this interface and the capabilities of R have enabled us to automate graph and table creation for formal reports. Finally, the persistent storage in files makes it easier to treat model results in analyses or meta-analyses devised months—or even years—later. We offer C2R to others in the hope that they will find it useful. (PDF contains 27 pages)

Relevância:

100.00% 100.00%

Publicador:

Resumo:

For2R is a collection of Fortran routines for saving complex data structures into a file that can be read in the R statistics environment with a single command.1 For2R provides both the means to transfer data structures significantly more complex than simple tables, and an archive mechanism to store data for future reference. We developed this software because we write and run computationally intensive numerical models in Fortran, C++, and AD Model Builder. We then analyse results with R. We desired to automate data transfer to speed diagnostics during working-group meetings. We thus developed the For2R interface to write an R data object (of type list) to a plain-text file. The master list can contain any number of matrices, values, dataframes, vectors or lists, all of which can be read into R with a single call to the dget function. This allows easy transfer of structured data from compiled models to R. Having the capacity to transfer model data, metadata, and results has sharply reduced the time spent on diagnostics, and at the same time, our diagnostic capabilities have improved tremendously. The simplicity of this interface and the capabilities of R have enabled us to automate graph and table creation for formal reports. Finally, the persistent storage in files makes it easier to treat model results in analyses or meta-analyses devised months—or even years—later. We offer For2R to others in the hope that they will find it useful. (PDF contains 31 pages)

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The evidence collected concerning the biocentric judgment that young children express when evaluating human actions on the environment leads some scholars to suggest that an essential understanding of the notion of living beings should appear earlier than previously believed. This research project aims to study that assumption. To this end, young children’s choice when they are put in situation of having to compare and choose the most negative option between environmentally harmful actions and the breaking of social conventions are examined. Afterwards, the results are categorized in relation to those obtained from the study of children’s grasp of the distinction between living beings and inanimate entities. The data is analysed according to the individuals’ age and overall, it suggests a lack of relationship between environmental judgment and the understanding of the concept of living beings. The final results are discussed in keeping with recent research in the field of moral development that underscores the role that unconscious emotional processing plays in the individual’s normative judgment.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Santamaría, José Miguel; Pajares, Eterio; Olsen, Vickie; Merino, Raquel; Eguíluz, Federico (eds.)

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The CFDO-SCALE-STREAM Stakeholders Meeting was held on the 16th and morning of the 17th of May 2002 in the Department of Fisheries (DOF). This was the first opportunity for a range of stakeholders to gather for presentations and discussions on the STREAM Initiative and its partnership with the Community Fisheries Development Office (CFDO) and the Cambodian NGO SCALE. (PDF contains 18 pages)

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Bibliography of research done on oyster toadfish (PDF contains 10 pages)