14 research outputs found

    Cycling, bread and circuses? When Le Tour came to Yorkshire and what it left behind

    Get PDF
    In the summer of 2014, there was no way of getting away from it: Le Tour de France was coming to Yorkshire. The message from tourism was that this was great for Yorkshire because businesses would be making money; politicians were also telling local people to feel happy that they had won the right to host Le Tour. In this paper, I will reflect on what happened when Le Tour came to Yorkshire through an analysis of newspaper reports, photographs taken by myself two years on from the two days Le Tour arrived in Yorkshire, and an auto-ethnographic account of what it was like to be there. I will argue that Le Tour allowed local communities to embrace a cosmopolitan European identity alongside their existing northern English or Yorkshire identities, and that the race itself allowed spectators to be proud about the northern English landscape through which the cyclists battled

    Can you depend totally on computers?

    No full text

    Prolog and deductive databases

    No full text
    The logic programming language Prolog has been shown to be a very suitable language for implementing database concepts. However, current Prolog implementations are limited, and the database examples used have all consisted of relatively small sets of clauses. The reason for this is that existing Prolog implementations do not scale up to handle large databases. This paper describes a project whose aims are to develop the links between logic programming and databases. The prime aim is to develop a Prolog system which is capable of handling large sets of clauses. The second aim is to implement a deductive database management system in Prolog, while a third is to evaluate the effectiveness of parallel logic languages for implementing database applications. Ke ywords: Prolog, Parlog, logic programming, deductive databases Within the field of database systems several different approaches have been used, but of these the relational database has emerged as the most popular. The clean, uniform approach of the relational data model, and the power and simplicity of relational query languages have been the main reasons for the success of relational databases. These, in their turn, owe much to logic, as the relational calculus is a restricted form of first order predicate calculus. With the growth of interest in knowledge processing, and in expert systems in particular, a need has been developing for more powerful database systems- systems which can store and retrieve knowledge; such systems are generally referred to as ’knowledge base management’ systems, or ’expert database ’ systems. One of the formalisms used for representing knowledge is first order predicate calculus. In view of the role of logic in underpinning relational databases and in describing knowledge, a natural successor to relational database systems, in the form of logic or deductive databases, has been proposed. Such systems are natural extensions of relational databases based on a more general form of first order logic. One particular form, known as a definite deductive database, has been studied in some detail1. This form of database i
    corecore