%@ page language="java" contentType="text/html" %>
<%-- Include common initialisation code --%>
<%@ include file="/arch/common.jsp" %>
<%-- The current tab --%>
<% String currentTab = "Research"; %>
<%-- Content of navigation pane --%>
<%@ include file="nav.jsp" %>
<% showCurrentLink=true; %>
<%-- Current navigation location --%>
<% String currentNav = "Reports and Theses"; %>
<%-- Include the code for the document header --%>
<%@ include file="/arch/header.jsp" %>
Research Reports 1978
<%-- Include the code for the lines and navigation --%>
<%@ include file="/arch/middle.jsp" %>
<%@ include file="copyright.html" %>
- CS-RR-026
- W.W. Wadge,
Away from the Operations View of Computer Science,
November 1, 1978
- CS-RR-025
- W.M. Beynon,
On the Structure of Free Finite State Machines,
September 1, 1978
- CS-RR-024
- J.I. Munro and M.S. Paterson,
Selection and Sorting with Limited Storage,
July 1, 1978
- CS-RR-023
- W.W. Wadge,
Programming Constructs for Nonprocedural Languages,
March 1, 1978
<%-- Include the code for the document footer --%>
<%@ include file="/arch/footer.jsp" %>