4 resultados para 659999 Other (e.g. safety)

em Boston University Digital Common


Relevância:

30.00% 30.00%

Publicador:

Resumo:

An investigation of 24 buildings in the Greater Boston Area revealed that one-third (8 of 24) contained caulking materials with polychlorinated biphenyl (PCB) content exceeding 50 ppm by weight, which is the U.S. Environmental Protection Agency (U.S. EPA) specified limit above which this material is considered to be PCB bulk product waste. These buildings included schools and other public buildings. In a university building where similar levels of PCB were found in caulking material, PCB levels in indoor air ranged from 111 to 393 ng/m3; and in dust taken from the building ventilation system, < 1 ppm to 81 ppm. In this building, the U.S. EPA mandated requirements for the removal and disposal of the PCB bulk product waste as well as for confirmatory sampling to ensure that the interior and exterior of the building were decontaminated. Although U.S. EPA regulations under the Toxic Substances Control Act stipulate procedures by which PCB-contaminated materials must be handled and disposed, the regulations apparently do not require that materials such as caulking be tested to determine its PCB content. This limited investigation strongly suggests that were this testing done, many buildings would be found to contain high levels of PCBs in the building materials and potentially in the building environment. The presence of PCBs in schools is of particular concern given evidence suggesting that PCBs are developmental toxins.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This collection primarily contains correspondence from Wright’s years as president of ASOR. Material dates as far back as 1957, and proceed into the early 1970’s. Some of Wright’s more notable correspondents include William F. Albright, A. Henry Detweiler, Paul W. Lapp, William Reed, and Dean Seiler. Subject-specific correspondence includes records of expenditures, budget planning, corporate memberships, and the Jerusalem School.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

snBench is a platform on which novice users compose and deploy distributed Sense and Respond programs for simultaneous execution on a shared, distributed infrastructure. It is a natural imperative that we have the ability to (1) verify the safety/correctness of newly submitted tasks and (2) derive the resource requirements for these tasks such that correct allocation may occur. To achieve these goals we have established a multi-dimensional sized type system for our functional-style Domain Specific Language (DSL) called Sensor Task Execution Plan (STEP). In such a type system data types are annotated with a vector of size attributes (e.g., upper and lower size bounds). Tracking multiple size aspects proves essential in a system in which Images are manipulated as a first class data type, as image manipulation functions may have specific minimum and/or maximum resolution restrictions on the input they can correctly process. Through static analysis of STEP instances we not only verify basic type safety and establish upper computational resource bounds (i.e., time and space), but we also derive and solve data and resource sizing constraints (e.g., Image resolution, camera capabilities) from the implicit constraints embedded in program instances. In fact, the static methods presented here have benefit beyond their application to Image data, and may be extended to other data types that require tracking multiple dimensions (e.g., image "quality", video frame-rate or aspect ratio, audio sampling rate). In this paper we present the syntax and semantics of our functional language, our type system that builds costs and resource/data constraints, and (through both formalism and specific details of our implementation) provide concrete examples of how the constraints and sizing information are used in practice.