From 75bb023b24bfb49daf37a9aeec128e1504183750 Mon Sep 17 00:00:00 2001 From: Christian Martin Date: Thu, 26 Mar 2020 17:42:56 -0400 Subject: [PATCH 1/4] Add people data --- _data/people/alum/ajman1101.yaml | 11 +++++++++++ _data/people/alum/amm4108.yaml | 10 ++++++++++ _data/people/alum/awmusic12635.yaml | 10 ++++++++++ _data/people/alum/axk4545.yml | 12 ++++++++++++ _data/people/alum/beWhitty.yaml | 10 ++++++++++ _data/people/alum/coldsauce.yaml | 10 ++++++++++ _data/people/alum/friss.yaml | 11 +++++++++++ _data/people/alum/ianbgilbert.yaml | 10 ++++++++++ _data/people/alum/jibby.yaml | 12 ++++++++++++ _data/people/alum/loothelion.yaml | 11 +++++++++++ _data/people/alum/mansam.yaml | 10 ++++++++++ _data/people/alum/msoucy.yaml | 13 +++++++++++++ _data/people/alum/nikkonikko.yaml | 9 +++++++++ _data/people/alum/nolski.yaml | 11 +++++++++++ _data/people/alum/pickledchicken.yaml | 12 ++++++++++++ _data/people/alum/rossdylan.yaml | 11 +++++++++++ _data/people/alum/rostepher.yaml | 10 ++++++++++ _data/people/alum/ryansb.yaml | 11 +++++++++++ _data/people/alum/serubin.yaml | 12 ++++++++++++ _data/people/alum/thenaterhood.yaml | 13 +++++++++++++ _data/people/alum/wilfriedE.yaml | 12 ++++++++++++ _data/people/alum/xforever1313.yaml | 13 +++++++++++++ _data/people/alum/ziky.yaml | 11 +++++++++++ _data/people/faculty/deejoe.yaml | 10 ++++++++++ _data/people/faculty/ritsteve.yaml | 8 ++++++++ _data/people/mentor/callahad.yaml | 10 ++++++++++ _data/people/mentor/decause.yaml | 12 ++++++++++++ _data/people/mentor/threebean.yaml | 11 +++++++++++ _data/people/student/astronautsloth.yaml | 10 ++++++++++ _data/people/student/ctmartin.yaml | 10 ++++++++++ _data/people/student/dwarchak.yaml | 10 ++++++++++ _data/people/student/effendiian.yaml | 11 +++++++++++ _data/people/student/jflory7.yaml | 12 ++++++++++++ _data/people/student/jrtechs.yaml | 12 ++++++++++++ _data/people/student/kevinAssogba.yaml | 11 +++++++++++ _data/people/student/nlmeminger.yaml | 10 ++++++++++ _data/people/student/piedoom.yaml | 10 ++++++++++ _data/people/student/susan.yaml | 10 ++++++++++ _data/people/student/tjzabel.yaml | 9 +++++++++ _data/people/student/voidwhisperer.yaml | 11 +++++++++++ _data/people/student/whenbellstoll.yaml | 11 +++++++++++ _data/people/student/zethra.yaml | 10 ++++++++++ 42 files changed, 453 insertions(+) create mode 100644 _data/people/alum/ajman1101.yaml create mode 100644 _data/people/alum/amm4108.yaml create mode 100644 _data/people/alum/awmusic12635.yaml create mode 100644 _data/people/alum/axk4545.yml create mode 100644 _data/people/alum/beWhitty.yaml create mode 100644 _data/people/alum/coldsauce.yaml create mode 100644 _data/people/alum/friss.yaml create mode 100644 _data/people/alum/ianbgilbert.yaml create mode 100644 _data/people/alum/jibby.yaml create mode 100644 _data/people/alum/loothelion.yaml create mode 100644 _data/people/alum/mansam.yaml create mode 100644 _data/people/alum/msoucy.yaml create mode 100644 _data/people/alum/nikkonikko.yaml create mode 100644 _data/people/alum/nolski.yaml create mode 100644 _data/people/alum/pickledchicken.yaml create mode 100644 _data/people/alum/rossdylan.yaml create mode 100644 _data/people/alum/rostepher.yaml create mode 100644 _data/people/alum/ryansb.yaml create mode 100644 _data/people/alum/serubin.yaml create mode 100644 _data/people/alum/thenaterhood.yaml create mode 100644 _data/people/alum/wilfriedE.yaml create mode 100644 _data/people/alum/xforever1313.yaml create mode 100644 _data/people/alum/ziky.yaml create mode 100644 _data/people/faculty/deejoe.yaml create mode 100644 _data/people/faculty/ritsteve.yaml create mode 100644 _data/people/mentor/callahad.yaml create mode 100644 _data/people/mentor/decause.yaml create mode 100644 _data/people/mentor/threebean.yaml create mode 100644 _data/people/student/astronautsloth.yaml create mode 100644 _data/people/student/ctmartin.yaml create mode 100644 _data/people/student/dwarchak.yaml create mode 100644 _data/people/student/effendiian.yaml create mode 100644 _data/people/student/jflory7.yaml create mode 100644 _data/people/student/jrtechs.yaml create mode 100644 _data/people/student/kevinAssogba.yaml create mode 100644 _data/people/student/nlmeminger.yaml create mode 100644 _data/people/student/piedoom.yaml create mode 100644 _data/people/student/susan.yaml create mode 100644 _data/people/student/tjzabel.yaml create mode 100644 _data/people/student/voidwhisperer.yaml create mode 100644 _data/people/student/whenbellstoll.yaml create mode 100644 _data/people/student/zethra.yaml diff --git a/_data/people/alum/ajman1101.yaml b/_data/people/alum/ajman1101.yaml new file mode 100644 index 0000000..dd90e15 --- /dev/null +++ b/_data/people/alum/ajman1101.yaml @@ -0,0 +1,11 @@ +--- +name: Andrew Mandula +blog: http://www.andrewmandula.com +email: ajman@csh.rit.edu +major: Game Design and Development +graduation: 2015 +handle: ajman1101 +forges: + GitHub: https://github.com/ajman1101 +bio: I am a Coloradian at Rochester Institutue of Technology recieving a + Bachelor of Science in Game Design & Development graduating May 2015. diff --git a/_data/people/alum/amm4108.yaml b/_data/people/alum/amm4108.yaml new file mode 100644 index 0000000..9050c7e --- /dev/null +++ b/_data/people/alum/amm4108.yaml @@ -0,0 +1,10 @@ +--- +name: Alex Mack +blog: http://alexandriamack.com +email: amm4108@g.rit.edu +major: Game Design and Development +graduation: 2015 +handle: amm4108 +forges: + GitHub: https://github.com/amm4108 +bio: I love making and playing video games. diff --git a/_data/people/alum/awmusic12635.yaml b/_data/people/alum/awmusic12635.yaml new file mode 100644 index 0000000..5560932 --- /dev/null +++ b/_data/people/alum/awmusic12635.yaml @@ -0,0 +1,10 @@ +--- +name: Alex Wacker +email: alex@alexwacker.com +major: Information Technology, Networking And Systems Administration +graduation: 2017 +employer: Indeed.com +handle: awmusic12635 +forges: + GitHub: https://github.com/Awmusic12635 +bio: Hosting your bits and bytes diff --git a/_data/people/alum/axk4545.yml b/_data/people/alum/axk4545.yml new file mode 100644 index 0000000..a5c8626 --- /dev/null +++ b/_data/people/alum/axk4545.yml @@ -0,0 +1,12 @@ +--- +name: Aidan Kahrs +website: https://axk4545.me +blog: https://axk4545.me +email: public@axk4545.me +major: Networking and Systems Administration +graduation: 2018 +handle: axk4545 +forges: + GitHub: https://github.com/axk4545/ + GitLab: https://gitlab.com/axk4545/ +bio: Sysadmin with a passion for Linux and FOSS. Linux user since 2012. Fedoran. diff --git a/_data/people/alum/beWhitty.yaml b/_data/people/alum/beWhitty.yaml new file mode 100644 index 0000000..040e7b5 --- /dev/null +++ b/_data/people/alum/beWhitty.yaml @@ -0,0 +1,10 @@ +--- +name: Brendan Whitfield +blog: http://brendan-w.com/ +email: me@brendan-w.com +major: New Media Interactive Development +graduation: 2016 +handle: beWhitty +forges: + GitHub: https://github.com/brendan-w +bio: Doing fun things with lights and computers since 2006. diff --git a/_data/people/alum/coldsauce.yaml b/_data/people/alum/coldsauce.yaml new file mode 100644 index 0000000..ca5a2d1 --- /dev/null +++ b/_data/people/alum/coldsauce.yaml @@ -0,0 +1,10 @@ +--- +name: Stefan Aleksic +blog: https://lambdacoldsauce.wordpress.com +email: stefan@stefanaleksic.com +major: Computer Science +graduation: 2019 +handle: coldsauce +forges: + GitHub: https://github.com/coldsauce +bio: I like hackathons and making cool stuff. diff --git a/_data/people/alum/friss.yaml b/_data/people/alum/friss.yaml new file mode 100644 index 0000000..9adc1c6 --- /dev/null +++ b/_data/people/alum/friss.yaml @@ -0,0 +1,11 @@ +--- +name: Zach Friss +blog: https://justdev.in +email: foss@friss.me +major: Computer Science +graduation: 2016 +handle: Friss +employer: HubSpot +forges: + GitHub: https://github.com/friss +bio: I enjoy building all things web related. And lacrosse. diff --git a/_data/people/alum/ianbgilbert.yaml b/_data/people/alum/ianbgilbert.yaml new file mode 100644 index 0000000..c764e95 --- /dev/null +++ b/_data/people/alum/ianbgilbert.yaml @@ -0,0 +1,10 @@ +--- +name: Ian Gilbert +blog: http://n-g.biz +email: ianbgilbert@gmail.com +major: Computing Security +graduation: 2017 +handle: swagmaster420 +forges: + GitHub: https://github.com/ianbgilbert +bio: I fix computers diff --git a/_data/people/alum/jibby.yaml b/_data/people/alum/jibby.yaml new file mode 100644 index 0000000..bfc639f --- /dev/null +++ b/_data/people/alum/jibby.yaml @@ -0,0 +1,12 @@ +--- +name: Josh Bicking +website: https://jibby.org +blog: https://jibby.org +email: joshbicking@comcast.net +major: Computer Science +graduation: 2019 +handle: jibby +forges: + GitHub: https://github.com/jibby0/ + Gogs: https://gogs.jibby.org/jhb2345 +bio: Language nut, sysprog nut, netsec nut, fitness nut. In general, a nut. diff --git a/_data/people/alum/loothelion.yaml b/_data/people/alum/loothelion.yaml new file mode 100644 index 0000000..9a503b6 --- /dev/null +++ b/_data/people/alum/loothelion.yaml @@ -0,0 +1,11 @@ +--- +name: Liam Middlebrook +blog: http://liam-middlebrook.github.io/blog +email: liammiddlebrook@gmail.com +major: Game Development +graduation: 2017 +handle: loothelion +forges: + GitHub: https://github.com/liam-middlebrook + BitBucket: https://bitbucket.org/liam-middlebrook +bio: I like working on cool software projects that are close to the hardware. diff --git a/_data/people/alum/mansam.yaml b/_data/people/alum/mansam.yaml new file mode 100644 index 0000000..4f4d282 --- /dev/null +++ b/_data/people/alum/mansam.yaml @@ -0,0 +1,10 @@ +--- +name: Sam Lucidi +blog: http://www.samlucidi.com/ +email: sam@samlucidi.com +major: Software Engineering +handle: mansam +forges: + GitHub: https://github.com/mansam +bio: I hack on web services all around the stack. Ask me about Python, AWS, + software design and architecture, etc. diff --git a/_data/people/alum/msoucy.yaml b/_data/people/alum/msoucy.yaml new file mode 100644 index 0000000..f60e543 --- /dev/null +++ b/_data/people/alum/msoucy.yaml @@ -0,0 +1,13 @@ +--- +name: Matt Soucy +blog: http://msoucy.me +email: msoucy@csh.rit.edu +major: Computer Science +graduation: 2016 +employer: BAE Systems +handle: msoucy +forges: + GitHub: https://github.com/msoucy + BitBucket: https://bitbucket.org/msoucy + Personal: http://code.msoucy.me +bio: Former captain of the FOSSBox, works on protocol and backend development diff --git a/_data/people/alum/nikkonikko.yaml b/_data/people/alum/nikkonikko.yaml new file mode 100644 index 0000000..2a597a7 --- /dev/null +++ b/_data/people/alum/nikkonikko.yaml @@ -0,0 +1,9 @@ +--- +name: Nikko Williard +email: nikko.williard@gmail.com +major: Computing Security +graduation: 2017 +handle: nikkonikko +forges: + GitHub: https://github.com/themidnightowl +bio: Securing your private bits over the Internet. diff --git a/_data/people/alum/nolski.yaml b/_data/people/alum/nolski.yaml new file mode 100644 index 0000000..4f1fc62 --- /dev/null +++ b/_data/people/alum/nolski.yaml @@ -0,0 +1,11 @@ +--- +name: Mike Nolan +blog: http://nolski.rocks +email: me@nolski.rocks +major: New Media ID +graduation: 2015 +handle: Nolski +employer: Giphy, Inc. +forges: + GitHub: https://github.com/nolski +bio: Truth seeking newsman with a passion for freedom. diff --git a/_data/people/alum/pickledchicken.yaml b/_data/people/alum/pickledchicken.yaml new file mode 100644 index 0000000..e131574 --- /dev/null +++ b/_data/people/alum/pickledchicken.yaml @@ -0,0 +1,12 @@ +--- +name: Changbai Li +website: http://changbai.li +blog: http://changbaili.blogspot.com +email: lcb931023@gmail.com +major: New Media ID +graduation: 2015 +employer: Web Developer, Helios Interactive +handle: Pickledchicken +forges: + GitHub: https://github.com/lcb931023 +bio: Makes fun websites, games, and toys. diff --git a/_data/people/alum/rossdylan.yaml b/_data/people/alum/rossdylan.yaml new file mode 100644 index 0000000..ec1aff9 --- /dev/null +++ b/_data/people/alum/rossdylan.yaml @@ -0,0 +1,11 @@ +--- +name: Ross Delinger +blog: http://rossdylan.club +email: rossdylan@fastmail.com +major: Computer Science +graduation: 2016 +employer: Site Reliability Engineer, Dropbox Inc. +handle: rossdylan +forges: + GitHub: https://github.com/rossdylan +bio: Distributed Systems, C, Python, DevOps diff --git a/_data/people/alum/rostepher.yaml b/_data/people/alum/rostepher.yaml new file mode 100644 index 0000000..d03153f --- /dev/null +++ b/_data/people/alum/rostepher.yaml @@ -0,0 +1,10 @@ +--- +name: Ross Bayer +email: rostepher@csh.rit.edu +major: Computer Science +graduation: 2017 +handle: rostepher +forges: + GitHub: https://github.com/Rostepher + BitBucket: https://bitbucket.org/Rostepher +bio: Programming languages are my thing, ask me about Rust! diff --git a/_data/people/alum/ryansb.yaml b/_data/people/alum/ryansb.yaml new file mode 100644 index 0000000..26c4f29 --- /dev/null +++ b/_data/people/alum/ryansb.yaml @@ -0,0 +1,11 @@ +--- +name: Ryan Brown +blog: http://rsb.io +email: ryansb@redhat.com +major: Applied Networking & Systems Administration, minor Software Engineering +handle: ryansb +employer: Ansible, Red Hat, Inc. +forges: + GitHub: https://github.com/ryansb +bio: I build automation tools and have done a bit of everything. Ask me about + OpenStack, AWS, or DevOps tools. diff --git a/_data/people/alum/serubin.yaml b/_data/people/alum/serubin.yaml new file mode 100644 index 0000000..be0c46f --- /dev/null +++ b/_data/people/alum/serubin.yaml @@ -0,0 +1,12 @@ +--- +name: Solomon Rubin +blog: https://serubin.net +email: ser8813@rit.edu +major: Computer Science +graduation: 2019 +handle: Serubin +employer: MITRE Corporation +forges: + GitHub: https://github.com/Serubin + Personal: https://git.serubin.net +bio: Active FOSS developer, linux user, and power user. diff --git a/_data/people/alum/thenaterhood.yaml b/_data/people/alum/thenaterhood.yaml new file mode 100644 index 0000000..985c894 --- /dev/null +++ b/_data/people/alum/thenaterhood.yaml @@ -0,0 +1,13 @@ +--- +name: Nate Levesque +website: https://www.thenaterhood.com +blog: https://www.thenaterhood.com/blog +email: ngl3477@rit.edu +major: Software Engineering +graduation: 2016 +employer: Datto +handle: thenaterhood +forges: + GitHub: https://github.com/thenaterhood + GitLab: https://gitlab.com/thenaterhood +bio: What an LGBTQ+ engineer looks like. FOSS contributor, digital rights advct. diff --git a/_data/people/alum/wilfriedE.yaml b/_data/people/alum/wilfriedE.yaml new file mode 100644 index 0000000..96f5aff --- /dev/null +++ b/_data/people/alum/wilfriedE.yaml @@ -0,0 +1,12 @@ +--- +name: Wilfried Hounyo +blog: http://blog.wilfriedE.me/ +email: wilfried.hounyo@gmail.com +major: Computer Science +graduation: 2019 +handle: wilfriedE +forges: + GitHub: https://github.com/wilfriedE + BitBucket: https://bitbucket.org/wilfriedE +bio: I enjoy having new experiences, learning new things, working on cool things + and meeting new people. diff --git a/_data/people/alum/xforever1313.yaml b/_data/people/alum/xforever1313.yaml new file mode 100644 index 0000000..2f4d105 --- /dev/null +++ b/_data/people/alum/xforever1313.yaml @@ -0,0 +1,13 @@ +--- +name: Seth Hendrick +website: https://shendrick.net/ +email: seth@shendrick.net +major: Computer Engineering +graduation: 2014 +handle: xforever1313 +employer: Harris Corporation +forges: + GitHub: https://github.com/xforever1313 + BitBucket: https://bitbucket.org/xforever1313/ + GitLab: https://gitlab.com/xforever1313 +bio: I break things with software! diff --git a/_data/people/alum/ziky.yaml b/_data/people/alum/ziky.yaml new file mode 100644 index 0000000..892ebfe --- /dev/null +++ b/_data/people/alum/ziky.yaml @@ -0,0 +1,11 @@ +--- +name: Kennedy Kong +website: https://kennedy.sh/ +email: foss@kennedy.imap.cc +major: Computer Engineering +graduation: 2013 +handle: ziky +employer: CloudCheckr +forges: + GitHub: https://github.com/kennedy +bio: I like doing random things with python diff --git a/_data/people/faculty/deejoe.yaml b/_data/people/faculty/deejoe.yaml new file mode 100644 index 0000000..f0fc8b1 --- /dev/null +++ b/_data/people/faculty/deejoe.yaml @@ -0,0 +1,10 @@ +--- +name: D. Joe +blog: http://people.rit.edu/deejoe/planet/hfoss +email: deejoe@mail.rit.edu +major: Chemistry +handle: dzho / deejoe +forges: + GitHub: https://github.com/ritjoe + GitHub2: https://github.com/deejoe +bio: Adjunct Faculty, School of Interactive Games & Media. diff --git a/_data/people/faculty/ritsteve.yaml b/_data/people/faculty/ritsteve.yaml new file mode 100644 index 0000000..7dd49d7 --- /dev/null +++ b/_data/people/faculty/ritsteve.yaml @@ -0,0 +1,8 @@ +--- +name: Stephen Jacobs +blog: https://www.rit.edu/gccis/stephen-jacobs +email: sj@magic.rit.edu +major: N/A +handle: RITSteve +bio: Professor, School of Interactive Games & Media; Research Affiliate, RIT + MAGIC Center diff --git a/_data/people/mentor/callahad.yaml b/_data/people/mentor/callahad.yaml new file mode 100644 index 0000000..b97ae2d --- /dev/null +++ b/_data/people/mentor/callahad.yaml @@ -0,0 +1,10 @@ +--- +name: Dan Callahan +blog: http://dancallahan.info +email: dan.callahan@gmail.com +major: Geology +handle: callahad +employer: Mozilla Corporation +forges: + GitHub: https://github.com/callahad +bio: Mozillian, F/OSS pragmatist and/or curmudgeon. diff --git a/_data/people/mentor/decause.yaml b/_data/people/mentor/decause.yaml new file mode 100644 index 0000000..584bf1b --- /dev/null +++ b/_data/people/mentor/decause.yaml @@ -0,0 +1,12 @@ +--- +name: Remy DeCausemaker +blog: http://opensource.com/users/remyd +email: remyd@civx.us +major: Multi-Discipinary Studies - Communications & Media Technnology, Public + Policy +handle: decause +employer: Twitter, Inc. +forges: + GitHub: https://github.com/decause +bio: Defender of the Digital Realm, Gunslinger on the Electronic Frontier. I + wear the suit so the hackers don't have to. diff --git a/_data/people/mentor/threebean.yaml b/_data/people/mentor/threebean.yaml new file mode 100644 index 0000000..c1d9acd --- /dev/null +++ b/_data/people/mentor/threebean.yaml @@ -0,0 +1,11 @@ +--- +name: Ralph Bean +blog: http://threebean.org +email: ralph@fedoraproject.org +major: Computer Science +handle: threebean +employer: Red Hat, Inc. +forges: + GitHub: https://github.com/ralphbean + BitBucket: https://bitbucket.org/ralphbean +bio: Python hacker and marxist diff --git a/_data/people/student/astronautsloth.yaml b/_data/people/student/astronautsloth.yaml new file mode 100644 index 0000000..a1ba4bc --- /dev/null +++ b/_data/people/student/astronautsloth.yaml @@ -0,0 +1,10 @@ +--- +name: Colin Thompson +email: cjt1871@g.rit.edu +major: Computer Science +graduation: 2019 +handle: AstronautSloth +forges: + GitHub: https://github.com/AstronautSloth +bio: I'm a computer science student who is interested in hackathons and open + source culture. diff --git a/_data/people/student/ctmartin.yaml b/_data/people/student/ctmartin.yaml new file mode 100644 index 0000000..528cb34 --- /dev/null +++ b/_data/people/student/ctmartin.yaml @@ -0,0 +1,10 @@ +--- +name: Christian Martin +blog: https://blog.ctmartin.me/ +email: ctm2142@rit.edu +major: New Media Interactive Development +graduation: 2020 +handle: ctmartin +forges: + GitHub: https://github.com/ct-martin +bio: Also RITlug member diff --git a/_data/people/student/dwarchak.yaml b/_data/people/student/dwarchak.yaml new file mode 100644 index 0000000..80d3842 --- /dev/null +++ b/_data/people/student/dwarchak.yaml @@ -0,0 +1,10 @@ +--- +name: Dylan Warchak +website: https://d.ylan.sh +email: djw1174@rit.edu +major: Computing Security +graduation: 2024 +handle: srclord +forges: + GitHub: https://github.com/warchak +bio: Programmer of things, crafter of sounds. diff --git a/_data/people/student/effendiian.yaml b/_data/people/student/effendiian.yaml new file mode 100644 index 0000000..d1cc117 --- /dev/null +++ b/_data/people/student/effendiian.yaml @@ -0,0 +1,11 @@ +--- +name: Ian Effendi +website: https://rimij405.github.io/ +blog: https://rimij405.github.io/categories/blog/ +email: effendiian@gmail.com +major: Game Design & Development +graduation: 2020 +handle: iae2784 +forges: + GitHub: https://github.com/rimij405 +bio: Former president of RIT Global Union. diff --git a/_data/people/student/jflory7.yaml b/_data/people/student/jflory7.yaml new file mode 100644 index 0000000..b4eb55b --- /dev/null +++ b/_data/people/student/jflory7.yaml @@ -0,0 +1,12 @@ +--- +name: Justin W. Flory +blog: https://justinwflory.com +email: jflory7@gmail.com +major: Networking & Systems Administration +graduation: 2019 +handle: jwf +employer: Rochester Institute of Technology +forges: + GitHub: https://github.com/jflory7 + BitBucket: https://bitbucket.org/jflory7 +bio: Keeping the FOSS flag high since 2011. diff --git a/_data/people/student/jrtechs.yaml b/_data/people/student/jrtechs.yaml new file mode 100644 index 0000000..4addc6d --- /dev/null +++ b/_data/people/student/jrtechs.yaml @@ -0,0 +1,12 @@ +--- +name: Jeffery Russell +website: https://jrtechs.me +blog: https://jrtechs.net +email: jeffery@jrtechs.net +major: Computer Science +graduation: 2020/2021 +employer: CUBRC +handle: JRtechs +forges: + GitHub: https://github.com/jrtechs +bio: RIT CS Student, @RITlug President, FOSS member, blogger, ML researcher, programmer. I enjoy tea, running, and photography. diff --git a/_data/people/student/kevinAssogba.yaml b/_data/people/student/kevinAssogba.yaml new file mode 100644 index 0000000..5c5efd6 --- /dev/null +++ b/_data/people/student/kevinAssogba.yaml @@ -0,0 +1,11 @@ +--- +name: Kevin Assogba +email: kevinassogba@mail.com +major: Computer Science +graduation: 2020 +handle: 10eMyrT +employer: Rochester Institute of Technology +forges: + GitHub: https://github.com/10eMyrT + GitLab: https://gitlab.com/10eMyrT +bio: FOSS everywhere for a better world! diff --git a/_data/people/student/nlmeminger.yaml b/_data/people/student/nlmeminger.yaml new file mode 100644 index 0000000..3908535 --- /dev/null +++ b/_data/people/student/nlmeminger.yaml @@ -0,0 +1,10 @@ +--- +name: Nathaniel E. Larrimore +website: nathaniellarrimore.com +email: nel5754@rit.edu +major: Networking & Systems Administration +graduation: 2019 +handle: nlMeminger +forges: + GitHub: https://github.com/nlMeminger +bio: May all your hosts be in the same subnet. diff --git a/_data/people/student/piedoom.yaml b/_data/people/student/piedoom.yaml new file mode 100644 index 0000000..8ff4546 --- /dev/null +++ b/_data/people/student/piedoom.yaml @@ -0,0 +1,10 @@ +--- +name: Alexander Loz +blog: http://senntenial.com +email: alexloz@comcast.net +major: New Media Design +graduation: 2019 +handle: piedoom / doomy +forges: + GitHub: https://github.com/piedoom +bio: I like ruby and memes. diff --git a/_data/people/student/susan.yaml b/_data/people/student/susan.yaml new file mode 100644 index 0000000..7ac9ef8 --- /dev/null +++ b/_data/people/student/susan.yaml @@ -0,0 +1,10 @@ +--- +name: Susan Lunn +blog: http://emollient.me/ +email: slunn@csh.rit.edu +major: Computer Science +graduation: 2018 +handle: susan +forges: + GitHub: https://github.com/emollient +bio: Systems programming and DevOps are my jam. Women in chapooters. diff --git a/_data/people/student/tjzabel.yaml b/_data/people/student/tjzabel.yaml new file mode 100644 index 0000000..772ff75 --- /dev/null +++ b/_data/people/student/tjzabel.yaml @@ -0,0 +1,9 @@ +--- +name: Tim Zabel +website: timzabel.com +email: tjz8659@rit.edu +graduation: 2021 +handle: Tjzabel +forges: + GitHub: https://github.com/Tjzabel +bio: RITlug member. diff --git a/_data/people/student/voidwhisperer.yaml b/_data/people/student/voidwhisperer.yaml new file mode 100644 index 0000000..7074c94 --- /dev/null +++ b/_data/people/student/voidwhisperer.yaml @@ -0,0 +1,11 @@ +--- +name: Christopher R Bitler +blog: https://medium.com/@crb2547 +email: crb2547@rit.edu +major: Computer Science +graduation: 2020 +handle: VoidWhisperer +forges: + GitHub: https://github.com/Chris-Bitler/ +bio: I am a programmer, I have been for about 7 years now (as of 2016). I was + introduced to FOSS by jflory7. diff --git a/_data/people/student/whenbellstoll.yaml b/_data/people/student/whenbellstoll.yaml new file mode 100644 index 0000000..7c85a7f --- /dev/null +++ b/_data/people/student/whenbellstoll.yaml @@ -0,0 +1,11 @@ +--- +name: Kent Reese +website: http://kentr.itch.io/ +email: kentreese64@gmail.com +major: Game Design and Development +graduation: 2021 +handle: whenbellstoll +forges: + GitHub: https://github.com/whenbellstoll + BitBucket: https://bitbucket.org/kxr6031/ +bio: I'm a designer and programmer of tasty homecrafted video games. diff --git a/_data/people/student/zethra.yaml b/_data/people/student/zethra.yaml new file mode 100644 index 0000000..a8471f7 --- /dev/null +++ b/_data/people/student/zethra.yaml @@ -0,0 +1,10 @@ +--- +name: Ben Goldberg +website: bengoldberg.info +email: benaagoldberg@gmail.com +graduation: 2021 +handle: zethra +forges: + GitHub: https://github.com/zethra + GitLab: https://gitlab.com/zethra +bio: I ♥ Linux & Rust From 335bed9118fb2783d150c2bce3e9a8285e4c26ef Mon Sep 17 00:00:00 2001 From: Christian Martin Date: Thu, 26 Mar 2020 18:01:35 -0400 Subject: [PATCH 2/4] Add templates for profile pages (and basic cleanup to make load within foss website templates) Note that this work is essentially not mine and came from https://github.com/FOSSRIT/people --- _includes/content-blocks/profiles.html | 53 ++++++++++++++++++++++++++ people/alum.html | 5 +++ people/faculty.html | 5 +++ people/index.html | 5 +++ people/mentor.html | 5 +++ people/student.html | 5 +++ 6 files changed, 78 insertions(+) create mode 100644 _includes/content-blocks/profiles.html create mode 100644 people/alum.html create mode 100644 people/faculty.html create mode 100644 people/index.html create mode 100644 people/mentor.html create mode 100644 people/student.html diff --git a/_includes/content-blocks/profiles.html b/_includes/content-blocks/profiles.html new file mode 100644 index 0000000..db57eef --- /dev/null +++ b/_includes/content-blocks/profiles.html @@ -0,0 +1,53 @@ +{% assign page_category = (include.content | remove: ".html") %} +
+ {% for category_pair in site.data.people %} + {% assign category_key = (category_pair[0] | downcase ) %} + {% assign category_value = category_pair[1] %} + {% if page_category != "index" and category_key != page_category%} + {% continue %} + {% endif %} + {% if page.title %} + {% else %} +

{{ category_key | capitalize }}

+ {% endif %} + +
+ {% for person_key_pair in category_value %} + {% assign person = person_key_pair[1] %} +
+

+ {% if person.blog %} + {{ person.name }} + {% else %} + {{ person.name }} + {% endif %} +

+ {% if person.bio %} +
{{ person.bio | truncate: 140, '...'}}
+ {% endif %} +
    + +
  • Major/Year: {{person.major}} {% if person.graduation %}({{person.graduation}}){% endif %}
  • + {% if person.company %} +
  • Company: {{person.company}}
  • + {% endif %} +
  • Username: {{person.handle}}
  • + {% if person.forges %} +
  • + Code Forges: + +
  • + {% endif %} +
+
+ {% endfor %} +
+ {% endfor %} +
+Built on {{ site.time | date_to_rfc822 }} \ No newline at end of file diff --git a/people/alum.html b/people/alum.html new file mode 100644 index 0000000..1671a8a --- /dev/null +++ b/people/alum.html @@ -0,0 +1,5 @@ +--- +layout: page +title: People - Alums +--- +{% include content-blocks/profiles.html content=page.name %} diff --git a/people/faculty.html b/people/faculty.html new file mode 100644 index 0000000..485db88 --- /dev/null +++ b/people/faculty.html @@ -0,0 +1,5 @@ +--- +layout: page +title: People - Faculty +--- +{% include content-blocks/profiles.html content=page.name %} diff --git a/people/index.html b/people/index.html new file mode 100644 index 0000000..5e07301 --- /dev/null +++ b/people/index.html @@ -0,0 +1,5 @@ +--- +layout: page +title: People +--- +{% include content-blocks/profiles.html content=page.name %} diff --git a/people/mentor.html b/people/mentor.html new file mode 100644 index 0000000..5b04c4b --- /dev/null +++ b/people/mentor.html @@ -0,0 +1,5 @@ +--- +layout: page +title: People - Mentors +--- +{% include content-blocks/profiles.html content=page.name %} diff --git a/people/student.html b/people/student.html new file mode 100644 index 0000000..ea14578 --- /dev/null +++ b/people/student.html @@ -0,0 +1,5 @@ +--- +layout: page +title: People - Students +--- +{% include content-blocks/profiles.html content=page.name %} From b86e91fb05682e2b716f88a2f6dcad8097b4a224 Mon Sep 17 00:00:00 2001 From: Christian Martin Date: Thu, 26 Mar 2020 18:18:21 -0400 Subject: [PATCH 3/4] Format as a Bootstrap card Couple other minor fixes: * Monospace for usernames * Capitalization fixes for GitHub & GitLab * Remove "Built on" text --- _includes/content-blocks/profiles.html | 74 +++++++++++++------------- 1 file changed, 36 insertions(+), 38 deletions(-) diff --git a/_includes/content-blocks/profiles.html b/_includes/content-blocks/profiles.html index db57eef..9df35c1 100644 --- a/_includes/content-blocks/profiles.html +++ b/_includes/content-blocks/profiles.html @@ -6,48 +6,46 @@ {% if page_category != "index" and category_key != page_category%} {% continue %} {% endif %} - {% if page.title %} - {% else %} -

{{ category_key | capitalize }}

- {% endif %} -
+
{% for person_key_pair in category_value %} {% assign person = person_key_pair[1] %} -
-

- {% if person.blog %} - {{ person.name }} - {% else %} - {{ person.name }} - {% endif %} -

- {% if person.bio %} -
{{ person.bio | truncate: 140, '...'}}
- {% endif %} -
    - -
  • Major/Year: {{person.major}} {% if person.graduation %}({{person.graduation}}){% endif %}
  • - {% if person.company %} -
  • Company: {{person.company}}
  • - {% endif %} -
  • Username: {{person.handle}}
  • - {% if person.forges %} -
  • - Code Forges: - -
  • - {% endif %} -
+
+
+
+

+ {% if person.blog %} + {{ person.name }} + {% else %} + {{ person.name }} + {% endif %} +

+ {% if person.bio %} +

{{ person.bio | truncate: 140, '...'}}

+ {% endif %} +
+
+
Major/Year: {{person.major}} {% if person.graduation %}({{person.graduation}}){% endif %}
+ {% if person.company %} +
Company: {{person.company}}
+ {% endif %} +
Username: {{person.handle}}
+ {% if person.forges %} +
+ Code Forges: + +
+ {% endif %} +
+
{% endfor %}
{% endfor %} -
-Built on {{ site.time | date_to_rfc822 }} \ No newline at end of file +
\ No newline at end of file From af157db88abf4fd684344befe8e78b7cbb6d7b57 Mon Sep 17 00:00:00 2001 From: Christian Martin Date: Thu, 26 Mar 2020 18:31:12 -0400 Subject: [PATCH 4/4] Re-add category titles Tweaked logic slightly --- _includes/content-blocks/profiles.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/content-blocks/profiles.html b/_includes/content-blocks/profiles.html index 9df35c1..b8b9e9c 100644 --- a/_includes/content-blocks/profiles.html +++ b/_includes/content-blocks/profiles.html @@ -6,6 +6,9 @@ {% if page_category != "index" and category_key != page_category%} {% continue %} {% endif %} + {% if page_category == "index" %} +

{{ category_key | capitalize }}

+ {% endif %}
{% for person_key_pair in category_value %}