Skip to content

Commit

Permalink
schedule updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pyongjoo committed Aug 19, 2024
1 parent 55d4afa commit 67ce5c0
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions teaching/fall2024/cs511.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,36 @@ See this course in   [[Canvas]](https://canvas.illinois.edu/courses/49946)
<li>Office Hours: After class in person at Rm 2114 Siebel for CS</li>
</ul>

**TA 1:** Hongtai Cao ([email protected])
<p style="margin-top: -15px;"> <b>TA 1:</b> Hongtai Cao ([email protected])</p>
<ul style="margin-top: -15px;">
<li>Office Hours: TBD</li>
</ul>

**TA 2:** Talika Talika ([email protected])
<p style="margin-top: -15px;"> <b>TA 2:</b> Talika Talika ([email protected]) </p>
<ul style="margin-top: -15px;">
<li>Office Hours: TBD</li>
</ul>

**Prerequisites**
- **Background:** CS411 (Database) or equivalent.
- **Programming:** Proficiency in one of the following programming languages: C, Java, etc. We don't provide programming practices; you should be able to write code independently.

**Class Structure**
- Overview by Instructor: 5 mins
- may be longer for the first two weeks
- Student Presentation (if any): 25 mins (including Q&A)
- Instructor Presentation: 40 mins
- Quiz: 5 mins
<p style="margin-top: -15px;"> <b> Prerequisites </b> </p>
<ul style="margin-top: -15px;">
<li><b>Background:</b> CS411 (Database) or equivalent.</li>
<li><b>Programming:</b> Proficiency in one of the following programming languages: C, Java, etc. We don't provide programming practices; you should be able to write code independently.</li>
</ul>

Your main workload as a student will be
- Reading and understanding papers, and
- Participating in group projects (3 MPs and 1 research).
- You may optionally present a paper for (up to) 5% extra credits.
<p style="margin-top: -15px;"> <b> Class Structure </b> </p>
<ul style="margin-top: -15px;">
<li>Overview by Instructor: 5 mins</li>
<li>Student Presentation (if any): 25 mins (including Q&A)</li>
<li>Instructor Presentation: 40 mins</li>
<li>Quiz: 5 mins</li>
</ul>

<p style="margin-top: -15px;"> <b>Your main workload as a student will be </b> </p>
<ul style="margin-top: -15px;">
<li>Understanding papers (take a quiz every class and two midterms)</li>
<li>Participating in group projects (3 MPs and 1 research)</li>
<li>(Optional) presenting a paper for 5% extra credits</li>
</ul>

{% tabs log %}

Expand All @@ -52,7 +56,7 @@ Your main workload as a student will be
*Accessible to all Illinois people; Permission denied? See [this page](https://help.uillinois.edu/TDClient/42/UIUC/Requests/ServiceDet?ID=135).*


### Analytical Database
### Topic I: Analytical Database

#### Week 1: Distributed Processing I

Expand Down Expand Up @@ -131,7 +135,7 @@ Your main workload as a student will be
- Online option available on 10/12 (Saturday) at 2 PM Central; 10% point reduction.
- To take the online version, you must request it by the end of 10/3 via email to the instructor Yongjoo Park OR you must have a very good reason (e.g., unforeseeable tragic events).

### No SQL
### Topic II: No SQL

#### Week 8: Key-Value Store

Expand All @@ -158,7 +162,7 @@ Your main workload as a student will be
- ***Project 3 (MP) Out (due in three weeks: 11/13)***


### Transaction and Indexing
### Topic III: Transaction and Indexing

#### Week 10: Database Transaction

Expand All @@ -181,7 +185,7 @@ Your main workload as a student will be
- ***Project 4 (research) Proposal Due***


### Data Science
### Topic IV: Data Science

#### Week 12: Distributed Dataframe

Expand Down

0 comments on commit 67ce5c0

Please sign in to comment.