Skip to content

Commit a5c67b4

Browse files
checkpoint
1 parent d9f8efd commit a5c67b4

File tree

5 files changed

+70
-10
lines changed

5 files changed

+70
-10
lines changed

Diff for: src/package-lock.json

+1-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/src/data/PaperData.authormap.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -461,15 +461,20 @@
461461
"csdl2-21-01"
462462
],
463463
"Caliana Fortin": [
464-
"csdl2-21-01"
464+
"csdl2-21-01",
465+
"csdl2-21-04"
465466
],
466467
"Shinya Saito": [
467-
"csdl2-21-01"
468+
"csdl2-21-01",
469+
"csdl2-21-02"
468470
],
469471
"Timothy Huo": [
470472
"csdl2-21-01"
471473
],
472474
"Trey Sumida": [
473475
"csdl2-21-01"
476+
],
477+
"Jatin Pandya": [
478+
"csdl2-21-03"
474479
]
475480
}

Diff for: src/src/data/PaperData.json

+54
Original file line numberDiff line numberDiff line change
@@ -4808,5 +4808,59 @@
48084808
"RadGrad"
48094809
],
48104810
"sortKey": 202107
4811+
},
4812+
{
4813+
"key": "csdl2-21-02",
4814+
"type": "techreport",
4815+
"title": "Pulling The Trigger With Internaloha: The New Opportunities For Internship",
4816+
"year": "2021",
4817+
"month": "December",
4818+
"note": "https://csdl.ics.hawaii.edu/techreports/2021/21-02/21-02.pdf",
4819+
"abstract": "\r\n In the last few decades, the importance of internships for a career development has grown. However, the difficulty to search through possible internships has not decreased. Undergraduate students are forced to spend long hours and use multiple job searching websites for internships. Furthermore, these websites do not provide them with internships that they fully qualify for. Thus, the Internaloha project provides an alternative ”shortcut” for students seeking internships. The approach of Internaloha is creating a scraper to extract Computer Science internships from the different job websites and have them integrated into RadGrad’s internship explorer page. The goal for Internaloha Version 2 is to recreate them using TypeScript and clean it up to look more efficient.\r\n",
4820+
"institution": "Department of Information and Computer Sciences,\r\n University of Hawaii, Honolulu, Hawaii 96822",
4821+
"number": "CSDL-21-02",
4822+
"authors": [
4823+
"Shinya Saito"
4824+
],
4825+
"keywords": [
4826+
"RadGrad"
4827+
],
4828+
"sortKey": 202112
4829+
},
4830+
{
4831+
"key": "csdl2-21-03",
4832+
"type": "techreport",
4833+
"title": "InternAloha: Revamping Scrapers",
4834+
"year": "2021",
4835+
"month": "December",
4836+
"note": "https://csdl.ics.hawaii.edu/techreports/2021/21-03/21-03.pdf",
4837+
"abstract": "\r\n In this report, we take a look at the service InternAloha which is a scraper that scrapes different job sites for internships. In the report, I will go over the basics of InternAloha and scraping, the design of InternAloha, and the technical aspects that go into InternAloha.\r\n",
4838+
"institution": "Department of Information and Computer Sciences,\r\n University of Hawaii, Honolulu, Hawaii 96822",
4839+
"number": "CSDL-21-03",
4840+
"authors": [
4841+
"Jatin Pandya"
4842+
],
4843+
"keywords": [
4844+
"RadGrad"
4845+
],
4846+
"sortKey": 202112
4847+
},
4848+
{
4849+
"key": "csdl2-21-04",
4850+
"type": "techreport",
4851+
"title": "Scraping for Students' futures: An Indepth look at the InternAloha Revamping Process",
4852+
"year": "2021",
4853+
"month": "July",
4854+
"note": "https://csdl.ics.hawaii.edu/techreports/2021/21-04/21-04.pdf",
4855+
"abstract": "\r\n InternAloha was made to remedy the internship problem that Radgrad had. Through web scraping InternAloha was able to help Radgrad increase the amount of internships students had available to them. This paper looks at how the InternAloha web application was implemented and details the revamping process of the structure, and goals of the original InternAloha system.\r\n",
4856+
"institution": "Department of Information and Computer Sciences,\r\n University of Hawaii, Honolulu, Hawaii 96822",
4857+
"number": "CSDL-21-04",
4858+
"authors": [
4859+
"Caliana Fortin"
4860+
],
4861+
"keywords": [
4862+
"RadGrad"
4863+
],
4864+
"sortKey": 202107
48114865
}
48124866
]

Diff for: src/src/data/PaperData.keywordmap.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,9 @@
553553
"csdl2-19-04",
554554
"csdl2-20-08",
555555
"csdl2-20-09",
556-
"csdl2-21-01"
556+
"csdl2-21-01",
557+
"csdl2-21-02",
558+
"csdl2-21-03",
559+
"csdl2-21-04"
557560
]
558561
}

Diff for: src/src/data/PaperData.yearmap.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@
307307
],
308308
"2021": [
309309
"csdl2-20-09",
310-
"csdl2-21-01"
310+
"csdl2-21-01",
311+
"csdl2-21-02",
312+
"csdl2-21-03",
313+
"csdl2-21-04"
311314
]
312315
}

0 commit comments

Comments
 (0)