Skip to content

Commit 74d70b2

Browse files
add gian paper
1 parent 99abe20 commit 74d70b2

File tree

6 files changed

+35
-0
lines changed

6 files changed

+35
-0
lines changed
230 KB
Binary file not shown.

src/src/data/PaperData.authormap.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,9 @@
440440
"Charles Dickens": [
441441
"csdl2-19-02"
442442
],
443+
"Gian Calica": [
444+
"csdl2-20-06"
445+
],
443446
"Quinne Uchida": [
444447
"csdl2-20-05"
445448
],

src/src/data/PaperData.bib

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5872,6 +5872,18 @@ @article{csdl2-19-03
58725872
}
58735873
}
58745874
5875+
@TechReport{csdl2-20-06,
5876+
title = {Improved understanding of student interests in Computer Science through Page Tracking Analysis},
5877+
author = {Gian Calica},
5878+
institution = "University of Hawaii, Honolulu, HI",
5879+
NUMBER = {{CSDL}-20-06},
5880+
year = {2020},
5881+
keywords = {RadGrad},
5882+
month = {May},
5883+
note = {http://csdl.ics.hawaii.edu/techreports/2020/20-06/20-06.pdf},
5884+
abstract = {This technical report presents a proposal for quantitative research designed to improve the understanding of RadGrad user behavior.}
5885+
}
5886+
58755887
@TechReport{csdl2-20-05,
58765888
title = {Why Don’t Students Use RadGrad? A Qualitative Study of Factors That Inhibit RadGrad Adoption},
58775889
author = {Quinne Uchida},

src/src/data/PaperData.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4580,6 +4580,24 @@
45804580
],
45814581
"sortKey": 201908
45824582
},
4583+
{
4584+
"key": "csdl2-20-06",
4585+
"type": "techreport",
4586+
"title": "Improved understanding of student interests in Computer Science through Page Tracking Analysis",
4587+
"year": "2020",
4588+
"month": "May",
4589+
"note": "http://csdl.ics.hawaii.edu/techreports/2020/20-06/20-06.pdf",
4590+
"abstract": "This technical report presents a proposal for quantitative research designed to improve the understanding of RadGrad user behavior.",
4591+
"institution": "University of Hawaii, Honolulu, HI",
4592+
"number": "CSDL-20-06",
4593+
"authors": [
4594+
"Gian Calica"
4595+
],
4596+
"keywords": [
4597+
"RadGrad"
4598+
],
4599+
"sortKey": 202005
4600+
},
45834601
{
45844602
"key": "csdl2-20-05",
45854603
"type": "techreport",

src/src/data/PaperData.keywordmap.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@
541541
"RadGrad": [
542542
"csdl2-17-05",
543543
"csdl2-18-01",
544+
"csdl2-20-06",
544545
"csdl2-20-05",
545546
"csdl2-20-04",
546547
"csdl2-19-04"

src/src/data/PaperData.yearmap.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@
295295
"csdl2-19-03"
296296
],
297297
"2020": [
298+
"csdl2-20-06",
298299
"csdl2-20-05",
299300
"csdl2-20-04",
300301
"csdl2-20-03",

0 commit comments

Comments
 (0)