From: Jacob Casper Date: Sun, 26 Jul 2020 19:42:41 +0000 (-0500) Subject: Add newer personal projects X-Git-Url: https://git.jacobcasper.com/?p=resume.git;a=commitdiff_plain;h=3ce56e31c87b96650bb234776449bf7c7562cc6a Add newer personal projects --- diff --git a/resume/projects.tex b/resume/projects.tex index 1b03f70..50c2bde 100644 --- a/resume/projects.tex +++ b/resume/projects.tex @@ -3,17 +3,57 @@ \begin{cventries} \cventry - {BlueHack Hackathon Submission} % Project title - {IBM} % Organization - {Durham, North Carolina} % Location - {Jul. 2017} % Date(s) + {Eviction Hearing Scraper} % Project title + {Open Austin} % Organization + {Austin, Texas} % Location + {May 2020} % Date(s) { \begin{cvitems} % Description(s) of tasks/responsibilities - \item {Built parking spot availability application, leveraging Watson image recognition} - \item {Python Flask REST API provided iOS frontend application access to available parking} - \item {Winner; competition was held at IBM locations across North America} + \item {Open Data Initiative to create a data source for Austin, TX eviction cases to aid tenant action organizers during COVID-19 evictions.} + \item {Infrastructure is also collecting historical eviction data for The Eviction Lab at Princeton University.} + \item {Reverse engineer old-school ASP.NET form requirements, parse HTML data with BeautifulSoup.} + \item {Optimized for streaming workloads as bulk datasets can exhaust single machine memory limits.} + \item {Self-serve query and upload requests supported by a Flask application wrapping the parsing library.} \end{cvitems} } + + \cventry + {MercuryMS} % Project title + {Personal} % Organization + {Remote, Earth} % Location + {Apr. 2020} % Date(s) + { + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {Media upload service that bridges Twilio MMS API with a NextCloud instance anywhere.} + \item {Low footprint hand-rolled message queue implementation to allow replaying upload requests efficiently in light of network or service failure.} + \item {Daemons handle adding work to message queue and communicating with listening service can be distributed across multiple machines.} + \end{cvitems} + } + + \cventry + {Sockgit} % Project title + {Personal} % Organization + {Remote, Earth} % Location + {Apr. 2020} % Date(s) + { + \begin{cvitems} % Description(s) of tasks/responsibilities + \item {Rust daemon that simplifies manually creating and mirroring personal Git repositories with read-only access on any machine.} + \item {Systemd service running on x86 and ARM instruction sets.} + \end{cvitems} + } + + %\cventry + % {BlueHack Hackathon Submission} % Project title + % {IBM} % Organization + % {Durham, North Carolina} % Location + % {Jul. 2017} % Date(s) + % { + % \begin{cvitems} % Description(s) of tasks/responsibilities + % \item {Built parking spot availability application, leveraging Watson image recognition} + % \item {Python Flask REST API provided iOS frontend application access to available parking} + % \item {Winner; competition was held at IBM locations across North America} + % \end{cvitems} + % } \cventry {Senior Design - CSIR} % Project title @@ -53,18 +93,18 @@ % \end{cvitems} % } -\cventry - {Machine Learning - jtcasper/CoffeeTree} % Project title - {Personal} % Organization - {Raleigh, North Carolina} % Location - {Aug. 2017} % Date - { - \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 allowed categorical comparisons with soft equality} - \end{cvitems} - } +%\cventry +% {Machine Learning - jtcasper/CoffeeTree} % Project title +% {Personal} % Organization +% {Raleigh, North Carolina} % Location +% {Aug. 2017} % Date +% { +% \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 allowed categorical comparisons with soft equality} +% \end{cvitems} +% } %\cventry % {Database Management Systems Coursework} % Project title @@ -117,4 +157,4 @@ -\end{cventries} \ No newline at end of file +\end{cventries}