diff --git a/_data/excomm.json b/_data/excomm.json index f548eb5..a57e63a 100644 --- a/_data/excomm.json +++ b/_data/excomm.json @@ -3,6 +3,76 @@ "name": "SGA Executive Committee", "description": "The Executive Committee (ExComm) is a integral sub-group of the SGA. Its members act as representatives of the student body. The members work with the officers to organize events and activities throughout to year. While several ExComm positions may have more specific roles, all are working towards the goals of the SGA. Applications to be on ExComm are released every June after Class Council elections have been completed.", "members": [ + { + "first": "MiJin", + "last": "Cho", + "year": 2019, + "title": "General Activities Coordinator", + "intro": "" + }, + { + "first": "Michael", + "last": "Huang", + "year": 2020, + "title": "General Activities Coordinator", + "intro": "" + }, + { + "first": "Rohan", + "last": "Kalra", + "year": 2020, + "title": "General Activities Coordinator", + "intro": "" + }, + { + "first": "Michael", + "last": "Kyrychenko", + "year": 2020, + "title": "General Activities Coordinator", + "intro": "" + }, + { + "first": "Jade", + "last": "Wang", + "year": 2018, + "title": "General Activities Coordinator", + "intro": "" + }, + { + "first": "Liana", + "last": "Keesing", + "year": 2019, + "title": "Policy Specialist", + "intro": "" + }, + { + "first": "Lulu", + "last": "Lin", + "year": 2018, + "title": "Policy Specialist", + "intro": "" + }, + { + "first": "Afreen", + "last": "Mohideen", + "year": 2019, + "title": "Policy Specialist", + "intro": "" + }, + { + "first": "Ethan", + "last": "Phillips", + "year": 2019, + "title": "Policy Specialist", + "intro": "" + }, + { + "first": "Jahnavi", + "last": "Prabhala", + "year": 2018, + "title": "Policy Specialist", + "intro": "" + }, { "first": "William", "last": "Zhang", @@ -23,13 +93,6 @@ "year": 2018, "title": "Technology Specialist", "intro": "" - }, - { - "first": "William", - "last": "Zhang", - "year": 2018, - "title": "Technology Specialist", - "intro": "" } ] } diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..ebda2ba --- /dev/null +++ b/run.sh @@ -0,0 +1,10 @@ +#!/bin/sh +#export LC_ALL=C.UTF-8 +#export LANG=C.UTF-8 +#export FLASK_APP=ghswebsite +#export APP_SETTINGS="config.ProductionConfig" +#/web/activities/ghs/public/env/bin/python run.py $PORT +#export PATH=$PATH:/home/2018wzhang/.gem/ruby/2.3.0/bin; +#/home/2018wzhang/.gem/ruby/2.3.0/bin/bundler exec jekyll serve --port $PORT +jekyll serve --port $PORT +#/web/activities/ghs/public/env/bin/python /web/activities/ghs/public/ghswebsite/app.py $PORT