formatting tweaks

pull/2/head
Oliver Kennedy 2022-08-30 11:10:17 -04:00
parent e236b42b05
commit d56d790b88
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
2 changed files with 61 additions and 59 deletions

View File

@ -9,77 +9,42 @@ staff:
web: "https://odin.cse.buffalo.edu/"
- name: Eric Mikida
role: Instructor
hours: TBD
location: Capen 212
email: epmikida@buffalo.edu
- name: Nawar Khouri
role: TA
hours: TBD
location: TBD
- name: Jacky Lin
role: TA
hours: TBD
location: TBD
- name: Amelia Graca
role: TA
hours: TBD
location: TBD
- name: Anton Kalinin
role: TA
hours: TBD
location: TBD
- name: Joey Poblete
role: TA
hours: TBD
location: TBD
- name: Thinh Ho
role: TA
hours: TBD
location: TBD
- name: Heba Mahran
role: TA
hours: TBD
location: TBD
- name: Riad Mukhtarov
role: TA
hours: TBD
location: TBD
- name: Kyle Geffner
role: TA
hours: TBD
location: TBD
- name: David Lam
role: TA
hours: TBD
location: TBD
- name: Kartike Chaurasia
role: TA
hours: TBD
location: TBD
- name: Tirth Shah
role: TA
hours: TBD
location: TBD
- name: Dikshit Khandelwal
role: TA
hours: TBD
location: TBD
- name: Hope Kara
role: TA
hours: TBD
location: TBD
- name: Vrund Patel
role: TA
hours: TBD
location: TBD
- name: Sean Grzenda
role: TA
hours: TBD
location: TBD
- name: Andrew Schick
role: TA
hours: TBD
location: TBD
times:
lecture:
A:
@ -172,6 +137,9 @@ resources:
url: https://piazza.com/buffalo/fall2022/cse250
- title: Autolab
url: https://autograder.cse.buffalo.edu
info:
- title: Office Hours
url: "https://docs.google.com/spreadsheets/d/1L-GEWEhcRolVxSzY_hTjqVYaEGCbAQQmKSEVzHUakec/edit?usp=sharing"
schedule:
- week: 1
lectures:
@ -480,21 +448,32 @@ p.callout {
<li><a href="<%=resource["url"]%>"><%=resource["title"]%></a></li>
<% end %>
</ul>
<h5>Course Logistics</h5>
<ul class="details">
<% resources["info"].each do |resource| %>
<li><a href="<%=resource["url"]%>"><%=resource["title"]%></a></li>
<% end %>
</ul>
<hr>
<h3>Course Staff</h3>
<ul>
<% staff.each do |deets| %>
<h4><%=deets["name"]%> (<%=deets["role"]%>)</h4>
<ul class="details">
<li><b>Location: </b> <%=deets.fetch("location", "TBD")%></li>
<% if deets.include? "email" %>
<li><b>Email: </b> <%=deets.fetch("email", "TBD").sub("@", " [by way of] ").sub(".", " [subscripted by] ") %></li>
<% end %>
<li><b>Office Hours: </b> <%=deets.fetch("hours", "TBD")%></li>
<% if deets.include? "web" %> <li><b>Web: </b> <a href="<%=deets["web"]%>"><%=deets["web"]%></a><% end %>
</ul>
<li><%=deets["name"]%> (<%=deets["role"]%>)
<%
notes = []
notes = notes + [["Location", deets["location"]]] if deets.include? "location"
notes = notes + [["Email", deets["email"].sub("@", " [by way of] ").sub(".", " [subscripted by] ")]] if deets.include? "email"
notes = notes + [["Web", "<a href='#{deets["web"]}'>#{deets["web"]}</a>"]] if deets.include? "web"
%>
<% unless notes.empty? %>
<%= notes.map { |title, note| "<b>#{title}</b>: #{note}" }.join("; ") %>
<% end %>
</li>
<% end %>
</ul>
<p>Please familiarize yourself with everyone involved with the course. We will strive to offer a

View File

@ -2,35 +2,58 @@
title: CSE-501 Intro to Grad Study in CSE (Fall 2022)
schedule:
- date: 08/30/22
topic: Introduction
talks:
- speaker: Oliver Kennedy
topic: Introduction
- date: 09/06/22
topic: TBD
talks:
- speaker: Ziming Zhao
topic: How to Succeed or Fail as a Ph.D Student
- date: 09/13/22
topic: TBD
talks:
- speaker: Senior PhD Students
topic: TBD
- date: 09/20/22
topic: TBD
talks:
- speaker: Oliver Kennedy
topic: How to Do Research
- date: 09/27/22
topic: TBD
talks:
- date: 10/04/22
topic: TBD
talks:
- date: 10/11/22
topic: TBD
talks:
- speaker: Andrew Hirsch
topic: TBD
- speaker: Matt Knepley (to be confirmed)
topic: TBD
- date: 10/18/22
topic: TBD
talks:
- speaker: Senior PhD Students
topic: TBD
talks:
- date: 10/25/22
topic: TBD
talks:
- date: 11/01/22
topic: TBD
talks:
- speaker: Karthik Dantu (to be confirmed)
topic: TBD
- speaker: Hongxin Hu (to be confirmed)
topic: TBD
- date: 11/08/22
topic: TBD
talks:
- date: 11/15/22
topic: TBD
talks:
- date: 11/22/22
topic: TBD
talks:
- date: 11/29/22
topic: Student Presentations
talks:
- speaker: You!
topic: Student Presentations
- date: 12/06/22
topic: Student Presentations
talks:
- speaker: You!
topic: Student Presentations
---
<h1 style="text-align: center;"><%= title %></h1>
<p style="text-align: justify;">The course provides guidance about graduate studies in CSE for incoming Ph.D. students.