# Reference list

### Reference&#x20;

#### Starting Point &#x20;

* [How to Read a paper](http://pages.cs.wisc.edu/~akella/CS740/S12/740-Papers/paper-reading-keshav.pdf)
* [Efficient Reading ](http://pages.cs.wisc.edu/~akella/CS740/S18/740-Papers/efficient-reading.pdf)

#### Lists&#x20;

* Reynold Xin: [Reading in Database ](https://github.com/rxin/db-readings)
* [Wisconsin Database Qualifying Exam Reading List (2017) ](https://cs.wiscweb.wisc.edu/wp-content/uploads/sites/871/2019/01/Database-reading-list_Spring-2017.pdf)
* [Operating Systems Prelims, UC Berkeley (2005)](https://people.eecs.berkeley.edu/~prabal/resources/osprelim/)
* [UW Operating Systems Qualifying Exam (2014) ](https://research.cs.wisc.edu/areas/os/Qual/)
* Christopher Meiklejohn: [Readings in distributed systems](https://people.cs.uchicago.edu/~junchenj/34702-f20/syllabus.html)
* Big Data System (CS744), UW Madison ([Fall 2020](https://pages.cs.wisc.edu/~shivaram/cs744-fa20/)) ([Spring 2019](http://pages.cs.wisc.edu/~akella/CS744/S19/papers.html)) &#x20;
* Big Data Systems and Applications (EECS598), Umich. ([Fall 2017](https://github.com/mosharaf/eecs598/tree/f17-bigdata))&#x20;
* Foundation of Data Management (CS784), UW Madison ([Fall 2019](http://pages.cs.wisc.edu/~paris/cs784-f19/schedule.html))
* Advanced Operating Systems (CS736), UW Madison ([Fall 2013](http://pages.cs.wisc.edu/~dusseau/Classes/CS736/CS736-F13/))
* AI for Systems and Systems for AI (CS 294), UC Berkeley ([Fall 2019](https://ucbrise.github.io/cs294-ai-sys-fa19/))&#x20;
* Machine Learning for Networking and Systems, U-Chicago ([Fall 2020](https://people.cs.uchicago.edu/~junchenj/34702-f20/syllabus.html))&#x20;
* [Cloud Data Center Systems (CS494)](https://www2.cs.uic.edu/~brents/cs494-cdcs/), University of Illinois at Chicago.&#x20;
* Advanced Computer Networks (CS740), UW Madison ([Spring 2020](http://pages.cs.wisc.edu/~akella/CS740/S20/papers.html))&#x20;
* Systems and Networking Challenges in Cloud Computing: Towards Software-Defined Clouds (CS838), UW Madison ([Fall 2012](http://pages.cs.wisc.edu/~akella/CS838/F12/papers.html))&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sliu583.gitbook.io/blog/reference-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
