diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-12-19 12:41:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-19 12:41:48 -0500 |
| commit | fc1d99e92d6bdfa56d556bb8ed77679e944d7aff (patch) | |
| tree | 820c466dff52839c1f1b0820237ed1b4415a8030 | |
| parent | e719b1bc72ce830db26c7301e7f7b5c5ba84324b (diff) | |
| parent | 3bad43fab3cc39de16700c48c7a56ca8b8851d77 (diff) | |
Merge pull request #18 from SethTisue/patch-1
minor cleanup
| -rwxr-xr-x | README.md | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -5,9 +5,9 @@ Source repo for the book that I and my students in my course at Northeastern Uni This is a book about the programming constructs we use to build distributed systems. These range from the small, RPC, futures, actors, to the large; systems -built up of these components like MapReduce and Spark. We explore issues +built up of these components like MapReduce and Spark. We explore issues and concerns central to distributed systems like consistency, availability, and -fault tolerance, from the lense of the programming models and frameworks that +fault tolerance, from the lens of the programming models and frameworks that the programmer uses to build these systems. ## Chapters @@ -16,7 +16,7 @@ the programmer uses to build these systems. 2. Futures & Promises 3. Message-passing 4. Distributed Programming Languages -5. Langauges Extended for Distribution +5. Languages Extended for Distribution 6. CAP, Consistency, & CRDTs 7. Programming Languages & Consistency 8. Large-scale Parallel Batch Processing @@ -69,14 +69,12 @@ make sure to navigate there explicitly, e.g., Articles are in Markdown with straightforward YAML frontmatter. -You can include code, math (Latex syntax), figures, blockquotes, side notes, -etc. You can also use regular bibtex to make a bibliography. To see everything +You can include code, math (LaTeX syntax), figures, blockquotes, side notes, +etc. You can also use regular BibTeX to make a bibliography. To see everything you can do, I've prepared an example article. - [Live example article](http://dist-prog-book.com/example.html) - [Corresponding example page markdown](https://raw.githubusercontent.com/heathermiller/dist-prog-book/master/example.md) -If you would like to add bibtex entries to the bibliography for your chapter, +If you would like to add BibTeX entries to the bibliography for your chapter, check the `_bibliography` directory for a `.bib` file named after your chapter. - - |
