Skip to content

Commit a74aa33

Browse files
committed
Cloned RITSPARSA/SPARSA-Site repository.
0 parents  commit a74aa33

File tree

248 files changed

+17961
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

248 files changed

+17961
-0
lines changed

Gemfile

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
source "https://rubygems.org"
2+
ruby RUBY_VERSION
3+
4+
# Hello! This is where you manage which Jekyll version is used to run.
5+
# When you want to use a different version, change it below, save the
6+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7+
#
8+
# bundle exec jekyll serve
9+
#
10+
# This will help ensure the proper Jekyll version is running.
11+
# Happy Jekylling!
12+
gem "jekyll", "3.2.1"
13+
14+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15+
#gem "minima"
16+
gem "jekyll-sitemap"
17+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19+
# gem "github-pages", group: :jekyll_plugins
20+
21+
# If you have any plugins, put them here!
22+
# group :jekyll_plugins do
23+
# gem "jekyll-github-metadata", "~> 1.0"
24+
# end

Gemfile.lock

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.4.0)
5+
colorator (1.1.0)
6+
ffi (1.9.18)
7+
forwardable-extended (2.6.0)
8+
jekyll (3.2.1)
9+
colorator (~> 1.0)
10+
jekyll-sass-converter (~> 1.0)
11+
jekyll-watch (~> 1.1)
12+
kramdown (~> 1.3)
13+
liquid (~> 3.0)
14+
mercenary (~> 0.3.3)
15+
pathutil (~> 0.9)
16+
rouge (~> 1.7)
17+
safe_yaml (~> 1.0)
18+
jekyll-sass-converter (1.5.0)
19+
sass (~> 3.4)
20+
jekyll-sitemap (0.11.0)
21+
addressable (~> 2.4.0)
22+
jekyll-watch (1.5.0)
23+
listen (~> 3.0)
24+
kramdown (1.14.0)
25+
liquid (3.0.6)
26+
listen (3.1.5)
27+
rb-inotify (~> 0.9, >= 0.9.7)
28+
mercenary (0.3.6)
29+
pathutil (0.14.0)
30+
forwardable-extended (~> 2.6)
31+
rb-fsevent (0.10.2)
32+
rb-inotify (0.9.10)
33+
ffi (>= 0.5.0, < 2)
34+
rouge (1.11.1)
35+
safe_yaml (1.0.4)
36+
sass (3.5.1)
37+
sass-listen (~> 4.0.0)
38+
sass-listen (4.0.0)
39+
rb-fsevent (~> 0.9, >= 0.9.4)
40+
rb-inotify (~> 0.9, >= 0.9.7)
41+
42+
PLATFORMS
43+
ruby
44+
45+
DEPENDENCIES
46+
jekyll (= 3.2.1)
47+
jekyll-sitemap
48+
49+
RUBY VERSION
50+
ruby 2.4.1p111
51+
52+
BUNDLED WITH
53+
1.15.3

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SPARSA-Site
2+
This is the current website we are using for [www.sparsa.org](https://www.sparsa.org)
3+
4+
It uses Jekyll to compile the website to a static site as we don't require any dynamic content still benefit from easy editing. This was created from inspiration of [CSH's Website](https://www.csh.rit.edu/) which was used as the base template and modified to be a Jekyll site.

_config.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
host: 0.0.0.0
2+
3+
baseurl: "" # the subpath of your site, e.g. /blog
4+
url: "http://example.com" # the base hostname & protocol for your site
5+
6+
# Build settings
7+
markdown: kramdown
8+
9+
gems:
10+
- jekyll-sitemap

_data/alumni.csv

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Name,Major,Graduation
2+
Ryan Peck,Information Security and Forensics,November 2012
3+
Brian Muller,Applied Networking and Systems Administration,May 2012
4+
Corey Sinay,Information Security and Forensics,May 2012
5+
Rusty Bower,Information Security and Forensics,May 2012
6+
Zack Allen,Information Security and Forensics,May 2012
7+
Michael Tortora,Information Security and Forensics,May 2011
8+
Susy Munoz,Information Security and Forensics,May 2011
9+
Silas Cutler,Applied Networking and Systems Administration,May 2011
10+
Jacob Ruppal,Applied Networking and Systems Administration,May 2011
11+
Jacob Valletta,Information Security and Forensics,May 2011
12+
Alex Shagla-McKotch,Information Security and Forensics,May 2011
13+
Liz Kiewiet,Applied Networking and Systems Administration,May 2010
14+
Tim Guyot,Applied Networking and Systems Administration,May 2010
15+
Gerry Brunelle,Applied Networking and Systems Administration,May 2010
16+
Conner Finlay,Applied Networking and Systems Administration,May 2010
17+
Josh Smith,Applied Networking and Systems Administration,May 2010
18+
Nathan Przybyszewski,Information Security and Forensics,October 2010
19+
Aidan Blake,Applied Networking and Systems Administration,May 2009
20+
Adam Burke,Applied Networking and Systems Administration,Febuary 2009
21+
Alex Getty,Applied Networking and Systems Administration,February 2009
22+
Jason Batchelor,Applied Networking and Systems Administration,February 2008
23+
Derek Anderson,Applied Networking and Systems Administration,May 2007
24+
Nick Carpenter,Applied Networking and Systems Administration,November 2007
25+
Sara Berg,Information Technology,May 2006
26+
Greg Snyder,Computer Science,May 2006
27+
Brian Luteran,Information Technology,May 2006
28+
Jim Farrelly,Information Technology,February 2006
29+
Jeff Volante,Information Technology,February 2006
30+
Aron Stern,Applied Networking and Systems Administration,February 2006
31+
Blake Darche,Information Technology,November 2005
32+
Matthew Repicky,Information Technology,August 2004
33+
Steve Frank,Applied Networking and Systems Administration,May 2004
34+
Keith LeClaire Jr.,Information Technology,May 2004
35+
Alex Moundalexis,Applied Networking and Systems Administration,May 2003
36+
Aksh Sehgal,Information Technology,May 2003
37+
Jeremy Beyette,Information Technology,May 2003

_data/past-eboard.yml

+122
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
- year: 2016-2017
2+
President: Jesse Buonanno
3+
VicePresidentofPractices: Cameron Clark
4+
VicePresidentofResearch: Dave Kukfa
5+
Treasurer: Brandon Adler
6+
Secretary: Jon Myers
7+
FacultyAdvisor: Bo Yuan
8+
9+
- year: 2015-2016
10+
President: Corrine Smith
11+
VicePresidentofPractices: Vacant
12+
VicePresidentofResearch: Tyler Fornes
13+
Treasurer: Jesse Buonanno
14+
Secretary: Peter Muller
15+
GraduateAdvisor: Jared Stroud and Bryan Harmat
16+
FacultyAdvisor: Bo Yuan
17+
18+
- year: 2014-2015
19+
President: Bryan Harmat
20+
VicePresidentofPractices: Jared Stroud
21+
VicePresidentofResearch: Jon Barber (Fall) Stanley Chan (Spring)
22+
Treasurer: Mike O’Gorman (Fall) Peter Muller (Spring)
23+
Secretary: Corinne Smith
24+
GraduateAdvisor: Stanley Chan
25+
FacultyAdvisor: Bo Yuan
26+
27+
- year: 2013-2014
28+
President: Ben Kelley
29+
VicePresidentofPractices: Bryan Harmat
30+
VicePresidentofResearch: Lucas Duffey (Fall) Stanley Chan (Spring)
31+
Treasurer: Claire McKenna
32+
Secretary: Jared Stroud
33+
GraduateAdvisor: Ben Andrews
34+
FacultyAdvisor: Bo Yuan
35+
36+
- year: 2012-2013
37+
President: Stanley Chan
38+
VicePresidentofPractices: Ben Kelley
39+
VicePresidentofResearch: Brandon Myers
40+
Treasurer: Lucas Duffey
41+
Secretary: Kayla Green
42+
GraduateAdvisor: Chaim Sanders
43+
FacultyAdvisor: Gary Scarborough and Bo Yuan
44+
45+
- year: 2011-2012
46+
President: Ryan Peck
47+
VicePresidentofPractices: Neil Zimmerman
48+
VicePresidentofResearch: Chaim Sanders
49+
Treasurer: Lucas Duffey
50+
Secretary: Stanley Chan
51+
FacultyAdvisor: Gary Scarborough
52+
53+
- year: 2010-2011
54+
President: Jacob Ruppal
55+
VicePresidentofPractices: Chaim Sanders
56+
#VicePresidentofResearch:
57+
Treasurer: Ryan Peck
58+
Secretary: Michael Tortora
59+
FacultyAdvisor: Gary Scarborough
60+
61+
- year: 2009-2010
62+
President: Conner Finlay
63+
VicePresidentofPractices: Jacob Ruppal
64+
VicePresidentofResearch: Josh Smith
65+
Treasurer: Chaim Sanders
66+
Secretary: Neil Zimmerman
67+
68+
#- year: 2008-2009
69+
# President:
70+
# VicePresidentofPractices:
71+
# VicePresidentofResearch:
72+
# Treasurer:
73+
# Secretary:
74+
75+
- year: 2007-2008
76+
President: Alex Getty
77+
VicePresidentofPractices: Connor Finlay
78+
VicePresidentofResearch: Josh Smith
79+
Treasurer: Adam Burke
80+
Secretary: Jacob Ruppal
81+
82+
- year: 2006-2007
83+
President: Jason Batchelor
84+
VicePresidentofPractices: Alex Getty
85+
VicePresidentofResearch: Nick Carpenter
86+
#Treasurer:
87+
#Secretary:
88+
89+
- year: 2005-2006
90+
#President:
91+
VicePresidentofPractices: Jason Batchelor
92+
#VicePresidentofResearch:
93+
#Treasurer:
94+
#Secretary:
95+
96+
- year: 2004-2005
97+
President: Jeff Volante
98+
VicePresidentofPractices: Jim Farrelly
99+
VicePresidentofResearch: Sara Berg
100+
Treasurer: Brian Luteran
101+
Secretary: Jason Batchelor
102+
103+
- year: 2003-2004
104+
President: Keith LeClaire
105+
#VicePresidentofPractices:
106+
#VicePresidentofResearch:
107+
#Treasurer:
108+
#Secretary:
109+
110+
- year: 2002-2003
111+
President: Steve Frank
112+
VicePresidentofPractices: Jeff Volante
113+
VicePresidentofResearch: Keith LeClaire
114+
Treasurer: Katie Hathaway
115+
Secretary: Jim Farrelly
116+
117+
- year: 2001-2002
118+
President: Jared Campbell
119+
VicePresidentofPractices: Matt Hile
120+
VicePresidentofResearch: Gena Daley
121+
Treasurer: Reina Smith
122+
Secretary: Aksh Sehgal

0 commit comments

Comments
 (0)