diff --git a/blogContent/headerImages/2018GitHubActivity.png b/blogContent/headerImages/2018GitHubActivity.png new file mode 100644 index 0000000..92b8e12 Binary files /dev/null and b/blogContent/headerImages/2018GitHubActivity.png differ diff --git a/blogContent/posts/other/2018-in-review.md b/blogContent/posts/other/2018-in-review.md index 72aa5c9..44f21a3 100644 --- a/blogContent/posts/other/2018-in-review.md +++ b/blogContent/posts/other/2018-in-review.md @@ -1,68 +1,132 @@ +Inspired by [Justin Flory](https://justinwflory.com/) and [Dan Schneiderman](http://www.schneidy.com), +I decided to make a 2018 review post. I believe that it would be a good way to reflect upon what I did +in 2018 and make plans for 2019. This post will be a very high level overview of the projects and +activities that I did in 2018 -- nothing personal. Pictures say a thousand words, so, I will include a lot. + # January: -- Received Eagle Award -- Started Second Semester of College -- Started work on my new blogging platform -- Brick hack 4 +**Eagle Ceremony** + +![Eagle Ceremony Picture](media/2018-review/EagleCeremony.jpg) + +**Started Second Semester of College** + +Classes: + +- Mechanics of Programming +- Statistics +- Discrete Math +- Communications +- Moral Issues + +**Brick hack 4** + ![Sleep Deprived me at BrickHack 4](media/2018-review/BrickHack.jpg) # February: -- RIT career faire -![Overview Picture of the Career Faire](media/2018-review/CareerFaire.jpg) -- New version of website goes live +**RIT Career Fair** + +![Overview Picture of the Career Fair](media/2018-review/CareerFaire.jpg) + +**Build my Blog in Node.js** + +![What original website looked like](media/2018-review/newWebsite.png) # March: -- Upgrading Floppy drive Project to tower structure +**Upgrading Floppy Drive Project** + ![Floppy drive project under construction](media/2018-review/FloppyDiveProject.jpg) -- Made a new website for Hoffends + +**Designed Website for Hoffends** + +![Hoffends Website](media/2018-review/hoffends.png) # April: -- Imagine RIT +**Imagine RIT** + ![RITlug imagine rit table](media/2018-review/ImagineRIT.jpg) ![RITlug imagine rit table](media/2018-review/ImagineRIT2.jpg) # May: -- End of second semester -- Started SSA research job. +**End of Second Semester** + +![RIT Tiger during the summer](media/2018-review/RITSummer.jpg) + +**Started SSA Research Job** + +![Erie cannale](media/2018-review/RITSummer2.jpg) + # June: -- Steam graph project +**Steam Graph Project** + +![Steam graph project example showing 3 friend clusters](media/2018-review/steamGraph.png) + # July -- Summer! +**Summer!** + ![Taughannock Falls](media/2018-review/TaughannockFalls.jpg) +![Erie cannale](media/2018-review/BikeRide2.jpg) + +**Updated UI for the Blog** + +![New theme of website](media/2018-review/newTheme.png) + # August: -- Presented at RIT's undergraduate research symposium. +**Presented at RIT's Undergraduate Research Symposium** + ![Poster at the undergraduate research symposium](media/2018-review/researchSymposium.jpg) -- Second year of college starts! - - First year on Eboard of RITlug + +**Second Year of College** + +First year on the Eboard of RITlug as Vice President. + +Classes: + +- Linear Algebra +- Analysis Of Algorithms +- CS Theory +- SWEN +- Public Policy # September: -- End of Summer :( +**End of Summer :(** + ![Biking path](media/2018-review/BikeRides.jpg) # October: -- Hacktoberfest +**Hacktoberfest** + +![Github hacktoberfest colors](media/2018-review/halloween.png) # November: -- Foss [Election Night Hackathon](https://www.hackathon.com/event/8th-annual-election-night-hackathon---2018-midterms-51634099983)) +**Foss [Election Night Hackathon](https://www.hackathon.com/event/8th-annual-election-night-hackathon---2018-midterms-51634099983)** + ![FOSS Election Night Hackathon](media/2018-review/electionNightHackathon.jpg) +**Rochester Maker Fair** + +![RITlug booth at the maker faire](media/2018-review/makerFaire.jpg) + + # December: -- End of Fall semester +**End of Fall Semester** + +![Biking path](media/2018-review/RITSnow.jpg) \ No newline at end of file diff --git a/blogContent/posts/other/media/2018-review/BrickHack.jpg b/blogContent/posts/other/media/2018-review/BrickHack.jpg index 23680b3..5296dd6 100644 Binary files a/blogContent/posts/other/media/2018-review/BrickHack.jpg and b/blogContent/posts/other/media/2018-review/BrickHack.jpg differ diff --git a/blogContent/posts/other/media/2018-review/EagleCeremony.jpg b/blogContent/posts/other/media/2018-review/EagleCeremony.jpg new file mode 100644 index 0000000..cc61321 Binary files /dev/null and b/blogContent/posts/other/media/2018-review/EagleCeremony.jpg differ diff --git a/blogContent/posts/other/media/2018-review/RITSnow.jpg b/blogContent/posts/other/media/2018-review/RITSnow.jpg new file mode 100644 index 0000000..3c8e249 Binary files /dev/null and b/blogContent/posts/other/media/2018-review/RITSnow.jpg differ diff --git a/blogContent/posts/other/media/2018-review/RITSummer2.jpg b/blogContent/posts/other/media/2018-review/RITSummer2.jpg new file mode 100644 index 0000000..ab24dd7 Binary files /dev/null and b/blogContent/posts/other/media/2018-review/RITSummer2.jpg differ diff --git a/blogContent/posts/other/media/2018-review/halloween.png b/blogContent/posts/other/media/2018-review/halloween.png new file mode 100644 index 0000000..9f169aa Binary files /dev/null and b/blogContent/posts/other/media/2018-review/halloween.png differ diff --git a/blogContent/posts/other/media/2018-review/hoffends.png b/blogContent/posts/other/media/2018-review/hoffends.png new file mode 100644 index 0000000..ff98751 Binary files /dev/null and b/blogContent/posts/other/media/2018-review/hoffends.png differ diff --git a/blogContent/posts/other/media/2018-review/makerFaire.jpg b/blogContent/posts/other/media/2018-review/makerFaire.jpg new file mode 100644 index 0000000..a169ba7 Binary files /dev/null and b/blogContent/posts/other/media/2018-review/makerFaire.jpg differ diff --git a/blogContent/posts/other/media/2018-review/newTheme.png b/blogContent/posts/other/media/2018-review/newTheme.png new file mode 100644 index 0000000..bf9aad6 Binary files /dev/null and b/blogContent/posts/other/media/2018-review/newTheme.png differ diff --git a/blogContent/posts/other/media/2018-review/newWebsite.png b/blogContent/posts/other/media/2018-review/newWebsite.png new file mode 100644 index 0000000..ab23f95 Binary files /dev/null and b/blogContent/posts/other/media/2018-review/newWebsite.png differ diff --git a/blogContent/posts/other/media/2018-review/steamGraph.png b/blogContent/posts/other/media/2018-review/steamGraph.png new file mode 100644 index 0000000..b4cd34f Binary files /dev/null and b/blogContent/posts/other/media/2018-review/steamGraph.png differ