This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_links: { | |
self: { | |
href: "/places/atco:340000004G5" | |
}, | |
hl:rti: { | |
href: "/places/atco:340000004G5/rti", | |
title: "Real-time information" | |
}, | |
parent: { | |
href: "/places/stoparea:340G00003140", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Status - University of Oxford</title> | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
<style type="text/css"> | |
.status_code_0 {background-color:#039b0b;} | |
.status_code_1 {background-color: #b94a48;} | |
.status_code_2 {background-color: #f89406;} | |
li {padding:0.5em; margin:0.5em; list-style:none; width:20em; font-size:1.3em;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Makefile for LaTeX files | |
# file name without the .tex extension | |
FILE = proposal | |
all: pdf cleaninterimfiles | |
pdf: | |
@pdflatex $(FILE) | |
@bibtex $(FILE) |