From 51e6e2c11e9f6c65d9db2fa4a5afe552a4b8ddd3 Mon Sep 17 00:00:00 2001 From: Joshua Moerman Date: Mon, 1 Jul 2013 17:31:00 +0200 Subject: [PATCH] added README.md with a brief description of the content and how to build --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..30ca41d --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Dold-Kan Correspondence +======================= + +In this bachelor thesis the Dold-Kan correspondence is discussed. It is a result in homological algebras and simplicial homotopy theory which gives an equivalence between the category of chain complexes and the category of simplicial abelian groups. Furthermore it preserves homotopy, making the category of chain complexes suitable for doing linearized homotopy theory. This thesis is written by Joshua Moerman and supervised by Moritz Groth. + + +Building +======== + +A makefile is provided to compile the ```.tex``` files (thrice for the references). To compile to a ```.pdf``` file, simply run (assuming existence of ```pdflatex``` and ```bibtex```): +``` +$ ./make Thesis +``` +The file ```DoldKan.pdf``` will be created (and all the intermediate files end up in a ```build/``` directory).