Development of a Background Knowledge-Base about Transportation and Smuggling

Size: px
Start display at page:

Download "Development of a Background Knowledge-Base about Transportation and Smuggling"

Transcription

1 Development of a Background Knowledge-Base about Transportation and Smuggling Richard Scherl Computer Science Department Monmouth University West Long Branch, NJ rscherl@monmouth.edu Abstract This paper demonstrates how one can base a theory of transportation and smuggling on a more general theory of travel. The language of the axiomatization is AnsProlog (Answer Set Programming) which is particularly suitable for representing defaults. It is shown how given an AnsProlog theory of travel (including a basic theory of actions and intentions) a theory of transportation and smuggling can be derived in a natural fashion. Both the initial and the resulting theories have been implemented in Smodels and can be used to answer queries about scenarios over the intended domain. Introduction and Motivation The goal of this paper is to demonstrate how one can derive a theory of transportation and smuggling on a more general theory of travel. The language of the axiomatization is AnsProlog (Answer Set Programming) which is particularly suitable for representing defaults. It is shown how given an AnsProlog theory of travel (including a basic theory of actions and intentions) a theory of transportation and smuggling can be derived in a natural fashion. Both the initial and the resulting theories have been implemented in Smodels and can be used to answer queries about scenarios over the intended domain 1. Consider the following examples 2 : Example 1 John drove 200 crates of cds from Florida to Toronto. We can ask the following questions: 1. Did the cds arrive in Toronto? 2. Did John arrive in Toronto? The answer to both questions is yes. But if we then add the following statement, The truck had an accident in Maryland. Copyright c 2006, American Association for Artificial Intelligence ( All rights reserved. 1 The inteded application is a question/answering system as described in (Baral, Gelfond, & Scherl 2004). 2 Many of the examples are borrowed from or inspired by the CNS (Center for Nonproliferation Studies) data corpus. The CNS data corpus contains news articles relevant to the proliferation of nuclear technology and materials. then the answer to both queries has to be unknown. Example 2 John shipped 200 crates of cds from Florida to Toronto. We might ask the following questions: 1. Did the cds arrive in Toronto? 2. Did John arrive in Toronto? Now the answer to the first question is yes and the answer to the second question is no. Again if we add, The shipment was stopped at Canadian customs. the answer to the first question becomes no. Additionally if we ask, Are the authorities looking to arrest John? the answer is no. Example 3 Viktor smuggled a container of radioactive material from Novogorod to Finland. We may ask the following questions: 1. Did the radioactive material arrive in Finland? Yes. 2. Is Viktor in Jail? No The answer to the first question is yes and the answer to the second is no. We could decide that smuggling is a risky activity and therefore the smuggler is likely to get caught. The English sentence implies (nonmonotonically) that the smuggling was successful, though. So, we do assume that the smuggling activity was successful without any information to the contrary. Now if we add: Russian Customs officials discovered the container at the Brusnichniy check point on the Russian-Finnish border. then the answer to the first question is no and the answer to the second question is yes. But if instead we add that Finnish customs officials discovered the container at the Brusnichniy check point on the Russian-Finnish border. then the answer to the first question becomes yes while the answer to the second question is still yes. We can also ask

2 Was the radioactive material received by the intended recipient? and the answer is no. Example 4 Fred smuggled a case of Molson from Toronto to Buffalo. But the U.S. customs agent found the case. We may ask the following questions: 1. Does Fred still have the Molson? Yes. 2. Is Fred in Jail? No The answer to the first question is unknown and the answer to the second is no. The above scenarios and questions are relatively simple, but determining the correct answer depends upon correctly axiomatizing the common-sense meaning of several concepts involving smuggling and transportation. The next section discusses the basics of AnsProlog. Section 3 covers the representation of action and change in AnsProlog. The theory of travel is discussed in Section 4. The theory of transportation and smuggling is developed in Section 5. Section 6 concludes and outlines future work. Syntax and Semantics of AnsProlog An AnsProlog(Gelfond & Lifschitz 1988; Baral 2003) knowledge base consists of rules of the form: l 0 l 1,..., l m, not l m+1,..., not l n (*) where each of the l i s is a literal, i.e. an atom, a, or its classical negation, -a and not is a logical connective called negation as failure or default negation. While -a states that a is false, an expression not l says that there is no reason to believe in l. The answer set semantics of a logic program Π assigns to Π a collection of answer sets consistent sets of ground literals corresponding to beliefs which can be built by a rational reasoner on the basis of rules of Π. In the construction of these beliefs the reasoner is guided by the following informal principles: He should satisfy the rules of Π, understood as constraints of the form: If one believes in the body of a rule one must belief in its head. He should adhere to the rationality principle which says that one shall not believe anything he is not forced to believe. The precise definition of answer sets is first given for programs whose rules do not contain default negation. Let Π be such a program and X a consistent set of ground literals. Set X is closed under Π if, for every rule (*) of Π, l 0 X whenever for every 1 i m, l i X and for every m + 1 j n, l j X. Definition 1 (Answer set part one) A state X of σ(π) is an answer set for Π if X is minimal (in the sense of set-theoretic inclusion) among the sets closed under Π. To extend this definition to arbitrary programs, take any program Π, and consistent set X of ground literals. The reduct, Π X, of Π relative to X is the set of rules l 0 l 1,..., l m for all rules (*) in Π such that l m+1,..., l n X. Thus Π X is a program without default negation. Definition 2 (Answer set part two) X is an answer set for Π if X is an answer set for Π X. Given, the translation of a text and a background theory, the initial task of inferencing in AnsProlog is to compute all of the answer sets or models of the text and background theory. To determine whether a fact follows from our text and background theory, it is necessary to have a definition of entailment. Definition 3 (Entailment) A program Π entails a literal l (Π = l) if l belongs to all answer sets of Π. The Π s answer to a query l is yes if Π = l, no if Π = l, and unknown otherwise. Given an AnsProlog program Π, the output of an implementation of AnsProlog such as SMODELS is a set of the answer sets of the program Π. Each of the answer sets is represented by a listing of the ground literals true in that answer set. The output can be quite large, but the user can restrict the output to see the specific results that are relevant to his/her purposes. Note that the language of AnsProlog includes both negation as failure (not), and logical negation (-). This is important as the two together are used to represent defaults. Many examples of this combination occur in the next sections. The goal here is to the rest of this paper is to first encode a background theory concerning transportation and smuggling in AnsProlog. Additionally the scenarios from section 1 need to be translated into AnsProlog. The answer sets of the combination of the background theory and the scenarios can be generated with Smodels. If the translation of the query holds in each of the answer sets then the answer is yes, if it does not hold in any of the answer sets then the answer is no, and otherwise the answer is unknown. Automating the translation of the scenarios from English to AnsProlog is an important topic, but is outside of the scope of this paper. Representing general knowledge This section describes the basic axiomatization of a dynamic world, actions, sequences of actions, and intentions within AnsProlog. Actions We have an ontology consisting of actions, fluents, and steps. These are represented in Smodels notation as follows: #const n=5. #step(0..n). #domain action(a;a1;a2;a3). #domain step(i;i1;i2;i3). #domain fluent(f1;f2;f3).

3 Time steps, here limited to the integers 0 through 5, are used to represent change over time. The binary predicate h is used to indicate that a particular fluent f holds at a particular time step as in h(f,0).the binary predicate o is used to indicate that an action a occurs at a particular step as in o(a,1). The ontology may contain various types of things: #domain container(c). #domain object(o). #domain person(p). object(p) :- person(p). object(c) :- container(c). Here we have specified containers, objects, and people. People and containers are objects. Causal laws specify the effects of actions on fluents. For example: action(pack(p,o,c)). fluent(contains(c,o)) :- neq(c,o). h(contains(c,o),i+1) :- o(pack(p,i,c),s). The effect of packing is that the container now contains the object. We have the inertia axioms: h(f1,i+1) :- h(f1,i), not -h(f1,i+1). -h(f1,i+1) :- -h(f1,i), not h(f1,i+1). These rules deal with the frame problem and ensure that as little as possible changes from step to step. Intentions We also utilize a representation of intentions(baral & Gelfond 2005; Gelfond 2006). o(a,i) :- planned(a,i), not -o(a,i). planned(a,i+1) :- planned(a,i), not o(a,i), not -planned(a,i+1). The first rule states that if an action is planned, and if there is no reason for it not to occur, then it does occur. The second rule states that if a planned action does not occur, then the intention to carry out the action persists. It is also necessary to axiomatize the intention to carry out a sequence of actions. Now in addition to atomic actions, we also have sequences. #domain sequence(s1;s2;s3). sequence (X) :- component(y,k,x). Sequences are specified by ordered components with K ranging from 1 to some integer n. The axioms for planning to execute a sequence of actions are as follows: planned(v,i) :- planned(s,i), component(v,1,s). planned(v2,i1) :- planned(s,i), component(v2,k+1,s), component(v1,k,s), ends(v1,i1). When a sequence of actions is intended, the plan is to carry out the first component. Additionally, once a component of the intended sequence has ended, the intention is to carry out the next component of the plan. An atomic action ends at the next step and a sequnece ends when its last component is executed. ends(a,i+1) :- o(a,i). ends(s,i) :- length(s,n), component(v,n,s), ends(v,i). Travel The approach to axiomatizing dynamic domains forms the basis for axiomatizing a travel domain(baral, Gelfond, & Scherl 2004; Gelfond 2006). To represent the domain of traveling, we introduce a type trip or journey: #domain trip(j;j1;j2;j3). We also need to represent locations and people: #domain location(l). #domain vehicle(v). container(v) :- vehicle(v). fluent(at(o,l)). fluent(participant(p,j)). People, vehicles and containers are all objects. Additionally, vehicles are containers. A trip is an event, an event with potentially multiple participants, different legs, various means of transportation etc. Every trip has an origin and a destination. Trips have two special actions embark and disembark to mark the beginning and end of a trip. Trips may also have intermediate stops. We also introduce a location en route to represent the location of the trip between stops. action(depart(j)). action(stop(j,c). action(embark(p,j)). action(disembark(p,j)). Embarking represents the person becoming a participant in the trip. h(participant(p,j), I+1) :- o(embark(p,j),i). o(disembark(p,j),i+1) :- h(participant(p,j),i), o(stop(j,d),i), dest(j,d). Of course once the trip ends, the person is no longer a participant. This is the effect of disembark When the trip departs, movement occurs. So, at the following step the trip is en route.

4 h(at(j,en_route),i+1) :- o(depart(j),t). h(at(j,l),i+1) :- o(stop(j,l),i). Finally, in the step after a stop occurs the trip is in the location of the stop. We can complete the definition of packing given earlier with unpacking. action(unpack(p,o,c)). -h(contains(c,o),i+1) :- o(unpack(p,i,c),i). h(at(i,pos),i) :- h(contains(c,o),i), h(at(c,pos),i). People can also take objects with them. action(take,p,i)). h(attached(i,p,i+1) :- o(take(p,i),i). h(at(i,pos),i) :- h(at(p,pos),i), h(attached(i,p),i). Transportation and Smuggling Transportation Let s look at how to represent the idea of John driving some cds from Florida to Toronto. location(florida). location(toronto). person(john). item(cds). o(pack(john,cds,l1),0). o(pack(john,l1,v1),1). o(embark(john,jft),2). journey(jft). sequence(jft). h(planned(jft,2)). component(depart(toronto),1,jft). component(stop(toronto),2,jft). component(disembark,3,jft). vehicle(v1). vehicle_type(v1,truck). vehicle_used(jft,v1). origin(jft,florida) destination(jft,toronto) In this case, we have a trip in which the items being transported are packed and brought onto the trip. John is a participant in the trip. When someone has something shipped from one location to another, then the the difference is that the person doing the shipping causes the intention to have the sequence of actions take place. The example now is that John had cds shipped from Florida to Toronto. In this case John is not a participant in the trip. John causes the trip to take place. planned(s,t) :- o(have_done(p,s),t) We have: o(have_done(john,s),0). location(florida). location(toronto). person(john). person(p1). person(p2). person(p3). item(cds). journey(jft). vehicle(v1). vehicle_used(jft,v1). sequence(s). component(pack(p1,cds,l1),1,s). component(load(p2,l1,v1),2,s). component(jft,3,s). component(embark(p3,jft),1,jft). component(depart(toronto),2,jft). component(stop(toronto),3,s). component(disembark(jft),4,s). Here the p1, p2, p3 are in effect Skolem constants for unnamed people. We could stipulate that they are all not equal to john. In both of the above cases, the background theory must require that there is by default a stop at the border crossing; first on the U.S. side and next on the Canadian side. First, we have a rule specifying that two locations are in two different countries. diff_countries(l1,l2) :- in(l1,country1), in(l2,country2), neq(country1,country2). The domain theory for our examples includes: in(toronto,canada). in(florida,usa). If the trip is by land, then there are two stops required. One is at the exit border crossing and the other is at the entry border crossing. The following axioms ensure that these two stops are in all trajectories. o(stop(j,exit_border_rossing(c1,c2),t+2) :- h(at(j,c1),t), diff_countries(c1,c2), vehicle_used(j,v), vehicle_type(v,land). o(stop(j,entry_border_rossing(c1,c2),t+2) :- h(at(j,exit_border_crossing(c1,c2)),t), vehicle_used(j,v), vehicle_type(v,land). -o(stop(j,c2,t+2) :- h(at(j,c1),t), diff_countries(c1,c2). -o(stop(j,c2,t+2) :- h(at(j,exit_border_crossing(c1,c2)),t),

5 diff_countries(c1,c2). The specification for air journeys can be given in a similar fashion to require that the exit crossing be passed before departing from the origin. Smuggling How does smuggling differ from transporting? Smuggling crosses an international border. Additionally, it involves transporting a prohibited item. Furthermore, it is necessary to axiomatize that if the border police notice the prohibited item, then the act of smuggling fails and the perpetrator is arrested. prohibited(i) :- radioactive(i). o(legal_ends(j,t+1) :- o(customs_officials_find(i,j),t), h(contains(j,i),t), prohibited(i). -o(depart(j),t+1) :- legal_ends(j,t). o(confiscate(i,t)) :- h(contains(j,i),t), legal_ends(j,t), prohibited(i). o(arrest(p,t)) :- h(participant(p,j),t), legal_ends(j,t). If the trip contains a prohibited item and the customs officials notice the prohibited item, then the trip is ended through legal means. If a trip is ended in such a fashion, the prohibited item is confiscated, the participants are arrested, and the trip does not proceed on to the destination. The full specification needs to distinguish between prohibited items such as radioactive material and restricted items such as alcoholic beverages. In the case of restricted items, the default is not that the smuggler goes to jail, but rather pays a fine. Additionally, it is necessary to distinguish between participants in a trip who are responsible for the packed item (restricted or prohibited) and those who are not responsible. In the above examples, it is assumed that all the participants are responsible for the item in question. To handle Example 3, we first need to look at Victor Smuggled a container of radioactive material from Novogorod to Finland. location(novogorod). location(finland). in(novogorod, russia). in(finland, finland). person(viktor). item(i1). radioactive(i1). o(pack(john,i1,l1),0). o(pack(john,l1,v1),1). o(go_on(john,nft),2). journey(nft). vehicle(v1). vehicle_type(v1,truck). vehicle_used(nft,v1). origin(nft,novogorod) destination(jft,finland) Note that our theory ensures that the trajectory includes o(embark(viktor,nft),2). o(depart(nft),3). h(at(en_route,nft),4). o(stop(nft,bordercrossing(novogorod, finland)),4). h(at(bordercrossing(novogorod,finland)),5). Then the addition of Russan Customs officials discovered the container at the Brusnichniy check point on the Russian- Finnish border is translated as: o(customs_officials_find(i,nft),5). Conclusion and Future Work This paper has demonstrated how one can in a modular fashion derive a theory of transportation and smuggling on a more general theory of travel. The theory can be used in the Smodels implementation of AnsProlog to answer queries involving a scenario within the domain of transporting goods and smuggling. Future work involves adding the following capabilities; Adding extensions to cover the possible use of the smuggled item. Can it be used to create a nuclear bomb or a dirty bomb or to kill someone? Consider the issue of the intended recipient. In the CNS corpus, the intended recipient is usually implicit. Often there are discussions of people smuggling materials to Turkey (for example) with the intention of selling it. So, a fuller story certainly needs to involve buying, shipping/smuggling and selling. Acknowledgments This work has been supported by ARDA under award number 2004-H References Baral, C., and Gelfond, M Reasoning about intended actions. In Proceedings of the Twentieth National Conference on Artificial Intelligence (AAAI-5), Baral, C.; Gelfond, M.; and Scherl, R Using answer set programming to answer complex queries. In Workshop on Pragmatics of Question Answering at HLT-NAACL 2004 (Human Language Technology - North American Association for Computational Linguistics. Baral, C Knowledge representation, reasoning and declarative problem solving. Cambridge, UK: Cambridge University Press. Gelfond, M., and Lifschitz, V The stable model semantics for logic programming. In Kowalski, R., and Bowen, K., eds., Logic Programming: Proc. of the Fifth Int l Conf. and Symp., MIT Press. Gelfond, M Going places -notes on a modular development of knowledge about travel. In Proceedings of the AAAI Spring Symposium to appear.

I. Introduction. Relevance of the peer review in the context of the 1540

I. Introduction. Relevance of the peer review in the context of the 1540 JOINT REPORT OF CROATIA AND POLAND ON THE BILATERAL PEER REVIEW OF IMPLEMENTATION OF THE UN SECURITY COUNCIL RESOLUTION 1540 (2004) I. Introduction. Relevance of the peer review in the context of the 1540

More information

Specifying and Analysing Agent-based Social Institutions using Answer Set Programming. Owen Cliffe, Marina De Vos, Julian Padget

Specifying and Analysing Agent-based Social Institutions using Answer Set Programming. Owen Cliffe, Marina De Vos, Julian Padget Department of Computer Science Technical Report Specifying and Analysing Agent-based Social Institutions using Answer Set Programming Owen Cliffe, Marina De Vos, Julian Padget Technical Report 2005-04

More information

The Government of the United States of America and the Government of the Russian Federation, hereinafter referred to as the Parties,

The Government of the United States of America and the Government of the Russian Federation, hereinafter referred to as the Parties, AGREEMENT BETWEEN THE GOVERNMENT OF THE UNITED STATES OF AMERICA AND THE GOVERNMENT OF THE RUSSIAN FEDERATION ON THE EXCHANGE OF TECHNICAL INFORMATION IN THE FIELD OF NUCLEAR WARHEAD SAFETY AND SECURITY

More information

Norms, Institutional Power and Roles : towards a logical framework

Norms, Institutional Power and Roles : towards a logical framework Norms, Institutional Power and Roles : towards a logical framework Robert Demolombe 1 and Vincent Louis 2 1 ONERA Toulouse France Robert.Demolombe@cert.fr 2 France Telecom Research & Development Lannion

More information

Logic-based Argumentation Systems: An overview

Logic-based Argumentation Systems: An overview Logic-based Argumentation Systems: An overview Vasiliki Efstathiou ITI - CERTH Vasiliki Efstathiou (ITI - CERTH) Logic-based Argumentation Systems: An overview 1 / 53 Contents Table of Contents Introduction

More information

Programming in Logic: Prolog

Programming in Logic: Prolog Programming in Logic: Prolog Introduction Reading: Read Chapter 1 of Bratko MB: 26 Feb 2001 CS 360 - Lecture 1 1 Overview Administrivia Knowledge-Based Programming Running Prolog Programs Prolog Knowledge

More information

Many-Valued Logics. A Mathematical and Computational Introduction. Luis M. Augusto

Many-Valued Logics. A Mathematical and Computational Introduction. Luis M. Augusto Many-Valued Logics A Mathematical and Computational Introduction Luis M. Augusto Individual author and College Publications 2017 All rights reserved. ISBN 978-1-84890-250-3 College Publications Scientific

More information

Organized Crime, Terrorism and Non State Actors

Organized Crime, Terrorism and Non State Actors Organized Crime, Terrorism and Non State Actors Louise Shelley, University Professor, George Mason University, Director, Terrorism, Transnational Crime and Corruption Center (TraCCC), April 4, 2011 Organized

More information

Legislation as Logic Programs *

Legislation as Logic Programs * Legislation as Logic Programs * Robert A. Kowalski Department of Computing Imperial College of Science, Technology and Medicine London SW7 2BZ, UK January 1991 Revised June 1992 Abstract. The linguistic

More information

ISLAMABAD, MONDAY, SEPTEMBER 27, 2004 PART I. Acts, Ordinances, President's Orders and Regulations SENATE SECRETARIAT

ISLAMABAD, MONDAY, SEPTEMBER 27, 2004 PART I. Acts, Ordinances, President's Orders and Regulations SENATE SECRETARIAT REGISTERED No. M - 302 L.-7646 EXTRAORDINARY PUBLISHED BY AUTHORITY ISLAMABAD, MONDAY, SEPTEMBER 27, 2004 PART I Acts, Ordinances, President's Orders and Regulations SENATE SECRETARIAT Islamabad, the 25th

More information

Chapter 11. Weighted Voting Systems. For All Practical Purposes: Effective Teaching

Chapter 11. Weighted Voting Systems. For All Practical Purposes: Effective Teaching Chapter Weighted Voting Systems For All Practical Purposes: Effective Teaching In observing other faculty or TA s, if you discover a teaching technique that you feel was particularly effective, don t hesitate

More information

University of Utah Western Political Science Association

University of Utah Western Political Science Association University of Utah Western Political Science Association Bicameralism and the Theory of Voting: A Comment Author(s): Nicholas R. Miller Source: The Western Political Quarterly, Vol. 37, No. 4 (Dec., 1984),

More information

Reputation-Based Trust Management (extended abstract)

Reputation-Based Trust Management (extended abstract) Reputation-Based Trust Management (extended abstract) Vitaly Shmatikov and Carolyn Talcott Computer Science Laboratory, SRI International, Menlo Park, CA 94025 USA shmat,clt @csl.sri.com Abstract. We propose

More information

The Training unit is responsible to identify the training needs from time to time to keep the space with the ongoing trends.

The Training unit is responsible to identify the training needs from time to time to keep the space with the ongoing trends. SRILANKAN POSITION-PAPER 2 BALI PROCESS ON PEOPLE SMUGLING, TRAFFICING IN PERSONS AND RELATED TRANSNATIONAL CRIME -SENIOR OFFICIALS MEETING PEOPLE SMUGGLING Automating Sri Lanka Passport issuing Systems

More information

Frequently Asked Questions

Frequently Asked Questions U.S. Department of Homeland Security Frequently Asked Questions January 19, 2010 Contact: DHS Press Office, (202) 282-8010 ELECTRONIC SYSTEM FOR TRAVEL AUTHORIZATION (ESTA) TABLE OF CONTENTS GENERAL INFORMATION

More information

WUENIC A Case Study in Rule-based Knowledge Representation and Reasoning

WUENIC A Case Study in Rule-based Knowledge Representation and Reasoning WUENIC A Case Study in Rule-based Knowledge Representation and Reasoning Robert Kowalski 1 and Anthony Burton 21 1 Imperial College London, rak@doc.ic.ac.uk 2 World Health Organization, Geneva, burtona@who.int

More information

Delegation of Obligations. Andreas Schaad & Jonathan Moffett Department of Computer Science University of York, UK

Delegation of Obligations. Andreas Schaad & Jonathan Moffett Department of Computer Science University of York, UK Delegation of Obligations Andreas Schaad & Jonathan Moffett Department of Computer Science University of York, UK 1 Outline of Talk Introduction and Motivation The Alloy Specification Language Organisational

More information

The US Second Line of Defense: Preventing Nuclear Smuggling Across Russia's Borders

The US Second Line of Defense: Preventing Nuclear Smuggling Across Russia's Borders UCRL-JC-132455 PREPRINT The US Second Line of Defense: Preventing Nuclear Smuggling Across Russia's Borders D. Yarsike Ball This paper was prepared for submittal to the Program on New Approaches to Russian

More information

NB: Unofficial translation; legally binding only in Finnish and Swedish Ministry of Transport and Communications of Finland

NB: Unofficial translation; legally binding only in Finnish and Swedish Ministry of Transport and Communications of Finland NB: Unofficial translation; legally binding only in Finnish and Swedish Ministry of Transport and Communications of Finland Act on Transport of Dangerous Goods Adopted in Helsinki, 2 August 1994 (719/1994;

More information

Translated from Arabic

Translated from Arabic 07-52829 -1- Translated from Arabic National report of the Syrian Arab Republic on the implementation of the Programme of Action to Prevent, Combat and Eradicate the Illicit Trade in Small Arms and Light

More information

Arguments and Artifacts for Dispute Resolution

Arguments and Artifacts for Dispute Resolution Arguments and Artifacts for Dispute Resolution Enrico Oliva Mirko Viroli Andrea Omicini ALMA MATER STUDIORUM Università di Bologna, Cesena, Italy WOA 2008 Palermo, Italy, 18th November 2008 Outline 1 Motivation/Background

More information

Role of the non-proliferation regime in preventing non-state nuclear proliferation

Role of the non-proliferation regime in preventing non-state nuclear proliferation IEER Conference: Nuclear Dangers and the State of Security Treaties United Nations, New York, April 9, 2002 Role of the non-proliferation regime in preventing non-state nuclear proliferation Dr. Natalie

More information

Sub-committee Approval Voting and Generalized Justified Representation Axioms

Sub-committee Approval Voting and Generalized Justified Representation Axioms Sub-committee Approval Voting and Generalized Justified Representation Axioms Haris Aziz Data61, CSIRO and UNSW Sydney, Australia Barton Lee Data61, CSIRO and UNSW Sydney, Australia Abstract Social choice

More information

Syrian Arab Republic Permanent Mission to the United Nations New York

Syrian Arab Republic Permanent Mission to the United Nations New York 05.39830-1- Translated from Arabic Syrian Arab Republic Permanent Mission to the United Nations New York Report of the Syrian Arab Republic on its implementation of the United Nations Programme of Action

More information

Future Developments of Cooperation on Security Issues, Including Non-proliferation of Weapons of Mass Destruction and Illegal Arms Export

Future Developments of Cooperation on Security Issues, Including Non-proliferation of Weapons of Mass Destruction and Illegal Arms Export Future Developments of Cooperation on Security Issues, Including Non-proliferation of Weapons of Mass Destruction and Illegal Arms Export Alexander Kukhianidze Introduction The issue of proliferation of

More information

OCTOBER 2017 RANGER. RAdars for long distance maritime surveillance and Search and Rescue operations.

OCTOBER 2017 RANGER. RAdars for long distance maritime surveillance and Search and Rescue operations. Newsletter #5 OCTOBER 2017 RANGER RAdars for long distance maritime surveillance and Search and Rescue operations www.ranger-project.eu 02/ #5 OCTOBER 2017 Dear Readers, Contents Welcome to the fifth issue

More information

Frequently Asked Questions: Electronic System for Travel Authorization (ESTA)

Frequently Asked Questions: Electronic System for Travel Authorization (ESTA) Frequently Asked Questions: Electronic System for Travel Authorization (ESTA) Release Date: June 3, 2008 A: ESTA is an automated system used to determine the eligibility of visitors to travel to the United

More information

Improving the accuracy of outbound tourism statistics with mobile positioning data

Improving the accuracy of outbound tourism statistics with mobile positioning data 1 (11) Improving the accuracy of outbound tourism statistics with mobile positioning data Survey response rates are declining at an alarming rate globally. Statisticians have traditionally used imputing

More information

Racial Profiling. Introduction

Racial Profiling. Introduction Racial Profiling Introduction Profiling is a police behavior that enables the police officers to view certain traits as indicators of criminal behavior. Profiling is a law enforcement policy that is accepted

More information

PUBLIC OPINION IN THE MASS SOCIETY AND JAPANESE PUBLIC OPINION ABOUT NUCLEAR POWER GENERATION

PUBLIC OPINION IN THE MASS SOCIETY AND JAPANESE PUBLIC OPINION ABOUT NUCLEAR POWER GENERATION PUBLIC OPINION IN THE MASS SOCIETY AND JAPANESE PUBLIC OPINION ABOUT NUCLEAR POWER GENERATION Koichi Ogawa Tokai University Japan The term seron is the Japanese translation of public opinion. Public opinion

More information

Uses and Challenges. Care. Health C. ents in H. ive Age. Normati. Javier Vazquez-Salceda Utrecht University.

Uses and Challenges. Care. Health C. ents in H. ive Age. Normati. Javier Vazquez-Salceda Utrecht University. ve Agealth : Uses and Challenges Javier Vazquez-Salceda Utrecht University it http://www.cs.uu.nl/people/javier lk Invited tal Motivation ealth Motivation o (I) New environment for Health services Need

More information

F or many years, those concerned

F or many years, those concerned PHYSICAL PROTECTION OF NUCLEAR MATERIALS STRENGTHENING GLOBAL NORMS BY GEORGE BUNN 4 Global concerns over illicit trafficking in nuclear materials have intensified in the 1990s. Some countermeasures have

More information

Fact Sheet: Electronic System for Travel Authorization (ESTA)

Fact Sheet: Electronic System for Travel Authorization (ESTA) DHS: Fact Sheet: Electronic System for Travel Authorization (ESTA) http://www.dhs.gov/xnews/releases/pr_1212498415724.shtm 2 of 3 6/3/2008 12:13 PM Fact Sheet: Electronic System for Travel Authorization

More information

York Region will receive over 300 Syrian refugees by end of 2016

York Region will receive over 300 Syrian refugees by end of 2016 Office of the Commissioner Community and Health Services Department Memorandum To: From: Members of Committee of the Whole Adelina Urbanski Commissioner of Community and Health Services Date: October 6,

More information

International Seminar: Countering Nuclear and Radiological Terrorism. Small Hall, Russian State Duma September 27, 2007

International Seminar: Countering Nuclear and Radiological Terrorism. Small Hall, Russian State Duma September 27, 2007 International Seminar: Countering Nuclear and Radiological Terrorism Small Hall, Russian State Duma September 27, 2007 Cristina Hansell Chuen Director of the NIS Nonproliferation Program James Martin Center

More information

Hoboken Public Schools. Driver s Education Curriculum

Hoboken Public Schools. Driver s Education Curriculum Hoboken Public Schools Driver s Education Curriculum Driver s Education HOBOKEN PUBLIC SCHOOLS Course Description Driver Education is a classroom-based theory program taught to all tenth grade students.

More information

Abstract. 1 Introduction. Yoav Shoham and Moshe Tennenholtz Robotics Laboratory Department of Computer Science Stanford University Stanford, CA 94305

Abstract. 1 Introduction. Yoav Shoham and Moshe Tennenholtz Robotics Laboratory Department of Computer Science Stanford University Stanford, CA 94305 From: AAAI-92 Proceedings. Copyright 1992, AAAI (www.aaai.org). All rights reserved. On the synthesis of useful social (preliminary report) r artificial agent societies Yoav Shoham and Moshe Tennenholtz

More information

Issue 8. The problem of human trafficking cannot be addressed. private or non-governmental.

Issue 8. The problem of human trafficking cannot be addressed. private or non-governmental. Issue 8 July - September 2016 This issue Situation Analysis P. 2 Arrest of Traffickers and Proclaimed Offenders P. 3 Convictions P. 4 Quarterly Data Analysis P. 2 The problem of human trafficking cannot

More information

The Government of the United States of America and the Government of the United Arab Emirates,

The Government of the United States of America and the Government of the United Arab Emirates, AGREEMENT FOR COOPERATION BETWEEN THE GOVERNMENT OF THE UNITED STATES OF AMERICA AND THE GOVERNMENT OF THE UNITED ARAB EMIRATES CONCERNING PEACEFUL USES OF NUCLEAR ENERGY The Government of the United States

More information

Fine-Grained Opinion Extraction with Markov Logic Networks

Fine-Grained Opinion Extraction with Markov Logic Networks Fine-Grained Opinion Extraction with Markov Logic Networks Luis Gerardo Mojica and Vincent Ng Human Language Technology Research Institute University of Texas at Dallas 1 Fine-Grained Opinion Extraction

More information

Lecture 8: Verification and Validation

Lecture 8: Verification and Validation Thanks to Prof. Steve Easterbrook University of Toronto What are goals of V&V Validation Techniques Ø Inspection Ø Model Checking Ø Prototyping Verification Techniques Ø Consistency Checking Lecture 8:

More information

Smuggling of human beings and connection with organized crime

Smuggling of human beings and connection with organized crime Smuggling of human beings and connection with organized crime Dr.Sc. Xhevdet Halili, PhD Faculty of Law, University of Prishtina, Kosovo Abstract Through this paper is intended to note the difference between

More information

Case 8:07-cr CJC Document 48 Filed 01/31/13 Page 1 of 6 Page ID #:114

Case 8:07-cr CJC Document 48 Filed 01/31/13 Page 1 of 6 Page ID #:114 Case 8:07-cr-00236-CJC Document 48 Filed 01/31/13 Page 1 of 6 Page ID #:114 18685 Main Street, Suite 101 Huntington Beach, California 92648 Tel: 949-274-1166 Fax: 714-969-9220 Email: Lawoffps@aol.com Attorney

More information

Two aggregation paradoxes in social decision making: the Ostrogorski paradox and the discursive dilemma

Two aggregation paradoxes in social decision making: the Ostrogorski paradox and the discursive dilemma Two aggregation paradoxes in social decision making: the Ostrogorski paradox and the discursive dilemma Gabriella Pigozzi 1 Abstract The Ostrogorski paradox and the discursive dilemma are seemingly unrelated

More information

2. To see the visa application photo specifications, please, click

2. To see the visa application photo specifications, please, click DOCUMENTS REQUIRED Please note, that all the applicants who come to the Visa Application Center of Finland for the application submission personally, will have to provide a copy of the bio page of their

More information

Institutional Economics The Economics of Ecological Economics!

Institutional Economics The Economics of Ecological Economics! Ecology, Economy and Society the INSEE Journal 1 (1): 5 9, April 2018 COMMENTARY Institutional Economics The Economics of Ecological Economics! Arild Vatn On its homepage, The International Society for

More information

Specific Requirements Pertaining to Fingerprinting and Criminal History Records Checks

Specific Requirements Pertaining to Fingerprinting and Criminal History Records Checks Specific Requirements Pertaining to Fingerprinting and Criminal History Records Checks The new fingerprinting requirements supplement previous requirements issued by the Executive Secretary's Increased

More information

Ministry of Trade and Industry, Finland Nuclear Energy Act

Ministry of Trade and Industry, Finland Nuclear Energy Act Ministry of Trade and Industry, Finland Nuclear Energy Act 990/1987; amendments up to 342/2008 included CHAPTER 1 Objectives and Scope of Application Section 1 - Objectives To keep the use of nuclear energy

More information

1. Which of these was the earliest document to contain principles of limited government that were later reflected in the United States Constitution?

1. Which of these was the earliest document to contain principles of limited government that were later reflected in the United States Constitution? 1. Which of these was the earliest document to contain principles of limited government that were later reflected in the United States Constitution? Magna Carta. Petition of Right. English Bill of Rights.

More information

Can Illegal actions cause oil spills?

Can Illegal actions cause oil spills? Can Illegal actions cause oil spills? Mirva Salokorpi, Research Manager, Kymenlaakso UAS 21.11.2013 Kotka Maritime Research Centre Heikinkatu 7, 48100 Kotka 1 21.11.2013 Kotka Maritime Research Centre

More information

information it takes to make tampering with an election computationally hard.

information it takes to make tampering with an election computationally hard. Chapter 1 Introduction 1.1 Motivation This dissertation focuses on voting as a means of preference aggregation. Specifically, empirically testing various properties of voting rules and theoretically analyzing

More information

Europol s role in combating criminal networks involved in smuggling of migrants and illegal migration

Europol s role in combating criminal networks involved in smuggling of migrants and illegal migration Europol s role in combating criminal networks involved in smuggling of migrants and illegal migration Background Paper for the first part of the 17th OSCE Economic and Environmental Forum 19-20 January

More information

Organised environmental crime in the EU Member States

Organised environmental crime in the EU Member States Page I Management Summary The present study Organised 1 Environmental Crime in the 15 EU Member States provides - a research of cases of organised environmental crime in the EU Member States, - an analyses

More information

UTAH IDENTITY THEFT RANKING BY STATE: Rank 31, 57.8 Complaints Per 100,000 Population, 1529 Complaints (2007) Updated December 30, 2008

UTAH IDENTITY THEFT RANKING BY STATE: Rank 31, 57.8 Complaints Per 100,000 Population, 1529 Complaints (2007) Updated December 30, 2008 UTAH IDENTITY THEFT RANKING BY STATE: Rank 31, 57.8 Complaints Per 100,000 Population, 1529 Complaints (2007) Updated December 30, 2008 Current Laws: A person is guilty of identity fraud when that person:

More information

CUSTOMER CODE OF PRACTICE

CUSTOMER CODE OF PRACTICE CUSTOMER CODE OF PRACTICE FOREWORD The British Blind & Shutter Association (BBSA) is the recognised voice of the blind and shutter manufacturing and installation industry in the United Kingdom. BBSA members

More information

Russian Visa Application Service

Russian Visa Application Service Russian Visa Application Service Biometric Procedure - Important Information Effective from 10 th December 2014, all applicants who wish to apply for a Russian visa must do so in person at the Russian

More information

THE ROAD TO ACCESSION TO THE INTERNATIONAL CRIMINAL COURT

THE ROAD TO ACCESSION TO THE INTERNATIONAL CRIMINAL COURT THE ROAD TO ACCESSION TO THE INTERNATIONAL CRIMINAL COURT Harkristuti Harkrisnowo Director General for Human Rights Ministry of Justice and Human Rights ICC main features the 1 st permanent international

More information

PS 0500: Nuclear Weapons. William Spaniel https://williamspaniel.com/classes/ps /

PS 0500: Nuclear Weapons. William Spaniel https://williamspaniel.com/classes/ps / PS 0500: Nuclear Weapons William Spaniel https://williamspaniel.com/classes/ps-0500-2017/ Outline The Nuclear Club Mutually Assured Destruction Obsolescence Of Major War Nuclear Pessimism Why Not Proliferate?

More information

Social Rankings in Human-Computer Committees

Social Rankings in Human-Computer Committees Social Rankings in Human-Computer Committees Moshe Bitan 1, Ya akov (Kobi) Gal 3 and Elad Dokow 4, and Sarit Kraus 1,2 1 Computer Science Department, Bar Ilan University, Israel 2 Institute for Advanced

More information

COLLEGE OF LAW SCHOOL OF LAW: DEPARTMENT OF JURISPRUDENCE

COLLEGE OF LAW SCHOOL OF LAW: DEPARTMENT OF JURISPRUDENCE ILW1036/103/2/2009 COLLEGE OF LAW SCHOOL OF LAW: DEPARTMENT OF JURISPRUDENCE INTRODUCTION TO LAW (ILW1036) Tutorial Letter 103/2009 (Second Semester) FINAL TUTORIAL LETTER FOR ILW1036 Dear Student In this

More information

nuclear supply chain

nuclear supply chain The non-state actor nuclear supply chain William Tobey and Matthew Bunn Managing the Atom Project Harvard Kennedy School Workshop on Cooperation to Control Non-State Nuclear Proliferation: Extra-Territorial

More information

Criminal Law. Protect people and property Maintain order Preserve standards of public decency

Criminal Law. Protect people and property Maintain order Preserve standards of public decency A Crime is any action or omission of an act that is prohibited and punishable by law. There are four conditions in which an action or omission becomes a crime: The act is considered a wrong for society.

More information

Chapter 18 The Israeli National Perspective on Nuclear Non-proliferation

Chapter 18 The Israeli National Perspective on Nuclear Non-proliferation Chapter 18 The Israeli National Perspective on Nuclear Non-proliferation Merav Zafary-Odiz Israel is subject to multiple regional threats. In Israel s view, since its threats are regional in nature, non-proliferation

More information

PS 0500: Nuclear Weapons. William Spaniel

PS 0500: Nuclear Weapons. William Spaniel PS 0500: Nuclear Weapons William Spaniel https://williamspaniel.com/classes/worldpolitics/ Outline The Nuclear Club Mutually Assured Destruction Obsolescence Of Major War Nuclear Pessimism Why Not Proliferate?

More information

Treaty of Good-Neighborliness and Friendly Cooperation between the People's Republic of China and the Russian Federation

Treaty of Good-Neighborliness and Friendly Cooperation between the People's Republic of China and the Russian Federation Treaty of Good-Neighborliness and Friendly Cooperation Between the People's Republic of China and the Russian Federation 2001/07/24 On July l6, 2001, President Jiang Zemin of the People's Republic of China

More information

Users reading habits in online news portals

Users reading habits in online news portals Esiyok, C., Kille, B., Jain, B.-J., Hopfgartner, F., & Albayrak, S. Users reading habits in online news portals Conference paper Accepted manuscript (Postprint) This version is available at https://doi.org/10.14279/depositonce-7168

More information

Fall 2015 INTERNATIONAL RELATIONS in the CYBER AGE. The Course is in Three Parts

Fall 2015 INTERNATIONAL RELATIONS in the CYBER AGE. The Course is in Three Parts 17.445-17.446 Fall 2015 INTERNATIONAL RELATIONS in the CYBER AGE The Course is in Three Parts PART I Structure & Process in International Relations PART II Theories of International Relations Part III

More information

(Unofficial translation)

(Unofficial translation) 1 (Unofficial translation) Government s Emergency Ordinance No. 158/1999 on the control regime of exports, imports and other operations with military goods, republished in Romanian Official Journal, Part

More information

McCulloch v. Maryland

McCulloch v. Maryland Power Play: State vs. Nation What if someone gave you the power to read stories to a first grade class in the library but gave the first graders the power to decide whether you re allowed to use any books?

More information

ATOMIC ENERGY. Peaceful Uses of Nuclear Energy TREATIES AND OTHER INTERNATIONAL ACTS SERIES 12950

ATOMIC ENERGY. Peaceful Uses of Nuclear Energy TREATIES AND OTHER INTERNATIONAL ACTS SERIES 12950 TREATIES AND OTHER INTERNATIONAL ACTS SERIES 12950 ATOMIC ENERGY Peaceful Uses of Nuclear Energy Agreement Between the UNITED STATES OF AMERICA and UKRAINE Signed at Kiev May 6, 1998 with Annex and Agreed

More information

WELFARE FRAUD PROSECUTION

WELFARE FRAUD PROSECUTION WELFARE FRAUD PROSECUTION Austin Waldo, Prosecuting Attorneys Council of Georgia COPYRIGHT 2016 PROSECUTING ATTORNEYS COUNCIL OF GEORGIA www.pacga.org 2016 Statistics Welfare Fraud 1.1.16-9.1.16 211,111.00

More information

How to Reconcile Information Theory and Natural Language Semantics

How to Reconcile Information Theory and Natural Language Semantics How to Reconcile Information Theory and Natural Language Semantics Information after Shannon Istituto Veneto December 29-30, 2008 Victor Raskin Purdue University vraskin@purdue.edu http://web.ics.purdue.edu/~vraskin/raskin.html

More information

Mitel Networks(tm) SX-200 Integrated Communications Platform (ICP) Software License Agreement

Mitel Networks(tm) SX-200 Integrated Communications Platform (ICP) Software License Agreement Mitel Networks(tm) SX-200 Integrated Communications Platform (ICP) Software License Agreement USE OF THE SOFTWARE ON THE ENCLOSED CD-ROM IS SUBJECT TO THE TERMS AND CONDITIONS OF THIS Mitel Networks(tm)

More information

Principles of the police work in a European area of freedom, security and justice

Principles of the police work in a European area of freedom, security and justice Klaus-Rainer Kalk Data Protection Commissioner Saxony-Anhalt, Germany Joint Supervisory Body of Europol Principles of the police work in a European area of freedom, security and justice (Speech for the

More information

Occasional Paper No 34 - August 1998

Occasional Paper No 34 - August 1998 CHANGING PARADIGMS IN POLICING The Significance of Community Policing for the Governance of Security Clifford Shearing, Community Peace Programme, School of Government, University of the Western Cape,

More information

Question Q204P. Liability for contributory infringement of IPRs certain aspects of patent infringement

Question Q204P. Liability for contributory infringement of IPRs certain aspects of patent infringement Summary Report Question Q204P Liability for contributory infringement of IPRs certain aspects of patent infringement Introduction At its Congress in 2008 in Boston, AIPPI passed Resolution Q204 Liability

More information

Dublin City Schools Social Studies Graded Course of Study Modern World History

Dublin City Schools Social Studies Graded Course of Study Modern World History K-12 Social Studies Vision Dublin City Schools Social Studies Graded Course of Study The Dublin City Schools K-12 Social Studies Education will provide many learning opportunities that will help students

More information

Vienna Declaration on Nuclear Safety

Vienna Declaration on Nuclear Safety 1 CNS/DC/2015/2/Rev.1 February 9, 2015 Diplomatic Conference to consider a proposal to amend the Convention on Nuclear Safety Vienna Declaration on Nuclear Safety On principles for the implementation of

More information

Lecture 7 A Special Class of TU games: Voting Games

Lecture 7 A Special Class of TU games: Voting Games Lecture 7 A Special Class of TU games: Voting Games The formation of coalitions is usual in parliaments or assemblies. It is therefore interesting to consider a particular class of coalitional games that

More information

BETELLE AN-11 AGREEMENT THE GOVERNMENT OF THE REPUBLIC OF INDIA THE GOVERNMENT OF THE PEOPLE'S REPUBLIC91 BANGLADESH

BETELLE AN-11 AGREEMENT THE GOVERNMENT OF THE REPUBLIC OF INDIA THE GOVERNMENT OF THE PEOPLE'S REPUBLIC91 BANGLADESH AGREEMENT BETELLE THE GOVERNMENT OF THE REPUBLIC OF INDIA AN-11 THE GOVERNMENT OF THE PEOPLE'S REPUBLIC91 BANGLADESH COQPERAJION IN THE PEACEEVL USES OF NUCLEAR ENERGY WHEREAS the Government of the Republic

More information

Note verbale dated 9 July 2015 from the Permanent Mission of Sao Tome and Principe to the United Nations addressed to the Chair of the Committee

Note verbale dated 9 July 2015 from the Permanent Mission of Sao Tome and Principe to the United Nations addressed to the Chair of the Committee United Nations S/AC.44/2015/5 Security Council Distr.: General 22 July 2015 Original: English Security Council Committee established pursuant to resolution 1540 (2004) Note verbale dated 9 July 2015 from

More information

Session 2: The economics of location choice: theory

Session 2: The economics of location choice: theory Session 2: The economics of location choice: theory Jacob L. Vigdor Duke University and NBER 6 September 2010 Outline The classics Roy model of selection into occupations. Sjaastad s rational choice analysis

More information

Agreement signed at Washington June 30, 1980; Entered into force December 30, With agreed minute.

Agreement signed at Washington June 30, 1980; Entered into force December 30, With agreed minute. Agreement signed at Washington June 30, 1980; Entered into force December 30, 1981. With agreed minute. AGREEMENT FOR COOPERATION BETWEEN THE GOVERNMENT OF THE UNITED STATES OF AMERICA AND THE GOVERNMENT

More information

Economics Marshall High School Mr. Cline Unit One BC

Economics Marshall High School Mr. Cline Unit One BC Economics Marshall High School Mr. Cline Unit One BC Political science The application of game theory to political science is focused in the overlapping areas of fair division, or who is entitled to what,

More information

Conf Introduction from the sea. (Rev. CoP16)

Conf Introduction from the sea. (Rev. CoP16) Conf. 14.6 (Rev. CoP16) Introduction from the sea TAKING INTO ACCOUNT the CITES Workshop on Introduction from the Sea Issues (Geneva, 30 November 2 December 2005) held pursuant to Decision 13.18 of the

More information

Reasoning by analogy: a formal reconstruction

Reasoning by analogy: a formal reconstruction Reasoning by analogy: a formal reconstruction Bart Verheij, Jaap Hage Department of Metajuridica University of Limburg, P.O. Box 616, 6200 MD Maastricht, The Netherlands email: {bart.verheij, jaap.hage}@metajur.rulimburg.nl

More information

Fifth, Sixth, and Eighth Amendment Rights

Fifth, Sixth, and Eighth Amendment Rights You do not need your computers today. Fifth, Sixth, and Eighth Amendment Rights How have the Fifth, Sixth, and Eighth Amendments' rights of the accused been incorporated as a right of all American citizens?

More information

(3) The chairman of the commission shall determine the proceedings of its work.

(3) The chairman of the commission shall determine the proceedings of its work. Decree for Adoption of Regulation on Implementation of the Law on Control of the Foreign Trade Activity in Arms and Dual-Use Goods and Technologies and for Amendment of Legal Acts of the Council of Ministers

More information

FREEDOM OF INFORMATION ACT 2000 SUMMARY GUIDANCE

FREEDOM OF INFORMATION ACT 2000 SUMMARY GUIDANCE FREEDOM OF INFORMATION ACT 2000 SUMMARY GUIDANCE This guidance is a short and succinct summary of what you need to know and do about the Freedom of Information Act 2000 (FOIA). This guidance is no substitute

More information

b) How many outstanding arrest warrants does Suffolk Constabulary currently have?

b) How many outstanding arrest warrants does Suffolk Constabulary currently have? Freedom of Information Request Reference N o : FOI 004789-17 I write in connection with your request for information received by Suffolk Constabulary on the 2 May 2017 in which you sought access to the

More information

Case Study: Border Protection

Case Study: Border Protection Chapter 7 Case Study: Border Protection 7.1 Introduction A problem faced by many countries is that of securing their national borders. The United States Department of Homeland Security states as a primary

More information

South Florida Seaports Internal Conspiracy Project

South Florida Seaports Internal Conspiracy Project 97-70 South Florida Seaports Internal Conspiracy Project 1. Abstract: South Florida has long been recognized as a major entry point for narcotics, specifically cocaine and marijuana arriving from South

More information

INVESTIGATIONS OF STUDENTS AT PUBLIC SCHOOLS

INVESTIGATIONS OF STUDENTS AT PUBLIC SCHOOLS INVESTIGATIONS OF STUDENTS AT PUBLIC SCHOOLS INDEX CODE: 1705 EFFECTIVE DATE: 09-06-17 Contents: I. School Resource Officers II. Arrests/Questioning/Removal of Students on School Premises During School

More information

GAME THEORY. Analysis of Conflict ROGER B. MYERSON. HARVARD UNIVERSITY PRESS Cambridge, Massachusetts London, England

GAME THEORY. Analysis of Conflict ROGER B. MYERSON. HARVARD UNIVERSITY PRESS Cambridge, Massachusetts London, England GAME THEORY Analysis of Conflict ROGER B. MYERSON HARVARD UNIVERSITY PRESS Cambridge, Massachusetts London, England Contents Preface 1 Decision-Theoretic Foundations 1.1 Game Theory, Rationality, and Intelligence

More information

The Act on Nuclear Activities (1984:3)

The Act on Nuclear Activities (1984:3) This is an unofficial translation. The content is provided for information purposes only and is not legally valid. In the event of any discrepancy between this English version and the Swedish original,

More information

Decentralized Control Obligations and permissions in virtual communities of agents

Decentralized Control Obligations and permissions in virtual communities of agents Decentralized Control Obligations and permissions in virtual communities of agents Guido Boella 1 and Leendert van der Torre 2 1 Dipartimento di Informatica, Università di Torino, Italy guido@di.unito.it

More information

Microsoft Dynamics AX. Microsoft Dynamics AX. Product availability, localization, and translation guide. Microsoft. 1 Microsoft

Microsoft Dynamics AX. Microsoft Dynamics AX. Product availability, localization, and translation guide. Microsoft. 1 Microsoft Product availability, localization, and translation guide 1 Product availability, localization, and translation guide Table of contents 03 Availability 04 Languages 06 Country localizations 08 Overview

More information

Results of World War II Crossword

Results of World War II Crossword Name Date Period Chapter 27 Results of World War II Crossword Workbook 107 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Across 1) country that became a superpower after World War II 3) these people were killed

More information

A denotational semantics for deliberation dialogues

A denotational semantics for deliberation dialogues A denotational semantics for deliberation dialogues Peter McBurney Department of Computer Science University of Liverpool Liverpool L69 3BX UK pjmcburney@csclivacuk Simon Parsons Department of Computer

More information

State of New York Supreme Court, Appellate Division Third Judicial Department

State of New York Supreme Court, Appellate Division Third Judicial Department State of New York Supreme Court, Appellate Division Third Judicial Department Decided and Entered: July 5, 2012 104734 THE PEOPLE OF THE STATE OF NEW YORK, Respondent, v MEMORANDUM AND ORDER STEVEN C.

More information