From 9962df5ea4e87d1c970dd353de64451780d9fe2e Mon Sep 17 00:00:00 2001 From: Mariana Silva Date: Tue, 19 Mar 2024 12:50:54 -0700 Subject: [PATCH] added 2 references and inverted sorting --- src/pages/research/index.tsx | 304 ++++++++++++++++++----------------- 1 file changed, 159 insertions(+), 145 deletions(-) diff --git a/src/pages/research/index.tsx b/src/pages/research/index.tsx index 94f32cb..7778297 100644 --- a/src/pages/research/index.tsx +++ b/src/pages/research/index.tsx @@ -33,25 +33,27 @@ const Papers = [ contents: ( + + ), @@ -102,30 +104,6 @@ const Papers = [ title: "Retrieval practice and second-chance testing", contents: ( - - - - - - - - + + + + + + + + ), }, { - title: "Computer-based testing facilities", + title: "Computer-based testing centers", contents: ( - - + + ), @@ -224,21 +226,21 @@ const Papers = [ contents: ( ), @@ -278,15 +280,15 @@ const Papers = [ contents: ( ), @@ -314,9 +316,9 @@ const Papers = [ contents: ( ), @@ -349,12 +351,6 @@ const Papers = [ title: "Applications in CS1 courses", contents: ( - - + + ), }, @@ -374,27 +376,15 @@ const Papers = [ contents: ( - - - - + + + + ), @@ -433,17 +435,29 @@ const Papers = [ title: "Application in Database Systems courses", contents: ( - - + + + + + + ), },