## Algebra II ***Note: I haven't got round to writing up and uploading all of my notes. This should happen soon enough. See the*** `draft` ***branch for more up to date lectures.*** ### Reading See `draft` branch for latest drafts; `master` branch is aimed at being stable, but might lag behind. I won't be accepting PRs on the `draft` branch. These are a set of lecture notes from Algebra II lectures held at the ETH Zürich in the summer semester of 2019 by Prof. R. Pandharipande, written during the semester. The proofs are intentionally written rather verbosely. ### Disclaimer I cannot guarantee completeness, nor correctness either due to time constraints or knowledge gaps. These notes are mainly for my own understanding and a way to share them along with the source in a practical way. In other words, please don't rely on these being a complete and thorough script of the lectures, instead see them as what they are: a set of non-exhaustive lecture notes. Do not hesitate to send me an email if you discover any mistakes, ranging over mathematical errors, spelling mistakes, grammatical or typesetting issues - I'm open to any suggestions. ### Compiling yourself These notes are compiled with and written in the `pandoc` markdown flavour. To compile the pdfs yourself, install [pandoc](https://pandoc.org/) and call `pandoc source/*md -o algebra-notes.pdf` Most *nix distros will have it available in the regular repositories. `pandoc` is also available in OSX via [homebrew](https://brew.sh). For more help installing see [the pandoc install guides](https://pandoc.org/installing.html). There is also an [online](https://pandoc.org/try/) version that doesn't require installing any tools. There are many more examples and demos on the `pandoc` [website](https://pandoc.org/demos.html).