mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-21 11:40:17 -04:00
update excomm and add run.sh
This commit is contained in:
parent
034bf0ed41
commit
73fdb22b8a
|
@ -3,6 +3,76 @@
|
||||||
"name": "SGA Executive Committee",
|
"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.",
|
"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": [
|
"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",
|
"first": "William",
|
||||||
"last": "Zhang",
|
"last": "Zhang",
|
||||||
|
@ -23,13 +93,6 @@
|
||||||
"year": 2018,
|
"year": 2018,
|
||||||
"title": "Technology Specialist",
|
"title": "Technology Specialist",
|
||||||
"intro": ""
|
"intro": ""
|
||||||
},
|
|
||||||
{
|
|
||||||
"first": "William",
|
|
||||||
"last": "Zhang",
|
|
||||||
"year": 2018,
|
|
||||||
"title": "Technology Specialist",
|
|
||||||
"intro": ""
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
10
run.sh
Executable file
10
run.sh
Executable file
|
@ -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
|
Loading…
Reference in New Issue
Block a user