From f37b9412d2f3638c7102a2dbadcdf6a0bbf0afc0 Mon Sep 17 00:00:00 2001 From: Duncan Hull Date: Thu, 28 Sep 2023 23:27:04 +0100 Subject: [PATCH] Add references --- 13-mentoring.Rmd | 4 ++-- software-engineering.bib | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/13-mentoring.Rmd b/13-mentoring.Rmd index 14680a3..6116be0 100644 --- a/13-mentoring.Rmd +++ b/13-mentoring.Rmd @@ -46,11 +46,11 @@ When we are oversubscribed we will give higher priority to: ## About us {#aboutus} -The Department of Computer Science at the University of Manchester [www.cs.manchester.ac.uk](https://www.cs.manchester.ac.uk) is one of the oldest and biggest in the UK. The [world's first stored-program computer](http://www.computinghistory.org.uk/det/6013/The-Manchester-Baby-the-world-s-first-stored-program-computer-ran-its-first-program) (the “[Manchester Baby](https://en.wikipedia.org/wiki/Manchester_Baby)”) was developed here in 1948, by the engineers and scientists who would go on to found the Department. This was followed by: +The Department of Computer Science at the University of Manchester [www.cs.manchester.ac.uk](https://www.cs.manchester.ac.uk) is one of the oldest and biggest in the UK. The [world's first stored-program computer](http://www.computinghistory.org.uk/det/6013/The-Manchester-Baby-the-world-s-first-stored-program-computer-ran-its-first-program) (the “[Manchester Baby](https://en.wikipedia.org/wiki/Manchester_Baby)”) was developed here in 1948, by the engineers and scientists who would go on to found the Department. [@KILBURN1949] This was followed by: * the first floating point machine * the first transistor computer -* the first computer to use virtual memory +* the first computer to use virtual memory [@Denning2022] This history of innovation continues today with cutting-edge research projects like SpiNNaker (part of the Billion Euro [Human Brain Project](https://www.humanbrainproject.eu/)) which has built a [million core ARM-powered neural High Performance Computer (HPC)](https://apt.cs.manchester.ac.uk/projects/SpiNNaker/project/). This is the world’s largest neuromorphic supercomputer. diff --git a/software-engineering.bib b/software-engineering.bib index fc7ac95..95c2f74 100644 --- a/software-engineering.bib +++ b/software-engineering.bib @@ -140,3 +140,29 @@ @article{bisant title = {A Two-Person Inspection Method to Improve Programming Productivity}, journal = {{IEEE} Transactions on Software Engineering} } + +@article{Denning2022, + doi = {10.1145/3548781}, + url = {https://doi.org/10.1145/3548781}, + year = {2022}, + publisher = {Association for Computing Machinery ({ACM})}, + volume = {65}, + number = {9}, + pages = {26--29}, + author = {Peter Denning and Roland Ibbett}, + title = {The Atlas milestone}, + journal = {Communications of the {ACM}} +} + +@article{KILBURN1949, + doi = {10.1038/164684a0}, + url = {https://doi.org/10.1038/164684a0}, + year = {1949}, + publisher = {Springer Science and Business Media {LLC}}, + volume = {164}, + number = {4173}, + pages = {684--687}, + author = {Tom Kilburn}, + title = {The University of Manchester Universal High-Speed Digital Computing Machine}, + journal = {Nature} +}