Skip to content

Commit

Permalink
edit to Spiffy page with presenters and link to course page
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsilva22 committed Mar 18, 2024
1 parent e5b3f9d commit faf0349
Showing 1 changed file with 37 additions and 32 deletions.
69 changes: 37 additions & 32 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 @@ -112,64 +101,69 @@ export default function SIGCSE2024() {
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/
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>,{" "}
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/
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/
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/
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="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
https://www.gvsu.edu/computing/kurmas-zachary-54.htm
</a>
</li>
<li>
Prof. ,{" "}
<a href="mailto:"></a> ,{" "}
<a href="">

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. ,{" "}
<a href="mailto:"></a> ,{" "}
<a href="">

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="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
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="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
https://cs.illinois.edu/about/people/faculty/jeffe
</a>
</li>
<li>
Expand All @@ -193,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"
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

0 comments on commit faf0349

Please sign in to comment.