Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to spiffy page #74

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 91 additions & 11 deletions src/pages/sigcse2024/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ export default function SIGCSE2024() {
authoring these assessments.
</p>

<div className="container-fluid py-2">
<div className="d-flex flex-row justify-content-center flex-wrap">
<Link
href="/sigcse2024/submit-questions"
className="btn btn-warning btn-lg me-3 mt-3"
>
SUBMIT YOUR SPIFFY QUESTIONS TO THIS EVENT
</Link>
</div>
</div>

<h4>Organizers</h4>
<ul>
<li>
Expand Down Expand Up @@ -106,6 +95,86 @@ export default function SIGCSE2024() {
</li>
</ul>

<h4>Presenters</h4>
<ul>
<li>
Prof. Gary Dahl, University of Wisconsin-Madison,{" "}
<a href="mailto:dahl@cs.wisc.edu">dahl@cs.wisc.edu</a>,{" "}
<a href="https://pages.cs.wisc.edu/~dahl/">
https://pages.cs.wisc.edu/~dahl/
</a>
</li>
<li>
David Smith, University of Illinois Urbana-Champaign,{" "}
<a href="mailto:dhsmith2@illinois.edu">dhsmith2@illinois.edu</a>
,{" "}
<a href="https://www.linkedin.com/in/david-smith-1b9499102/">
https://www.linkedin.com/in/david-smith-1b9499102/
</a>
</li>
<li>
Prof. Karina Mochetti, University of British Columbia,{" "}
<a href="mailto:mochetti@cs.ubc.ca">mochetti@cs.ubc.ca</a>,{" "}
<a href="https://www.cs.ubc.ca/~mochetti/">
https://www.cs.ubc.ca/~mochetti/
</a>
</li>
<li>
Prof. David Cooper, West Chester University,{" "}
<a href="mailto:dcooper@wcupa.edu">dcooper@wcupa.edu</a> ,{" "}
<a href="https://www.cs.wcupa.edu/~dcooper/">
https://www.cs.wcupa.edu/~dcooper/
</a>
</li>
<li>
Prof. Zachary Kurmas, Grand Valley State University,{" "}
<a href="mailto:kurmasz@gvsu.edu">kurmasz@gvsu.edu</a> ,{" "}
<a href="https://www.gvsu.edu/computing/kurmas-zachary-54.htm">
https://www.gvsu.edu/computing/kurmas-zachary-54.htm
</a>
</li>
<li>
Prof. Ramon Lawrence, University of British Columbia,{" "}
<a href="mailto:ramon.lawrence@ubc.ca">ramon.lawrence@ubc.ca</a>
,{" "}
<a href="https://cmps.ok.ubc.ca/about/contact/ramon-lawrence/">
https://cmps.ok.ubc.ca/about/contact/ramon-lawrence/
</a>
</li>
<li>
Prof. Joseph Hollingsworth, Rose-Hulman Institute of Technology{" "}
<a href="mailto:hollings@rose-hulman.edu">
hollings@rose-hulman.edu
</a>
,{" "}
<a href="https://drholly77.github.io/Details/">
https://drholly77.github.io/Details/
</a>
</li>
<li>
Prof. Geoffrey Herman, University of Illinois Urbana-Champaign,{" "}
<a href="mailto:glherman@illinois.edu">glherman@illinois.edu</a>
,{" "}
<a href="https://cs.illinois.edu/about/people/faculty/glherman">
https://cs.illinois.edu/about/people/faculty/glherman
</a>
</li>
<li>
Prof. Jeff Erickson, University of Illinois Urbana-Champaign,{" "}
<a href="mailto:jeffe@illinois.edu">jeffe@illinois.edu</a>,{" "}
<a href="https://cs.illinois.edu/about/people/faculty/jeffe">
https://cs.illinois.edu/about/people/faculty/jeffe
</a>
</li>
<li>
Prof. Armando Fox, UC Berkeley,{" "}
<a href="mailto:fox@berkeley.edu">fox@berkeley.edu</a>,{" "}
<a href="https://www2.eecs.berkeley.edu/Faculty/Homepages/fox.html">
www.cs.berkeley.edu/~fox
</a>
</li>
</ul>

<h4>Tentative Agenda</h4>

<p>
Expand All @@ -118,6 +187,17 @@ export default function SIGCSE2024() {
their own laptops during the event.
</p>

<div className="container-fluid py-2">
<div className="d-flex flex-row justify-content-center flex-wrap">
<Link
href="https://us.prairielearn.com/pl/public/course/1305/questions"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll assume we're ok changing this link before all the questions are in place?

Unrelated to this PR, but: I have the same background fear about now needing to support these questions forever, in case people start using them in their course. I know there's not much we can do about that at this point though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it is okay to have just some of the questions there. Firas will be taking care of updating the repo, and I am not sure when he will be done with that. I need to have all my "to do" items done before tomorrow since I will not have any time to spare during the conference.

className="btn btn-warning btn-lg me-3 mt-3"
>
GO TO SPIFFY QUESTIONS PAGE
</Link>
</div>
</div>

<h4>Who should attend</h4>

<p>
Expand Down
Loading