From ad78b274341f9ee2a1af1fe484245b43e3a68e0e Mon Sep 17 00:00:00 2001 From: Jacob Casper Date: Mon, 11 Dec 2017 16:02:34 -0500 Subject: [PATCH] Revamped Resume for final semester projects --- resume/objective.tex | 2 +- resume/projects.tex | 66 ++++++++++++++++++++++++++++++-------------- resume/skills.tex | 6 +++- 3 files changed, 52 insertions(+), 22 deletions(-) diff --git a/resume/objective.tex b/resume/objective.tex index 74fc89d..70f34b8 100644 --- a/resume/objective.tex +++ b/resume/objective.tex @@ -1,5 +1,5 @@ \cvsection{Objective} \begin{cvparagraph} -Computer Science undergraduate student at NCSU. Experience working with User Interface design and testing, continuous integration (CI) and scripting, and undergraduate research in computational chemistry and machine learning. +Computer Science graduate from NCSU. Experience working with User Interface design and testing, continuous integration (CI) and scripting, and undergraduate research in computational chemistry and machine learning. \end{cvparagraph} \ No newline at end of file diff --git a/resume/projects.tex b/resume/projects.tex index ae86e43..2da7cb2 100644 --- a/resume/projects.tex +++ b/resume/projects.tex @@ -3,43 +3,69 @@ \begin{cventries} \cventry - {Undergraduate Research} % Project title - {NCSU} % Organization + {Senior Design - CSIR} % Project title + {Avanade \& NCSU} % Organization {Raleigh, North Carolina} % Location - {Aug 2016 - May 2017} % Date(s) + {Aug. 2017 - Dec. 2017} % Date(s) { - \begin{cvitems} % Description(s) of tasks/responsibilities - \item {Extended Augmented Graph Grammar API to classify pharmaceutical products} - \item {Used rule based ontologies to identify chemical structures} - \end{cvitems} + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {Built Django REST API that allows users to submit infrastructure requests} + \item {Displayed data from REST API in ReactJS frontend application} + \item {Pulled ongoing project data from ArcGIS using Python script} + \end{cvitems} } - + \cventry - {Software Engineering Coursework} % Project title + {Undergraduate Research - Computer Science} % Project title {NCSU} % Organization {Raleigh, North Carolina} % Location - {Jan. 2017 - May 2017} % Date(s) + {Aug. 2016 - May 2017} % Date(s) { \begin{cvitems} % Description(s) of tasks/responsibilities - \item {Extended functionality in legacy hospital software student project using J2EE application stack} -% \item {Using J2EE application stack, extended functionality in legacy hospital software student project} - \item {Added functionality supporting appointment scheduling, Google calendar integration, and image uploading} + \item {Extended Augmented Graph Grammar API to classify pharmaceutical products} + \item {Used rule based ontologies to identify chemical structures} \end{cvitems} } +%\cventry +% {Software Engineering Coursework} % Project title +% {NCSU} % Organization +% {Raleigh, North Carolina} % Location +% {Jan. 2017 - May 2017} % Date(s) +% { +% \begin{cvitems} % Description(s) of tasks/responsibilities +% \item {Extended functionality in legacy hospital software student project using J2EE application stack} +% \item {Using J2EE application stack, extended functionality in legacy hospital software student project} +% \item {Added functionality supporting appointment scheduling, Google calendar integration, and image uploading} +% \end{cvitems} +% } + \cventry - {Database Management Systems Coursework} % Project title - {NCSU} % Organization + {Machine Learning - jtcasper/CoffeeTree} % Project title + {Personal} % Organization {Raleigh, North Carolina} % Location - {Jan. 2017 - May 2017} % Date(s) + {Aug. 2017} % Date { - \begin{cvitems} % Description(s) of tasks/responsibilities - \item {Wrote a Java based class enrollment system and user interface} - \item {System supported administrative approval, overrides, and course pre-requirements} - \item {Developed relational model and implemented it in ORACLE backend} + \begin{cvitems} + \item {Java8 categorical decision tree library} + \item {Library supports training, prediction, multi-way and binary splits, and soft equality} + \item {No other library available did categorical comparisons with soft equality} \end{cvitems} } +%\cventry +% {Database Management Systems Coursework} % Project title +% {NCSU} % Organization +% {Raleigh, North Carolina} % Location +% {Jan. 2017 - May 2017} % Date(s) +% { +% \begin{cvitems} % Description(s) of tasks/responsibilities +% \item {Wrote a Java based class enrollment system and user interface} +% \item {System supported administrative approval, overrides, and course pre-requirements} +% \item {Developed relational model and implemented it in ORACLE backend} +% \end{cvitems} +% } + %\cventry % {Automated Learning and Data Analysis Coursework} % Project title % {NCSU} % Organization diff --git a/resume/skills.tex b/resume/skills.tex index 25da14d..4550f93 100644 --- a/resume/skills.tex +++ b/resume/skills.tex @@ -12,7 +12,7 @@ %--------------------------------------------------------- \cvskill {Programming} % Category - {Java, C/C++, Python, Go, Swift, R} % Skills + {Java, C/C++, Python, JavaScript, Go, Swift, R} % Skills %--------------------------------------------------------- \cvskill @@ -23,5 +23,9 @@ {Automation} {Jenkins, Bash, CI} + \cvskill + {Database} + {SQL, NoSQL, Postgres, MySQL, ORACLE, MongoDB} + %--------------------------------------------------------- \end{cvskills} \ No newline at end of file -- 2.20.1