fixing first round of typos

pull/2/head
Oliver Kennedy 2024-01-13 16:55:26 -05:00
parent 9a3887963d
commit ea8b112417
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
1 changed files with 68 additions and 59 deletions

View File

@ -65,8 +65,6 @@ deliverables:
due: Feb 11
- item: "Written 1: EM Analysis"
due: Feb 18
- item: "Project 2: B+ Tree"
due: Feb
- item: "Project 2: B+ Tree"
due: Mar 10
- item: "Written 2: B+ Tree Analysis"
@ -139,6 +137,15 @@ ul.details li {
font-size: 90%;
max-width: 750px;
}
dl.details {
padding-left: 5px;
}
dl.details dt::before {
content: '↳';
}
dl.details dd {
padding-left: 15px;
}
ol li {
max-width: 750px;
}
@ -181,7 +188,54 @@ p.callout {
<p>This course expands on CSE 250 by introducing techniques for data organization that account for the memory hierarchy and the need for concurrent access. Topics include IO Complexity, On-Disk Tree- and Hash- based structures, Write-optimized data structures (e.g., LSM Indexes and Beta-Epsilon Trees), Serialization/Data Layout, Caching, Secondary Indexes, Concurrent Data Structures, and Versioned Data Structures.</p>
<p>4 credit hours (3 credits for lecture)</p>
<p>3 credit hours</p>
<hr>
<h3>Lectures</h3>
<b>When:</b> <%=times["date"] %> <%=times["time"] %><br>
<b>Where:</b> <%=times["location"] %>
<hr>
<h3>Course Staff</h3>
<b>Instructor:</b> <%=instructor["name"] %><br>
<b>Location:</b> <%=instructor["office"] %><br>
<b>Office Hours:</b> <%=instructor["hours"] %><br>
<b>Web:</b> <a href="https://odin.cse.buffalo.edu">https://odin.cse.buffalo.edu</a>
<p>You should never hesitate to come ask questions in office hours, whether it be a simple/fundamental
question, something more advanced that you are interested in, or simply to chat about the
material/department/life in general. Remember that you are always welcome with any level of
question and should not be shy to ask. Please report any issues/concerns with office hours ASAP so
we can address problems early in the semester.</p>
<p>If you need to email course staff, please include <b>[CSE 350]</b> at the beginning of the
subject line so your email is not missed. <b>Email omitting this tag from the subject or from non-UB
accounts will be ignored.</b></p>
<hr>
<h3>Important Dates</h3>
<dl class="details">
<% dates.each do |event| %>
<dt><%=event["event"]%></dt>
<dd><%=event["dates"]%></dd>
<% end %>
</dl>
<hr>
<h3>Deadlines (expected)</h3>
<ul class="details">
<% deliverables.each do |deliverable| %>
<li><b><%=deliverable["item"]%></b>: <%=deliverable["due"]%></li>
<% end %>
</ul>
<hr>
@ -194,62 +248,12 @@ p.callout {
<% end %>
</ul>
<h5>Topics Covered</h5>
<dl>
<h3>Topics Covered</h3>
<dl class="details">
<% schedule.each do |topic| %>
<dt><%=topic["topic"]%></dt>
<dd><%=topic["details"]%></dd>
<dd><%=topic["detail"]%></dd>
<% end %>
</ul>
<hr>
<h3>Course Staff</h3>
<b>Instructor:</b> <%=instructor["name"] %><br>
<b>Location:</b> <%=instructor["office"] %><br>
<b>Office Hours:</b> <%=instructor["hours"] %><br>
<b>Web:</b> <a href="https://odin.cse.buffalo.edu">https://odin.cse.buffalo.edu</a>
<p>Please familiarize yourself with everyone involved with the course. We will strive to offer a
large amount of office hour availability for students to interact with us, the course staff. You
should never hesitate to come ask questions in office hours, whether it be a simple/fundamental
question, something more advanced that you are interested in, or simply to chat about the
material/department/life in general. Remember that you are always welcome with any level of
question and should not be shy to ask. Please report any issues/concerns with office hours ASAP so
we can address problems early in the semester.</p>
<p>If you need to email course staff, please include <b>[CSE 350]</b> at the beginning of the
subject line so your email is not missed. <b>Email omitting this tag from the subject or from non-UB
accounts will be ignored.</b></p>
<hr>
<h3>Lectures</h3>
<b>When:</b> <%=times["date"] %> <%=times["time"] %><br>
<b>Where:</b> <%=times["location"] %>
<hr>
<h3>Important Dates</h3>
<dl>
<% dates.each do |event| %>
<dt><%=event["event"]%></dt>
<dd><%=event["dates"]%></dd>
<% end %>
</dl>
<hr>
<h3>Deadlines (expected)</h3>
<dl>
<% deliverables.each do |deliverable| %>
<dt><%=deliverable["item"]%></dt>
<dd><%=deliverable["due"]%></dd>
<% end %>
</dl>
<hr>
@ -361,11 +365,16 @@ detailing the period and the reason you were medically incapable of taking the e
<p>Here is the split of grades:</p>
<ul class="details">
<li>Assignments (60%)</li>
<li>Midterm (20%)</li>
<li>Final Exam (20%)</li>
<li>Programming Assignments (60%)</li>
<li>Written Reflections (10%)</li>
<li>Midterm (15%)</li>
<li>Final Exam (15%)</li>
</ul>
<p>You must complete the AI Quiz and Setup assignments, or you will receive an F in the class.</p>
<p>An additional 1 point (max of 5 pt per student) will be awarded for every legitimate report of a typo in this syllabus or any assignment handout materials. Typos should be reported by email to the instructor. The point for any given typo will only be awarded to the first person to report it.</p>
<p>Here is a breakdown of the course grades required for the different letter grades.</p>
<table class="simple">