Skip to content

Commit

Permalink
Open recent update links in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffardi committed Aug 13, 2023
1 parent 252dc9f commit 3dda760
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/research/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,37 +28,37 @@ export default function Research() {
<div className="flex-wrap text-gray-300">
<ul className="list-outside leading-loose">
<li>ICSE 2023:&nbsp;
<a href="https://learnbyfailure.com/CognitiveReflection/"
<a href="https://learnbyfailure.com/CognitiveReflection/" target="_blank"
className="font-semibold underline hover:font-bold">
Cognitive Reflection in Software Verification and Testing
</a>
</li>
<li>CCSC-SW 2023:&nbsp;
<a href="https://learnbyfailure.com/CodeVid/"
<a href="https://learnbyfailure.com/CodeVid/" target="_blank"
className="font-semibold underline hover:font-bold">
CodeVid Studio: Coding Videos with Multimodal Instruction
</a>
</li>
<li>Chico State Computer Science Seminar:&nbsp;
<a href="https://learnbyfailure.com/the-other-crt/"
<a href="https://learnbyfailure.com/the-other-crt/" target="_blank"
className="font-semibold underline hover:font-bold">
Software Engineering and “The other CRT”
</a>
</li>
<li>ITiCSE 2022:&nbsp;
<a href="https://learnbyfailure.com/integrating-video/"
<a href="https://learnbyfailure.com/integrating-video/" target="_blank"
className="font-semibold underline hover:font-bold">
Integrating Videos with Programming Practice
</a>
</li>
<li>SIGCSE 2022:&nbsp;
<a href="https://learnbyfailure.com/sigcse2022-platform/"
<a href="https://learnbyfailure.com/sigcse2022-platform/" target="_blank"
className="font-semibold underline hover:font-bold">
Codewit.us: A Platform for Diverse Perspectives in Coding
</a>
</li>
<li>CCSC-NW 2021:&nbsp;
<a href="https://learnbyfailure.com/interests/"
<a href="https://learnbyfailure.com/interests/" target="_blank"
className="font-semibold underline hover:font-bold">
Is Programming Relevant to CS1 Students&apos; Interests?
</a>
Expand Down

0 comments on commit 3dda760

Please sign in to comment.