Data Abstraction Architecture for Monitoring and Control of Lunar Habitats

Size: px
Start display at page:

Download "Data Abstraction Architecture for Monitoring and Control of Lunar Habitats"

Transcription

1 09ICES-0239 Data Abstractin Architecture fr Mnitring and Cntrl f Lunar Habitats Sctt Bell and David Krtenkamp TRACLabs Inc, Hustn TX Jack Zaientz Sar Technlgies Inc., Ann Arbr MI 8105 Cpyright 2009 SAE Internatinal ABSTRACT A Lunar habitat will be highly sensred and generate large amunts f data r telemetry. Fr this data t be useful t humans mnitring these systems and t autmated algrithms cntrlling these systems it will need t be cnverted int mre abstract data. This abstracted data will reflect the trends, states and characteristics f the systems and their envirnments. Currently this data abstractin prcess is manual and ad hc. We are develping a Data Abstractin Architecture (DAA) that allws engineers t design sftware prcesses that iteratively cnvert habitat data int higher and higher levels f abstractin. The DAA is a series f mathematical r lgical transfrmatins f telemetry data t prvide apprpriate inputs frm a hardware system t a hardware system cntrller, system engineer, r crew. The DAA als frmalizes the relatinships between data and cntrl and the relatinships between the data themselves. We have cnnected ur Data Abstractin Architecture t a simulatin f a Lunar habitat in rder t test its ability t aid in the mnitring and cntrl functins. INTRODUCTION Space systems are grwing mre and mre cmplicated and cntaining mre and mre sensrs. The large amunt f data generated is verwhelming bth grund cntrllers and autmated cntrl systems. Cping with this sensr data will require develping sftware systems that can iteratively cnvert raw sensr data int mre meaningful, derived data that can be used by cntrllers, bth human and autmated. In this paper we describe a data abstractin architecture that allws engineers t design sftware prcesses that cnvert habitat data int higher levels f abstractin. First, we present the architecture including its cmpnents and representatins. Then we present sme use cases in which the architecture is used t mnitr and cntrl a Lunar habitat. We then describe ur experimental envirnment including a Lunar habitat simulatin and discuss the perfrmance f the data abstractin architecture in implementing the use cases. Next we talk abut related wrk in this area. Finally, we discuss future directins and cnclusins. DATA ABSTRACTION ARCHITECTURE A data abstractin architecture (DAA) frmalizes the relatinship between raw telemetry and derived data. A set f integrated cmpnents and representatins are part f the DAA, including: Data events define the data (bth raw and derived) upn which the architecture perates. Data events can be generated by hardware r sftware and happen asynchrnusly. Data abstractrs, which are sftware prgrams that perfrm a transfrmatin n data events. They cnsume certain kinds f data events and prduce different data events. Sensr event abstractin language (SEAL), which is an extensible Markup Language (XML) schema that defines a grammar fr cnnecting data abstractrs, events, surces and sinks. Data abstractin reasning engine (DARE), which instantiates a SEAL file int a cmputer prgram that cnnects t data surces and data sinks t perfrm abstractins. Develpment envirnment, which is an end-user sftware tl t aid in the cnstructin, debugging and viewing f SEAL files.

2 Tgether these cmpnents prvide a mechanism fr creating mre abstract data frm raw telemetry. Each f them will be discussed in the rest f this sectin. Tempral Alignment: Ouputs a single new data event cntaining a set f events that are all temprally cmmn. DATA EVENTS Data events define the data upn which the DAA perates. Events are hetergeneus, hierarchical, multivalues message and may ccur asynchrnusly. They can be generated frm sensrs, cntrllers r frm data abstractrs. These generatrs are called data surces. Data events are nt simply a number, but instead are cmplicated data structures that can cntain attributes such as cnfidence, timing, prcessing histry, cunts and arrays. Here is an example data event fr a Lunar habitat scenari { sensrs: [ { name: cabin pressure sensr, units: kpa, value: 101 } { name: airlck pressure sensr, units: kpa, value: 85 } average: 93 } In this case the data event cntains tw sensed values, their units and their average. This wuld be prduced frm an averaging data abstractr. DATA ABSTRACTORS Data abstractrs transfrm data events by perfrming prcessing n them. There is n limit t the number r kinds f data abstractrs that can be built. Each data abstractr is implemented in a cmmn prgramming language such as Java. The abstractr must cnfrm t an Applicatin Prgrammers Interface (API) that allws it t receive and generated data events and t be cntrlled. We have implemented the fllwing kinds f data abstractrs: Reducing Average: Cllects a series f values and prduces their average (chice f mean r median) Timing Min/Max: Cllects a series f values and prduces their minimum r maximum value Sampling: Accumulates a buffer f discrete events ver a defined bservatin perid and prduces a single data event. Symbl Prcessing Prpgatin Categrical Binner: Reduce real value data events int symbl categries. Fr example, a temperature input culd be reduced t high, medium r lw. Prpgate n Change: Only generates an utput data event when the input data event has a different value frm the previus event Quiescence: Only generates a data event when the input data event has remained cnstant fr a set perid f time. Mathematical and Lgical Basic mathematical and lgical peratins Several f these will be described in the use cases presented later in the paper. SENSOR EVENT ABSTRACTION LANGUAGE The Sensr Event Abstractin Language (SEAL) is an XML grammar that defines data abstractin netwrks. It encdes the data abstractrs and their parameters, the data events, the data surces and sinks and the cnnectins between all f them. It als defines the data events. The SEAL syntax and semantics are intended t supprt the cmputatinal requirements f NASA telemetry and telemetry management prcesses and align t the cnceptual mdel f thse prcesses held by expert NASA flight cntrl engineers. The language is intended t supprt rapid visual develpment and inspectin f data transfrmatin by skilled engineers wh are typically trained in disciplines ther than sftware engineering. DATA ABSTRACTION REASONING ENGINE The Data Abstractin Reasning Engine r DARE, is a distributed, message-based sftware prgram that takes as input a SEAL file, instantiates the listed abstractrs, cnnects the abstractrs t each ther, the surces, and

3 the sinks. When DARE is finished initializing, data surces are prducing events frm live data, abstractrs are cmputing n thse generated events, and sinks are cnsuming the resultant events. EDITING AND DEBUGGING SEAL The SEAL visual editing envirnment has been develped in Eclipse, a Java pen surce editing platfrm and prvides the expected basic functinality including drag and drp placement f abstractrs, autmatic ruting f message-path lines, lcal save and lad and static validatin f SEAL expressins, cnnectin with the DARE engine fr run-time debugging including remte start and stp, variable-watches, and breakpints. T supprt NASA telemetry applicatins, the editr natively supprts the XML Telemetric and Cmmand Exchange (XTCE) standard descriptins and identifiers fr telemetry data surces. USE CASES We examined tw separate use cases fr the data abstractin architecture. Bth use cases receive sensr data frm a simulated Lunar habitat. In rder t understand the use cases we first describe the simulated lunar habitat. A simulated crew mdule is implemented using mdels described by [3]. The number, gender, age and weight f the crew are changeable. The crew cycles thrugh activities such as sleep, maintenance, recreatin, etc. During each activity they cnsume different levels f O 2 fd and water and prduce CO 2, dirty water and slid waste. The crew mdule is cnnected t a crew envirnment that cntains an mixture f gases (an atmsphere) that they breathe. The initial size and gas cmpsitin (percentages f O 2, CO 2, H 2, O 2 and inert gases) are input parameters. As the simulatin prgresses the cmpsitin f gases in the atmsphere changes. Fr this wrk, BiSIm was cnfigured t cntain a main crew cabin with a vlume f 27 meters cubed and a cnnected airlck with a vlume f 10 meters cubed. There are three cntrllers fr the airlck. One cntrller pulls air ut f the airlck and depsits it int the main crew cabin. Anther cntrller puts air int the airlck frm the main cabin. A third cntrller puts xygen int the airlck frm an xygen stre. Figure 1 shws the habitat simulatin with a main cabin and an airlck (which is greyed ut when at vacuum). Figure 1: The BiSim habitat simulatin BIOSIM The Lunar habitat ECLSS simulatin is based n BiSim mdels develped ver the past several years [4]. BiSim is a discrete-event simulatin f a space habitat that mdels each f the life supprt cmpnents as prcesses that cnsume certain resurces and prduce ther resurces. Fr example, the air revitalizatin system mdel cnsumes air with a specific cncentratin f gases (e.g., high in CO 2 and lw in O 2 ) and pwer and prduces air with a different mixture f gases (e.g., lw in CO 2 and high in O 2 ). Figure 2: A data abstractin netwrk fr detecting a sensr failure CARBON DIOXIDE SENSOR MONITORING In the first use case, we created an abstractin netwrk t mnitr five sensrs that measured the carbn dixide in the crew cabin. Nminally, the sensrs shuld all be reprting the same value (aside frm a bit f nise). Hwever, we planned t fail ne sensr and have a DAA

4 detect and reprt the failing sensr immediately. The netwrk we created is shwn in Figure 2. First, each carbn dixide sensr is sampled t 1Hz. This means each Sampler abstractr is generating ne event every 1 secnd. These Sampler events are all cnsumed by the Tempral Alignment abstractr. This abstractr was cnfigured t cllect the Sampler events until ne event frm each Sampler had arrived. When this happens, a new event was published by Tempral Alignment cntaining the list f events frm each Sampler. The Outliers abstractr wuld prcess this list, lking at each sensr reading fr an anmalus sensr reading. If ne is fund, it is added t a list f utliers. If nt, an empty list is passed. The Outliers fires a new message as sn as it's able t prcess its input. Cunt takes the event frm Outliers and determines the length f the utliers list in its input event. Cunt fires a new event as sn as its able t determine this, which is sent t the Prpagate On Change abstractr. If the cunt value in the message has changed, a new event is sent t the display. If nt, Prpagate On Change discards the event. gals and used utputs frm DARE fr state estimatin. The data abstractin netwrk fr this use case is shwn in Figure 3. HABITAT AIRLOCK CONTROL Fr the secnd use case, we created an abstractin netwrk that was used by a high-level cntrller t manage an airlck fr an EVA. The cntrller uses DARE t signal it when high-level gals have been accmplished. A data abstractin netwrk was built t determine the airlck state by sampling the ttal airlck pressure and the partial pressure f xygen. The airlck culd be in ne f several states: NORMAL: Airlck pressure and xygen levels are the same as the crew cabin PREBREATHE: Airlck has a higher xygen level VACUUM: Airlck has a very lw pressure HIGH: Airlck has higher pressure than the crew cabin LOW: Airlck has a lwer pressure than the crew cabin UNKNOWN: Airlck is nt in ne f the abve states (usually because it is transitining) Several categrical binners are used t utput a symblic state. A quiescence abstractr was used t ensure that the system was in a stable state befre the high-level cntrller tk anther actin. The high-level cntrller adjusted actuatrs in BiSim t accmplish Figure 3: A data abstractin netwrk fr determining the airlck state The high level cntrller executed a prcedure written in the Prcedure Representatin Language (PRL), which is being used by NASA fr the next generatin f prcedures fr human space flight [5]. The prcedure was as fllws:

5 Figure 4: The utput frm the airlck state data abstractin netwrk Get airlckʼs ttal pressure and xygen level t NORMAL Get the xygen level in the airlck t PREBREATHE Wait three hurs Reduce the ttal pressure t VACUUM In the use case, a human cntrller started executin f the prcedure, which cmmanded the airlck cntrllers. The data abstractin architecture prvided the high-level cntrller with state infrmatin. Figure 4 shws a run f this use case. The pressure starts ut lw and is raised first t NORMAL, then t PREBREATHE, then held there fr three hurs and then the pressure is drpped t VACUUM. Each clred vertical line is the data abstractin netwrk generating a new state fr the airlck. RELATED WORK NASA flight cntrllers currently use an ad hc cmputatins r cmps system t cnvert lw-level telemetry int higher-level data. Cmps are limited t single values and must be prgrammed by cmputer experts. NASA flight cntrllers als have a number f tls by which they can match telemetry against limits and shw trends. These tls are difficult t change and limited t running n flight cntrllerʼs cmputers nly. Several autnmus cntrl architectures had explicit data abstractin. One clear example is the Supervenience architecture [7]. The architecture cnsisted f cmmunicating levels in which lwer levels pass data abut the wrld t higher levels. At the same time higher levels pass gals dwn t lwer levels. It is implemented using a blackbard architecture at each level. Each level als cntains its wn unifrm data representatin. The Reactive Actin Packages System (RAPS) [1] had its wn data abstractin cmpnent that was added in the early 90s [6]. This functined mre as a cnceptual netwrk in which data culd be represented at many levels. It was primarily used as a way t cmmunicate with humans. RAPS als led t a pattern recgnitin architecture called the Cmplex Event Recgnitin Architecture (CERA) [2]. It was primarily cncerned with expressing parsers that wuld recgnize cmplex patterns in streams f data. In neither f these cases culd nvice prgrammers create data abstractins. FUTURE WORK We are cntinuing t develp the data abstractin architecture. We are implementing an ability t create cmpsite abstractrs. That is, allwing fr the creatin f abstractrs f abstractrs. This will make it significantly easier t build cmplicated abstractin netwrks.

6 We are explring uses f the data abstractin architecture in NASA's Missin Cntrl Center (MCC). The current methd f ding data abstractin in missin peratins is t write special sftware called cmputatins (r cmps' ) that take in a few values f raw telemetry and create a new telemetry value that is added t the telemetry stream. Cmps are nt an ideal slutin fr several reasns. First, they require sftware prgramming skills n the part f the peratr (r reliance upn sftware prgrammers). Secnd, there is ften a significant delay between recgnizing the need fr a cmp and its instantiatin. Finally, cmps nly cnvert numeric values int ther numeric values and nly ccur at the lwest level f the data stream. This last drawback prevents the creatin f higher and higher levels f data abstractin that all feed ne anther. Our apprach imprves the prcess by allwing cmps t be built and evaluated n-the-fly and in a frmal manner. CONCLUSIONS We have designed and implemented a prttype data abstractin architecture and used it in several simple scenaris. The data abstractin architecture and its assciated SEAL grammar frmalizes the transfrmatin f data frm raw sensry telemetry t higher-level data. Such abstractins are critical in mnitring and cntrlling cmplicated space systems. By standardizing the representatins and prcesses we are creating a tlkit that engineers can use t build data abstractins. Initial cnversatins with NASA flight cntrllers and cntrl engineers has revealed a grwing need fr architectures such as the ne presented in this paper. ACKNOWLEDGMENTS Several prgrammers at Sar Technlgies were invlved in the creatin f the data abstractin architecture, including Kyle Aarn and Dave Ray. Jeremy Frank f NASA Ames Research Center prvided significant insight int data abstractin architecture. Alan Crcker and Brian OʼHagan f NASA Jhnsn Space Centerʼs Missin Operatins Directrate prvided insight int current missin peratins and the requirements fr data abstractin. This wrk is funded under a NASA Ames Research Center Small Business Innvatin Research Grant. David Alfan f NASA Ames Research Center is the SBIR COTR. REFERENCES 1. R. James Firby, An Investigatin int Reactive Planning in Cmplex Dmains, in Prceedings f the Natinal Cnference n Artificial Intelligence, Fitzgerald, W., R. J. Firby, A. Phillips, and J. Kairys, Cmplex Event Pattern Recgnitin fr Lng-Term System Mnitring, Prceedings f the AAAI 2003 Spring Sympsium n Human Interactin with Autnmus Systems in Cmplex Envirnments, (available frm AAAI Press at Gudarzi, Sara and K.C. Ting, Tp Level Mdeling f the Crew Cmpnent f ALSS, in Prceedings f the Internatinal Cnference n Envirnmental Systems (ICES), Sciety f Autmtive Engineers (SAE), Krtenkamp, D., and Bell, S., Simulating Advanced Life Supprt Systems fr Integrated Cntrls Research, in Prceedings f the 33rd Internatinal Cnference n Envirnmental Systems (ICES), Sciety f Autmtive Engineers (SAE), Krtenkamp, D., R. Peter Bnass and Debra Schreckenghst, Managing Life Supprt Systems Using Prcedures in Prceedings f the 37 th Internatinal Cnference n Envirnmental Systems (ICES), Sciety f Autmtive Engineers (SAE), Martin, C. E. and R. J. Firby, Generating Natural Language Expectatins frm a Reactive Executin System, Prceedings f the 13 th Cgnitive Sciety Cnference, Spectr, L. and J. Hendler, Planning and Reacting acrss Supervenient Levels f Representatin, Internatinal Jurnal f Intelligent and Cperative Infrmatin Systems, Vl. 1, N. 3, CONTACT The authrs may be cntacted thrugh at sctt@traclabs.cm.

the results to larger systems due to prop'erties of the projection algorithm. First, the number of hidden nodes must

the results to larger systems due to prop'erties of the projection algorithm. First, the number of hidden nodes must M.E. Aggune, M.J. Dambrg, M.A. El-Sharkawi, R.J. Marks II and L.E. Atlas, "Dynamic and static security assessment f pwer systems using artificial neural netwrks", Prceedings f the NSF Wrkshp n Applicatins

More information

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) >

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) > Btstrap Methd > # Purpse: understand hw btstrap methd wrks > bs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(bs) > mean(bs) [1] 21.64625 > # estimate f lambda > lambda = 1/mean(bs);

More information

Space Shuttle Ascent Mass vs. Time

Space Shuttle Ascent Mass vs. Time Space Shuttle Ascent Mass vs. Time Backgrund This prblem is part f a series that applies algebraic principles in NASA s human spaceflight. The Space Shuttle Missin Cntrl Center (MCC) and the Internatinal

More information

Name: Block: Date: Science 10: The Great Geyser Experiment A controlled experiment

Name: Block: Date: Science 10: The Great Geyser Experiment A controlled experiment Science 10: The Great Geyser Experiment A cntrlled experiment Yu will prduce a GEYSER by drpping Ments int a bttle f diet pp Sme questins t think abut are: What are yu ging t test? What are yu ging t measure?

More information

Dead-beat controller design

Dead-beat controller design J. Hetthéssy, A. Barta, R. Bars: Dead beat cntrller design Nvember, 4 Dead-beat cntrller design In sampled data cntrl systems the cntrller is realised by an intelligent device, typically by a PLC (Prgrammable

More information

THE LIFE OF AN OBJECT IT SYSTEMS

THE LIFE OF AN OBJECT IT SYSTEMS THE LIFE OF AN OBJECT IT SYSTEMS Persns, bjects, r cncepts frm the real wrld, which we mdel as bjects in the IT system, have "lives". Actually, they have tw lives; the riginal in the real wrld has a life,

More information

Design and Simulation of Dc-Dc Voltage Converters Using Matlab/Simulink

Design and Simulation of Dc-Dc Voltage Converters Using Matlab/Simulink American Jurnal f Engineering Research (AJER) 016 American Jurnal f Engineering Research (AJER) e-issn: 30-0847 p-issn : 30-0936 Vlume-5, Issue-, pp-9-36 www.ajer.rg Research Paper Open Access Design and

More information

Level Control in Horizontal Tank by Fuzzy-PID Cascade Controller

Level Control in Horizontal Tank by Fuzzy-PID Cascade Controller Wrld Academy f Science, Engineering and Technlgy 5 007 Level Cntrl in Hrizntal Tank by Fuzzy-PID Cascade Cntrller Satean Tunyasrirut, and Santi Wangnipparnt Abstract The paper describes the Fuzzy PID cascade

More information

Weathering. Title: Chemical and Mechanical Weathering. Grade Level: Subject/Content: Earth and Space Science

Weathering. Title: Chemical and Mechanical Weathering. Grade Level: Subject/Content: Earth and Space Science Weathering Title: Chemical and Mechanical Weathering Grade Level: 9-12 Subject/Cntent: Earth and Space Science Summary f Lessn: Students will test hw chemical and mechanical weathering can affect a rck

More information

Web-based GIS Systems for Radionuclides Monitoring. Dr. Todd Pierce Locus Technologies

Web-based GIS Systems for Radionuclides Monitoring. Dr. Todd Pierce Locus Technologies Web-based GIS Systems fr Radinuclides Mnitring Dr. Tdd Pierce Lcus Technlgies Lcus Technlgies 2014 Overview What is the prblem? Nuclear pwer plant peratrs need t mnitr radinuclides t safeguard the envirnment

More information

Department of Electrical Engineering, University of Waterloo. Introduction

Department of Electrical Engineering, University of Waterloo. Introduction Sectin 4: Sequential Circuits Majr Tpics Types f sequential circuits Flip-flps Analysis f clcked sequential circuits Mre and Mealy machines Design f clcked sequential circuits State transitin design methd

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

Technical Bulletin. Generation Interconnection Procedures. Revisions to Cluster 4, Phase 1 Study Methodology

Technical Bulletin. Generation Interconnection Procedures. Revisions to Cluster 4, Phase 1 Study Methodology Technical Bulletin Generatin Intercnnectin Prcedures Revisins t Cluster 4, Phase 1 Study Methdlgy Release Date: Octber 20, 2011 (Finalizatin f the Draft Technical Bulletin released n September 19, 2011)

More information

THERMAL-VACUUM VERSUS THERMAL- ATMOSPHERIC TESTS OF ELECTRONIC ASSEMBLIES

THERMAL-VACUUM VERSUS THERMAL- ATMOSPHERIC TESTS OF ELECTRONIC ASSEMBLIES PREFERRED RELIABILITY PAGE 1 OF 5 PRACTICES PRACTICE NO. PT-TE-1409 THERMAL-VACUUM VERSUS THERMAL- ATMOSPHERIC Practice: Perfrm all thermal envirnmental tests n electrnic spaceflight hardware in a flight-like

More information

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION NUROP Chinese Pinyin T Chinese Character Cnversin NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION CHIA LI SHI 1 AND LUA KIM TENG 2 Schl f Cmputing, Natinal University f Singapre 3 Science

More information

READING STATECHART DIAGRAMS

READING STATECHART DIAGRAMS READING STATECHART DIAGRAMS Figure 4.48 A Statechart diagram with events The diagram in Figure 4.48 shws all states that the bject plane can be in during the curse f its life. Furthermre, it shws the pssible

More information

Learning to Control an Unstable System with Forward Modeling

Learning to Control an Unstable System with Forward Modeling 324 Jrdan and Jacbs Learning t Cntrl an Unstable System with Frward Mdeling Michael I. Jrdan Brain and Cgnitive Sciences MIT Cambridge, MA 02139 Rbert A. Jacbs Cmputer and Infrmatin Sciences University

More information

Building to Transformations on Coordinate Axis Grade 5: Geometry Graph points on the coordinate plane to solve real-world and mathematical problems.

Building to Transformations on Coordinate Axis Grade 5: Geometry Graph points on the coordinate plane to solve real-world and mathematical problems. Building t Transfrmatins n Crdinate Axis Grade 5: Gemetry Graph pints n the crdinate plane t slve real-wrld and mathematical prblems. 5.G.1. Use a pair f perpendicular number lines, called axes, t define

More information

An Efficient Load Shedding Scheme from Customer s Perspective

An Efficient Load Shedding Scheme from Customer s Perspective Internatinal Jurnal f Advanced Research in Electrical, Electrnics and Instrumentatin Engineering (An ISO 3297: 2007 Certified Organizatin) Vl. 2, Issue 10, Octber 2013 An Efficient Lad Shedding Scheme

More information

Dataflow Analysis and Abstract Interpretation

Dataflow Analysis and Abstract Interpretation Dataflw Analysis and Abstract Interpretatin Cmputer Science and Artificial Intelligence Labratry MIT Nvember 9, 2015 Recap Last time we develped frm first principles an algrithm t derive invariants. Key

More information

Biocomputers. [edit]scientific Background

Biocomputers. [edit]scientific Background Bicmputers Frm Wikipedia, the free encyclpedia Bicmputers use systems f bilgically derived mlecules, such as DNA and prteins, t perfrm cmputatinal calculatins invlving string, retrieving, and prcessing

More information

DEFENSE OCCUPATIONAL AND ENVIRONMENTAL HEALTH READINESS SYSTEM (DOEHRS) ENVIRONMENTAL HEALTH SAMPLING ELECTRONIC DATA DELIVERABLE (EDD) GUIDE

DEFENSE OCCUPATIONAL AND ENVIRONMENTAL HEALTH READINESS SYSTEM (DOEHRS) ENVIRONMENTAL HEALTH SAMPLING ELECTRONIC DATA DELIVERABLE (EDD) GUIDE DEFENSE OCCUPATIOL AND ENVIRONMENTAL HEALTH READINESS SYSTEM (DOEHRS) ENVIRONMENTAL HEALTH SAMPLING ELECTRONIC DATA DELIVERABLE (EDD) GUIDE 20 JUNE 2017 V1.0 i TABLE OF CONTENTS 1 INTRODUCTION... 1 2 CONCEPT

More information

Emphases in Common Core Standards for Mathematical Content Kindergarten High School

Emphases in Common Core Standards for Mathematical Content Kindergarten High School Emphases in Cmmn Cre Standards fr Mathematical Cntent Kindergarten High Schl Cntent Emphases by Cluster March 12, 2012 Describes cntent emphases in the standards at the cluster level fr each grade. These

More information

ENSC Discrete Time Systems. Project Outline. Semester

ENSC Discrete Time Systems. Project Outline. Semester ENSC 49 - iscrete Time Systems Prject Outline Semester 006-1. Objectives The gal f the prject is t design a channel fading simulatr. Upn successful cmpletin f the prject, yu will reinfrce yur understanding

More information

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards:

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards: MODULE FOUR This mdule addresses functins SC Academic Standards: EA-3.1 Classify a relatinship as being either a functin r nt a functin when given data as a table, set f rdered pairs, r graph. EA-3.2 Use

More information

Least Squares Optimal Filtering with Multirate Observations

Least Squares Optimal Filtering with Multirate Observations Prc. 36th Asilmar Cnf. n Signals, Systems, and Cmputers, Pacific Grve, CA, Nvember 2002 Least Squares Optimal Filtering with Multirate Observatins Charles W. herrien and Anthny H. Hawes Department f Electrical

More information

Determining the Accuracy of Modal Parameter Estimation Methods

Determining the Accuracy of Modal Parameter Estimation Methods Determining the Accuracy f Mdal Parameter Estimatin Methds by Michael Lee Ph.D., P.E. & Mar Richardsn Ph.D. Structural Measurement Systems Milpitas, CA Abstract The mst cmmn type f mdal testing system

More information

5 th grade Common Core Standards

5 th grade Common Core Standards 5 th grade Cmmn Cre Standards In Grade 5, instructinal time shuld fcus n three critical areas: (1) develping fluency with additin and subtractin f fractins, and develping understanding f the multiplicatin

More information

Lecture 17: Free Energy of Multi-phase Solutions at Equilibrium

Lecture 17: Free Energy of Multi-phase Solutions at Equilibrium Lecture 17: 11.07.05 Free Energy f Multi-phase Slutins at Equilibrium Tday: LAST TIME...2 FREE ENERGY DIAGRAMS OF MULTI-PHASE SOLUTIONS 1...3 The cmmn tangent cnstructin and the lever rule...3 Practical

More information

Revision: August 19, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: August 19, E Main Suite D Pullman, WA (509) Voice and Fax .7.4: Direct frequency dmain circuit analysis Revisin: August 9, 00 5 E Main Suite D Pullman, WA 9963 (509) 334 6306 ice and Fax Overview n chapter.7., we determined the steadystate respnse f electrical

More information

A Quick Overview of the. Framework for K 12 Science Education

A Quick Overview of the. Framework for K 12 Science Education A Quick Overview f the NGSS EQuIP MODULE 1 Framewrk fr K 12 Science Educatin Mdule 1: A Quick Overview f the Framewrk fr K 12 Science Educatin This mdule prvides a brief backgrund n the Framewrk fr K-12

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

Comprehensive Exam Guidelines Department of Chemical and Biomolecular Engineering, Ohio University

Comprehensive Exam Guidelines Department of Chemical and Biomolecular Engineering, Ohio University Cmprehensive Exam Guidelines Department f Chemical and Bimlecular Engineering, Ohi University Purpse In the Cmprehensive Exam, the student prepares an ral and a written research prpsal. The Cmprehensive

More information

Activity Guide Loops and Random Numbers

Activity Guide Loops and Random Numbers Unit 3 Lessn 7 Name(s) Perid Date Activity Guide Lps and Randm Numbers CS Cntent Lps are a relatively straightfrward idea in prgramming - yu want a certain chunk f cde t run repeatedly - but it takes a

More information

APPLICATION GUIDE (v4.1)

APPLICATION GUIDE (v4.1) 2.2.3 VitalSensrs VS-300 Sensr Management Statin Remte/Relay Guide Implementing Remte-IN/Relay-OUT Digital I/O Fieldbus Objective: Equipment: Becme familiar with the instrument wiring requirements fr the

More information

A Correlation of. to the. South Carolina Academic Standards for Mathematics Precalculus

A Correlation of. to the. South Carolina Academic Standards for Mathematics Precalculus A Crrelatin f Suth Carlina Academic Standards fr Mathematics Precalculus INTRODUCTION This dcument demnstrates hw Precalculus (Blitzer), 4 th Editin 010, meets the indicatrs f the. Crrelatin page references

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

ECE 545 Project Deliverables

ECE 545 Project Deliverables ECE 545 Prject Deliverables Tp-level flder: _ Secnd-level flders: 1_assumptins 2_blck_diagrams 3_interface 4_ASM_charts 5_surce_cde 6_verificatin 7_timing_analysis 8_results

More information

8 th Grade Math: Pre-Algebra

8 th Grade Math: Pre-Algebra Hardin Cunty Middle Schl (2013-2014) 1 8 th Grade Math: Pre-Algebra Curse Descriptin The purpse f this curse is t enhance student understanding, participatin, and real-life applicatin f middle-schl mathematics

More information

How do scientists measure trees? What is DBH?

How do scientists measure trees? What is DBH? Hw d scientists measure trees? What is DBH? Purpse Students develp an understanding f tree size and hw scientists measure trees. Students bserve and measure tree ckies and explre the relatinship between

More information

CEE3430 Engineering Hydrology HEC HMS Bare Essentials Tutorial and Example

CEE3430 Engineering Hydrology HEC HMS Bare Essentials Tutorial and Example CEE3430 Engineering Hydrlgy HEC HMS Bare Essentials Tutrial and Example Margaret Matter and David Tarbtn February 2010 This tutrial prvides sme bare essentials step by step guidance n starting t use HEC

More information

Land Information New Zealand Topographic Strategy DRAFT (for discussion)

Land Information New Zealand Topographic Strategy DRAFT (for discussion) Land Infrmatin New Zealand Tpgraphic Strategy DRAFT (fr discussin) Natinal Tpgraphic Office Intrductin The Land Infrmatin New Zealand Tpgraphic Strategy will prvide directin fr the cllectin and maintenance

More information

NGSS High School Physics Domain Model

NGSS High School Physics Domain Model NGSS High Schl Physics Dmain Mdel Mtin and Stability: Frces and Interactins HS-PS2-1: Students will be able t analyze data t supprt the claim that Newtn s secnd law f mtin describes the mathematical relatinship

More information

Subject description processes

Subject description processes Subject representatin 6.1.2. Subject descriptin prcesses Overview Fur majr prcesses r areas f practice fr representing subjects are classificatin, subject catalging, indexing, and abstracting. The prcesses

More information

Accreditation Information

Accreditation Information Accreditatin Infrmatin The ISSP urges members wh have achieved significant success in the field t apply fr higher levels f membership in rder t enjy the fllwing benefits: - Bth Prfessinal members and Fellws

More information

ENG2410 Digital Design Sequential Circuits: Part B

ENG2410 Digital Design Sequential Circuits: Part B ENG24 Digital Design Sequential Circuits: Part B Fall 27 S. Areibi Schl f Engineering University f Guelph Analysis f Sequential Circuits Earlier we learned hw t analyze cmbinatinal circuits We will extend

More information

Lead/Lag Compensator Frequency Domain Properties and Design Methods

Lead/Lag Compensator Frequency Domain Properties and Design Methods Lectures 6 and 7 Lead/Lag Cmpensatr Frequency Dmain Prperties and Design Methds Definitin Cnsider the cmpensatr (ie cntrller Fr, it is called a lag cmpensatr s K Fr s, it is called a lead cmpensatr Ntatin

More information

Chapter 3: Cluster Analysis

Chapter 3: Cluster Analysis Chapter 3: Cluster Analysis } 3.1 Basic Cncepts f Clustering 3.1.1 Cluster Analysis 3.1. Clustering Categries } 3. Partitining Methds 3..1 The principle 3.. K-Means Methd 3..3 K-Medids Methd 3..4 CLARA

More information

Analysis on the Stability of Reservoir Soil Slope Based on Fuzzy Artificial Neural Network

Analysis on the Stability of Reservoir Soil Slope Based on Fuzzy Artificial Neural Network Research Jurnal f Applied Sciences, Engineering and Technlgy 5(2): 465-469, 2013 ISSN: 2040-7459; E-ISSN: 2040-7467 Maxwell Scientific Organizatin, 2013 Submitted: May 08, 2012 Accepted: May 29, 2012 Published:

More information

Five Whys How To Do It Better

Five Whys How To Do It Better Five Whys Definitin. As explained in the previus article, we define rt cause as simply the uncvering f hw the current prblem came int being. Fr a simple causal chain, it is the entire chain. Fr a cmplex

More information

Synchronous Motor V-Curves

Synchronous Motor V-Curves Synchrnus Mtr V-Curves 1 Synchrnus Mtr V-Curves Intrductin Synchrnus mtrs are used in applicatins such as textile mills where cnstant speed peratin is critical. Mst small synchrnus mtrs cntain squirrel

More information

TP1 - Introduction to ArcGIS

TP1 - Introduction to ArcGIS TP1 - Intrductin t ArcGIS During this practical, we will use ArcGIS (ArcMap and ArcCatalg) t create maps f predictrs that culd explain the bserved bird richness in Switzerland. ArcMap is principally used

More information

Chapter 1 Notes Using Geography Skills

Chapter 1 Notes Using Geography Skills Chapter 1 Ntes Using Gegraphy Skills Sectin 1: Thinking Like a Gegrapher Gegraphy is used t interpret the past, understand the present, and plan fr the future. Gegraphy is the study f the Earth. It is

More information

NUMBERS, MATHEMATICS AND EQUATIONS

NUMBERS, MATHEMATICS AND EQUATIONS AUSTRALIAN CURRICULUM PHYSICS GETTING STARTED WITH PHYSICS NUMBERS, MATHEMATICS AND EQUATIONS An integral part t the understanding f ur physical wrld is the use f mathematical mdels which can be used t

More information

UN Committee of Experts on Environmental Accounting New York, June Peter Cosier Wentworth Group of Concerned Scientists.

UN Committee of Experts on Environmental Accounting New York, June Peter Cosier Wentworth Group of Concerned Scientists. UN Cmmittee f Experts n Envirnmental Accunting New Yrk, June 2011 Peter Csier Wentwrth Grup f Cncerned Scientists Speaking Ntes Peter Csier: Directr f the Wentwrth Grup Cncerned Scientists based in Sydney,

More information

Dry-Contact switch Installation Guide

Dry-Contact switch Installation Guide Dry-Cntact switch Installatin Guide Overview The SlarEdge Smart Energy Management slutins allw increasing the self-cnsumptin f a site. One methd used fr this purpse is cntrlling the usage (cnsumptin) f

More information

Heat Management Methodology for Successful UV Processing on Heat Sensitive Substrates

Heat Management Methodology for Successful UV Processing on Heat Sensitive Substrates Heat Management Methdlgy fr Successful UV Prcessing n Heat Sensitive Substrates Juliet Midlik Prime UV Systems Abstract: Nw in 2005, UV systems pssess heat management cntrls that fine tune the exthermic

More information

Enhancing Performance of MLP/RBF Neural Classifiers via an Multivariate Data Distribution Scheme

Enhancing Performance of MLP/RBF Neural Classifiers via an Multivariate Data Distribution Scheme Enhancing Perfrmance f / Neural Classifiers via an Multivariate Data Distributin Scheme Halis Altun, Gökhan Gelen Nigde University, Electrical and Electrnics Engineering Department Nigde, Turkey haltun@nigde.edu.tr

More information

Early detection of mining truck failure by modelling its operation with neural networks classification algorithms

Early detection of mining truck failure by modelling its operation with neural networks classification algorithms RU, Rand GOLOSINSKI, T.S. Early detectin f mining truck failure by mdelling its peratin with neural netwrks classificatin algrithms. Applicatin f Cmputers and Operatins Research ill the Minerals Industries,

More information

AC Switch with Meter Installation Guide Overview

AC Switch with Meter Installation Guide Overview AC Switch with Meter Installatin Guide AC Switch with Meter Installatin Guide Overview The SlarEdge Smart Energy Management slutins allw increasing the self-cnsumptin f a site. One methd used fr this purpse

More information

NEBB-ASHRAE Technical E-Learning Courses

NEBB-ASHRAE Technical E-Learning Courses NEBB-ASHRAE Technical E-Learning Curses If yu re a NEBB certificatin Candidate lking t enhance yur knwledge within a specific area, OR if yu already are a NEBB Certified Prfessinal r Certified Technician

More information

RN52-STK2 Starter Kit

RN52-STK2 Starter Kit The RN52-STK2 Starter Kit has everything yu need t kick-start yur prject and is a great tl fr develpers: Prf f cncept prttypes as well as final cmmercial slutins. fr educatinal use: Natural sciences curses

More information

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic.

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic. Tpic : AC Fundamentals, Sinusidal Wavefrm, and Phasrs Sectins 5. t 5., 6. and 6. f the textbk (Rbbins-Miller) cver the materials required fr this tpic.. Wavefrms in electrical systems are current r vltage

More information

MODULE ONE. This module addresses the foundational concepts and skills that support all of the Elementary Algebra academic standards.

MODULE ONE. This module addresses the foundational concepts and skills that support all of the Elementary Algebra academic standards. Mdule Fundatinal Tpics MODULE ONE This mdule addresses the fundatinal cncepts and skills that supprt all f the Elementary Algebra academic standards. SC Academic Elementary Algebra Indicatrs included in

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Supprted Mdules...

More information

CHAPTER 2 Algebraic Expressions and Fundamental Operations

CHAPTER 2 Algebraic Expressions and Fundamental Operations CHAPTER Algebraic Expressins and Fundamental Operatins OBJECTIVES: 1. Algebraic Expressins. Terms. Degree. Gruping 5. Additin 6. Subtractin 7. Multiplicatin 8. Divisin Algebraic Expressin An algebraic

More information

ENG2410 Digital Design Sequential Circuits: Part A

ENG2410 Digital Design Sequential Circuits: Part A ENG2410 Digital Design Sequential Circuits: Part A Fall 2017 S. Areibi Schl f Engineering University f Guelph Week #6 Tpics Sequential Circuit Definitins Latches Flip-Flps Delays in Sequential Circuits

More information

RN53 Radon Detector. RN53-STK Starter Kit

RN53 Radon Detector. RN53-STK Starter Kit The RN53-STK Starter Kit has everything yu need t kick-start yur prject and is a great tl fr develpers: Prf f cncept prttypes as well as final cmmercial slutins. fr educatinal use: Natural science curses

More information

Matter Content from State Frameworks and Other State Documents

Matter Content from State Frameworks and Other State Documents Atms and Mlecules Mlecules are made f smaller entities (atms) which are bnded tgether. Therefre mlecules are divisible. Miscnceptin: Element and atm are synnyms. Prper cnceptin: Elements are atms with

More information

Group Color: Subgroup Number: How Science Works. Grade 5. Module 2. Class Question: Scientist (Your Name): Teacher s Name: SciTrek Volunteer s Name:

Group Color: Subgroup Number: How Science Works. Grade 5. Module 2. Class Question: Scientist (Your Name): Teacher s Name: SciTrek Volunteer s Name: Grup Clr: Subgrup Number: Hw Science Wrks Grade 5 Mdule 2 Class Questin: Scientist (Yur Name): Teacher s Name: SciTrek Vlunteer s Name: VOCABULARY Science: The study f the material wrld using human reasn.

More information

Student Exploration: Cell Energy Cycle

Student Exploration: Cell Energy Cycle Name: Date: Student Explratin: Cell Energy Cycle Vcabulary: aerbic respiratin, anaerbic respiratin, ATP, cellular respiratin, chemical energy, chlrphyll, chlrplast, cytplasm, glucse, glyclysis, mitchndria,

More information

A Frequency-Based Find Algorithm in Mobile Wireless Computing Systems

A Frequency-Based Find Algorithm in Mobile Wireless Computing Systems A Frequency-Based Find Algrithm in Mbile Wireless Cmputing Systems Seung-yun Kim and Waleed W Smari Department f Electrical Cmputer Engineering University f Daytn 300 Cllege Park Daytn, OH USA 45469 Abstract

More information

Checking the resolved resonance region in EXFOR database

Checking the resolved resonance region in EXFOR database Checking the reslved resnance regin in EXFOR database Gttfried Bertn Sciété de Calcul Mathématique (SCM) Oscar Cabells OECD/NEA Data Bank JEFF Meetings - Sessin JEFF Experiments Nvember 0-4, 017 Bulgne-Billancurt,

More information

Principles of Carbonate Reservoirs

Principles of Carbonate Reservoirs Online In-Service Training and Supprt Prgram Hands-n technical presentatins and exercises, tls, techniques, wrkflws, vide recrdings, and case studies Principles f Carbnate Reservirs Understand the micr

More information

BASD HIGH SCHOOL FORMAL LAB REPORT

BASD HIGH SCHOOL FORMAL LAB REPORT BASD HIGH SCHOOL FORMAL LAB REPORT *WARNING: After an explanatin f what t include in each sectin, there is an example f hw the sectin might lk using a sample experiment Keep in mind, the sample lab used

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 4: Mdel checing fr ODE mdels In Petre Department f IT, Åb Aademi http://www.users.ab.fi/ipetre/cmpmd/ Cntent Stichimetric matrix Calculating the mass cnservatin relatins

More information

1996 Engineering Systems Design and Analysis Conference, Montpellier, France, July 1-4, 1996, Vol. 7, pp

1996 Engineering Systems Design and Analysis Conference, Montpellier, France, July 1-4, 1996, Vol. 7, pp THE POWER AND LIMIT OF NEURAL NETWORKS T. Y. Lin Department f Mathematics and Cmputer Science San Jse State University San Jse, Califrnia 959-003 tylin@cs.ssu.edu and Bereley Initiative in Sft Cmputing*

More information

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents WRITING THE REPORT Organizing the reprt Mst reprts shuld be rganized in the fllwing manner. Smetime there is a valid reasn t include extra chapters in within the bdy f the reprt. 1. Title page 2. Executive

More information

Building research leadership consortia for Quantum Technology Research Hubs. Call type: Expression of Interest

Building research leadership consortia for Quantum Technology Research Hubs. Call type: Expression of Interest Building research leadership cnsrtia fr Quantum Technlgy Research Hubs Call type: Expressin f Interest Clsing date: 17:00, 07 August 2018 Hw t apply: Expressin f Interest (EI) fr research leaders t attend

More information

IB Sports, Exercise and Health Science Summer Assignment. Mrs. Christina Doyle Seneca Valley High School

IB Sports, Exercise and Health Science Summer Assignment. Mrs. Christina Doyle Seneca Valley High School IB Sprts, Exercise and Health Science Summer Assignment Mrs. Christina Dyle Seneca Valley High Schl Welcme t IB Sprts, Exercise and Health Science! This curse incrprates the traditinal disciplines f anatmy

More information

Systems and Modeling Introduction

Systems and Modeling Introduction Systems and Mdeling Intrductin What is a system? System: A cllectin f intercnnected parts that functin as a cmplex whle, thrugh which matter cycles and energy flws. System Characteristics Systems are made

More information

THERMAL TEST LEVELS & DURATIONS

THERMAL TEST LEVELS & DURATIONS PREFERRED RELIABILITY PAGE 1 OF 7 PRACTICES PRACTICE NO. PT-TE-144 Practice: 1 Perfrm thermal dwell test n prtflight hardware ver the temperature range f +75 C/-2 C (applied at the thermal cntrl/munting

More information

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came.

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came. MATH 1342 Ch. 24 April 25 and 27, 2013 Page 1 f 5 CHAPTER 24: INFERENCE IN REGRESSION Chapters 4 and 5: Relatinships between tw quantitative variables. Be able t Make a graph (scatterplt) Summarize the

More information

Module 4: General Formulation of Electric Circuit Theory

Module 4: General Formulation of Electric Circuit Theory Mdule 4: General Frmulatin f Electric Circuit Thery 4. General Frmulatin f Electric Circuit Thery All electrmagnetic phenmena are described at a fundamental level by Maxwell's equatins and the assciated

More information

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Sandy D. Balkin Dennis K. J. Lin y Pennsylvania State University, University Park, PA 16802 Sandy Balkin is a graduate student

More information

Hypothesis Tests for One Population Mean

Hypothesis Tests for One Population Mean Hypthesis Tests fr One Ppulatin Mean Chapter 9 Ala Abdelbaki Objective Objective: T estimate the value f ne ppulatin mean Inferential statistics using statistics in rder t estimate parameters We will be

More information

Lab #3: Pendulum Period and Proportionalities

Lab #3: Pendulum Period and Proportionalities Physics 144 Chwdary Hw Things Wrk Spring 2006 Name: Partners Name(s): Intrductin Lab #3: Pendulum Perid and Prprtinalities Smetimes, it is useful t knw the dependence f ne quantity n anther, like hw the

More information

Main Menu. SEG Houston 2009 International Exposition and Annual Meeting. Summary

Main Menu. SEG Houston 2009 International Exposition and Annual Meeting. Summary CO elcity Measurements and Mdels r Temperatures dwn t -10 C and up t 00 C and Pressures up t 100 MPa Min Sun* and De-hua Han, Rck Physics Lab, University Hustn Micheal Batzle, Clrad Schl Mines Summary

More information

Thermodynamics and Equilibrium

Thermodynamics and Equilibrium Thermdynamics and Equilibrium Thermdynamics Thermdynamics is the study f the relatinship between heat and ther frms f energy in a chemical r physical prcess. We intrduced the thermdynamic prperty f enthalpy,

More information

Lecture 13: Electrochemical Equilibria

Lecture 13: Electrochemical Equilibria 3.012 Fundamentals f Materials Science Fall 2005 Lecture 13: 10.21.05 Electrchemical Equilibria Tday: LAST TIME...2 An example calculatin...3 THE ELECTROCHEMICAL POTENTIAL...4 Electrstatic energy cntributins

More information

Advice to 1968 Software Engineers

Advice to 1968 Software Engineers Advice t 1968 Sftware Engineers Sftware Evlutin Prgram Understanding Security - Daniel, Brad, Dave, Gerge Sftware Evlutin Sftware will have t g thrugh cntinual change in rder t adapt with its envirnment

More information

Competency Statements for Wm. E. Hay Mathematics for grades 7 through 12:

Competency Statements for Wm. E. Hay Mathematics for grades 7 through 12: Cmpetency Statements fr Wm. E. Hay Mathematics fr grades 7 thrugh 12: Upn cmpletin f grade 12 a student will have develped a cmbinatin f sme/all f the fllwing cmpetencies depending upn the stream f math

More information

Simulation of Line Outage Distribution Factors (L.O.D.F) Calculation for N-Buses System

Simulation of Line Outage Distribution Factors (L.O.D.F) Calculation for N-Buses System Simulatin f Line Outage Distributin Factrs (L.O.D.F) Calculatin fr N-Buses System Rashid H. AL-Rubayi Department f Electrical Engineering, University f Technlgy Afaneen A. Abd Department f Electrical Engineering,

More information

Chapter 16. Capacitance. Capacitance, cont. Parallel-Plate Capacitor, Example 1/20/2011. Electric Energy and Capacitance

Chapter 16. Capacitance. Capacitance, cont. Parallel-Plate Capacitor, Example 1/20/2011. Electric Energy and Capacitance summary C = ε A / d = πε L / ln( b / a ) ab C = 4πε 4πε a b a b >> a Chapter 16 Electric Energy and Capacitance Capacitance Q=CV Parallel plates, caxial cables, Earth Series and parallel 1 1 1 = + +..

More information

1. Transformer A transformer is used to obtain the approximate output voltage of the power supply. The output of the transformer is still AC.

1. Transformer A transformer is used to obtain the approximate output voltage of the power supply. The output of the transformer is still AC. PHYSIS 536 Experiment 4: D Pwer Supply I. Intrductin The prcess f changing A t D is investigated in this experiment. An integrated circuit regulatr makes it easy t cnstruct a high-perfrmance vltage surce

More information

Questions? Contact the guys below for help. Social Media Information

Questions? Contact the guys below for help. Social Media Information Questins? Cntact the guys belw fr help. Scial Media Infrmatin G t any NWS ffice website and click n the scial media buttn n the tp left f the page. That will take yu t the lcal ffice pages where yu can

More information

Writing Guidelines. (Updated: November 25, 2009) Forwards

Writing Guidelines. (Updated: November 25, 2009) Forwards Writing Guidelines (Updated: Nvember 25, 2009) Frwards I have fund in my review f the manuscripts frm ur students and research assciates, as well as thse submitted t varius jurnals by thers that the majr

More information

GENESIS Structural Optimization for ANSYS Mechanical

GENESIS Structural Optimization for ANSYS Mechanical P3 STRUCTURAL OPTIMIZATION (Vl. II) GENESIS Structural Optimizatin fr ANSYS Mechanical An Integrated Extensin that adds Structural Optimizatin t ANSYS Envirnment New Features and Enhancements Release 2017.03

More information

Professional Development. Implementing the NGSS: High School Physics

Professional Development. Implementing the NGSS: High School Physics Prfessinal Develpment Implementing the NGSS: High Schl Physics This is a dem. The 30-min vide webinar is available in the full PD. Get it here. Tday s Learning Objectives NGSS key cncepts why this is different

More information

Multiband retardation control using multi-twist retarders

Multiband retardation control using multi-twist retarders Multiband retardatin cntrl using multi-twist retarders Kathryn J. Hrnburg, Ravi K. Kmanduri, and Michael J. Escuti Department f Electrical and Cmputer Engineering, Nrth Carlina State University, Raleigh,

More information