Towards Planning and Execution for Information Retrieval

Size: px
Start display at page:

Download "Towards Planning and Execution for Information Retrieval"

Transcription

1 Toward Planning and Execution for Information Retrieval Laurie S. Hiyakumoto and Manuela M. Veloo Computer Science Department Carnegie Mellon Univerity Pittburgh, PA, USA 523 hyaku, Abtract The problem of information gathering ha received coniderable attention from the planning community in recent year. However, reearch in thi area ha generally aumed a uer information goal i perfectly repreented by the query, and typically adopt a relational databae model for repreenting query operation and information ource. In thi paper, we preent a planning and execution framework intended to addre the more general information retrieval (IR problem in which querie are only approximate repreentation of the uer true information goal, and complete model of the content of information ource are not available. Our approach reformulate traditional IR technique uch a ynonym expanion and relevance-feedback a domain operator, explicitly modeling the uncertainty of action outcome and of atifying the uer information need, and taking into account reource contraint uch a time. A forwardchaining planning and execution algorithm guide action election, execution and replanning deciion uing a uerdefined utility function. We have implemented thi approach in the INSPIRE (INtegrated Sytem for Planning and Information REtrieval architecture. Introduction Traditional ad-hoc approache to information retrieval (IR are becoming increaingly inadequate for today large, dynamic, heterogeneou document collection, the mot obviou example of which i the World Wide Web. Current IR ytem place mot of the burden on the uer, relying on them to identify ource likely to contain relevant information, compoe an appropriate query, and ift through retrieved document to extract relevant information. Clearly, a document collection continue to grow, it will become impractical for uer to perform thee tak for all but the implet requet. Even today there are more ource than a peron could poibly acce in a reaonable amount of time, many of which contain redundant, irrelevant, outdated, or even erroneou information. Ideally, a uer hould be able to tate a high-level requet to an IR ytem and it would take care of the ret. Although we are far from achieving thi goal today, one promiing approach i to ue planning to automate more of the IR pro- Copyright c 2002, American Aociation for Artificial Intelligence ( All right reerved. ce. In addition to the obviou benefit of reducing uer effort, a planning approach ha two important advantage over traditional approache. Firt, it provide a tructured framework for learning which IR tool are bet-uited for different type of retrieval tak. Second, it free ytem developer to try radically different IR technique without worrying about their comprehenibility to novice uer. However, before a planning and execution ytem can uccefully apply to IR, it mut addre everal challenge preented by the tak: Incompletely-pecified goal: A query i often a poor approximation of the uer true information goal, and different information goal may be expreed by identical querie. Partial and incremental goal atifaction: For many information goal, retrieval i not an all-or-nothing propoition. Partial atifaction of a uer requet i common and may be achieved incrementally via multiple iteration. Incomplete knowledge of information ource content: It i virtually impoible to determine the full extent of information available from many large heterogeneou collection (e.g. the web page indexed by Google. Uncertain action outcome: The performance of IR technique varie from one ue to the next. For example, ynonym expanion will produce better reult on ome querie than other, and retrieval time will vary with network and machine load. Reource contraint: Mot uer are not willing to wait more than a few econd for a repone unle the information i extremely valuable to them. Uer interaction: Succe i uncertain until we actually execute a plan and receive feedback from the uer. An implementation capable of interleaving execution with planning i eential, a i upport for interaction with, and poibly intervention by the uer. Thi paper preent an integrated planning and execution framework that addree thee iue. Our domain operator are drawn from traditional IR technique uch a ynonym expanion and relevance feedback. We define an abtract repreentation of the uer goal and reource contraint uing a et of real-valued metric and a utilityfunction pecifying their relative importance. A forwardchaining planning and execution algorithm earche through

2 :name ( expand-query-with-ynonym :parameter ((?q query ytem-time-pent et-query-quality :precondition ( :ymbolic ( (not (applied-op-expand-with-ynonym?q :metric ( (< et-query-quality 0.8 :effect ( 0.70 (:ymbolic ( (del (not (applied-op-expand-with-ynonym?q (add (applied-op-expand-with-ynonym?q :metric ( (et-query-quality += 0.3 (ytem-time-pent += (:ymbolic ( (del (not (applied-op-expand-with-ynonym?q (add (applied-op-expand-with-ynonym?q :metric ( (et-query-quality -= 0.2 (ytem-time-pent += (:ymbolic ( (del (not (applied-op-expand-with-ynonym?q (add (applied-op-expand-with-ynonym?q :metric ( (ytem-time-pent += 0.5 :execute ( ynonym-expanion?q Figure : Operator pecification for expand-query-with-ynonym. the pace of belief tate, et of poible tate and their aociated likelihood, uing expected utility and belief tate uncertainty to guide action election, execution, and replanning deciion. Thi work contribute to planning reearch in two way. Firt, it identifie planning challenge poed by the general IR tak and preent a model that addree them. Second, it preent an approach to handling incompletely-pecified goal uing an integrated planning and execution proce. The remainder of the paper i organized a follow. Firt, we decribe the domain and problem repreentation we ue. Secondly, we preent our planning and execution algorithm. We then briefly decribe the INSPIRE architecture that implement the approach, and dicu ongoing work in learning parameter to etimate the efficacy of domain operator. We further dicu the relationhip between our work and previou reearch in planning and execution. We conclude with a dicuion of current and future reearch direction. The IR Planning Domain An IR planning problem conit of a domain definition and a problem tatement. The domain define the problemindependent knowledge of the IR tak which i common to different retrieval requet. The problem tatement define a problem-pecific earch context, the uer information goal, and reource contraint. In thi ection, we decribe our repreentational choice for each. Domain An IR domain conit of: A et of type defining clae of object (e.g., a QUERY A et of metric declaring reource, cot (e.g., (ELAPSED-TIME 5 and quality etimate that will be monitored within tate A et of operator defining the available atomic action Metric are declared a part of the domain decription, and initialized within a problem tatement. Like literal, they may be altered a either a ide-effect or a primary effect of action. In addition to repreenting conumable reource and execution cot, we alo ue metric to define pecial quality etimate that are ued to etimate how well the current tate of knowledge will achieve a particular ubgoal (e.g., (et-query-quality 0.3. Repreenting knowledge goal in thi way let u compare the relative value of different tate when the goal are only partially atified. (Dicuion of how thee quality etimate can be generated i deferred to a later ection. For now, we will jut aume the etimate are available to u. An operator i defined by it precondition and effect, plu an execution function that declare the procedure that will actually be called during execution, along with the operator binding to pa a argument. Precondition are conjunction of literal and metric expreion. Literal precondition may contain typed variable, negation, and inequality contraint on numeric feature. Metric precondition pecify inequality contraint on the metric value. Effect conit of literal to be added to or deleted from the tate, and update function to apply to metric. We can expre uncertainty in thee effect by declaring multiple effect et that enumerate all poible et of outcome and the joint probability ditribution for each. A complete pecification for a imple expand-querywith-ynonym operator i hown in Figure. Thi operator i ued to revie a query by adding ynonym of individual query term. For example, if applied to the ingleword query car, we obtain a new query containing car, auto, automobile, machine, motorcar. It take one variable of type QUERY, modifie two metric, and ha three poible outcome: a tate in which the query quality ha improved, one in which it ha remained unchanged (becaue no ynonym were available, and one in which the quality degrade. A metric precondition on etimated-query-

3 G i C i 0 :object ((Q query (LYCOS earch-engine (GOOGLE earch-engine :util ((ytem-time-pent C (uer-time-pent C2 (et-reult-quality G (et-query-quality G2 :init (:ymbolic ((available-earch-engine GOOGLE (available-earch-engine LYCOS (query-confidence Q 0.2 (query-term Q 2 :metric ((uer-time-pent 0 (ytem-time-pent 0 (et-query-quality 0.2 (et-reult-quality 0 0 ki :goal (:util-criteria (threhold 0.4 :ucc-criteria (threhold 0.8 :utilfn (( C (0 C2 (00 G (20 G2 Figure 2: Sample problem tatement pecifying the initial tate, goal criteria and utility function to ue. quality limit applicability to querie whoe quality i below the given threhold. We alo pecify a literal precondition and effect that retrict it to one-time application, a thi technique i generally only effective the firt time it i ued on a particular query. Problem Statement A pecific problem intance i defined by a et of available object and their type, an initial tate decription, and a goal pecification. The initial tate declare the et of literal fact that are known to be true, and aign initial value to each of the metric. A goal pecification define the three component needed to evaluate the ucce or failure of the planning and execution eion: A function that etimate tate utility from the current metric value in the tate A minimum utility value for ucceful termination A minimum atifiability threhold The utility function define the relative importance of the knowledge goal, cot, and reource. It i ued to etimate progre toward our information goal, and guide the action election proce by comparing the expected utilitie of the reulting tate. Thu, to be ueful, a utility function mut accurately reflect the uer goal by providing a relative ordering on the tate conitent with the uer preference, correctly mapping goal tate to high utility value and non-goal tate to low value. Our domain language currently limit utility function to weighted combination of function for individual metric in the domain, each of which produce a normalized value between zero and one: The utility threhold! pecifie the minimum utility value required for a atificing olution. Any executed equence with a utility value greater than thi i aumed to have achieved the goal. For example, the problem tatement hown in Figure 2 define a imple utility function compried of two cot metric and two quality metric. Each metric ha it own utility function (e.g., ytem-time-pent map to "$#, and the goal tatement declare the relative weight to aign to each. The diagram at the left of the tatement depict two very imple mapping; other are poible. In addition to a utility threhold, a goal declare a atifiability threhold between zero and one, indicating how confident we mut be in our ucce likelihood before we can declare planning ucceful. A lower value indicate a greater tolerance for riking a lower utility outcome and wated execution. We elaborate on the relationhip between thi and our planning and execution algorithm in the next ection. Interleaving Planning and Execution A previouly noted, the incompletely-pecified knowledge goal of information-eeking tak neceitate ue of a forward-chaining algorithm. Moreover, although we can etimate the likelihood that our plan ucceed, until we receive feedback from the environment (via evaluation of retrieved document and explicit uer-feedback, we cannot be certain we have actually achieved the goal. Thu, execution and replanning mut be an integral part of the planning proce.

4 / X Q U e / U / U / X U We ue an integrated planning and execution algorithm that perform a bet-firt earch acro belief tate. Our algorithm, preented in Table, i upplied with a domain model, and a problem tatement coniting of: an initial belief tate, a uer-defined utility-function, a utility ucce threhold!, and a value pecifying a confidence threhold for termination. GenerateOrExecutePlan(domain, belief tate, utility function, goal threhold, atifiability threhold. Initialize the current belief tate and candidate ucceor belief tate!!"$##%'&(#*, / 8 2. If ProbabiliticallySatifie(,, 0, UnexecutedActionSequence( If ( : Execute(PopFront( Update(,, 9 If (ChooeReplanOrContinue(, == replan ;8 GenerateOrExecutePlan(, 0, < * 9,, Ele goto 2. Ele return ucce. 3. Ele if (ReachedSearchLimit( or ( and UnexecutedActionSequence( return failure. 4. If (ChooeExecutionOrExpanion(, 5 5 expand - -?> ChooeBetOne( = /A@!!"$##%'&(#*,+ +. 0/ 5. Ele Goto UnexecutedActionSequence( 9 Execute(PopFront( Update( ;8,, 9 If ChooeReplanOrContinue( ;8, == replan GenerateOrExecutePlan(, 9,, 0, Ele goto 2. Table : The planning and execution algorithm. Beginning with the initial belief tate a the root and an empty plan, the planner evaluate all ucceor belief tate reachable from the current tate by applying a ingle operator, and elect the one with the highet expected utility. The current belief tate BDCE i updated to the projected belief tate, and the election proce repeat. The actual plan, the equence of operator application required to tranform the initial tate into the projected current belief tate B CE, i implicitly maintained within each belief tate by toring it generating operator and parent belief tate. At each tep, the algorithm conider the tradeoff between executing the firt unexecuted operator in the plan and continuing to plan with the uncertain outcome of the projected belief tate. If an execution tep i carried out, it i followed by an aement of the need for replanning. The algorithm terminate when all tep in the plan have been executed and the confidence and utility threhold for goal atifaction are met, or there are no additional action the planner can take. We now provide detail on the belief tate repreentation and upporting function. State Repreentation We repreent the tate-pace at two level: the individual tate level, at which individual operator are applied, and the belief tate level, at which the planning and execution algorithm operate. An individual tate conit of grounded metric and literal. (Note that we do not make a cloed-world aumption; the abence of a fact doe not imply it falehood. In turn, a belief tate conit of a finite et of individual tate repreenting all poible current tate and their correponding likelihood. Thi give u the ability to repreent the degree of uncertainty in our tate knowledge. During the planning and execution proce, new belief tate are generated by the Succeor( function hown in Table 2. Succeor(domain, belief tate, utility function. Generate the et of all applicable operator F for the current belief tate. F 5 G P*Q R Q S Q.TVUW XZYQ W\ T^WIU_$Q.HI KJ <.L(MON `ab e ]/.+ /dc 2. For each operator X]S F, generate a ucceor belief tate J, and calculate it expected utility fg J 5 P hir*ja0sk!yxzyu ju SkU lvlmu_.y okp YUWqX o h /.+ /dn / 5 okp YU*W X o X'aZab > a'u o U!YUq /$@ r U!YW p _!h / 5 X*T\T ot r l^um` /.+ r U!YW p _ h // / 5 TmX'WqU`Y Jwv X'_.Y p Qq` Jwv Jwv fg 5 h h / xyhi KJ <.L(MzN 3. Return the et of ucceor belief tate. Table 2: The Succeor algorithm. Given an applicable operator, the function imulate the effect of applying it to the current belief tate B CE. The reult i a new belief tate containing the et of all poible outcome tate and the probabilitie of eeing each outcome. Note that a pair of outcome tate within a belief tate may contradict one another. However, once we actually execute / ;

5 the plan tep leading to thi belief tate, only a ingle outcome tate will remain. An operator i conidered to be applicable in the current belief tate if all of it precondition are atified in every tate within the belief tate. Thi enure we have a valid plan regardle of which tate we are actually in. Although it i not explicitly repreented in Table 2, the generation of the ucceor belief tate work with fully intantiated operator. Figure 3 how a pictorial view of the generation proce. B a 3 a 3 a 3 5 A C 5 a a 2 P(e P(e2 P(e2 B a 2 B a P(8=P(e2.P(e P(e22 Figure 3: A pictorial view of the generation proce. When a new belief tate i created, we alo compute it expected utility. Thi value i equal to the weighted um of the etimated utilitie of each outcome tate compriing the belief tate. It i ued for action election by the function ChooeBetOne( that imply elect the belief tate with the highet expected utility. B CE i advanced to thi new tate, and the operator that generated the belief tate become the next tep in the plan. Execution The main advantage of executing in the IR domain i that it provide the planner with additional information that can be ued to etimate how well the retrieval proce i going, reducing the uncertainty and the number of poible tate the planner mut conider during forward projection. It may alo allow u to terminate earlier if we are fortunate enough to dicover our actual tate wa much better than our projection. The main diadvantage of execution in thi domain i that we cannot recover reource uch a time once they are conumed, potentially leading to a wore (le optimal reult than if we had continued planning. In the wort cae, where reource are everely limited, foolihly executing tep without ufficient lookahead may reult in failure to find any olution becaue we no longer have the reource available to complete the tak. Our ytem upport three different execution trategie, the firt two of which clearly repreent the extreme of poible approache: Conervative (Deliberative - Alway plan until we are forced to execute, i.e., no more planning i poible Reactive - Alway execute a oon a an unexecuted plan tep i available Informed - Bae our execution deciion on the feature of our current belief tate and alternate candidate. We are currently exploring everal different verion of informed trategie. Table 3 how a imple one. ChooeExecutionOrExpanion(belief tate, candidate. If (( == 6 or (Var(Utilitie(!YXZYU return execute 2. Ele return expand / Table 3: Sample deciion for execution v. planning. Thi function chooe execution when it i the only choice available, or when the variance of utilitie in the current belief tate exceed a fixed threhold. The intuition here i that planning i probably not a very good option in belief tate with bimodal utility ditribution coniting of very high and very low utility outcome. If executing put u in a high utility tate, we may be done without additional planning; if it put u in a low utility tate, then now we know that we are probably better off puruing other option. Either way, we benefit. In addition to conidering the ditribution of utilitie in our current belief tate and the number of alternative we have, other trategie include conideration of the potential that execution ha to change our view of the world (i.e., the number of alternative execution introduce, and how cotly the next tep i to execute. After executing an operator, an update function record the plan tep a having been executed, remove candidate at branche of the earch tree above the executed node, and recompute our current belief tate. Replanning Currently, for implicity, we alway chooe to replan after executing a tep. However, we eventually intend to replace thi with a true deciion point, taking into conideration: How conitent our new belief tate i with repect to the original plan. Whether operator that were previouly not applicable have now become applicable. The relative cot of updating the exiting belief tate tree veru the cot of replanning from cratch.

6 / Termination There are three different termination condition that may occur during the planning and execution proce: a olution may be found, the proce may hit a pre-defined earch limit, or it may fail becaue there are no additional action available to take. We limit out dicuion to jut the ucce condition a both failure cae are traightforward. The function ProbabiliticallySatifie( (Tabel 4 ue the atifiability threhold to determine when the goal i conidered atified. The intuition behind thi function i that if we have a plan that i already very likely to produce a ucceful outcome, additional planning may not be very ueful. It i probably more productive to witch into execution mode to obtain feedback verifying or diproving the poibility that we are done. ProbabiliticallySatifie(belief tate, utility function, goal threhold < *, atifiability threhold where:.h\m / 5 / % "q& / #" Table 4: Probabilitic goal atifaction. A defined earlier, thi uer-pecified threhold i a value between zero and one that indicate how willing the uer i to rik a uboptimal olution and wated execution. A threhold of one indicate a uer who i not willing to tolerate any rik (a trong atifiability requirement; a mall non-zero value indicate a uer who i very rik tolerant (a weak atifiability requirement. It i worth pointing out that although thi threhold influence how uboptimal the reult may be, it doe not make any guarantee for optimality. Even in the rik-avere cae, we are till only looking for atificing olution. Implementation We have implemented thi approach a part of the INSPIRE (INtegrated Sytem for Planning and Information REtrieval architecture pictured in Figure 4. INSPIRE conit of three major component: the planner (IRplan, the execution manager (IRexecute, and the uer interface. The uer interface module i reponible for handling all the direct interaction with the uer. It alo take care of tranlating the uer input into an abtract repreentation that the planner can ue. Upon receiving a new requet in the form of a text query, the interface tore it in the data-repoitory, and generate a new problem tatement containing the identifier by which the query wa indexed, the query feature and other tate information, and a goal tatement. Thi in turn initiate the planning and execution algorithm contained within the IRplan module. When an execution deciion i made, the planner end an execution requet to the IRexecute module. The text claifier domain model uer interface data repoitory IRplan execution lexical manager utilitie retrieval utilitie IRexecute... earch engine and document collection Figure 4: The INSPIRE Architecture. diplay utilitie query expanion utilitie execution manager retrieve any data it need from the data repoitory and proceed to carry out the requeted tak. After execution, it ave any new data to the repoitory, generate a reult ummary for the planner and return control to the proce. At preent, the diplay tool required to upport potproceing operator are not implemented (a indicated by the dotted box. The reult returned to the uer conit of the firt few line from the 0 mot-highly-ranked document. We alo do not provide mechanim that allow the uer to interrupt the ytem. Uer-control i returned only after the planning and execution proce i finihed or when a feedback requet i executed. Etimating Domain Parameter One important apect of our approach, which we have yet to addre here, i the origin of the parameter ued in the domain model. Currently, we ue tatic prior value for the probabilitie of operator outcome and etimate of metric effect (including quality etimate. However, the development of better model and the addition of the infratructure neceary to upport learning i the major focu of our preent reearch. We briefly outline two of the more intereting iue we are currently conidering below. Categorization of information need: Uer of information retrieval ytem have very divere information need ranging from requet for a pecific document, to exploratory earche (Belkin et al The ability to pre-claify incoming requet into a et of general goal categorie could help u generate problem tatement with more precie goal requirement. Quality Etimate: Reearch in information retrieval ha long focued on defining ueful meaure of document relevance (Rijbergen 979. However, for the purpoe of planning, etimating the quality of intermediate

7 product and reource uch a querie and ource are alo important. Similar to (Kekäläinen & Järvelin 998, we are currently evaluating method for predicting query quality both in tand-alone requet and in the context of incremental earch. Related Work The challenge preented by the IR tak touch upon many different area of planning reearch. In thi ection we decribe a repreentative ample of thi work. The area that i perhap mot relevant to the current work i the problem of planning for information gathering. It ha been the focu of coniderable attention within the planning community in recent year (e.g.. (Golden 998; Knoblock 996; Levy, Rajaraman, & Ordille 996; Kwok & Weld 996; Barih et al A in the general IR tak, the goal of information gathering i to obtain information that atifie a uer query, often in the face of incomplete knowledge and reource contraint. Unlike the current work however, many of thee ytem are modeled after databae paradigm: they are retricted to querying tructured ource, require a model of ource content, and aume that the information goal i perfectly repreented by the query. Information gathering ytem uch a Sage (Knoblock 995, and XII (Golden, Etzioni, & Weld 994 interleave execution to gather information, but adopt the imple policy of delaying execution for a long a poible (baed on (Ambro-Ingeron & Steel 988. PUCCINI (Golden 998 adopt a lightly more relaxed approach to execution. It allow execution to occur even when it i uncertain that the plan will be atified, a long a the outcome i verified afterward. In addition to information gathering ytem that interleave planning and execution to upport ening, other have conidered thi problem in a more general planning context. Stone and Veloo (Stone & Veloo 996 decribe an extenion to the Prodigy planner to upport uer-guided execution. They alo ugget other execution policie baed on abtraction hierarchie and learning from oberving the uer. Nourbakhh (Nourbakhh 997 develop a et of three type of termination condition under which the execution can tart. They are baed on abtraction, aumptive planning, and relative partial plan quality. The problem of planning for uncertain outcome ha been addreed by everal reearcher within the context of conditional planning (e.g. (Peot & Smith 992; Pryor & Collin 996; Weld, Anderon, & Smith 998 and probabilitic planning (e.g. (Draper, Hank, & Weld 994; Kuhmerick, Hank, & Weld 995; Blythe 998; Blum & Langford 998. However, unlike the current work thee ytem generally work with completely pecified goal and don t include execution upport. Typically the probabiliitic ytem declare ucce when a probability threhold value i exceeded. Recently, there ha been increaed interet in heuritic earch technique for planning. One example i the GPT planner (Bonet & Geffner 2000, which ue forward chaining earch heuritic, allow incomplete information, and ha a belief-pace repreentation imiliar to the work here. We addre thi challenge within the context of information proceing tak. Deciion-theoretic approache to planning (e.g. (Haddaway & Suwandi 994; Haddawy & Hank 998; Williamon & Hank 994; Boutilier, Dean, & Hank 999 are alo imilar to the current work in that they ue a utility function to evaluate alternative plan and make it eay to take into account reource contraint. Other relevant work from outide the planning community include Microoft Lumiere project (Horvitz et al. 998, which infer uer need within the context of a oftware help ytem. Microoft ha alo worked with developing utility-baed model for uer interface (Horvitz 999. Concluion In thi paper, we have defined a et of challenge preented by the general real-world information retrieval tak and decribed an integrated planning and execution ytem deigned to addre them. We have preented a repreention that model the variou ource of uncertainty in the domain, and ue the uncertainty in the tate to guide our deciion for planning, execution, and replanning. From a planning perpective, the IR domain and our approach provide an intereting framework in which to addre a variety of difficult planning problem including: interleaving execution and planning, planning with incompletely pecified goal, partial and incremental goal atifaction, and conidering the role of the uer in the planning/execution loop. The INSPIRE architecture aim at addreing thee iue that are of great importance in bringing automated planning tool to upport uer goal deciion making and goal achievement. From an IR perpective, the INSPIRE architecture preent an opportunity to provide uer with better upport in the information retrieval proce, a well a to gain greater inight into the value of variou IR techhnique. Our approach ha been implemented and thorough evaluation with real uer and tak i part of our ongoing and future work. We are in fact currently addreing quetionanwering tak to further focu the general IR tak. The INSPIRE architecture i the ubtrate for our work. Although the quetion of interleaving planning and execution and planning under uncertainty have been previouly addreed, our reearch aim at grounding thee quetion within the tak of information proceing. Within thi challenging domain that include uer, we enviion learning the value of the parameter of our approach. Reference Ambro-Ingeron, J., and Steel, S Integrating planning, execution, and monitoring. In Proceeding of the Seventh National Conference on Artificial Intelligence, Barih, G.; DiPaquo, D.; Knoblock, C. A.; and Minton, S A dataflow approach to agent-baed information management. In Proceeding of the 2000 International Conference on Artificial Intelligence (ICAI-2000,

8 Belkin, N. J.; Cool, C.; Stein, A.; and Thiel, U Cae, cript, and information-eeking trategie: On the deign of interactive information retrieval ytem. Expert Sytem and Application 9: Blum, A., and Langford, J Probabilitic planning in the graphplan framework. In AIPS98 Workhop on Planning a Combinatorial Search, 8 2. Blythe, J Planning Under Uncertainty in Dynamic Domain. Ph.D. Diertation, Carnegie Mellon Univerity. Bonet, B., and Geffner, H Planning with incomplete information a heuritic earch in belief pace. In Proceeding of the Fifth International Conference on Artificial Intelligence Planning and Scheduling. Boutilier, C.; Dean, T.; and Hank, S Deciion theoretic planning: Structural aumption and computational leverage. Journal of Artificial Intelligence Reearch : 94. Draper, D.; Hank, S.; and Weld, D Probabilitic planning with information gathering and contingent execution. In Proceeding of the Second International Conference on Artificial Intelligence Planning Sytem (AIPS-94, Golden, K.; Etzioni, O.; and Weld, D Omnipotence without omnicience: Efficient enor management for planning. In Proceeding of the 2th National Conference on Artificial Intelligence (AAAI-94, volume 2, AAAI Pre. Golden, K Leap before you look: Information gathering in the puccini planner. In Proceeding of the Fourth International Conference on Artificial Intelligence Planning Sytem (AIPS-98, Haddaway, P., and Suwandi, M Deciion-theoretic refinement planning uing inheritance abtraction. In Proceeding of the Second International Conference on Artificial Intelligence Planning Sytem. Haddawy, P., and Hank, S Utility model for goaldirected deciion-theoretic planner. Computational Intelligence 4(3: Horvitz, E.; Breee, J.; Heckerman, D.; Hovel, D.; and Rommele, K The lumiere project: Bayeian uer modeling for inferring the goal and need of oftware uer. In Proceeding of the 4th Conference on Uncertainty in Artificial Intelligence, Horvitz, E Principle of mixed-initiative uer interface. In Proceeding of CHI 99, ACM SIGCHI Conference on Human Factor in Computing Sytem, Kekäläinen, J., and Järvelin, K The impact of query tructure and query expanion on retrieval performance. In Proceeding of the 2t Annual International ACM SIGIR Conference on Reearch and Development in Information Retrieval, Melbourne, Autrailia: ACM. Knoblock, C. A Planning, executing, ening, and replanning for information gathering. In Proceeding of the Fourteenth International Joint Conference on Artificial Intelligence (IJCAI-95, Knoblock, C. A Building a planner for information gathering: A report from the trenche. In Artificial Intelligence Planning Sytem: Proceeding of the Third International Conference (AIPS-96, Kuhmerick, N.; Hank, S.; and Weld, D. S An algorithm for probabilitic planning. Artificial Intelligence 76: Kwok, C. T., and Weld, D Planning to gather information. In Proceeding of the 4th National Conference on Artificial Intelligence (AAAI-96, volume, AAAI Pre. Levy, A. Y.; Rajaraman, A.; and Ordille, J. J Querying heterogeneou information ource uing ource decription. In Proceeding of the Twenty-econd International Conference on Very Large Databae, Bombay, India: VLDB Endowment, Saratoga, Calif. Nourbakhh, I Interleaving Planning and Execution. Ph.D. Diertation, Stanford Univerity. Peot, M. A., and Smith, D. E Conditional nonlinear planning. In Proceeding of the Firt International Conference on Artificial Intelligence Planning Sytem, Pryor, L., and Collin, G Planning for contingencie: A deciion-baed approach. Journal of Artificial Intelligence Reearch 4: Rijbergen, C. V Information Retrieval, 2nd edition. Dept. of Computer Science, Univerity of Glagow. Stone, P., and Veloo, M. M Uer-guided interleaving of planning and execution. In Ghallab, M., and Milani, A., ed., New Direction in AI Planning. IOS Pre Weld, D. S.; Anderon, C. R.; and Smith, D. E Extending graphplan to handle uncertainty and ening action. In Proceeding of the Fifteenth National Conference on Artificial Intelligence, Williamon, M., and Hank, S Optimal planning with a goal-directed utility model. In Proceeding of the Second International Conference on Artificial Intelligence Planning Sytem (AIPS-94, 76 8.

The Process-Value Model: A Systems View of the IST Value Chain

The Process-Value Model: A Systems View of the IST Value Chain Aociation for Information Sytem AIS Electronic Library (AISeL) SAIS 2007 Proceeding Southern (SAIS) 3-1-2007 The Proce-Value Model: A Sytem View of the IST Value Chain William L. Lomeron lomeronw@nula.edu

More information

International Journal of Mathematical Archive-8(6), 2017, Available online through ISSN

International Journal of Mathematical Archive-8(6), 2017, Available online through   ISSN International Journal of Mathematical Archive-8(6), 27, 33-38 Available online through www.ijma.info ISSN 2229 546 BAYESIAN SPECIAL TYPE DOUBLE SAMPLING PLAN WITH BETA PRIOR DISTRIBTUTION Dr. S. JEYABHARATHI*

More information

Value intensity of water used for electrical energy generation in the Western U.S.; an application of embedded resource accounting

Value intensity of water used for electrical energy generation in the Western U.S.; an application of embedded resource accounting Value intenity of water ued for electrical energy generation in the Wetern U.S.; an application of embedded reource accounting Elizabeth A. Martin and Benjamin L. Ruddell Abtract Thi tudy evaluate the

More information

Discovering Transcription Factor Binding Motif Sequences

Discovering Transcription Factor Binding Motif Sequences Dicovering Trancription Factor Binding Motif Sequence I Department of Biology, Stanford Univerity, CA, 94305 Introduction In biology, equence motif are hort equence pattern, uually with fixed length, that

More information

A Method to Risk Analysis in Requirement Engineering Using Tropos Goal Model with Optimized Candidate Solutions K.Venkatesh Sharma 1, Dr P.V.

A Method to Risk Analysis in Requirement Engineering Using Tropos Goal Model with Optimized Candidate Solutions K.Venkatesh Sharma 1, Dr P.V. www.ijcsi.org 250 A Method to Rik Analyi in Requirement Engineering Uing Tropo Goal Model with Optimized Candidate Solution K.Venkateh Sharma 1, Dr P.V.Kumar 2 1 Reearch Scholar in JNTUK Kakinada, Andhra

More information

LED IP PRIMER. One World LED 1026 South Road, Edwardstown, SA, 5039 p: (08) e:

LED IP PRIMER. One World LED 1026 South Road, Edwardstown, SA, 5039 p: (08) e: LED IP PRIMER Thi brochure provide a quick overview of the patented innovation by and our partner around the world. The ytem and method invented by patent granted to One World LED how our commitment to

More information

Course Evaluation Validation using Data Envelopment Analysis. Joseph Sarkis Clark University. Inshik Seol Clark University

Course Evaluation Validation using Data Envelopment Analysis. Joseph Sarkis Clark University. Inshik Seol Clark University THE ACCOUNTING EDUCATORS JOURNAL Volume XX 2010 pp. 21-32 Coure Evaluation Validation uing Data Envelopment Analyi Joeph Sarki Clark Univerity Inhik Seol Clark Univerity Abtract In thi paper we detail

More information

6/6/2012. HR Training and Development. Content. Training: concept. Training: concept. Training: concept. Training and Development: Concept

6/6/2012. HR Training and Development. Content. Training: concept. Training: concept. Training: concept. Training and Development: Concept HR Training and Development UNIT 5 Content Concept and need of HR training and development Training need aement HR training: objective and method (on-the-job and off-the-job). Evaluation of training program

More information

Big Data computation for workshop-based planning support

Big Data computation for workshop-based planning support Big Data computation for worhop-baed planning upport Jianguang Tu International School of Software Wuhan Univerity Wuhan, P.R.China Tujg1973@gmail.com Jianquan Cheng * School of Science and the Environment

More information

75th MORSS CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Presentation

75th MORSS CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Presentation 75th MORSS CD Cover Page UNCLASSIFIED DISCLOSURE FORM CD Preentation 712CD For office ue only 41205 12-14 June 2007, at US Naval Academy, Annapoli, MD Pleae complete thi form 712CD a your cover page to

More information

INVESTIGATION OF THERMOSTAT-SET CONTROL AS A NEW DIRECT LOAD CONTROL METHOD

INVESTIGATION OF THERMOSTAT-SET CONTROL AS A NEW DIRECT LOAD CONTROL METHOD INVESTIGATION OF THERMOSTAT-SET CONTROL AS A NEW DIRECT LOAD CONTROL METHOD Canbolat Uçak canbolat@elk.itu.edu.tr Gökçe Dokuyucu gokce776@uperonline.com Department of Electrical Engineering Electrical

More information

Programme title: Master of Science in Human Resource Management (CIPD) MSc (top up): 1 year (part time) April 2018

Programme title: Master of Science in Human Resource Management (CIPD) MSc (top up): 1 year (part time) April 2018 Programme Specification Faculty of Management, Law and Social Science Programme title: Mater of Science in Human Reource Management (CIPD) Academic Year: 2018/19 Degree Awarding Body: Final and interim

More information

Management Science Letters

Management Science Letters Management Science Letter 2 (2012) 3049 3054 Content lit available at GrowingScience Management Science Letter homepage: www.growingscience.com/ml Identification and prioritization of hazardou material

More information

Business-driven decision support for change management: planning and scheduling of changes

Business-driven decision support for change management: planning and scheduling of changes Buine-driven deciion upport for change management: planning and cheduling of change Jacque Sauvé 1, Rodrigo Rebouça 1, Antão Moura 1, Claudio Bartolini 2, Abdel Boulmakoul 3, David Tratour 3 1 Departamento

More information

The research of simplified method of calculating wind and rain loads and its validation

The research of simplified method of calculating wind and rain loads and its validation The reearch of implified method of calculating wind and rain load and it validation Xing FU 1) and Hong-Nan LI 2) 1), 2) Faculty of Infratructure Engineering, Dalian Univerity of Technology, Dalian 116024,

More information

Examining the tradeoff between fixed pay and performance-related pay: A choice experiment approach

Examining the tradeoff between fixed pay and performance-related pay: A choice experiment approach Examining the tradeoff between fixed pay and performance-related pay: A choice experiment approach JUNYI SHEN * Reearch Intitute for Economic and Buine Adminitration, Kobe Univerity KAZUHITO OGAWA Faculty

More information

As companies outsource more product design and manufacturing activities to other members of the supply

As companies outsource more product design and manufacturing activities to other members of the supply MANAGEMEN SCIENCE Vol. 55, No. 7, July 2009, pp. 1122 1138 in 0025-1909 ein 1526-5501 09 5507 1122 inform doi 10.1287/mnc.1090.1008 2009 INFORMS Quality Improvement Incentive and Product Recall Cot Sharing

More information

Model of Integrated Production and Delivery Batch Scheduling Under JIT Environment to Minimize Inventory Cost

Model of Integrated Production and Delivery Batch Scheduling Under JIT Environment to Minimize Inventory Cost Proceeding of the 2014 International Conference on Indutrial Engineering and Operation Management Bali, Indoneia, January 7 9, 2014 Model of Integrated Production and Delivery Batch Scheduling Under JIT

More information

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 03 STOCKHOLM, AUGUST 19-21, 2003 EVALUATION OF SOFT REQUIREMENTS DURING PRODUCT DESIGN

INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 03 STOCKHOLM, AUGUST 19-21, 2003 EVALUATION OF SOFT REQUIREMENTS DURING PRODUCT DESIGN INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN ICED 3 STOCKHOLM, AUGUST 9-, 3 EVALUATION OF SOFT REQUIREMENTS DURING PRODUCT DESIGN Kjell Anderon Abtract Ti paper preent an approac to improve current metod

More information

KNOWLEDGE MAPPING IN THAI WEAVING INDUSTRY

KNOWLEDGE MAPPING IN THAI WEAVING INDUSTRY KNOWLEDGE MAPPING IN THAI WEAVING INDUSTRY Anyanitha Ditanont College of Innovation, Thammaat Univerity, Thailand anyanitha@yahoo.com Abtract: Knowledge i a valuable aet to any organiation epecially, the

More information

Notes on the GoldSim Plume Function

Notes on the GoldSim Plume Function NAC-0036_R1 Note on the GoldSim Plume Function Augut 014 Prepared by John auxe NEPUNE AND COMPANY, INC. 1505 15 th St, Suite B, o Alamo, NM 87544 itle: Decription: hi document calculation detail of the

More information

Heterogeneity in Producer s Marketing Strategy

Heterogeneity in Producer s Marketing Strategy Heterogeneity in Producer Marketing Strategy Tong Zhang Reearch Aitant Department of Agricultural Economic Oklahoma State Univerity 42C Ag Hall Phone no. 405-744-9797 Email: tong.zhang0@oktate.edu Wade

More information

Enabling Collaborative Data Sharing in Google+

Enabling Collaborative Data Sharing in Google+ Enabling Collaborative Data Sharing in Google+ Hongxin Hu Delaware State Univerity, Dover, Delaware, 19901 hxhu@au.edu Gail-Joon Ahn and Jan Jorgenen Arizona State Univerity, Tempe, Arizona, 85287 {gahn,jan.jorgenen}@au.edu

More information

A model for grain growth based on the novel description of dendrite shape

A model for grain growth based on the novel description of dendrite shape ARCHIVES of FOUNDRY ENGINEERING Publihed quarterly a the organ of the Foundry Commiion of the Polih Academy of Science ISSN (1897-3310) Volume 7 Iue 4/2007 183 188 36/4 A model for grain growth baed on

More information

About the Authors. Your Shortcuts Might Become Expensive Detours. Dr. Andreas Krueger. Felipe Nogueira

About the Authors. Your Shortcuts Might Become Expensive Detours. Dr. Andreas Krueger. Felipe Nogueira L ea eadmi ni t r a onbynaki a MakeYourDeadl i newi t houtcompr omi i ngqual i t y I FRS16Rapi ddepl oymentgui de naki a. c om About the Author Dr. Andrea Krueger Andrea i a Senior Solution Expert for

More information

Aggregate Supply. MPL i = Y i / L i

Aggregate Supply. MPL i = Y i / L i Aggregate Supply The upply of output depend on the behavior of producer. roducer' chooe the quantity of input to employ. Thee input produce output and we aume that producer chooe their input to maximize

More information

Reactive Power Management of a Wind Farm to Prevent Voltage Collapse of an Electric Power System

Reactive Power Management of a Wind Farm to Prevent Voltage Collapse of an Electric Power System Reactive Power Management of a Wind Farm to Prevent Voltage Collape of an Electric Power Sytem R. M. Monteiro Pereira Intituto Superior Engenharia de Coimbra, Portugal rmfm@iec.pt C. M. Machado Ferreira

More information

Available online at ScienceDirect. Energy Procedia 48 (2014 )

Available online at   ScienceDirect. Energy Procedia 48 (2014 ) Available online at www.ciencedirect.com ScienceDirect Energy Procedia 48 (2014 ) 806 812 SHC 2013, International Conference on Solar Heating and Cooling for Building and Indutry September 23-25, 2013,

More information

Afforestation Subsidy under Asymmetric Information and Transaction Cost in Developing Countries: Does rural capital market imperfection matter?

Afforestation Subsidy under Asymmetric Information and Transaction Cost in Developing Countries: Does rural capital market imperfection matter? Afforetation Subidy under Aymmetric Information and Tranaction Cot in Developing Countrie: Doe rural capital market imperfection matter? Dambala Gelo, Steven Koch 2 Abtract Thi paper deal with the deign

More information

Decision makers and socializers, social networks and the role of individuals as participants

Decision makers and socializers, social networks and the role of individuals as participants Tranportation (2013) 40:755 771 DOI 10.1007/11116-013-9465-6 Deciion maker and ocializer, ocial network and the role of individual a participant Kathleen Deutch Kontadino G. Goulia Publihed online: 1 May

More information

GMACE Pilot #4: Adjusting the National Reliability Input Data

GMACE Pilot #4: Adjusting the National Reliability Input Data INTERBULL BULLETIN NO. 48. Berlin, Germany, May 20 21, 2014 GMACE Pilot #4: Adjuting the National Reliability Input Data P. G. Sullivan 1 and J. H. Jakoben 2 1 Canadian Dairy Network, Guelph, ON, Canada

More information

Indicative simplified baseline and monitoring methodologies for selected small-scale CDM project activity categories

Indicative simplified baseline and monitoring methodologies for selected small-scale CDM project activity categories III.AU./Verion 01 TYPE III - OTHER PROJECT ACTIVITIES Project participant hall apply the general guideline to SSC CDM methodologie, information on additionality (attachment A to Appendix B) and general

More information

Abstract. 1 Introduction

Abstract. 1 Introduction Automatic conflict detection and reolution in metrorail ytem: evaluation approach for MARCO EU project G.F. D'Addio, M. Mazzucchelli, S. Savio Dipartimento di Ingegneria Elettrica, Univerita di Genova,

More information

Water Distribution as a Noncooperative Game

Water Distribution as a Noncooperative Game Water Ditribution a a Noncooperative Game Ardehir Ahmadi, IHU Univerity,ehran, Iran Ardehir79@yahoo.com ABRAC he water ditribution problem of the Mexican Valley i modeled a a three-peron noncooperative

More information

PRECIPITATION CALIBRATION TESTS August 12, 2009

PRECIPITATION CALIBRATION TESTS August 12, 2009 BISHOP PAIUTE TRIBE ENVIRONMENTAL MANAGEMENT OFFICE PRECIPITATION CALIBRATION TESTS Augut 12, 2009 Thi report decribe the reult of everal precipitation calibration tet carried out in July 2009, following

More information

STRATEGIC COMMUNICATIONS, CRISIS MANAGEMENT & PUBLIC RELATIONS MASTERCLASS

STRATEGIC COMMUNICATIONS, CRISIS MANAGEMENT & PUBLIC RELATIONS MASTERCLASS Tel: +27 11 0565 313, Fax +27 86 548 2231, Email: info@centuryacademy.co.za STRATEGIC COMMUNICATIONS, CRISIS MANAGEMENT & PUBLIC RELATIONS MASTERCLASS WHO SHOULD ATTEND Communication Officer Communication

More information

UNIT 2 PROCESS AND FUNCTIONS OF HUMAN RESOURCE PLANNING (HRP)

UNIT 2 PROCESS AND FUNCTIONS OF HUMAN RESOURCE PLANNING (HRP) Baic of Human Reource Planning UNIT 2 PROCESS AND FUNCTIONS OF HUMAN RESOURCE PLANNING (HRP) Objective After reading thi unit, you hould be able to: l the concept and proce of HRP, l the determination

More information

ToP Strategic Planning Design Pattern Application Level

ToP Strategic Planning Design Pattern Application Level The Big Picture ToP Strategic Planning Deign Pattern Application Level ToP Strategic Planning Overview The ToP Strategic Planning method enable a group to create a et of trategie and practical action plan

More information

Study on Mechanical Behavior of Thin-walled Member during Precision Straightening Process

Study on Mechanical Behavior of Thin-walled Member during Precision Straightening Process 2014 by IFSA Publihing, S. L. http://www.enorportal.com Study on Mechanical Behavior of Thin-walled Member during Preciion Straightening Proce Ben Guan, Yong Zang, Diping Wu, Qin Qin School of Mechanical

More information

Infor CloudSuite Industrial (SyteLine) for Life Sciences

Infor CloudSuite Industrial (SyteLine) for Life Sciences Life Science Infor CloudSuite Indutrial (SyteLine) for Life Science Stay current with the hifting tandard of FDA compliance For life cience manufacturer, advancing and maintaining information management

More information

Infor CloudSuite Industrial (SyteLine) for Life Sciences

Infor CloudSuite Industrial (SyteLine) for Life Sciences Life Science Infor CloudSuite Indutrial (SyteLine) for Life Science Stay current with the hifting tandard of FDA compliance For life cience manufacturer, advancing and maintaining information management

More information

Use of Geographic Information Systems to Explore and Communicate Transportation and Land Use Relationships in Iowa

Use of Geographic Information Systems to Explore and Communicate Transportation and Land Use Relationships in Iowa Ue of Geographic Information Sytem to Explore and Communicate Tranportation and Land Ue Relationhip in Iowa David J. Plazak, Tranportation Policy Analyt Mark B. elon, Tranportation Specialit Tim R. Strau,

More information

570 International Journal of Scientific & Engineering Research, Volume 5, Issue 10, October-2014 ISSN

570 International Journal of Scientific & Engineering Research, Volume 5, Issue 10, October-2014 ISSN 57 International Journal of Scientific & Engineering Reearch, Volue 5, Iue, October-4 Hydraulic Network Model of Water Ditribution Syte in Al Hakee Quarter, Maqil Ditrict, Barah, South of Iraq Ali H. Al

More information

THE POTENTIAL AND COST OF CARBON SEQUESTRATION IN AGRICULTURAL SOIL; EMPIRICAL STUDY OF DYNAMIC MODEL IN THE MIDWESTERN U.S.

THE POTENTIAL AND COST OF CARBON SEQUESTRATION IN AGRICULTURAL SOIL; EMPIRICAL STUDY OF DYNAMIC MODEL IN THE MIDWESTERN U.S. THE POTENTIAL AND COST OF CARBON SEQUESTRATION IN AGRICULTURAL SOIL; EMPIRICAL STUDY OF DYNAMIC MODEL IN THE MIDWESTERN U.S. DISSERTATION Preented in Partial Fulfillment of the Requirement for the Degree

More information

MARINE SAFETY, QUALITY AND ENVIRONMENTAL MANAGEMENT

MARINE SAFETY, QUALITY AND ENVIRONMENTAL MANAGEMENT GUIDE FOR MARINE SAFETY, QUALITY AND ENVIRONMENTAL MANAGEMENT JULY 2002 American Bureau of Shipping Incorporated by the Legilature of the State of New York 1862 Copyright 2002 American Bureau of Shipping

More information

European Advertising Consumer Research Report 2015

European Advertising Consumer Research Report 2015 RESEARCH REPORT European Advertiing Conumer Reearch Report 2015 Conumer Awarene & Impact of European Self-Regulatory Programme for OBA Independent reearch conducted by Ipo MORI on behalf of TRUSTe and

More information

environment of the Poyang Lake of the department of Education, Nanchang University, Nanchang330031, China

environment of the Poyang Lake of the department of Education, Nanchang University, Nanchang330031, China doi:10.21311/002.31.10.20 Cot - Benefit Analyi of Green Building Baed on Input - Output Theory Liu Wei 1, 2, 3, Wu zhijiang 1 1 Eat China Jiaotong Univerity, Nanchang330013, China 2 The School of economic

More information

3.4 BUTT FUSION WELDING

3.4 BUTT FUSION WELDING 3.4 BUTT FUSION 3.4.1 INTRODUCTION The butt welding proce conit of the joining of two component (pipe and/or fitting) of equal diameter and thickne in which the urface to be welded are heated until melting

More information

Working Party on Agricultural Policies and Markets

Working Party on Agricultural Policies and Markets Unclaified AGR/CA/APM(2001)24/FINAL AGR/CA/APM(2001)24/FINAL Unclaified Organiation de Coopération et de Développement Economique Organiation for Economic Co-operation and Development 22-Jul-2002 Englih

More information

Pollution prevention with chemical process simulators: the generalized waste reduction (WAR) algorithm full version

Pollution prevention with chemical process simulators: the generalized waste reduction (WAR) algorithm full version Computer and Chemical Engineering 23 (1999) 623 634 Pollution prevention with chemical proce imulator: the generalized wate reduction (WAR) algorithm full verion Heriberto Cabeza *, Jane C. Bare, Subir

More information

The NearMe Wireless Proximity Server

The NearMe Wireless Proximity Server UbiComp 2004. The Sixth International Conference on Ubiquitou Computing, pp. 283-300. September 7-10, 2004, Nottingham, England. The NearMe Wirele Proximity Server John Krumm and Ken Hinckley Microoft

More information

Up or Out? Economic-Engineering Theory of Flood Levee Height and Setback

Up or Out? Economic-Engineering Theory of Flood Levee Height and Setback Up or Out? Economic-Engineering Theory of Flood Levee Height and Setback Tingju Zhu 1 and Jay R. Lund 2 Abtract: Levee etback location and height are important iue in flood levee ytem deign and modification.

More information

Software Reverse Engineering Tool for Object Oriented Programming

Software Reverse Engineering Tool for Object Oriented Programming Software Revere Engineering Tool for Object Oriented Programming D.M.Thakore Department of Computer Engineering Bharati vidyapeeth Deemed Univerity College of Engineering, Pune-43, Maharahtra, India S.J.Sarde

More information

Planning and Teaming Lead To "Better, Faster, Cheaper"

Planning and Teaming Lead To Better, Faster, Cheaper From Svenon & Wallace, Inc. ~MANAGEMENT UPDATE On Application Planning and Teaming Lead To "Better, Fater, Cheaper" that Improve Quality and Productivity Fall, 1992 The major theme of thi iue of Management

More information

Chapter 4.4. Manure Application and Alberta s Agricultural Operation Practices Act (AOPA) learning objectives

Chapter 4.4. Manure Application and Alberta s Agricultural Operation Practices Act (AOPA) learning objectives Manure Application and Alberta Agricultural Operation Practice Act (AOPA) learning objective Identify manure incorporation requirement required by AOPA. Identify minimum etback ditance for manure application

More information

VEHICLE DISPATCHING PROBLEM AT THE CONTAINER TERMINAL WITH TANDEM LIFT QUAY CRANES. A Dissertation YAO XING

VEHICLE DISPATCHING PROBLEM AT THE CONTAINER TERMINAL WITH TANDEM LIFT QUAY CRANES. A Dissertation YAO XING VEHICLE DISPATCHING PROBLEM AT THE CONTAINER TERMINAL WITH TANDEM LIFT QUAY CRANES A Diertation by YAO XING Submitted to the Office of Graduate Studie of Texa A&M Univerity in partial fulfillment of the

More information

Management Science Letters

Management Science Letters Management Science Letter 2 (202) 247 252 Content lit available at GrowingScience Management Science Letter homepage: www.growingscience.com/ml An empirical tudy to meaure the impact of loan aignment for

More information

Logistics Service Level Improvement Research and Demonstration Based on Queuing Theory

Logistics Service Level Improvement Research and Demonstration Based on Queuing Theory Management cience and Engineering Vol. 5, No. 3,, pp. -54 DOI:.36/j.me.335X53.z44 IN 3-34[Print] IN 3-35X[Online] www.ccanada.net www.ccanada.org Logitic ervice Level Improvement Reearch and Demontration

More information

Maintaining ISO Compliance in Automated Procedures

Maintaining ISO Compliance in Automated Procedures Maintaining ISO 1705 Compliance in Automated Procedure Preenter & Author: Jorge Martin Fluke Corporation PO 9090 M/S 6-30 Everett, WA, USA 9806 Phone: (45) 446 6477; Fax: (45) 446 6390 Email: jmartin@flukecom

More information

MoST - Business Finland Joint Funding Call

MoST - Business Finland Joint Funding Call MoST - Buine Finland Joint Funding Call I. AGREEMENT Memorandum of Undertanding for China-Finland Science & Technology Innovation Cooperation between the Department of International Cooperation of the

More information

Adaptive prediction model accuracy in the control of residential energy resources

Adaptive prediction model accuracy in the control of residential energy resources Delft Univerity of Technology Delft Center for Sytem and Control Technical report 08-013 Adaptive prediction model accuracy in the control of reidential energy reource R.R. Negenborn, M. Houwing, B. De

More information

Concurrent Design Facility System Requirements Document

Concurrent Design Facility System Requirements Document CDF DOCUMENT document title/ titre du document Concurrent Deign Facility Sytem Requirement Document Prepared by/préparé par Ro Henderon reference/réference iue/édition 1 reviion/réviion 1 date of iue/date

More information

Simultaneous Synthesis of Multi-Period Heat Exchanger Networks for Multi-Plant Heat Integration

Simultaneous Synthesis of Multi-Period Heat Exchanger Networks for Multi-Plant Heat Integration 757 A publication of CHEMICAL ENGINEERINGTRANSACTIONS VOL. 61 2017 Guet Editor:PetarSVarbanov Rongxin Su Hon Loong Lam Xia Liu Jiří J Klemeš Copyright 2017 AIDIC ServiziS.r.l. ISBN978-88-95608-51-8; ISSN

More information

Segregation-of-duties conflicts in the insider threat landscape: an overview and case study

Segregation-of-duties conflicts in the insider threat landscape: an overview and case study Segregation-of-dutie conflict in the inider threat landcape: an overview and cae tudy Citation: Balletero, Sherwin, Pan, Lei, Batten, Lynn and Li, Gang 2015, Segregation-of-dutie conflict in the inider

More information

A Morphing Extrusion Die for Manufacturing of Thermoplastic Hoses THESIS

A Morphing Extrusion Die for Manufacturing of Thermoplastic Hoses THESIS A Morphing Extruion Die for Manufacturing of Thermoplatic Hoe THESIS Preented in Partial Fulfillment of the Requirement for the Degree Mater of Science in the raduate School of The Ohio State Univerity

More information

Unit Commitment in Smart Grid Considering Demand Response and Stochastic Wind Generation

Unit Commitment in Smart Grid Considering Demand Response and Stochastic Wind Generation J. Energy Power Source Vol. 1, No. 6, 2014, pp. 314-320 Received: September 8, 2014, Publihed: December 30, 2014 Journal of Energy and Power Source www.ethanpublihing.com Unit Commitment in Smart Grid

More information

An intertemporal decision framework for electrochemical energy storage management

An intertemporal decision framework for electrochemical energy storage management SULEMENTARY INFORMATION Article ttp://doi.org/10.1038/41560-018-0129-9 In te format provided by te autor and unedited. An intertemporal deciion framework for electrocemical energy torage management Guannan

More information

M A S O N R Y. Revised Spring Engineering Notes For Design With Concrete Block Masonry

M A S O N R Y. Revised Spring Engineering Notes For Design With Concrete Block Masonry A S O N R Y Revied Spring 007 Engineering Note For Deign With Concrete Block aonry C H R O N I C L E S To rectify the ituation, the Spring 007 article i being reiued. We apologize for any inconvenience

More information

Label Confusion: The Groucho Effect of Uncertain Standards. Rick Harbaugh, John W. Maxwell, and Beatrice Roussillon.

Label Confusion: The Groucho Effect of Uncertain Standards. Rick Harbaugh, John W. Maxwell, and Beatrice Roussillon. Label Confuion: The Groucho Effect of Uncertain Standard Rick Harbaugh, John W. Maxwell, and Beatrice Rouillon November 15, 21 Abtract Label certify that a product meet ome tandard for quality, but often

More information

FINITE ELEMENT INVESTIGATION ON THE INTERACTION BETWEEN SHALLOW AND DEEP EXCAVATED TWIN TUNNELS

FINITE ELEMENT INVESTIGATION ON THE INTERACTION BETWEEN SHALLOW AND DEEP EXCAVATED TWIN TUNNELS VOL. 13, NO. 1, JANUARY 18 ISSN 1819-668 6-18 Aian Reearch Publihing Network (ARPN). All right reerved. FINITE ELEMENT INVESTIGATION ON THE INTERACTION BETWEEN SHALLOW AND DEEP EXCAVATED TWIN TUNNELS Adel

More information

Modeling Suspended Sediments in Dez Basin (Case Study: The Tale Zang Hydrometric Station)

Modeling Suspended Sediments in Dez Basin (Case Study: The Tale Zang Hydrometric Station) International Reearch Journal of Applied and Baic Science. Vol., 3 (2), 402-407, 2012 Available online at http://www.irjab.com ISSN 2251-838X 2012 Modeling Supended Sediment in Dez Bain (Cae Study: The

More information

Online Music Ranking Service: Ranking Mechanism Based on Popularity and Slot Effect

Online Music Ranking Service: Ranking Mechanism Based on Popularity and Slot Effect Aociation for Information Sytem AIS Electronic Library (AISeL) PACIS 00 Proceeding Pacific Aia Conference on Information Sytem (PACIS) 00 Online Muic Ranking Service: Ranking Mechanim Baed on Popularity

More information

Challenges of Developing ISO Sampling Standards

Challenges of Developing ISO Sampling Standards Challenge of Developing ISO Sampling Standard Ralph Holme CSIRO Mineral Down Under Flaghip Chair ISO/TC 10/SC 1 Sampling Iron Ore Chair ISO/TC 7/SC 4 Sampling Coal and Coke Convenor ISO/TC 183/WG 9 Sampling

More information

Access Nets: Modeling Access to Physical Spaces

Access Nets: Modeling Access to Physical Spaces Acce Net: Modeling Acce to Phyical Space Robert Frohardt, Bor-Yuh Evan Chang, and Sriram Sankaranarayanan Univerity of Colorado, Boulder, Colorado, USA {frohardt,bec,riram}@c.colorado.edu Abtract. Electronic,

More information

BELIEF PROPAGATION REVEALS ALLOSTERIC MECHANISMS IN PROTEINS

BELIEF PROPAGATION REVEALS ALLOSTERIC MECHANISMS IN PROTEINS BELIEF PROPAGATION REVEALS ALLOSTERIC MECHANISMS IN PROTEINS Hetunandan Kamietty Computer Science Department, Carnegie Mellon Univerity, Pittburgh, PA 15213, USA Email: hetu@c.cmu.edu Arvind Ramanathan

More information

An Optimal Real-time Pricing Algorithm for the Smart Grid: A Bi-level Programming Approach

An Optimal Real-time Pricing Algorithm for the Smart Grid: A Bi-level Programming Approach An Optimal Real-time Pricing Algorithm for the Smart Grid: A Bi-level Programming Approach Fan-Lin Meng and Xiao-Jun Zeng School of Computer Science, Univerity of Mancheter Mancheter, United Kingdom mengf@c.man.ac.uk,

More information

MARINE HEALTH, SAFETY, QUALITY, AND ENVIRONMENTAL MANAGEMENT

MARINE HEALTH, SAFETY, QUALITY, AND ENVIRONMENTAL MANAGEMENT Guide for Marine Health, Safety, Quality and Environmental Management GUIDE FOR MARINE HEALTH, SAFETY, QUALITY, AND ENVIRONMENTAL MANAGEMENT AUGUST 2009 (Updated November 2010 ee next page) American Bureau

More information

Does Bait and Switch Really Benefit Consumers?

Does Bait and Switch Really Benefit Consumers? Doe Bait and Switch Really Benefit Conumer? William L. Wilkie Carl F. Mela Gregory T. Gundlach Univerity of Notre Dame, Notre Dame, Indiana 46556 william.l.wilkie.1@nd.edu Abtract While the field of marketing

More information

Numerical simulation of the seismic behavior of steel storage pallet racking systems

Numerical simulation of the seismic behavior of steel storage pallet racking systems 1 Numerical imulation of the eimic behavior of teel torage pallet racking ytem Gonçalo E. Novai Ribeiro Coutinho a a Intituto Superior Técnico, Liboa, Portugal 1. Introduction 1.1. Overview Depite their

More information

Minimization of exergy losses in combustion processes with an illustration of a membrane combustion

Minimization of exergy losses in combustion processes with an illustration of a membrane combustion Minimization of exergy loe in combution procee with an illutration of a membrane combution Markku J. Lampinen*, Ralf Wikten, Arto Sarvi, Kari Saari and Marjut Penttinen Aalto Univerity, Department of Energy

More information

REQUEST FOR PROPOSAL RFP No. PS CONSULTANT FOR POND RENEWAL AT DR. SUN YAT-SEN PARK AND CLASSICAL CHINESE GARDEN. AMENDMENT No.

REQUEST FOR PROPOSAL RFP No. PS CONSULTANT FOR POND RENEWAL AT DR. SUN YAT-SEN PARK AND CLASSICAL CHINESE GARDEN. AMENDMENT No. FINANCIAL SERVICES GROUP Supply Management vember 3, 2015 REQUEST FOR PROPOSAL RFP. PS20150769 CONSULTANT FOR POND RENEWAL AT DR. SUN YAT-SEN PARK AND CLASSICAL CHINESE GARDEN AMENDMENT. 2 RE: CLOSING

More information

JOURNAL OF THE. Agricultural Economics Council. L Northeastern 0,/IA-<- '-'-". ~. ' ) VOLUME Ill, NUMBER 2 OCTOBER 1974 NOV

JOURNAL OF THE. Agricultural Economics Council. L Northeastern 0,/IA-<- '-'-. ~. ' ) VOLUME Ill, NUMBER 2 OCTOBER 1974 NOV C i.; ' I FOUNDI.\T!ON OF AGRICULTURAL ECONOMICS LIBRARY NOV 6 974 JOURNAL OF THE - L Northeatern Agricultural Economic Council ~ 0,/IA-

More information

professional quest 360 Feedback Reports

professional quest 360 Feedback Reports Survey Deign, Ditribution & Analyi Software profeional quet 360 Feedback Report Package Content Thi reporting package contain a jut a few of the many report that could be ued to analye a 360 degree feedback

More information

CONSTRUCTION SPECIFICATION FOR COMPACTING

CONSTRUCTION SPECIFICATION FOR COMPACTING ONTARIO PROVINCIAL STANDARD SPECIFICATION OPSS.MUNI 501 NOVEMBER 2017 CONSTRUCTION SPECIFICATION FOR COMPACTING TABLE OF CONTENTS 501.01 SCOPE 501.02 REFERENCES 501.03 DEFINITIONS 501.0 DESIGN AND SUBMISSION

More information

centurio.work - Modular Secure Manufacturing Orchestration

centurio.work - Modular Secure Manufacturing Orchestration centurio.work - Modular Secure Manufacturing Orchetration Florian Pauker, Juergen Mangler, Stefanie Rinderle-Ma, Chritoph Pollak Autrian Comptetence Center for Digital Production, Vienna, Autria, {juergen.mangler,

More information

Incorporating word-of-mouth effects in estimating customer lifetime value Received (in revised form): 13th September, 2006

Incorporating word-of-mouth effects in estimating customer lifetime value Received (in revised form): 13th September, 2006 Incorporating word-of-mouth effect in etimating cutomer lifetime value Received (in revied form): 13th September, 2006 Jonathan Lee i Aociate Profeor of Marketing in College of Buine Adminitration at California

More information

Culturally Appropriate Behavior in Virtual Agents: A Review

Culturally Appropriate Behavior in Virtual Agents: A Review Intelligent Narrative Technologie and Social Believability in Game: Paper from the AIIDE 2015 Joint Workhop Culturally Appropriate Behavior in Virtual Agent: A Review Mahael Al-Saleh and Daniela M. Romano

More information

Department of Production Engineering, Birla Institute of Technology, Mesra, Ranchi, Jharkhand, India.

Department of Production Engineering, Birla Institute of Technology, Mesra, Ranchi, Jharkhand, India. International Journal of Baic and Applied Science Vol. 4. No. 3 2015. Pp. 118-129 Copyright by CRDEEP. All Right Reerved. Full ength Reearch Paper Supply Chain Optimization Model under Uncertainty Anurag

More information

Review of Previous Lists and Methods of Selection

Review of Previous Lists and Methods of Selection Appendixe Appendix A Review of Previou it and ethod of Selection ot lit of trategic material are baed, implicitly at leat, on the two trand of criticality and vulnerability. A 1981 report by the Congreional

More information

Application Neutrality and a Paradox of Side Payments

Application Neutrality and a Paradox of Side Payments Application Neutrality and a Paradox of Side Payment Eitan Altman St«ephane Caron INRIA D«epartement d Informatique 2004 Route de Luciole «Ecole Normale Sup«erieure Sophia-Antipoli, France 45 rue d Ulm,

More information

MERIT-Infonomics Research Memorandum series. Education and Training in a Model of Endogenous Growth with Creative Destruction

MERIT-Infonomics Research Memorandum series. Education and Training in a Model of Endogenous Growth with Creative Destruction MERIT-Infonomic Reearch Memorandum erie Education and Training in a Model of Endogenou Growth with Creative Detruction driaan van Zon & Roberto ntonietti 2005-011 MERIT Maatricht Economic Reearch Intitute

More information

Essential Questions Content Skills Vocabulary

Essential Questions Content Skills Vocabulary Principle of Engineering (21.0122) (Taught) Ditrict High School > 2016-2017 > Intermediate > Technology & Engineering > Principle of Engineering (21.0122) (Taught) > Byrom, Tony; Watt, Milton Monday, December

More information

The Role of Skills Development in Competitiveness in Asia

The Role of Skills Development in Competitiveness in Asia The Role of Skill Development in Competitivene in Aia Profeor Michael J. Enright Univerity of Hong Kong Hong Kong Intitute for Economic and Buine Strategy Enright, Scott & Aociate ADB Copyright Michael

More information

Adaptation benefits and costs measurement and policy issues

Adaptation benefits and costs measurement and policy issues WORKING PARTY ON GLOBAL AND STRUCTURAL POLICIES OECD Workhop on the Benefit of Climate Policy: Improving Information for Policy Maker Adaptation benefit and cot meaurement and policy iue by John M. Callaway

More information

Coordinating a Supply Chain Consisted of One Supplier and One Retailer When Demand Disruption Happens

Coordinating a Supply Chain Consisted of One Supplier and One Retailer When Demand Disruption Happens Management Science and Engineering Vol., No., 07, pp. 9-3 DOI:0.3968/947 ISSN 93-034 [Print] ISSN 93-035X [Online] www.ccanada.net www.ccanada.org Coordinating a Supply Chain Conited of One Supplier and

More information

SINCE the 1960s, conceptual models are in use to facilitate

SINCE the 1960s, conceptual models are in use to facilitate IEEE TRNSTIONS ON SYSTEMS, MN, ND YBERNETIS PRT Study into the Factor that Influence the Undertandability of Buine Proce Model Hajo. Reijer and Jan Mendling btract Buine proce model are key artifact in

More information

Robustness in operational research and decision aiding: a multi-faceted issue. European Journal of Operational Research

Robustness in operational research and decision aiding: a multi-faceted issue. European Journal of Operational Research Accepted Manucript Robutne in operational reearch and deciion aiding: a multi-faceted iue Bernard Roy PII: S0377-2217(08)01056-4 DOI: 10.1016/j.ejor.2008.12.036 Reference: EOR 9389 To appear in: European

More information

IJSOM November 2015, Volume 2, Issue 3, pp

IJSOM November 2015, Volume 2, Issue 3, pp International Journal of Supply and Operation Management IJSOM November 2015, Volume 2, Iue 3, pp. 925-946 ISSN-Print: 2383-1359 ISSN-Online: 2383-2525 www.ijom.com A tochatic programming approach for

More information

Transportation of Hazardous Wastes in Arizona: Development of a Data Base Management System for Basic Analysis

Transportation of Hazardous Wastes in Arizona: Development of a Data Base Management System for Basic Analysis Tranportation Reearch Record Tranportation of Hazardou Wate in Arizona: Development of a Data Bae Management Sytem for Baic Analyi A. ESSAM RADWAN, K. DAVD PJAWKA, ANDY SOESLO, and FURE-YOW SHEH ABSTRACT

More information