summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-06-06 23:57:45 -0400
committerBen Burwell <ben@benburwell.com>2020-06-06 23:57:45 -0400
commit772d044ac841750e115ee6c99b87a3b7758ba7f8 (patch)
tree11e9b4794be160c300aefd4b170b598e8b7cde04
parentae3e6eab35e5a9d0f990c56c063b725862dcdc3f (diff)
Remove unused projects YAML file
-rw-r--r--_data/projects.yml77
1 files changed, 0 insertions, 77 deletions
diff --git a/_data/projects.yml b/_data/projects.yml
deleted file mode 100644
index 31579a1..0000000
--- a/_data/projects.yml
+++ /dev/null
@@ -1,77 +0,0 @@
-- name: "npm package for active911"
- description: "A JavaScript package that is a wrapper for the Active911 API that I made while developing the MCEMS dispatch console backend."
- tech: "Node.js, npm"
- github: "benburwell/active911"
- live: "https://www.npmjs.com/package/active911"
-
-- name: "BergEMS.org"
- description: "An EMS agency management web application for tracking member records, scheduling shifts, and more."
- tech: "Node.js, Express, MongoDB, Heroku, jQuery"
- github: "benburwell/MCEMS-Site"
- live: "https://www.bergems.org/"
-
-- name: "MCEMS Dispatch console"
- description: "A React web app enabling pages to be quickly sent via Active911 to on-duty EMTs"
- tech: "React, Bower, JavaScript"
- github: "mcems/dispatch"
-
-- name: "actiondoc"
- description: "Actionhero is a great API framework for Node.js that lets you automatically document your API in JSON. Actiondoc takes that one step further and provides a beautiful interface for your API's documentation."
- tech: "Angular"
- github: "benburwell/actiondoc"
- live: "http://actiondoc.benburwell.com/"
-
-- name: "Weather web app"
- description: "A simple web app showcasing the HTML5 geolocation API. Pulls current weather conditions for your location from OpenWeatherMap."
- tech: "HTML5 Geolocation API"
- github: "benburwell/weather"
- live: "http://weather.benburwell.com/"
-
-- name: "Printer Management"
- description: "In Software Engineering class, my team created a printer monitoring platform called Forest to gather and display statistics about network printers. See my blog post about it for more details!"
- tech: "Ruby, PHP, Node.js, MongoDB"
- github: "printerSystemCSI210"
- live: "/posts/forest-printer-management/"
-
-- name: "Emergency Street Search"
- description: "As an afternoon project, I decided to digitize the \"Red Book\" we use at the Pennington First Aid Squad that contains detailed directions and maps to all the streets in our district, enabling crews to quickly find the information they need when responding to calls."
- tech: "JavaScript, jQuery"
- github: "benburwell/streets"
- live: "http://penningtonfirstaid.org/street_sop_doc/street_search.php"
-
-- name: "Newspaper Publishing"
- description: "A web application I created for my high school newspaper to help manage the publishing workflow. Routes articles through the editorial cycle and tracks them from first upload by author through publication."
- tech: "PHP, JavaScript, CSS, MySQL"
- github: "benburwell/ami"
-
-- name: "MPX"
- description: "A small operating system developed for class. After booting into DOS, running this program overwrote the system interrupt vector table to transfer control to the program. I/O happened. For more details, check out the technical manual in the GitHub repo."
- tech: "C, DOS, dumb terminals, line printers, and more!"
- github: "benburwell/mpx"
-
-- name: "Music Analysis Project"
- description: "For an independent study project, we created an npm package, API server using Actionhero.js, and Chrome, Firefox, and Safari browser extensions to analyze the difficulty of music posted to Musescore.org."
- tech: "Node.js, Heroku, browser extensions"
- github: "csi970"
-
-- name: "Helvetica"
- description: "My first forray into browser extensions was this simple one for Google Chrome and Safari. It transforms all text to Helvetica. Hasn't been touched in a while."
- tech: "browser extension APIs"
- github: "benburwell/Helvetica"
-
-- name: "Zipserver"
- description: "An incredibly simple JSON API for getting geolocation info from a ZIP code."
- tech: "Go, Heroku"
- github: "benburwell/zipserver"
- live: "https://zipserver.benburwell.com/zip/18101"
-
-- name: "Resume"
- description: "Yup, that's right: I made my resume in LaTeX."
- tech: "LaTeX"
- github: "benburwell/resume"
- live: "/assets/pdf/Ben_Burwell_Resume.pdf"
-
-- name: "MDEngine"
- description: "A stupidly simple Markdown to HTML framework for Apache. You can even choose a theme!"
- tech: "Apache web server, PHP, HTML, CSS"
- github: "benburwell/MDEngine"