INTERNATIONAL TRADE LAW

INTERNATIONAL TRADE LAW

Indira Carr

In today's globalised world, an understanding of international trade is essential for those studying and practising law, business, banking and finance. International Trade Law offers a comprehensive and informed analysis of the complexities of an international sale transaction through case law, policy documents, legislation, international conventions and rules adopted by international organisations such as the ICC. Focusing on international sales of goods and the various contractual relations that arise as a result of the sale transaction, this book considers and discusses:
• Standard trade terms, the Convention on International Sales of Goods 1980 and the UNIDROIT Principles for International Commercial Contracts 2004;
• Issues relating to E-Commerce including electronic transport documents, especially electronic bills of lading;
• International transportation of cargo, both unimodal (sea, air, land and rail) and multimodal, the various conventions affecting such transportation and the proposed new convention drafted by the UNCITRAL and CMI;
• Insurance and payment mechanisms, in particular letters of credit and the recently adopted UCP 600;
• Dispute resolution including issues of jurisdiction, applicable law, arbitration and mediation;
• Corruption as a major challenge to conducting business and the various anticorruption conventions, in particular the OECD Anti-Bribery Convention 1997 and the UN Convention Against Corruption 2003.
Accessible to students encountering this often challenging area of the law for the first time, International Trade Law clarifies a range of topics through tables and diagrams, and directs the reader to relevant further reading, online resources, and journal articles throughout.
Introduction to Algorithms

Introduction to Algorithms

Charles E. Leiserson | Clifford Stein | Thomas H. Cormen | Ronald L. Rivest

Before there were computers, there were algorithms. But now that there are computers, there are even more algorithms, and algorithms lie at the heart of computing. This book provides a comprehensive introduction to the modern study of computer algorithms. It presents many algorithms and covers them in considerable depth, yet makes their design and analysis accessible to all levels of readers. We have tried to keep explanations elementary without sacrificing depth of coverage or mathematical rigor.
      Each chapter presents an algorithm, a design technique, an application area, or a related topic. Algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The book contains 244 figures—many with multiple parts—illustrating how the algorithms work. Since we emphasize efficiency as a design criterion, we include careful analyses of the running times of all our algorithms.
      The text is intended primarily for use in undergraduate or graduate courses in algorithms or data structures. Because it discusses engineering issues in algorithm design, as well as mathematical aspects, it is equally well suited for self-study by technical professionals.